/* menu left */

#headnavi a , #menu1 a:visited , #menu1 a:active {display:block;

color:#FFFFFF;
text-decoration:none ;
text-align:center;
width:50px;
margin-bottom:1px;
border-bottom:solid 0px #000F16;
border-top:solid 0px #000F16;
font-size: 13px;line-height: 20px;
font-family: "Roboto"; arial, helvetica, verdana, tahoma, sans-serif;
}

/*  the menu-left: mouseover*/

#menu1 a:hover{
background-color:#eecb1f;
color:#000000;
border-bottom:solid 1px #F9E4B9;
border-top:solid 1px #F9E4B9;
}




/* general links within text */

a:link {
	color: #990000;
	text-decoration: underline;
}
a:visited {
	color: #990000;
	text-decoration: underline;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
}
a:active {
	color: #FFCC00;
	text-decoration: underline;
}
