Body {
	scrollbar-arrow-color: #274B8A;
	scrollbar-shadow-color: #E5E5E5;
	scrollbar-3Dlight-color: ThreedLightShadow;
	scrollbar-track-color: #F6F6F6;
	scrollbar-face-color: #E9E9E9;
	scrollbar-highlight-color: #DDDDDD;
	scrollbar-darkshadow-color: Gray;
	font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;
	color : #2C2C2E;
	font-size:9pt;
}	
 
/*  Texte  */
.a_Ueberschrift{
	font-size:9pt;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #393939;
	font-weight : bold;
}

.b_Brotschrift {
	font-size:9pt;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	 color: #2C2C2E;
}		

.menue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	font-variant: small-caps;
	color: #E5E5E5;
}


.SeitenThema {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	font-variant: small-caps;
	color: #FEFEFE
}


	/*  Links  */
	A {
	color: #E03807;
	text-decoration:none;
}
	A:hover {
	text-decoration: underline;
}
	A:visited {
	color: #E03807;
}
	A:active {
	text-decoration:none;color:#FF0000;
}



	MenuLink {
	color: Fuchsia;
	text-decoration:none;
}
	MenuLink:hover {
	text-decoration: underline;
}
	MenuLink:visited {
	color: Green;
}
	MenuLink:active {
	text-decoration:none;color:#FF0000;
}


/*  Aufzaehlungen  */
Li {
	list-style-image: url(bilder/bullet_li_rot.gif);
	list-style-position: outside;
	margin-left : -10px;
	margin-top : 2px;
}
	

/*  Transparenz  */

.trans20 {filter:Alpha(opacity=20,style=0);
}	
.trans50 {filter:Alpha(opacity=50,style=0);
}	
.trans60 {filter:Alpha(opacity=60,style=0);
}	
.trans70 {filter:Alpha(opacity=70,style=0);
}	
.trans80 { filter:Alpha(opacity=80,style=0); }


/*  Sonstiges  */

.OrangeHervorheben {
	color: #FF6600;
}		
.GrauHervorheben {
	color: #888888;
}		
.BlauHervorheben {
	color: #0079C1;
}		

.klein{
	font-size: smaller;
}

.balken_links{
	border-left: solid 1;
	margin-left: 0px;
	margin-top: 0px;
	border-left-color : #DCDCDC;
}