
body {
    margin: 0px;
    padding: 0px;
}

#inhalt {
    position: absolute;
    left: 50%;
    width: 1245px;
    margin-left: -660px;
}

#box1 {
	width: 1245px;
	height:796px;
	background-image:url(Bilder/test.jpg);
	display:block;
	overflow:auto;
	margin: auto; 
}

#box5 {
	margin: auto;
	background: #00FFFF;
	width: 773px;
	height:440px;
/*	background-image:url(Bilder/gus_mitteTest.gif); */
	font-family:arial;
	#box1 text-align: center;
}


/* ******************************************************************** */ 
/* Clearfix: http://csscreator.com/attributes/containedfloat.php        */
/* ******************************************************************** */
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 
/* ******************************************************************** */ 
/*                      printer styles                                  */ 
/* ******************************************************************** */ 
     
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 

/*hide the right column when printing*/ 
#rightcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}


