@charset "utf-8";
/* CSS Document */

body {
  padding: 0px;
/*  margin: 0px;*/
/*  background-color: #FF8040; */  
}
#kopf {
  height: 100px;
 /* margin: 10px;*/
  background-color: #B5B56A;
}
#fuss {
	height: 50px;
	width: 99%;
	background-color: #B5B56A;
	position: absolute; 
	bottom: 10px; 
}
#mitte {
  position: relative;
  width: 100%;
}
#inhalt {
  margin: 0px 180px;
  background-color: #FFFFCC;
}
#links {
  position: absolute;
  top: 0px;
/*  left: 10px;*/
  width: 160px;
  height: 850px;;
  background-color: #B5B56A;
}
#rechts {
  position: absolute;
  top: 0px;
  right: 10px;
  width: 160px;
  height: 300px;
  background-color: #B5B56A;
}