/*div{border:1px solid red}
div div{border:1px solid green}
div div div{border:1px solid blue}*/

html{min-height:100%;}

body
{
    height:100%;
    width:100%;
    min-height:100%;
    background-color:#E6E6E6;
    background-image:url(../images/body_hg.gif);
    font-family:Arial;
    font-size:11px;
}

.pad0
{
    padding:0;
    margin:0;
}

#container
{
    margin-left:auto;
    margin-right:auto;
    width:732px;
    padding-top:40px;
    position:relative;
    text-align:left;
}

#oben
{
     background-image:url(../images/oben.png);
     //background: none;
     //filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../images/oben.png');
     width:732px;
     height:80px;

}

#unten_start
{
     background-image:url(../images/unten_start.png);
     //background: none;
     //filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../images/unten_start.png');
     width:732px;
     height:24px;
}

#unten
{
     background-image:url(../images/unten.png);
     //background: none;
     //filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../images/unten.png');
     width:732px;
     height:24px;
}

#menu
{
    background-image:url(../images/menu_hg.gif);
    background-repeat:no-repeat;
    height:22px;
}

#content
{
    min-height:359px;
    //height:359px;
    background-image:url(../images/cont_hg.gif);
}

#cnt_inh_start
{
    background-image:url(../images/start.jpg);
    background-repeat:no-repeat;
    background-position:left bottom;
    height:339px;
    margin-left:10px;
    padding:10px;
    padding-left:180px;
    padding-right:80px;
    
}

#cnt_inh
{
    background-image:url(../images/inhalt.jpg);
    background-repeat:no-repeat;
    background-position:left bottom;
    min-height:339px;
    //height:339px;
    margin-left:10px;
    padding:10px;
    padding-left:120px;
    padding-right:80px;
}


#footer
{
    color:#878787;
    text-align:center;
}


