A:link{
	color:rgb(0,0,0);
	font-weight:none;
	text-decoration:underline;

}
A:visited{
	color:rgb(0,0,0);
	font-weight:none;
	text-decoration:underline;
}
A:active{
	color:rgb(0,0,0);
	font-weight:none;
	text-decoration:underline;
}
A:hover{
	color:rgb(0,0,0);
	font-weight:none;
	text-decoration:none;
}

/*BEACHTE: beim P-Selektor kann zu Fehldarstellungen kommen
wenn ein P-Tag innerhalb eines SPAN-Tags vorkommt.
Dann dominiert das Format des P-Tags über das Format des SPAN-Tags
Wg. Kompatibilität mit Netscape 4.x muss jedoch leider der P-Selektor auch angegeben werden*/
p, body, td, div, span, menu, ul, li{
	font-family:Verdana,Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
	font-size:11px;
	color:rgb(0,0,0);
}
strong, b{
	font-weight:bold;
}

.headline1{
	font-weight: normal;
	color:rgb(0,0,0);
	font-family:Verdana,Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
	font-size:18px;
}

.headline2{
	font-weight: normal;
	color:rgb(233,162,39);
	font-family:Verdana,Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
	font-size:11px;
}

.headline3{
	font-weight: normal;
	color:rgb(77,126,200);
	font-family:Verdana,Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
	font-size:11px;
}

.headline4{
	font-weight: normal;
	color:rgb(77,126,200);
	font-family:Verdana,Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
	font-size:13px;
}

.headline5{
	font-weight: normal;
	color:rgb(0,0,0);
	font-family:Verdana,Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
	font-size:16px;
}

.smalltext1{
	font-size:10px;
}

.sf{
	width:138;
	height:20;
	background-color:rgb(255,246,229);
	font-family:Verdana,Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
	font-size:11px;
	color:rgb(0,0,0);
	padding: 2px;

	border-style: solid;
	border-width: 1px;
	border-color: rgb(77,126,200);
}

.sf2{
	background-color:rgb(247,209,136);
	font-family:Verdana,Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
	font-size:11px;
	text-decoration:none;
	color:rgb(0,0,0);
	padding: 2px;

	border-style: solid;
	border-width: 1px;
	border-color: rgb(77,126,200);
}
.sf2:link{text-decoration:none;}
.sf2:active{}
.sf2:visited{text-decoration:none;}
.sf2:hover{text-decoration:none;}




.ft1{
	font-family:Verdana,Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
	font-size:11px;
	width:300px;
	height:20;
	padding:2px;

	background-color:rgb(253,234,195);
	border-style: solid;
	border-width: 0px;
	border-color: rgb(77,126,200);
}

.ft2{
	font-family:Verdana,Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
	font-size:11px;
	width:77px;
	height:20;
	padding:2px;

	background-color:rgb(253,234,195);
	border-style: solid;
	border-width: 0px;
	border-color: rgb(77,126,200);
}

.ft3{
	font-family:Verdana,Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
	font-size:11px;
	width:219px;
	height:20;
	padding:2px;

	background-color:rgb(253,234,195);
	border-style: solid;
	border-width: 0px;
	border-color: rgb(77,126,200);
}

.ta1{
	font-family:Verdana,Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
	font-size:11px;
	width:300px;
	padding:2px;

	background-color:rgb(253,234,195);
	border-style: solid;
	border-width: 0px;
	border-color: rgb(77,126,200);
}

body, textarea{
	scrollbar-3dlight-color:rgb(247,209,136);
	scrollbar-arrow-color:rgb(77,126,200);
	scrollbar-base-color:rgb(253,234,195);
	scrollbar-darkshadow-color:rgb(253,234,195);
    scrollbar-face-color:rgb(247,209,136);
	scrollbar-highlight-color:rgb(255,255,255);
	scrollbar-shadow-color:rgb(247,209,136);
}