/* ###### Layoutausrichtung ########### */ 

.layout-center {
        margin: 0px auto;
        width: 980px;
        height: 770px; 
        text-align:left;     
     }

html, body { height:101%; }

body {
    padding:0;
    margin:0;
    background-color:#FFFFFF;
    font-size:0.675em;
    line-height:1.5em;
    font-family:Verdana,Tahoma,Arial,Helvetica,Sans-serif,sans-serif;
    color:rgb(41,41,41);
    background-image:url('../images/bg1-verlauf.jpg');
    background-repeat:repeat-x;
    background-position:0px 0px;
    overflow-x:hidden;
    overflow:-moz-scrollbars-vertical;
}

/* ###### Hintergrundbild ############## */

.container0 {
        display: block;
        position: absolute;
        margin-top: 10px;
        width: 980px;
        height: 770px; 
        background-image:url('../images/hgb18.jpg');
        background-repeat: no-repeat; 
        z-index: 0;    
   }