BODY {
	margin: 0px;
	margin-top : 0px;
	background-repeat: no-repeat;
	background-position: center;
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 17px;
	color: #000000;
	background-attachment: fixed;
	scrollbar-arrow-color: #000000;
   	scrollbar-highlight-color: #000000;
 	scrollbar-face-color: #FFFFFF;
  	scrollbar-shadow-color: #000000;
   	scrollbar-darkshadow-color: #FFFFFF;
   	scrollbar-track-color: #FFFFFF;
}

/* 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: "Arial", Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	font-style: normal;
	font-weight: normal;
	margin: 0px;
	margin-left : 0px;
	margin-top : 0px;
	margin-right : 0px;
	margin-bottom : 0px;
	clip:   rect(   )s	
}

/* 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; }

.uberschrift3 { font-size:13px; }

.uberschrift4 { font-size:8px; }

.uberschrift5 { font-size:8px; }

.uberschrift6 { font-size:8px; }	


.normalfett {
	font-size:12px;
	font-weight: bold;
	color: #FAA731; }

.semikolon {
	font-size:30px;
	font-weight: normal; }

.kleinerfett {
	font-size:10px;
	font-weight: bold; }

.groesser {
	font-size:14px; }

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

.hochgestellt {
	vertical-align: super;
}

.tiefgestellt {
	vertical-align: sub;
}


a {
	color: #FFFFFF;
	text-decoration: none;
	font-style: normal;
	outline: none;
	font-weight: normal;
	border:	0px;
}

a:link {
	color: #FFFFFF;
	text-decoration: none;
	outline: none;
	font-weight: normal;		
	font-style: normal;
	border:	0px;
}

a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-style: normal;
	outline: none;
	font-weight: normal;	
	border:	0px;	
}

a:hover {
	color: #FFFFFF;
	text-decoration: none;
	outline: none;
	font-weight: bold;
	border:	0px;		
}

a:active {
	color: #FFFFFF;
	text-decoration : none;
	outline : none;	
	font-weight: bold;
	border:	0px;	
}