/* Scrollbalken im iFrame */

body{
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-size: 10px;
	color: #666666;
	background-color: #F6F8F9;
     scrollbar-face-color:#D2DCE3;          /* Scrollbalken und Auswahlfeldfarbe */
     scrollbar-base-color:#E6E6FF;          /* Scrollbalken Randfarbe */
     scrollbar-track-color:#E0DFDE;         /* Scrollunterseite */
     scrollbar-3dlight-color:#DBE3E8;       /* Schattenrand helle linke Seite */
     scrollbar-darkshadow-color:#CAD5DE;    /* Schattenrand dunkel rechte Seite (innen) */
     scrollbar-highlight-color:#E4EAEE;     /* Scrollbalken helle linke Seite (innen) */
     scrollbar-shadow-color:#E4F5DF;        /* Scrollbalken dunkle rechte Seite */
     scrollbar-arrow-color:#87A1B5;         /* Pfeilfarbe (rauf - runter) */
}


/* allgemeines Format */
td, table { font-family: Verdana, Arial, Helvetica, Geneva, sans-serif; font-size: 10px; color: #666666}


/****** TEXT ******/

/* Headlines / Überschriften */
.headline { font-size: 10px; color: #990000; font-weight: bold}

.white { font-size: 10px; color: #FFFFFF; font-weight: bold}
.red {  font-size: 9px; color: #990000}


/****** LINKS ******/

/* Links allgemein*/
a:active { color: #336699; text-decoration: underline}
a:link { color: #336699; text-decoration: none}
a:visited { color: #336699; text-decoration: none}
a:hover { color: #336699; text-decoration: underline}

/* Link Headline */
a.headline:active { color: #990000; text-decoration: underline; font-weight: bold}
a.headline:link { color: #990000; text-decoration: none; font-weight: bold}
a.headline:visited { color: #990000; text-decoration: none; font-weight: bold}
a.headline:hover { color: #990000; text-decoration: underline; font-weight: bold}

/* Link Blätter-Anzeige */
a.blaetter:active { color: #990000; text-decoration: underline; font-weight: bold}
a.blaetter:link { color: #990000; text-decoration: none; font-weight: bold}
a.blaetter:visited { color: #990000; text-decoration: none; font-weight: bold}
a.blaetter:hover {  color: #990000; text-decoration: underline; font-weight: bold}


/****** FORMULARFELDER ******/
textarea { 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}
.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}

