* {
     margin:0px;
     padding:0px;
}

body {
     background-color:#FFF;
     background-image:url(../images/hintergrunde.jpg);
     background-repeat:repeat;
     font-family:Arial;
     color:#000;

}

#wrapper {
     width:1125px;
     margin: 10px auto;
}

#header {
     width:491px;
     height:120px;
     background-image:url(../images/headerh4.jpg);
     background-repeat:no-repeat;
     margin-left:300px;
}

#content {
     background-image:url(../images/Hintergrund4.jpg);
     background-repeat:repeat;
     padding:15px;
     padding-bottom:30px;
}


#navi {
     width:1095px;
     background-color:#283B60;
     padding:15px;
}

#menu {
     width:1089px;
     background-color:#283B60;
     margin-left:12px;
}

#footer {
     background-color:#283B60;
     height:37px;
     text-align:center;
     padding-top:2px;
     color:#FFFFFF;
     font-size:14px;
}

#menu ol a:link, #menu ol a:visited, #menu ol a:active {
     border: 1px solid #000066;
     padding:5px;
     padding-left:33px;
     padding-right:33px;
     margin-right:12px;
     background-color:#4b8ae6;
     text-decoration:none;
     color:#FFFFFF;
     font-weight:bold;

}

#menu ol a:hover {
     background-color:#FF8200;
     color:#000000;
     font-weight:bold;
}

h1 {
     margin-bottom:10px;
     color:#800000;
     font-size:30px;
     text-align:center;
}

h2 {
     margin-bottom:10px;
     color:#283B60;
     font-size:25px;
     text-align:center;
}

h3 {
     margin-bottom:5px;
}

hr {
     margin-top:10px;
     margin-bottom:10px;
}