Font  {
	font-family : Arial;
	font-size : 11px;
	font-weight : normal;
    color: white;
	
}

A:LINK, A:VISITED  {
	color : white;
	font-family : Arial;
	font-size :11px;
	text-decoration : underline;
	font-weight : bold;
}

A:HOVER  {
	color : white;
	font-family : Arial;
	text-decoration : underline;
	font-size : 11px;
	font-weight : bold;
}

#index_head {
   color: #CACACA;
   font-weight: normal;
   font-size: 12px;
}

}

#index_links {
   color: #772B1A;
   font-weight: normal;
   font-size: 12px;
}

}

#verein {
   color: black;
   font-family : Arial;
   font-weight: normal;
   font-size: 12px;
   
}


}

#index_temp {
   color: #dddddd;
   font-weight: normal;
   font-size: 9px;
}

#menu01 {
width:100px;
background-color: #282828;
margin: 10px;
padding-left:8px;
padding-right:8px;
padding-TOP:6px;
padding-BOTTOM:6px;
border:solid 1px #CACACA;
font: normal 11px verdana, sans-serif;}

#menu01 ul, #menu01 li {
list-style-type: none;
        padding: 0px;
        margin: 0px;
}



#menu01 li a:link, #menu01 li a:visited, #menu01 li a:active {display:block;
border: solid 1px #000;
background-color:#000000;
color:silver;
text-decoration:none;
margin-bottom: 2px;
margin-top: 2px;
padding-left: 5px;
height: 24px;
line-height: 24px;
}

#menu01 li a:hover {background-color:#510205;
                color:#FFD350;
                border: solid 1px #000;
}