.b_main {
        background-color: #ffffff;
        margin:10px;
        scrollbar-face-color:      #eeeeee;        /*Farbe für Oberfläche*/
        scrollbar-base-color:      #eeeeee;        /*Basisfarbe der Scroll-Leiste*/
        scrollbar-highlight-color: #670000;        /*Farbe für oberen und linken Rand*/
        scrollbar-shadow-color:    #670000;        /*Farbe für unteren und rechten Rand*/
        scrollbar-3dlight-color:   #eeeeee;        /*Farbe für 3D-Effekte*/
        scrollbar-arrow-color:     #670000;        /*Farbe für Verschiebepfeile*/
        scrollbar-track-color:     #eeeeee;        /*Farbe für freibleibenden Verschiebeweg*/
        scrollbar-darkshadow-color:#eeeeee;        /*Farbe für Schatten*/
}

.b_head {
        background-color: #990000;
        color           : #ffffff;
}


.b_head2 {
        background-color: #990000;
        color           : #ffffff;
}



A {
        color           : black;
        font-family     : Verdana, Arial, Helvetica, sans-serif;
        text-decoration : none;
}

A:HOVER {
        text-decoration : underline;
        color           : #cc0000;
}

A:HOVER.body {
        text-decoration : underline;
        color           : #8D0101;
}

/* verborgen*/
.txt_special {
	color           : #D1C7B2;
	font-family     : Verdana, Arial, Helvetica, sans-serif;
	font-size       : 4px;
}

/* Überschrift*/
.txt_ueb {
	color           : #cc0000;
	font-family     : Verdana, Arial, Helvetica, sans-serif;
	line-height     : 150%;
	font-weight     : bold;
}

/* Text klein*/
.txt_klein {
	color           : #444444;
	font-family     : Verdana, Arial, Helvetica, sans-serif;
	line-height     : 100%;
	font-size       : 10px;
}

/* Überschrift in head.php - kleinere Zeilenhöhe*/
.txt_ueb_head {
	color           : #f0f0f0;
	font-family     : Verdana, Arial, Helvetica, sans-serif;
	font-size       : 12px;
	line-height     : 150%;
	font-weight     : bold;
}

/* Überschrift in head.php - kleinere Zeilenhöhe*/
.txt_ueb_head2 {
	color           : #ffffff;
	font-family     : Verdana, Arial, Helvetica, sans-serif;
	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%;
}

H1 {
	color           : 670000;
}

H2 {
	color           : 670000;
}

H3 {
	color           : 670000;
}

/* 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%;
}

/* Formulare*/
.form {
	background-color: #dddddd;
	color           : #670000;
	font-weight     : bold;
	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*/
}



