html {
width: 100%;
height: 100%;
margin: 0px;
padding: 0px;
}

#container {
	text-align:left;
	margin:0px auto;
  padding:0px;
	width:960px; 
  background-color:#FFF;
  background-image:url(../layout/bg_inhalt_ohne.jpg);
	background-repeat:repeat-y;
}

#kopf {
	background-image:url(../layout/bg_kopf.jpg);
  background-repeat:no-repeat;
	height:151px;
  margin:0px;
  padding:0px;
	}

#inhalt {
	width:960px;
	float:left;
  margin:0px;
  padding: 0px;
  text-align: justify;
	}
#fuss {
  clear:both;
	height:30px;
  color: #FFF;
  text-align: center;
	background-image:url(../layout/bg_fuss.jpg);
  background-repeat:no-repeat;
	}