.wrapper {
    margin: auto;
    width: 900px;
}

.head {
    height: 337px;
    position: relative;
    top: 5px;
    left: 0px;
}

.headContent {
    height: 300px;
    overflow: hidden;
}

.cLeft, 
.cRight {
    text-align: left;
}

.cLeft h2 {
    font-weight: bold;
    color: #1b1c20;
    font-size: 19px;
    line-height: 22px;
    margin-bottom: 5px;
}

.cRight h2 {
   font-size: 19px;
   line-height: 28px;
   color: black;
   margin: 5px 0px 13px 0px;
}

.cLeft {
    width: 265px;
    background-color: #ececec;
    background-image: url(../images/wohnbau/sidebar-bg.jpg);
    background-repeat: repeat-x;
}

.cRight {
    padding-left: 40px;
    padding-top: 8px;
}

.cRight h3 {
    font-size: 16px;
}

.cLeftContent {
    margin: 14px;
}

.footer {
    margin: 65px 0px 0px 0px;
    border-top: 1px solid silver;
    padding-top: 7px;
    color: silver;
    font-size: 10px;
    padding-bottom: 100px;
    text-align: center;
}

.supetopMenu {
    position: absolute;
    right: 45px;
    top: 112px;
}

.supetopMenu a,
.supetopMenu a:link {
    text-decoration: none;
    color: silver;
}

.navi {
    height: 37px;
    border: 1px solid #c9c9c9;
    border-top: 0px;
    text-align: left;
}

.navi a.level1,
.navi a.level1:link {
    font-size: 19px;
    line-height: 37px; 
    text-decoration: none;
    color: black;
    display: block;
    float: left;
    font-weight: bold;
    border-right: 1px solid #c9c9c9;
    padding: 0px 17px 0px 17px;
}

.navi a.level1:hover,
.navi a.level1Active,
.navi a.level1Active:link {
    background-image: url(../images/wohnbau/button-bg-active.jpg);
}

