BODY {
	background-color : White;
	margin: 0px;
	scrollbar-base-color: #C3D5FD;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-arrow-color: #455C85;
	scrollbar-darkshadow-color: #9FB5D2;
	scrollbar-face-color: #C3D5FD;
	scrollbar-highlight-color: #B8CBF6;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-track-color: #E3EBFD;
}

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

b {
	font-weight: bold;
}

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

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

.uberschrift3 { font-size:10pt; }

.uberschrift4 { font-size:8pt; }

.uberschrift5 { font-size:8pt; }

.uberschrift6 { font-size:8pt; }	

.feedback {
	color:#FF6633;
	/*font-weight:bold;*/ }

.normalfett {
	font-weight: bold; }

.kleiner {
	font-size:9pt; }

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

.groesser {
	font-size:11pt; }

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

.hochgestellt {
	vertical-align: super;
}

.tiefgestellt {
	vertical-align: sub;
}

.fusszeile {
	color: #F0F8FF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.linkimtext {
	color: #000099;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a {
	color: #F0F8FF;
	text-decoration : none;
}

a:link {
	color : #F0F8FF;
	text-decoration : none;
}

a:visited {
	color : #F0F8FF;
	text-decoration : none;
}

a:hover {
	color : #33FF00;
	text-decoration : none;
	cursor : hand;
}

a:active {
	color : #33FF00;
	text-decoration : none;
}