body {

  margin: 0px;

  text-align: center;
  background-color: #e3e3e3;
  background-image: url(../image/back.jpg);
}

#komplett {
	margin:0px auto;
	width:800px;
	text-align:left;
	background-color: #ffffff;
}

#head {
	margin:0px auto;
  	width: 800px;
 	height: 125px;
 	background-color: #ffffff;
}

#navi {
	background-image: url(../image/navi_back.jpg);
  	width: 800px;
 	height: 231px;
  	margin-top: 0px;

}

#links {
  width: 265px;
  margin-left: 0px;
  float: left;
  background-color: #ffffff;
}

#footer {
	background-image: url(../image/unten_links.jpg);
	background-position:265px 0px;
	background-repeat:no-repeat;
  	width: 800px;
	height: 52px;
 	background-color: #ffffff;
}

#content {
  width: 535px;
  margin-top: 0px;
  margin-left: 265px;
  text-align:left,
  background-color: #ffffff;
}
