/* Body, Hintergrund, Scrollbalken */
body {
	font-family: Arial, sans-serif, Verdana, Helvetica, Geneva;
	font-size: 9pt;
	font-weight: normal;
	color: #000000;
	background-color: #009900;
}

/* allgemeines Format */
td, table { font-family: Arial, sans-serif, Verdana, Helvetica, Geneva; font-size: 9pt; font-weight: normal; color: #000000}

/****** TEXT ******/

/* Headlines / Überschriften */
.headline { font-size: 11pt}
.white { font-size: 9pt; color: #FFFFFF; font-weight: bold}
.red {  font-size: 9pt; color: #990000}


/****** kleiner TEXT ******/ 

td.kleinertext { font-size: 8pt;}


/****** LINKS ******/

/* Links allgemein*/
a:link { font-weight: normal; color: #000099; text-decoration: underline}
a:visited { font-weight: normal; color: #990000; text-decoration: underline}
a:visited:hover { font-weight: normal; color: #c60000; text-decoration: underline}
a:hover { font-weight: normal; color: #0000ee; text-decoration: underline}

/* Link Headline */
a.headline:link { font-weight: normal; color: #000099; text-decoration: underline}
a.headline:visited { font-weight: normal; color: #990000; text-decoration: underline}
a.headline:visited:hover { font-weight: normal; color: #c60000; text-decoration: underline}
a.headline:hover { font-weight: normal; color: #0000ee; text-decoration: underline}

/* Link Blätter-Anzeige */
a.blaetter:link { font-weight: normal; color: #000099; text-decoration: underline}
a.blaetter:visited { font-weight: normal; color: #990000; text-decoration: underline}
a.blaetter:visited:hover { font-weight: normal; color: #c60000; text-decoration: underline}
a.blaetter:hover { font-weight: normal; color: #0000ee; text-decoration: underline}


/****** FORMULARFELDER ******/
textarea { font-family: Arial, sans-serif, Verdana, Helvetica, Geneva; font-size: 9pt; color: #000000; border-left: 1px solid #576675; border-bottom: 1px solid #576675; border-right: 1px solid #576675; border-top: 1px solid #576675}
.field { font-family: Arial, sans-serif, Verdana, Helvetica, Geneva; font-size: 9pt; 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: Arial, sans-serif, Verdana, Helvetica, Geneva; font-size: 9pt; 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}

