/* Body, Hintergrund, Scrollbalken */
body {
	font-family: Arial, Verdana, Helvetica, Geneva, sans-serif;
	font-size: 11px; color: #666666;
	background-color: #ffffff;
	scrollbar-face-color: #DDDDE1;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #ffffff;
	scrollbar-3dlight-color: #ffffff;
	scrollbar-arrow-color:  #324056;
	scrollbar-track-color: #ffffff;
	scrollbar-darkshadow-color: #98AAB1;
}

/* allgemeines Format */
td, table { font-family: Arial, Verdana, Helvetica, Geneva, sans-serif; font-size: 12px; text-align: justify;color: #000000}


/****** TEXT ******/

/* Headlines / Überschriften */
.headline { font-family: Arial, Verdana, Helvetica, Geneva, sans-serif; font-size: 11px; color: #000088; text-align: left; font-weight: bold}

.white { font-size: 11px; color: #FFFFFF: font-weight: bold}
.red {  font-size: 10px; color: #000088}


/****** LINKS ******/

/* Links allgemein*/
a:link {text-decoration: underline; color:#000088}
a:visited {text-decoration: underline; color:#000088}
a:active {text-decoration: underline; color:#000088}
a:hover {color: #990000; text-decoration: none; background-color: #ededed;}

/* Link Headline */
a.headline:active { color: #000088; text-decoration: none; font-weight: normal}
a.headline:link { color: #000088; text-decoration: none; font-weight: normal}
a.headline:visited { color: #000088; text-decoration: none; font-weight: normal}
a.headline:hover {color: #990000; text-decoration: none; font-weight: bold; background-color: #ededed;}

/* Link Blätter-Anzeige */
a.blaetter:active { color: #000088; text-decoration: underline; font-weight: bold}
a.blaetter:link { color: #000088; text-decoration: none; font-weight: bold}
a.blaetter:visited { color: #000088; text-decoration: none; font-weight: bold}
a.blaetter:hover {color: #990000; text-decoration: none; background-color: #ededed;}


/****** FORMULARFELDER ******/
textarea { font-family:  Arial,Verdana, Helvetica, Geneva, sans-serif; font-size: 12px; color: #000000; border-left: 1px solid #576675; border-bottom: 1px solid #576675; border-right: 1px solid #576675; border-top: 0px solid #576675}
.field { font-family:  Arial, Verdana,Helvetica, Geneva, sans-serif; font-size: 12px; color: #000000; border-left: 1px solid #576675; border-bottom: 1px solid #576675; border-right: 1px solid #576675; border-top: 0px solid #576675}
.submit_bu { font-family:  Arial,Verdana, Helvetica, Geneva, sans-serif; font-size: 12px; background-color: #FFFFFF; font-weight: bold; color: #000000; border-left: 1px solid #576675; border-bottom: 1px solid #576675; border-right: 1px solid #576675; border-top: 0px solid #576675; cursor: hand}

