BODY { background-color:#004985; } 

#main{ 

} 

a { 
color: #004263; /* Allgemeine Textfarbe */ 
text-decoration: none; 
} 

a:hover { 
color: #0542B6;
text-decoration : none; 
} 

a:link { 
color: #0542B6;
text-decoration : none; 
} 

a:visited { 
color: #0542B6;
text-decoration : none; 
} 

body, td, h1, h2, h3, input, textarea, div, p, table{ 
/* --- Standardtextart und -größe werden festgelegt --- */ 
font-family: Arial, Helvetica, sans-serif; 
font-size : 12px; 
line-height: 20px; /* Zeilenabstand */ 
color: #004263; /* allgemeine Textfarbe */ 
} 













#js-menu{ 
background-color: 004985; 

border: 1px solid; 
border-color: white; 
padding-left: 5px; 
padding-bottom: 3px; 
/*float:left;*/ 
width:350px; 
filter: Alpha(opacity=100, finishopacity=50, style=1); 
} 

#js-menu a{ 
margin-left: 5px; 
text-decoration: none; 
color:white; 
} 

#js-menu a:hover{ 
margin-left: 5px; 
text-decoration: underline; 
color:white; 
} 








