html, body {
height: 100%; /* wichtig */
/*background-color: #FFFFFF;
color: #624101;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 13px;
margin: 0px;
text-align: center;
padding:0px;*/
}

#box{
min-height: 100%;
height:auto !important; /* moderne Browser */
height:100%; /* IE */
}

.oben{
background-image:url(../picts/bg_top.gif);
background-repeat:repeat-x;
height:130px;
width:100%;
}

.unten{
position:absolute;
bottom:0; /* wichtig */
background-image:url(../picts/bg_bottom.gif);
background-repeat:repeat-x;
height:100px;
background-color:#FFFFFF;
width:100%;
}

.mitte{
width:100%;
text-align:center;
}

#box {
width:100%;
height:100%;
margin:0;
padding:0;
}

.hinterlegt{color:#99ccff;}
.big{color:#99ccff;font-size:30px; font-weight:normal;}
.small{font-size:6px;color:#FFFFFF;}
