@charset "utf-8";

a      
{ 
font-size: 15px; line-height: 22px; font-family: Trebuchet, Trebuchet MS, Verdana, Sans-serif;  }

a:link  	{ color: #993300;  text-decoration: none; }
a:visited      { color: #993300;  text-decoration: none; }
a:hover      { color: #c45e2b;  text-decoration: none; }
a:active      {
	color: #7e4221;
	text-decoration: none;
}

a.button     
{ 
font-size: 14px; line-height: 22px; font-family: Trebuchet, Trebuchet MS, Verdana, Sans-serif; font-style:normal;  }

a.button:link  	{ color: #484848;  text-decoration: none; }
a.button:visited      { color: #484848;  text-decoration: none; }
a.button:hover      { color: #484848;  text-decoration: underline; }
a.button:active      { color: #484848;  text-decoration: underline; }

a.small  
{ 
font-weight: bold; 
font-size: 10px; line-height: 16px;
font-family: font-family: Trebuchet, Trebuchet MS, Verdana, Sans-serif;
text-decoration: none; 
}

a.small2 
{ 
font-weight: bold; 
font-size: 12px; line-height: 16px;
font-family: font-family: Trebuchet, Trebuchet MS, Verdana, Sans-serif;
text-decoration: none; 
}

/* Links im menu  */
a.m1      
{ 
font-size: 12px; font-family: Trebuchet, Trebuchet MS, Verdana, Sans-serif; text-decoration: none; font-weight: bold; }

a.m1:link {color: #ffffff; }
a.m1:visited      { color: #ffffff; }
a.m1:hover      { color: #bdcbcd; text-decoration:none; }
a.m1:active      { color: #ffffff; }

a.m1fest      
{ 
font-size: 13px; font-family: Trebuchet, Trebuchet MS, Verdana, Sans-serif; text-decoration: none; font-weight: bold;
}

a.m1fest:link       { color: #ffffff; }
a.m1fest:visited      { color: #ffffff; }
a.m1fest:hover      { color: #ffffff;  text-decoration:none;  }
a.m1fest:active      { color: #ffffff; }


/*links in der "zurück"-Zeile*/
a.m2      
{ 
font-size: 12px; font-family: Trebuchet, Trebuchet MS, Verdana, Sans-serif; text-decoration: none; font-weight: bold; }

a.m2:link {color: #ffffff; }
a.m2:visited      { color: #ffffff; text-decoration:none }
a.m2:hover      { color: #ffffff; text-decoration:none }
a.m2:active      { color: #ffffff; }

a.button     
{ 
font-size: 14px; line-height: 22px; font-family: Trebuchet, Trebuchet MS, Verdana, Sans-serif; font-style:normal;  }

a.button:link  	{ color: #484848;  text-decoration: none; }
a.button:visited      { color: #484848;  text-decoration: none; }
a.button:hover      { color: #484848;  text-decoration: underline; }
a.button:active      { color: #484848;  text-decoration: underline; }

/*Accordeon-Menu*/

a.info
{
position:relative;
z-index:1;
background-color:#ffffff;
color:#484848;
text-decoration:none;
padding-left:5px;
padding-right:5px;

}

a.info:hover
{
z-index:2;
background-color:#ffffff;
}

a.info span
{
display: none;
}

a.info:hover span 
{
display:block;
position:absolute;
top:2em;
left:2em;
width:500px;
border:1px solid #484848;
background-color:#f6dfcf;
color:#000;
text-align: left;
padding: 20px;
font-size: 14px; line-height: 22px; color: #484848;
font-family: Trebuchet, Trebuchet MS, Verdana, Sans-serif;
} 
