* { margin : 0; } 
body { 
font-family : Verdana, Arial, Helvetica, sans-serif; 
font-size : 16px; 
color : #000000; 
background-color : #bbbbbb; 
} 

.all_links:link, .all_links:visited { 
font-family : Arial; 
text-decoration : none; 
font-size : 9px; 
font-weight : normal; 
color : #959595; 
} 
.all_links:hover { 
font-family : Arial; 
text-decoration : none; 
font-size : 9px; 
font-weight : normal; 
color : #ff0000; 
} 

.all_links_underline:link, .all_links_underline:visited { 
text-decoration : underline; 
font-family : Arial; 
font-size : 15px; 
font-weight : normal; 
color : #959595; 
} 
.all_links_underline:hover { 
text-decoration : underline; 
font-family : Arial; 
font-size : 15px; 
font-weight : normal; 
color : #ff0000; 
} 

.headline { 
font-family : Arial; 
font-size : 19px; 
color : #346793; 
font-weight : bold;
}

.headline_small { 
font-family : Arial; 
font-size : 16px; 
color : #707070; 
font-weight : bold;
}

.fliesstext { 
font-family : Arial; 
font-size : 14px; 
color : #707070; 
font-weight : normal;
}

.main {
background-image : url(../images/MainContainer_BG_955x50.jpg); 
/*background-color : #ffffff; */
border-left : 1px solid #959595; 
border-right: 1px solid #959595; 
width:955px;
}

.hinweis_meldung_ok { 
font-size : 15px; 
color : #454545; 
background : #b7ffb7; 
font-weight : normal; 
border : 1px solid #808080; 
padding : 5px; 
overflow : auto; 
text-align : left; 
} 

.hinweis_meldung { 
font-size : 15px; 
color : #454545; 
background : #ffe1f0; 
font-weight : normal; 
border : 1px solid #808080; 
padding : 5px; 
overflow : auto; 
text-align : left; 
} 

.input_style { 
font-family : Arial; 
margin : 1px;
font-size : 14px; 
color : #454545; 
background : #dcdcdc; 
border : 1px solid #828282; 
} 
