/* General ***************************************************************/
html, body {
    font-family : Arial, Helvetica, sans-serif;
    padding: 0;
    margin: 0;
    font-size: 14px;
}
body {
    margin : 0;
    padding : 0;
}
#main {
    width : 902px;
    background-color: #FFFFFF;
    margin:0 auto;
    position: absolute;
    left: 50%;
    
    margin-left: -451px;
}
img {border: 0;}
p { margin: 0 0 10px; }
ol {
    list-style-image: none;
    list-style-type: none;
}
ul { margin: 0; padding: 0; list-style:none; }
ul li {
margin-left: 12px;
    list-style-type: disc;
    list-style-image: url(../images/bullet_list.gif);
}
hr {
    height: 1px;
    color: #ccc;
    background-color: #797fa3;
    border: none;
}
td,th { border-width: 0; }
table { border-collapse:collapse }
a {
    color : #d2d3e2;
    text-decoration : none;
}
#bild1 {
    float:left;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #FFFFFF;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #FFFFFF;
    height:339px;
    width:601px;

    overflow:hidden;
}
#bild2 {
    float:left;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #FFFFFF;
    height:339px;
    width:300px;
    
    overflow:hidden;
}
#bild3 {
    float:left;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #FFFFFF;
    height:169px;
    width:300px;
}
#bild4 {
    float:left;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #FFFFFF;
    height:169px;
    width:300px;
}
#bild5 {
    float:left;
    height:169px;
    width:300px;
}
/* Header  ***************************************************************/
#header {
    width: 902px;
    height: 88px;
    float: left;
    margin: 0px;
    padding: 0px;
}
#logo {
    background-color: #fff;
    height: 88px;
    overflow: hidden;
    width : 601px;
    float: left;
}
#logoprint { margin-top: -100px; display: none; }

/* Meta navigation ***************************************************************/
#metanav {
    color: #0d2b5a;
    width: 301px;
    height: 88px;
    font-size: 11px;
    text-transform: uppercase;
    float: left;
    letter-spacing: 1px;
}
#metanav a {
    color: #0d2b5a;
        } 
#metanav a:hover {
    color: #008bd6;
}
ul#metaNavigation {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 20px;
    margin-left: 0;
    clear: both;
}
ul#metaNavigation li {
    margin:0;
    display:inline;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color:#0d2b5a;
    padding-top: 0;
    padding-right: 6px;
    padding-bottom: 0;
    padding-left: 1px;
}
#hilfsnavi {
    margin-top: 12px;
    float: right;
}

#drucken {
    margin-top: 12px;
    float: right;
}
/*Footer***************************************************************/
#footer {
    color: #0d2b5a;
    width: 902px;
    height: 100px;
    float: left;
    font-size: 11px;
}

#bottom {
    width: 902px;
    margin-top: 30px;
    text-align: center;
}
#bottom a {
    color: #d9401a;
    text-decoration: none;
}
#bottom a:hover {
    color: #008bd6;
}

/* Content *********************************************************/
#content {
    color: #0c2a59;
    text-align: left;
    height: auto;
    float:right;
    width: 902px;
    height: 509px;
}
