/* menu top ____________________________________________________________________________________________________ */

.menutop {
border-top: 2px solid #fff;
border-bottom: 2px solid #fff;
height:26px;
background: #FF9000;
}

/* > Links generell____________________________________________________________________________________________________ */

a {
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
color: #FF9000;
font-size: 11px;
text-decoration:none;
}

a:hover {
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
color: #FF9000;
font-size: 11px;
text-decoration:underline;
} 

a.alter {
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
color: #794502;
font-size: 11px;
text-decoration:none;
}

a.alter:hover {
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
color: #794502;
font-size: 11px;
text-decoration:underline;
} 

/* > Boxen____________________________________________________________________________________________________ */

.bfarbig {
background: #FF9000;
border-left: 2px solid #fff;
}

/* > footer____________________________________________________________________________________________________ */

.footer {
padding: 10px;
background: #FF9000; 
border-top: 2px solid #fff; 
height:300px;
}

.foottext {
color: #404040;
}

/* > textformat____________________________________________________________________________________________________ */

.specialinfo {
margin-top: 11px;
margin-bottom: 11px;
padding: 6px;
background: #FBB254;
border-left: 5px solid #794502;
line-height: 20px; 
font-size: 11px;
color: #404040;
}

.textinfo {
padding: 6px;
font-size: 11px;
border-left: 5px solid #404040;
background: #EDEDED;
line-height: 20px; 
}

