BODY {
	background-color : White;
	margin: 0px;	
}

/* Gemeinsame Definition fuer alle Texte: */

p,h1,h2,h3,h4,h5,h6,ul,ol,li,div,tr,td,th,address,blockquote,nobr,b,i,tt, {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	margin: 0px;
	margin-left : 0px;
	margin-top : 0px;
	margin-right : 0px;
	margin-bottom : 0px;
	/*text-align: left 	*/
}

/* Individuelle Definitionen: */

/* h1 bis h6 nicht verwenden, da Netscape danach Riesen Zeilenabstand einfugt deshalb uberschrift1 bis 6 */
h1 {
	font-size:12pt;
	font-weight: bold;
	color: #333333;
}
h2 {
	font-size:10pt;
	font-weight: bold; 
	color: #333333;}
h3 { font-size:10pt; }
h4 { font-size:8pt; }
h5 { font-size:8pt; }
h6 { font-size:8pt; }


.uberschrift1 {
	font-size:12pt;
	font-weight: bold;
	color: #FFFFFF;
}

.uberschrift2 {
	font-size:10pt;
	font-weight: bold;
	color: #FFFFFF;
}

.uberschrift3 { font-size:10pt; }

.uberschrift4 { font-size:8pt; }

.uberschrift5 { font-size:8pt; }

.uberschrift6 { font-size:8pt; }	


.normalfett {
	font-weight: bold; }

.kleiner {
	font-size:9pt; }

.kleinerfett {
	font-size:9pt;
	font-weight: bold; }

.groesser {
	font-size:12pt; }

.groesserfett {
	font-size:12pt;
	font-weight: bold; }

.hochgestellt {
	vertical-align: super;
}

.tiefgestellt {
	vertical-align: sub;
}


a {
	color: #bbbbbb;
	font-size:9pt;
	text-decoration : none;
	
}

a:link {
	color : #bbbbbb;
	font-size:9pt;
	text-decoration : none;
	
}

a:visited {
	color : #ffffff;
	font-size:9pt;
	text-decoration : none;
	
}

a:hover {
	color : #ffffff;
	font-size:9pt;
	text-decoration : none;
	cursor : hand;
}

a:active {
	color : #ffffff;
	font-size:9pt;
	text-decoration : none;
	
}