/* Body, Hintergrund, Scrollbalken */
body, textarea {
  color:#FFFFFF;
  font-family:"Andale Mono",Arial,sans-serif;
  scrollbar-base-color:#eeeeee;
  scrollbar-3dlight-color:#000000;
  scrollbar-arrow-color:#000000;
  scrollbar-darkshadow-color:#ffffff;
  scrollbar-face-color:#ffffff;
  scrollbar-highlight-color:#FFFFFF;
  scrollbar-shadow-color:#000000;
  scrollbar-track-color:#ffffff;
}

/* allgemeines Format */
td, table { font-family: Verdana, Arial, Helvetica, Geneva, sans-serif; font-size: 11px; color: #999999}


/****** TEXT ******/

/* Headlines / Überschriften */
.headline {
	font-size: 12px;
	color: #AEBE04;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.white { font-size: 12px; color: #999999; font-weight: bold}
.red {  font-size: 10px; color: #AEBE04}


/****** LINKS ******/

/* Links allgemein*/
a:active { color: #666666; text-decoration: underline}
a:link { color: #AEBE04; text-decoration: none}
a:visited { color: #AEBE04; text-decoration: none}
a:hover { color: #999999; text-decoration: none}

/* Link Headline */
a.headline:active { color: #AEBE04; text-decoration: underline; font-weight: bold}
a.headline:link { color: #AEBE04; text-decoration: none; font-weight: bold}
a.headline:visited { color: #AEBE04; text-decoration: none; font-weight: bold}
a.headline:hover { color: #AEBE04; text-decoration: underline; font-weight: bold}

/* Link Blätter-Anzeige */
a.blaetter:active { color: #AEBE04; text-decoration: underline; font-weight: bold}
a.blaetter:link { color: #AEBE04; text-decoration: none; font-weight: bold}
a.blaetter:visited { color: #AEBE04; text-decoration: none; font-weight: bold}
a.blaetter:hover {  color: #AEBE04; text-decoration: underline; font-weight: bold}


/****** FORMULARFELDER ******/
textarea { font-family: Verdana, Arial, Helvetica, Geneva, sans-serif; font-size: 11px; color: #999999; border-left: 1px solid #576675; border-bottom: 1px solid #576675; border-right: 1px solid #576675; border-top: 1px solid #576675}
.field { font-family: Verdana, Arial, Helvetica, Geneva, sans-serif; font-size: 11px; color: #000000; border-left: 1px solid #576675; border-bottom: 1px solid #576675; border-right: 1px solid #576675; border-top: 1px solid #576675}
.submit_bu { font-family: Verdana, Arial, Helvetica, Geneva, sans-serif; font-size: 11px; 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: 1px solid #576675; cursor: hand}

/*Druckbutton*/
.druckbutton {
	height: 20px;
	width: 70px;
	border: 1px solid #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	letter-spacing: normal;
	word-spacing: normal;
	white-space: normal;
	position: static;
	font-weight: normal;
	clear: none;
	float: none;
	margin-left: 15px;
	cursor: hand;

}
.druckbutton A:hover {
	height: 20px;
	width: 60px;
	border: 1px solid #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	text-align: center;
	vertical-align: middle;
	letter-spacing: normal;
	word-spacing: normal;
	white-space: normal;
	position: static;
	font-weight: normal;
	clear: none;
	float: none;
	text-decoration: none;
}

