/* Der Kern von Clearfix */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  font-size:0;

}
/* IE-Patches für Clearfix */
.clearfix { display: inline-block; }
/* Vor IE5/Mac verstecken mit dem Commented Backslash Hack \*/
* html .clearfix { height: 1px; }
.clearfix { display: block; }
/* Ende des Versteckspiels für den IE5/Mac */


body ,html {
width: 100%;
margin: 0px;
padding: 0px;
}

body {
font-size: 12px;
font-family: Arial, Helvetica, sans-serif;
background-color: #8aa14f;
}

.header {
background-image:url(header2.jpg);
width: 900px;
height: 362px;
margin-left: 8px;
}

.wrapper {
background-image: url(underground.jpg);
width: 920px;
margin-left: auto;
margin-right: auto;
}

.content {
width: 428px;
text-align: left;
overflow: none;
float: left;
margin-left: 8px;
}

.navi {
float: right;
margin-right: 20px;
margin-top: 20px;
}

.werbung {
width: 160px;
height: 90px;
float: right;
margin-right: 20px;
margin-top: -100px;
}

h1 {
font-size: 15px;
padding-bottom: 5px;
font-weight: bold;
color: #009543;
border-bottom: 1px solid #009543;
width: 430px;
}

.banner {
width: 250px;
height: 250px;
float: left;
margin-left: 8px;
}

.footer {
width: 428px;
float: left;
}
