A:link{
	color:rgb(11,56,123);
	font-weight:none;
	text-decoration:none;

}
A:visited{
	color:rgb(11,56,123);
	font-weight:none;
	text-decoration:none;
}
A:active{
	color:rgb(11,56,123);
	font-weight:none;
	text-decoration:none;
}
A:hover{
	color:rgb(11,56,123);
	font-weight:none;
	text-decoration:underline;
}

/*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(105,105,105);
}
strong, b{
	font-weight:bold;
}

.headline1{
	font-weight: bold;
	color:rgb(105,105,105);
	font-family:Verdana,Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
	font-size:11px;
}

.headline2{
	font-weight: normal;
	color:rgb(12,56,121);
	font-family:Verdana,Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
	font-size:11px;
}

.headline3{
	font-weight: normal;
	color:rgb(12,56,121);
	font-family:Verdana,Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
	font-size:11px;
}

.mehrbg{
	background-color:#DEE6F0;
}


.smalltext1{
	font-size:10px;
}


.ft1{
	font_weight: normal;
	font-family:Verdana,Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
	font-size:11px;
	color:rgb(105,105,105);
	width:300px;

	background-color:rgb(255,255,255);
	border-style: solid;
	border-width: 1px;
	border-color: rgb(135,157,190);
}

.ft2{
	font_weight: normal;
	font-family:Verdana,Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
	font-size:11px;
	color:rgb(105,105,105);
	width:77px;

	background-color:rgb(255,255,255);
	border-style: solid;
	border-width: 1px;
	border-color: rgb(135,157,190);
}

.ft3{
	font_weight: normal;
	font-family:Verdana,Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
	font-size:11px;
	color:rgb(105,105,105);
	width:220px;

	background-color:rgb(255,255,255);
	border-style: solid;
	border-width: 1px;
	border-color: rgb(135,157,190);
}

.ta1{
	font_weight: normal;
	font-family:Verdana,Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
	font-size:11px;
	color:rgb(105,105,105);
	width:300px;

	background-color:rgb(255,255,255);
	border-style: solid;
	border-width: 1px;
	border-color: rgb(135,157,190);
	
}

.newslink{
	background-image:url(../images/pfeil-news-2.gif);
	background-repeat:no-repeat;
	background-position:2px 2px;
	padding-left:14px;
}

body, textarea{
	scrollbar-3dlight-color:rgb(161,187,212);
	scrollbar-arrow-color:rgb(0,64,128);
	scrollbar-base-color:rgb(183,203,222);
	scrollbar-darkshadow-color:rgb(183,203,222);
	scrollbar-face-color:rgb(161,187,212);
	scrollbar-highlight-color:rgb(255,255,255);
	scrollbar-shadow-color:rgb(183,203,222);
}
