@import url("typo.css"); /* Typografie */

BODY { 
	background : #FFFFFF;
}

P.main { font-family : Arial;
font-weight : bold;
font-size : 12pt;
color : green;
}

P.tabheader { font-family : Arial;
font-weight : bold;
font-size : 11pt;
color : blue;
}

P.tabtitle { font-family : Arial;
font-weight : bold;
font-size : 12pt;
color : white;
}

P.info { font-family : Arial;
font-style : normal;
font-size: 8pt;
color : black;
margin-bottom : .1em;
}

P.title {
	font-family : Arial;
	font-style : italic;
	font-size: 11pt;
	font-weight : bold;
	text-decoration: underline;
	color : black;
}

P.add { font-family : Arial;
font-style : normal;
font-size: 7pt;
color : black;
margin-bottom : .1em;
}

P.span { font-family: Arial;
font-style : italic;
font-size : 12pt;
}

P.new { font-family: Arial;
font-style : italic;
font-size : 8pt;
margin-bottom : .1em;
}

A { 
font-style : italic;
font-size: 10pt;
font-family : Arial;
color : black;
font-weight : bold;
}

.text { color: blue;
margin-left: 10px;
font-size: 28px;
font-family: Arial;
}

.highlight { margin-top: -38px;
margin-left: 8px;
color: black;
font-size: 28px;
font-family: Arial;
}

td { font-family : Arial;
font-style : normal;
font-size: 9pt;
color : black;
background: gray;
}

img.thumb {
	height: 150px;
	width: 300px;
}
	

