:focus {
  outline: 0;
  }

body {

    background-color:#ecedee;
}

.main_wrapper {
    clear: both;
    min-height: 800px;
    width: 100%;
    margin: 0px auto;
    background-color:#ecedee;
}
.header {
    clear: both;
    width:100%;
    height:140px;
    background-color:#8b0335;
    margin-top:14px;
}
.anzeige {
    clear: both;
    min-height: 200px;
    width:984px;
    margin-left:auto;
    margin-right:auto;
    margin-top:14px;
  background-image:url("../images/menue_links.jpg");
  /*background-repeat:no-repeat;*/
}
.footer {
    clear: both;
    min-height: 200px;
    width:984px;
    margin-left:auto;
    margin-right:auto;
    margin-top:14px;
}
.footer_links {
    float: none;
    width: auto;
    min-height: 100px;
   background-image:url("../images/footer_links.jpg");
   background-repeat:no-repeat;
  
}
.bildmenue {
    float: none;
    width: auto;
    min-height: 100px;
}
.anzeige_links {
    float: none;
    
    min-height: 100px;
  width:100%;
    
}
.navigation {
    clear: both;
    min-height: 100px;
    width: auto;
}
.kontakt {
    clear: both;
    min-height: 100px;
    width: auto;
}
.anzeige_rechts {
    float: none;
    width: auto;
  background-color:#FFF;
    min-height:100px;
}
.header_bild {
    clear: both;
    width:984px;
    margin-left:auto;
    margin-right:auto;
    height:140px;
}
.logo {
    float: left;
    width: 247px;
    min-height: 140px;
    background-image:url("../images/header_links.jpg");
  background-repeat:no-repeat;
}
.logo_align {
    margin-left: 0px;
}
.bild_rechts {
    float: left;
    width: 737px;
    min-height: 140px;
    background-image:url("../images/header_rechts.jpg");
  background-repeat:no-repeat;
}
.hauptnavigation {
    clear: both;
    min-height: 140px;
    text-align:right;
}
@media only screen and (min-width : 641px) {
    .hauptnavigation {
        min-height: 46px;
    }
    .bild_rechts {
        min-height: 140px;
    }
    .logo_align {
        margin-left: 0px;
    }
    .anzeige {
        clear: both;
        min-height: 380px;
        margin-left:auto;
        margin-right:auto;
    }
    .footer {
        clear: both;
        min-height: 180px;
        margin-left:auto;
        margin-right:auto;
    }
    .footer_links {
        float: left;
        width: 247px;
        min-height: 180px;
    }
    .bildmenue {
        float: left;
        width: 737px;
        min-height: 180px;
    }
    .anzeige_links {
        float: left;
        width: 247px;
        min-height: 394px;
    }
    .navigation {
        clear: both;
        min-height: 344px;
        width: auto;
    }
    .kontakt {
        clear: both;
        min-height: 44px;
        width: auto;
    }
    .anzeige_rechts {
        float: left;
        width: 737px;
        min-height: 394px;
    }
    .header_bild {
        margin-left: auto;
        margin-right:auto;
    }
    .main_wrapper {
        min-height: 775px;
        height:775px;
    }
}
@media only screen and (min-width : 1024px) {
    .logo {
        margin-left: 0px;
    }
    .logo_align {
        margin-left: 0px;
    }
    .anzeige {
        clear: both;
        min-height: 380px;
        margin-left:auto;
        margin-right:auto;
    }
    .footer {
        clear: both;
        min-height: 180px;
        margin-left:auto;
        margin-right:auto;
    }
    .footer_links {
        float: left;
        width: 247px;
        min-height: 180px;
    }
    .bildmenue {
        float: left;
        width: 737px;
        min-height: 180px;
    }
    .anzeige_links {
        float: left;
        width: 247px;
        min-height: 394px;
    }
    .anzeige_rechts {
        float: left;
        width: 737px;
        min-height: 394px;
    }
    body {
        min-width: 984px;
    }
}


