	* {
	margin: 0;
	border: 0;
	padding: 0;
	}
	
/* Hides from IE-mac \*/

* html .floatbox { width: 100%; }

/* End hide from IE-mac */
	
html { height: 100% }	

body {
	background: url(../pix/bg.jpg) center repeat-y;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#5e5e5e;
	}

div.out {
	width:887px;
	margin-left: auto;
	margin-right: auto;
	text-align:center;	
	}
	
div.header {
	width: 887px;
	height: 168px; 
	padding: 0px 0px 1px 0px;
	background: url(../pix/banner.jpg) no-repeat;
	border: 0px solid black;
	}	
	
div.mitte {
	width: 804px;
/*	height: 100%; */
	margin-left: auto;
	margin-right: auto;
	margin-top: 0.5em;
	border: 0px solid yellow;
	text-align:left;
	}
	
div.navi {
	width: 190px;
	float:left;
	display: inline;
	margin-left: 10px;
	padding-right: 0px;
/*	overflow:hidden; */
	border: 0px solid blue;
	}
	
div.inhalt {
	float:left;
	border: 0px solid green;
	width: 525px;
/*	height: 100%;*/
	margin: 15px 5px 15px 40px;
	}

div.footer {
	clear: both;
	}
	
