html 
{
    background:url('../images/bg_oben.gif') repeat-x #ca7a28;
    width:100%;
    margin:0px;
    height:100%;
    padding:0px;
    font-family:Verdana,sans-serif;
    font-size:12px;
    text-align:center;
}

body
{ 
    
    width:100%;
    margin:0px;
    height:100%;
    padding:0px;
    font-family:Verdana,sans-serif;
    font-size:1em;
    color:#704106;
    text-align:center;
    min-height:100%;
}

#container
{
    margin:auto;
    min-height:100%;
    width:975px;
    position:relative;
    text-align:left;
    z-index:10;
    background:url('../images/bg_container.gif') repeat-y;
}

#verlauf_unten
{
    height:250px;
    margin-top:-250px;   
    width:100%;
    z-index:1;
    background:url('../images/bg_unten.gif') bottom repeat-x;
}
  

#lefttop, #leftbottom, #righttop, #rightbottom
{
    position:absolute
}

#lefttop, #leftbottom{left:0px;}
#lefttop, #righttop{top:89px;}
#leftbottom, #rightbottom {bottom:30px;}
#righttop, #rightbottom{right:0px;}

#footer
{
    position:absolute;
    bottom:0px;
    height:65px;
    width:975px;
    background:url('../images/bg_footer.gif') no-repeat;
    color:#f4ead7;
    text-align:center;
    line-height:34px;
    vertical-align:middle;
    font-weight:bold;
}

#content
{
   padding:4px;
   margin-bottom:75px;
   border:1px solid #ae600f;
   width:554px;   
   float:left; 
   margin-left:8px;
   margin-right:5px;
   margin-top:5px;
}

#right
{
    
    margin-top:5px;
    width:210px;
    float:left; 
    padding-bottom:75px; 
}

#right div
{
    
    padding:4px;
    border:1px solid #ae600f;
    margin-bottom:5px;
}

#right div div
{
    padding:0px;
    border:none;
}