html, form 
{
    height:100%;
    margin:0px;
    padding:0px;
}

body 
{
    font-family:Tahoma;
    font-size:12px;
    margin:0px;
    padding:0px;
    height:100%;
    background-image:url(images/bg_submenu.jpg);
    background-repeat:repeat-y;
}

#menu 
{
    background-color:#ebe6b3;
    background-image:url(images/bg_menu.jpg);
    height:25px;
    width:917px;
    text-align:right;
}

#logo1 
{
    position:absolute;
    left:8px;
    top:97px;
}

#logo2 
{
    position:absolute;
    left:236px;
    top:69px;
}

#container 
{
    width:917px;
}

#submenu 
{
    float:left;
    width:220px;
    padding-right:38px;
    padding-top:35px;
}

#content 
{
    float:left;
    padding-top:35px;
    width:659px;
}

#stiftvorau 
{
    position:absolute;
    left:55px;
    bottom:15px;
}