/* CSS Document */


a:link, a:visited, a:active, a:hover, a:focus
{
color: #000000;
text-decoration: none;
border: none;
}
img
{
border: none;
}



#Hauptmenue a:link
{
color: #000000;
text-decoration:none;
font-size: 22px;
font-weight: normal;
font-family: 'Comic Sans MS';
letter-spacing: 1pt;

}
#Hauptmenue a:visited
{
color: #000000;
text-decoration: none;
font-size: 22px;
font-weight: normal;
font-family: 'Comic Sans MS';
letter-spacing: 1pt;
}

#Hauptmenue a:active
{
color: #000000;
text-decoration: none;
font-size: 22px;
font-weight: normal;
font-family: 'Comic Sans MS';
letter-spacing: 1pt;
}

#Hauptmenue a:hover
{
color: #FF0000;
text-decoration: none;
font-size: 22px;
font-weight: normal;
font-family: 'Comic Sans MS';
letter-spacing: 1pt;
}

#Hauptmenue a:focus
{
color: #000000;
text-decoration: none;
font-size:22px;
font-weight: normal;
font-family: 'Comic Sans MS';
letter-spacing: 1pt;
}

#Normallink a:link
{
color: #0000FF;
text-decoration:underline;
border: none;
font-weight: normal;
}

#Normallink a:visited
{
color: #0000FF;
text-decoration:underline;
border: none;
font-weight: normal;
}

#Normallink a:active
{
color: #0000FF;
text-decoration:underline;
border: none;
font-weight: normal;
}

#Normallink a:hover
{
color: #FF0000;
text-decoration:underline;
border: none;
font-weight: normal;
}

#Normallink a:focus
{
color: #0000FF;
text-decoration:underline;
border: none;
font-weight: normal;
}

