body, html {
    margin:0; 
    padding:0; 
    height:100%;
    font-size: 12px;
    font-family: Arial, sans-serif;
    color:#737b7e;
}

a {
    text-decoration: none;
    color:#489928;
}

a:hover {
    text-decoration: underline;
    color:#737b7e;
}

div#stage {
    height:100%;
    width: 1024px;
    margin-left: -512px;
    left: 50%;
    position:absolute;
}

div#header {
    background: url(../images/bg_wg_top.jpg) top left no-repeat;
    width:1024px;
    height:140px;
}

div#mainmenu {
    padding-top: 105px;
    padding-left:25px;
}

div#content {
    overflow-x:hidden;
    overflow-y:auto;
    padding:10px 25px 20px 25px;
}

div#footer {
    background: url(../images/bg_wg_bottom2.jpg) top left no-repeat;
    width:1024px;
    height:106px;
    position:relative;
    bottom:0;
    left: 0;
}

div#imprint {
    position:absolute;
    left: 935px;
    top: 27px;
}

div.clearer {
    clear:both;
}

p.bodytext {
    margin-left:50px;
    margin-right:50px;
}

