html
{
    height:100%;
    width:100%
}

body 
{
    background-color:#AFC7E3;
    margin:0;
    padding:0;
    font-family:Tahoma;
    font-size:12px;
    color:#00008B;
    background-image:url(../images/hg_body.gif);
    background-repeat:repeat-y;
    min-height:100%;
    
    position:relative;
    
}

img
{
    border:0;
    margin:0;
    padding:0;
}

.clr 
{
    clear:both;
    margin:0;
    padding:0;
    font-size:0;
    height:0;
    line-height:0px;
}

#container
{
    min-width:770px;
    min-height:100%;
    
    //width:770px;
    position:relative;
}

#subnav, #subnav_content
{
    height:19px;
    width:100%;
    background-image:url(../images/hg_subnav.gif);
    background-repeat:repeat-x;
    position:relative;
}

#subnav_content
{
    width:770px;
    line-height:20px;
    //line-height:19px;
    color:#FFF;
    vertical-align:middle;
    text-align:right;
    position:relative;
}


#subnav a
{
    color:#FFF;
    text-decoration:none;
    margin-left:10px;
    margin-right:10px;
    position:relative;
}

#menu
{
    float:left;
    width:135px;
    background-image:url(../images/hg_menu.gif);
    background-repeat:no-repeat;
    padding-top:60px;
    position:relative;
}

#inhalt
{
    float:left;
    width:555px;
    padding-top:20px;
    padding-left:40px;
    padding-right:40px;
    padding-bottom:80px;
    position:relative;
}

#footer
{
    position:absolute;
    width:555px;
    left:175px;
    bottom:20px;
    border-top:1px solid #00008B;
    padding-top:4px;
}