﻿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;
}

.smalltext1{
	font-size:10px;
}


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);
}
