/* ###### Layoutausrichtung ########### */ 

.layout-center {
        margin: 0px auto;
        width: 970px;
        height: 600px; 
        text-align:left;     
     }

html, body { height:100%; }

body {
	padding:0;
	margin:0;
	background-color: #dedede;
	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/bg_verlauf1.jpg'); 
	background-repeat:repeat;
	background-position:0px 0px;
	overflow-x:hidden;
        overflow:-moz-scrollbars-vertical;
}

/* ###### Hintergrundbild und Position ############## */

.container0 {
        display: block;
        position: absolute;
        margin-top: 10px;
        width: 970px;
        height: 600px; 
        background-image:url('../images/hgb-natur3.jpg');
        background-repeat: no-repeat; 
        z-index: 0;    
   }