body {
	margin: 0px;
	padding: 0px;
	text-align: center;
background-image: url(../content_images/bg.jpg);
background-position: center;
background-repeat: y-repeat;
}
div#all{
	clear: both;
	width: 1100px;
	text-align: center;
	margin:0 auto;
border-left: solid 1px #cfcfcf;
border-right: solid 1px #cfcfcf;

}
div#header {
	/*text-align:left;*/
  clear: both;
	height: 180px;
	padding: 0px;
	font-family: Arial, Helvetica; font-size: 40px; font-weight: bold;
	color: red;
}
div#left {
	padding: 5px 0px 10px 5px;
/*(oben/unten)   (rechts/links)*/
	float: left;
	width: 160px;
 height: 100%; 
/*  min-height: 600px;  */
	text-align: left;
	margin:0px;
/* border-right: solid 1px #cfcfcf;  */
}
div#content {
	padding: 10px 25px 10px 180px;
	width: 940;
	height: 100%;
	min-height: 594px;
	text-align: left;
	margin: 0px;
/*	padding-left: 170px; */
border-top: solid 1px #cfcfcf;
}
div#footer {
	display:none;
  margin:0px;
  text-align: right;
	clear: both;
background-image: url(../content_images/footer.jpg);
}

