*
{
margin:0;
padding:0;
} 
html
{
width:100%;
height:100% !important;      
background:#3fabd9 url('../images/hintergrund.jpg') no-repeat top center fixed;
}
body
{
width:100%;
height:100%;
background:url('../images/background.png') repeat-x;  
font-family: 'Coda', cursive; 
line-height: 120%;
font-size: 13px;
}
a {text-decoration:none;}
#body
{
width:100%;
background:url('../images/footer_bg.png') repeat-x bottom;  
min-height: 100%;
height: auto !important;
height: 100%; 
padding-bottom:0px;
margin:0 auto -81px; 
position:relative;
}
#body * {position:relative;}
#all
{
width:1000px;
height:100%;
margin:0 auto;   
}
/*Der Footer*/
#footer{ 
background:url('../images/footer.png') no-repeat;
height:81px;
margin: 0 auto;
width: 1000px;
position: relative; 
color:#000;
}
#footer .footleft{
position:relative;
margin-top:37px;
margin-left:380px;
font-weight:normal;
float:left;
}
#footer .footleft a{
font-size:10pt;
color:#000;
text-decoration:none
}
#footer .footright{
position:relative;
margin-top:8px;
margin-left:540px;
font-weight:normal;
float:left;
}
#footer .footright a{
font-size:10pt;
color:#000;
text-decoration:none
}
.clear{clear:both;}  