body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: #ffffff;
	background-image: url(../content_images/pback.jpg);
	margin: 0px;
	padding: 0px;
	text-align: center;
	
}
div#all{
	clear: both;
	width: 800px;
	text-align: center;
	margin:0 auto;

}
div#header {
	/*text-align:left;*/
	clear: both;
	height: 293px;
	padding: 0px;
	font-family: Arial, Helvetica; font-size: 40px; 	
	font-weight: bold;
	color: red;
	background-color: #0080ff;
	
}
div#left {
	padding: 5px 10px;		/*(oben/unten)   (rechts/links)*/
	float: left;
	width: 150px;
	height: 1050px;
  min-height: 1050px;
	text-align: left;
	margin:0px
}

div#content {
	padding: 10px;
	width: 810;
	/*height: 1050px;*/
	min-height: 1050px;
	text-align: left;
	margin: 0px;
	margin-left: 170px;
}
div#footer {
	display:none;
  margin:0px;
  text-align: right;
	clear: both;
}
