

a:link {}
a:visited {color: blue}
a:active {}
a:focus {}
a:hover {text-decoration:underline; font-weight:bold; color:black}

a.hauptlink:link {text-decoration: none;}
a.hauptlink:visited {text-decoration: none;}
a.hauptlink:active {text-decoration: none;}
a.hauptlink:focus {text-decoration: none;}
a.hauptlink:hover {text-decoration: none; font-size: 1.3em}

a.submenu:link {text-decoration:none}
a.submenu:visited {text-decoration:none}
a.submenu:focus {text-decoration:none}
a.submenu:hover {text-decoration: underline; font-weight: bold;}


a.subnavi:hover{
text-decoration:underline;
font-weight:bold;
color:#006576;
}

subnavi {
font-size:50px;
color:#000000;
text-decoration: none;
}

#subntest {
position:relative; z-index:2;
width:680px;
height:20px;
margin-left:auto;
margin-right:auto;
margin-top:-27px;
text-align:left;
padding-left:3px;
}



a.subntest:hover{
color:#ffffff;
font-size:11px;
font-weight:bold;
text-decoration:underline;
text-align:left;
}



