/***********************************************/
/* HTML tag styles                             */
/***********************************************/

body{
        font-family: Verdana,Arial,sans-serif;
        color: #999999;
        line-height: 18px;
        margin: 0px;
        padding: 0px;
        font-size: 11px;
        font-weight: bold;
}
img {border:0px}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 margin: 0px;
 padding: 0px;
 line-height: 16px;
}

h2{
        font-family: Arial,sans-serif;
        font-size: 114%;
        color: #B22A6A;
        margin: 0px;
        padding: 0px;
        font-weight: bold;
}

h3{
 font-family: Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: normal;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font-family: Verdana,Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

ul{
        list-style-type: disc;

}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: square;
}

label{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #334d55;
}
.navi_link{
        font-size: 11px;
        color: #666666;
        text-decoration: none;
        font-weight: bold;
        vertical-align: middle;
}


.navi_link:hover{
        color: #B22A6A;
}

.navi_link_aktuell{
        font-size: 11px;
        color: #B22A6A;
        text-decoration: none;
        font-weight: bold;
        vertical-align: middle;
}

.link_wsd  { font-size:10px; color:#999999; text-decoration:none;}
.link_wsd:hover  {color: #B22A6A; }


.text_link{
        
       text-decoration: underline;
	   color: #777777;
}
.text_link:hover{
	text-decoration: none;
	color: #EFD8DF;
	background-color: #B22A6A;
}






