body{
    
}
.area {
     width:auto;
     height:10px;
    background-color:#FFFFFF;
    color:#000000;
     border: 1px #CCC ;
     font-family: Arial, Helvetica, sans-serif;
    font-size: 9px;
    font-style: normal;
     line-height: normal; }
/* Container für alle anderen divs*/
.container{
	width: 1024px;
	margin:auto;
	text-align: left;
	
}
