html{height:100%;min-height:100%;}

body
{
    font-family:Arial;
    font-size:12px;
    background-color:#D8D8D8;
    text-align:center;
    width:100%;
    height:100%;
    position:relative;
}

.pad0
{
    padding:0;
    margin:0;
}

.fl {float:left;}
.fr {float:right;}

#container
{
    width:800px; 
    margin-left:auto;
    margin-right:auto;
    background-color:#DCDCDC;
    border-left:1px solid #000;
    border-right:1px solid #000;
    min-height:100%;
    //height:100%;
    text-align:left;
    background-image:url(../images/hg_content.jpg);
    background-position:0px 167px;
    background-repeat:no-repeat;
    position:relative;
}

#content{width:800px;}

#logo
{
    height:167px;
    position:relative;
    background-image:url(../images/logo.jpg);
    background-repeat:no-repeat;
    margin-bottom:22px;
}

#menu
{
    width:192px;
    float:left;
    text-align:center;
    margin-bottom:30px;
}

#menu ul {list-style-type:none;}
#menu ul li{margin-left:15px;}

#menu ul li a
{
    text-align:left;
    padding-left:30px;
    display:block;
    height:19px;
    background-repeat:no-repeat;
    padding-top:4px;
    font-size:12px;
    text-decoration:none;
    color:#3C3C3C;
    font-weight:bold;
    margin-top:2px;
}

#inhalt
{
    width:538px;
    float:left;
    background-color:#C9C9C9;
    border:1px solid #000;
    border-top:0px solid #000;
    padding:10px;
    margin-bottom:25px;
    //height:325px;
    min-height:325px;
}

#footer
{
    position:absolute;
    width:800px;
    bottom:0px;
    font-size:10px;
    text-align:center;
    height:16px;
    line-height:16px;
    vertical-align:middle;
    background-color:#C9C9C9;
    border-top:1px solid #000;
}

table.toolbar
{
    width:802px;
    padding:2px;
    padding-left:10px;
    padding-right:10px;
    border:1px solid #000;
    background-color:#D8D8D8;
}

#submenu
{
    width:140px;
    border:1px solid #6F6F6F;
    border-top:0;
    //margin-left:auto;
    //margin-right:auto;
    margin-top:-1px;
    margin-bottom:-2px;
    background-color:#CFCFCF;
    margin-left:25px;
    //margin-left:12px;
}

#menu ul li #submenu a, #submenu a
{
    display:block;
    padding-top:3px;
    padding-bottom:3px;
    font-weight:normal;
    padding-left:0px;
    text-align:center;
}


