*{
margin:0;
padding:0;
}
html,body{
width:100%;
font-family:arial,verdana;
font-size:9pt;
color:#000;
}
html{
min-height:100%;
height:100%;
background:url('../images/headbgeffekt.png') repeat-x #97CF88;
}
body{
min-height:100%;
height:100%;
}
#body{
width:100%;
background:url('../images/footbgeffekt.png') bottom repeat-x;
min-height: 100%;
height: auto !important;
height: 100%; 
position:relative;
padding-bottom:90px;
margin-bottom:-90px;
}
h1 {font-size:13pt; text-align:center;}
li {margin-left:20px;}
/*Div um alles rum*/
#all{
width:955px;
height:100%;
margin:0 auto;
}
/*Mittelteil mit dem Navi und dem Content*/
/*Das .cont is um den Inhalt vom Rand weg zu bekommen.*/
#middle{
width:100%;
background:url('../images/content.png') repeat-y;
}
#middle .cont
{
width:100%;
margin:0 auto;
}
.clear{clear:both;} 
