/* Links im Text */

a        
{ 
font-size: 14px; 
line-height: 23px; 
font-family: Verdana, Lucida Grande, sans-serif; 
text-decoration: underline;
}

a:link { color:#795F38; }
a:visited { color:#795F38; }
a:hover { color:#795F38; text-decoration: none;}
a:active { color:#795F38; }

a.small        
{ 
font-size: 12px; 
font-family: Verdana, Lucida Grande, sans-serif; 
text-decoration: none;
}

a.small:link { color: #795F38; }
a.small:visited { color: #795F38; }
a.small:hover { color: #795F38; text-decoration: none;
font-weight: bold; }
a.small:active { color: #795F38; }

a.smallfest      
{ 
font-size: 12px; 
font-family: Verdana, Lucida Grande, sans-serif; 
font-weight: bold;
text-decoration: none;
}

a.smallfest:link { color: #795F38; }
a.smallfest:visited { color: #795F38; }
a.smallfest:hover { color: #795F38;}
a.smallfest:active { color: #795F38; }

/*Links im Menu*/

p.menu
{
margin-top: 0px;
}

a.menu
{
font-size: 14px;
line-height: 30px;
font-family: Verdana, Lucida Grande, sans-serif;
text-decoration: none;
}

a.menu:link {color: #795F38;}
a.menu:visited {color: #795F38; }
a.menu:hover {color: #57411E; font-weight: bold; text-decoration: none; font-style: normal;}
a.menu:active {color: #795F38;}

a.menufest
{
font-size: 14px;
line-height: 35px;
font-family: Verdana, Lucida Grande, sans-serif;
font-weight: bold;
text-decoration: none;
}

a.menufest:link {color: #57411E;}
a.menufest:visited {color: #57411E; }
a.menufest:hover {color: #57411E; font-style: normal; text-decoration: none;}
a.menufest:active {color: #57411E;}

/*Menu 2. Ordnung*/

a.menu2
{
font-size: 13px;
line-height: 25px;
font-family: Verdana, Lucida Grande, sans-serif;
text-decoration: none;
margin-left: 20px;
}

a.menu2:link {color: #795F38;}
a.menu2:visited {color: #795F38; }
a.menu2:hover {color: #57411E; font-weight: bold; text-decoration: none; font-style: normal; font-size: 12px;}
a.menu2:active {color: #795F38;}

a.menu2fest
{
font-size: 12px;
line-height: 25px;
font-family: Verdana, Lucida Grande, sans-serif;
font-weight: bold;
text-decoration: none;
margin-left: 20px;

}

a.menu2fest:link {color: #57411E;}
a.menu2fest:visited {color: #57411E; }
a.menu2fest:hover {color: #57411E; font-style: normal; text-decoration: none;}
a.menu2fest:active {color: #57411E;}




