body {
  padding: 0px;
  margin: 0px;
  background-color: white;
/*margin-left:auto;margin-right:auto;*/
/*text-align:center;*/
}
#kopf {
  /*height: 400px;*/
  padding: 0px;
  margin: 0px;
  position: relative
  margin: 0px;
  background-color: orange;
}

#mitte {
top: 0px;
/*margin-left:auto;margin-right:auto;*/
  position: relative;
  width: 100%;	/*geändert 100%*/
background-image:url(./hintergrundBilder/test6.gif); margin:0px; padding:0px;
background-color: transparent;

}
#inhalt {
/*margin-left:auto;margin-right:auto;*/
	top: 0px;
  left: 150px;
  margin: 0px 180px;
  background-color: transparent;
}
#links {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 150px;
  height: 300px;
  background-color: transparent;
}
#rechts {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 350px;
  height: 300px;
  background-color: transparent;
}

#fuss {
	position: relative;
 /* height: 150px;*/
  height: 120px;

  /*margin: 0px;*/
  background-color: red;
}


