/* Ganz Allgemein */
html{
}
body{
font-family: Verdana;
font-size: 10pt;
/*color: gray;*/
margin:0;
padding:0;
min-width:73.5em;
color:#606060;
}

hr.blue_divider{
margin:0;
height:20px;
border:0;
background-color: #edf7fd;
}

div#cover{
margin:0px;
padding:0;
position: relative;
min-width:74em;
}

/* Grau ueber Kopfzeile */
div.greybox{
height:30px;
width:100%;
background:#d9dadb;
}

/* Kopfzeile */
div#kopfzeile{
}

div#kopfzeile_logo_und_menu1{
background:#ebf7fd;
}

div.clear_div{
clear: both;
}

div#kopfzeile_big_picture{
height: 141px;
/*background: url(../img/kopfzeile_big_picture.jpg) left;*/
}

/*Inhalt und Navigation */
div#menu_content_box{
margin: 0;
}

/*Fusszeile*/
div#footer{
background: #e6e7e8;
padding:5px 0px;
}

div#footer_impressum{
float:left;
margin-left:50px;
}

div#footer_impressum a{
/*color:gray;*/
text-decoration: none;
color:#606060;
}

div#footer_info{
margin-left: 205px;
font-size:0.75em;
margin-top:0.2em;
}

/*Blauer Balken rechts */
div#blue_box_right{
position: absolute;
top: 0px;
bottom: 0px;
right: 0px;
width: 85px;
background: #ebf7fd;
filter:alpha(opacity=70);
-moz-opacity:.70;
opacity:.70;
}