body {
	width: 958px;
  padding: 0px;
  margin-left: 150px;
  background-color: #ffffff;
	font-family:arial, sans-serif;
	font-size:12px;

}
#kopf {
  height: 118px;

  background-color: #ffffff;
	background:url(../images/header.jpg) no-repeat;
	width: 956px;
border:1px solid #9c000f;
}




#fuss {
  height: 50px;
  margin: 10px;
  background-color: #ffffff;
}
#mitte {
  position: relative;
  width: 100%;
}
#inhalt {
  margin: 0px 0px;
  background-color: #ffffff;
border:1px solid #9c000f;
padding:10px;
}
#links {
  position: absolute;
  top: 0px;
  left: 10px;
  width: 160px;
  height: 300px;
  background-color: #ffffff;
}
#rechts {
  position: absolute;
  top: 0px;
  right: 10px;
  width: 160px;
  height: 300px;
  background-color: #ffffff;

}

a {

color:#000000;
text-decoration:none;
}

a:hover {

color:#000000;
text-decoration:underline;
}


