body {
	margin: 0px; 
	padding: 0px; 
	border: 0px; 
	font-size: 14px; 
	font-family:  Arial, Helvetica, sans-serif; 
	color: #ffffff;
	height: 100%; 
	width: auto;
	line-height: 1.6; 
	background-color: #000000; 
	background-image:url(../images/HG.jpg); 
	background-repeat:no-repeat; 
	background-attachment:scroll; 
	background-position:top;
}




#Teil1 { /*Header*/
   float: left;
   border: 0px dotted  red;
   width: 100%;
   height: 400px;
   }

#Bereich2  { /*main*/
   float: left;
   width: 100%;
   height: 250px;
   margin: 0px;
   border: 0px dotted red;
   }
   
   
#Fusszeile { /*footer*/
   	float: left;
   	width: 100%;
	font-size: 18px; 
	font-family:  Arial, Helvetica, sans-serif; 
	height: 100%; 
	line-height: 1.3;
   	border: 0px dotted blue;
   }