
/* Hintergrundfarbe für fr_leer */
.body_leer {
        background-color: #FFFFFF;
}
/* Hintergrundfarbe für fr_subnavi */
.body_subnavi {
        background-color: #DFE9F0;
		line-height:100%;
}

/* Hintergrund für fr_inhalt */
.body_inhalt {
margin-left: 29px;
margin-right: 29px;
        background-color: #FFFFFF;

    scrollbar-face-color:      #FFFFFF;        /*Farbe für Oberfläche*/
    scrollbar-base-color:      #FFFFFF;        /*Basisfarbe der Scroll-Leiste*/
    scrollbar-highlight-color: #5C819F;        /*Farbe für oberen und linken Rand*/
    scrollbar-shadow-color:    #5C819F;        /*Farbe für unteren und rechten Rand*/
    scrollbar-3dlight-color:   #FFFFFF;        /*Farbe für 3D-Effekte*/
    scrollbar-arrow-color:     #5C819F;        /*Farbe für Verschiebepfeile*/
    scrollbar-track-color:     #FFFFFF;        /*Farbe für freibleibenden Verschiebeweg*/
    scrollbar-darkshadow-color:#FFFFFF;        /*Farbe für Schatten*/
}
/* Text */
/* 547694 */
.txt_norm {
        color           : #000000;
        font-family     : Verdana, Arial, Helvetica, sans-serif;
        font-size       : 11px;
        font-weight     : normal;
        line-height	: 150%;
}
.txt_liste {
        color           : #000000;
        font-family     : Verdana, Arial, Helvetica, sans-serif;
        font-size       : 11px;
        font-weight     : normal;
        line-height	: 220%;
}
.txt_ueberschr {
        color           : #000000;
        font-family     : Verdana, Arial, Helvetica, sans-serif;
        font-size       : 11px;
        font-weight     : bold;
}
.txt_markiert {
        color           : #547694;
        font-family     : Verdana, Arial, Helvetica, sans-serif;
        font-size       : 11px;
        line-height	: 150%;
		font-weight     : bold;
}

a.txt_linkart {
		color           : #000000;
		font-family     : Verdana, Arial, Helvetica, sans-serif;
		font-size       : 11px;
		font-weight     : normal;
		line-height	: 150%;
		text-decoration:none
}

a.txt_linkart:active, .txt_linkart:hover, .txt_linkart:focus{
	color 		: #FF020F;
	text-decoration:none;
}


.navihaupt {
        color           : #FFFFFF;
        font-family     : Verdana, Arial, Helvetica, sans-serif;
        font-size       : 11px;
        font-weight     : bold;
        text-transform:	uppercase;
}
a.naviklein, a.navinorm  {
         font-family 	: Verdana, Arial, Helvetica, sans-serif;
         text-decoration	: none;
	font-weight     : bold;
}

a.navinorm{
         font-size 	: 11px;
}
a.navinorm:link, a.navinorm:visited  {
        color 		: #000000;
}
a.navinorm:hover, a.navinorm:focus, a.navinorm:active  {
         color 		: #FF1800;
}
a.naviklein {
        font-size 	: 10px;
		background-repeat:no-repeat;
		background-position:0px 6px;
}
a.naviklein:link, a.naviklein:visited  {
        color 		: #000000;
        background-image:url(../gfx/btn_sub_n.gif);
        padding-left: 10px;
}
a.naviklein:hover,a.naviklein:focus, a.naviklein:active  {
         color 		: #FF020F;
	background-image:url(../gfx/btn_sub_o.gif);
}