/* menu top ____________________________________________________________________________________________________ */

.menutop {
border-top: 2px solid #fff;
border-bottom: 2px solid #fff;
height:26px;
background: #1C4A65;
}

/* > Links generell____________________________________________________________________________________________________ */

a {
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
color: #78A8C5;
font-size: 11px;
text-decoration:none;
}

a:hover {
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
color: #78A8C5;
font-size: 11px;
text-decoration:underline;
} 

a.alter {
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
color: #C0C0C0;
font-size: 11px;
text-decoration:none;
}

a.alter:hover {
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
color: #C0C0C0;
font-size: 11px;
text-decoration:underline;
} 

/* > Boxen____________________________________________________________________________________________________ */

.bfarbig {
background: #1C4A65;
border-left: 2px solid #fff;
}

/* > footer____________________________________________________________________________________________________ */

.footer {
padding: 10px;
background: #1C4A65; 
border-top: 2px solid #fff; 
height:300px;
}

.foottext {
color: #C0C0C0;
}


/* > 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; 
}


