/* ###### Layoutausrichtung ########### */ 
.layout-center {
        margin: 0px auto;
        width: 980px;
        overflow: auto;        
        height: 770px;  
        text-align:justify;     
     }
html, body { height:100%;  
     }

body {
    padding:0;
    margin:0;
    background-color:#FFFFFF;
    font-size:0.675em;
    line-height:1.5em;
  /*  word-spacing:0.05em;
    line-height:1.4em; */
    font-family:Verdana,Tahoma,Arial,Helvetica,Sans-serif,sans-serif;
    color:rgb(41,41,41);
    background-image:url('../images/bg_verlauf_02.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/hgb_transparent_2010.png');
        background-repeat: no-repeat; 
        z-index: 1;   
        }
/* IE6 Hack Zeigt ein festes Bild, IE6 kann png Transparenz nicht angezeigen */
* html .container0 { 
        background-image:url('../images/hgb_golfschwung.jpg');
        background-repeat: no-repeat; 
}       
.container0-1 {
        display: block;
        position: absolute;
        margin-top: 10px;
        z-index: -10;   
        }
