.b_main {
        background-color: #ffffff;
        margin:10px;
        scrollbar-face-color:      #FAF9E4;        /*Farbe für Oberfläche*/
        scrollbar-base-color:      #FAF9E4;        /*Basisfarbe der Scroll-Leiste*/
        scrollbar-highlight-color: #336699;        /*Farbe für oberen und linken Rand*/
        scrollbar-shadow-color:    #336699;        /*Farbe für unteren und rechten Rand*/
        scrollbar-3dlight-color:   #FAF9E4;        /*Farbe für 3D-Effekte*/
        scrollbar-arrow-color:     #336699;        /*Farbe für Verschiebepfeile*/
        scrollbar-track-color:     #FAF9E4;        /*Farbe für freibleibenden Verschiebeweg*/
        scrollbar-darkshadow-color:#FAF9E4;        /*Farbe für Schatten*/
}

.b_head {
        background-color: #cccccc;
        color           : navy;
}


.b_head2 {
        background-color: #cccccc;
        color           : navy;
}



A {
        color           : black;
        font-family     : Verdana, Arial, Helvetica, sans-serif;
        text-decoration : none;
}

A:HOVER {
        text-decoration : underline;
        color           : red;
}

/* verborgen*/
.txt_special {
	color           : #FAF9E4;
	font-family     : Verdana, Arial, Helvetica, sans-serif;
	font-size       : 4px;
}

/* Überschrift*/
.txt_ueb {
	color           : red;
	font-family     : Verdana, Arial, Helvetica, sans-serif;
	line-height     : 150%;
	font-weight     : bold;
}

/* Text klein*/
.txt_klein {
	color           : #000000;
	font-family     : Verdana, Arial, Helvetica, sans-serif;
	line-height     : 100%;
	font-size       : 10px;
}

/* Überschrift in head.php - kleinere Zeilenhöhe*/
.txt_ueb_head {
	color           : navy;
	font-family     : Verdana, Arial, Helvetica, sans-serif;
	font-size       : 12px;
	line-height     : 150%;
	font-weight     : bold;
}

/* Überschrift in head.php - kleinere Zeilenhöhe - nicht fett*/
.txt_fli_head {
	color           : navy;
	font-family     : Verdana, Arial, Helvetica, sans-serif;
	font-size       : 12px;
	line-height     : 150%;
}

/* Überschrift in head.php - für anderen Hintergrund
.txt_ueb_head2 {
	color           : red;
	font-family     : Verdana, Arial, Helvetica, sans-serif;
	line-height     : 150%;
	font-weight     : bold;
}

/* Fließtext*/
.txt_fli {
	color           : black;
	font-family     : Verdana, Arial, Helvetica, sans-serif;
	font-size       : 12px;
	line-height      :150%;
}

/* Tabellentext*/
TD {
	color           : black;
	font-family     : Verdana, Arial, Helvetica, sans-serif;
	line-height      :150%;
	font-size       : 12px;
}

TABLE {
	color           : black;
	font-family     : Verdana, Arial, Helvetica, sans-serif;
	line-height      :150%;
	font-size       : 12px;
}

TD.ads {
	color           : black;
	background-color: #FFFFFF;
	font-family     : Verdana, Arial, Helvetica, sans-serif;
	line-height      :150%;
}

TD.select {
	color           : black;
	background-color: #dddddd;
}

TD.faq {
	color           : black;
	background-color: #eeeeee;
	font-family     : Verdana, Arial, Helvetica, sans-serif;
	line-height      :150%;
	font-size       : 12px;
}

/* Formulare*/
.form {
	background-color: #dddddd;
	color           : #000000;
	font-size       : 12px;
	font-family     : verdana, arial, helvetica;
	scrollbar-face-color:      #336699;        /*Farbe für Oberfläche*/
	scrollbar-base-color:      #336699;        /*Basisfarbe der Scroll-Leiste*/
	scrollbar-highlight-color: #FFFFFF;        /*Farbe für oberen und linken Rand*/
	scrollbar-shadow-color:    #FFFFFF;        /*Farbe für unteren und rechten Rand*/
	scrollbar-3dlight-color:   #336699;        /*Farbe für 3D-Effekte*/
	scrollbar-arrow-color:     #FFFFFF;        /*Farbe für Verschiebepfeile*/
	scrollbar-track-color:     #336699;        /*Farbe für freibleibenden Verschiebeweg*/
	scrollbar-darkshadow-color:#336699;        /*Farbe für Schatten*/
}




