 /* Hintergrund + Scrollbar Einstellungen für IEE5+ */
body {
	background-color: #FFFFFF;
	scrollbar-face-color: #DEE3E7;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #DEE3E7;
	scrollbar-3dlight-color: #D1D7DC;
	scrollbar-arrow-color:  #006699;
	scrollbar-track-color: #EFEFEF;
	scrollbar-darkshadow-color: #98AAB1;
}

a:link,a:active,a:visited { text-decoration: none; color : #974A04; }
a:hover		{ text-decoration: none; color : #DD6900; }

/* GENERAL fonts */
FONT,TH,TD,P,OL,UL,DIV,INPUT,TEXTAREA,OPTION,SELECT { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11.5px; 
	font-weight : normal; 
	color:#444444; 
	line-height: 120%;
}

P,UL {
  font-size: 11.5px;
  line-height: 160%;
}


H1, H2, H3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#18567A;
}
H1 { font-size: 17px; text-decoration: none;}
H2 { font-size: 14px; text-decoration: none;}
H3 { font-size: 12px; text-decoration: none;}

hr { 
	height: 0px; 
	border: solid #D1D7DC 0px; 
	border-top-width: 1px;
}

.olStyleAlpha {
	list-style-type:lower-alpha;
	line-height: 160%;
}


/*ALLGEMEINE STYLESHEETS*/
/*TEXT*/
.textNormalBold {
	color: #444444;
	font-size: 11.5px; 
	font-weight : bold;
}
.textBlueBold {
	color: #18567A;
	font-size: 11.5px; 
	font-weight : bold;
}


