* {
    margin: 0;
    padding: 0;
}

html, body {
    height: 100%;
    text-align: center;
 /* Zentrierung des Layouts im IE 5 */
    background-image: url(../img/hg_page.jpg);
    background-repeat: repeat-x;
    background-color: #d6e5ec;
}

/* /////////////////////////////////////////////////////////////////////////////*//* SEITENNAUFBAU */
#container_page {
    width: 980px;
    background-color: #FFF;
    background-image: url(../img/hg_container-page.jpg);
    background-repeat: repeat-y;
    position: relative;
    text-align: left;
    margin: auto;
    min-height: 100%;
  /* Maximale Höhe auf allen Bildschirmen */
    height: auto !important;
    height: 100%;
}

#header {
    height: 127px;
    padding: 0;
    /*display:inline;*/
}

#metanavigation {
    height: 33px;
    padding: 0 0 0 42px;
    background-image: url(../img/hg_meta.jpg);
    background-repeat: no-repeat;
    /*display:inline;*/
}

#visual {
    height: 237px;
    padding: 0;
    font-size: 0;
}

#visual img {
    display: inline-block;
    vertical-align: top;
}

#meta {
    float: left;
}

#main {
    width: 980px;
    height: 100%;
}

#container_content {
    width: 652px;
    background-image: url(../img/hg_content.jpg);
    background-repeat: no-repeat;
    background-color: #FFF;
    padding: 20px 37px 20px 37px;
}

* html #container_content {
    padding: 20px 15px 20px 37px;
}

#marginal {
    width: 214px;
    margin: 0;
    padding: 20px;
    float: right;
    clear: both;
}

#container-page:after {
    clear: both;
    display: block;
    content: ".";
    height: -1px;
    visibility: hidden;
}/* /////////////////////////////////////////////////////////////////////////////*/     /*IE HACKS*/        /**html #marginalspalte{    margin:0px; padding-right:3px;  }*//* /////////////////////////////////////////////////////////////////////////////*//* SEITENELEMENTE *//* BLOCK BILD UND TEXT */
.block {
    float: left;
    width: 100%;
}

.text_block {
    float: right;
    width: 70%
}

.img_block {
    width: 25%;
    text-align: left;
    height: auto;
    float: left;
}   