html {
  height:100%;
}
body {
  padding: 0;
  margin: 0;
  background-color: #eeeeee;
  height:100%;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #898989;

}

body,td,th {
	font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #898989;
}
#kopf {
  height: 54px;
  margin: 0px;
  background-image:url(img/layout/head_bg.jpg);
}
#schatten {
	position:absolute;
	left:0px;
	top:54px;
  	height: 9px;
  	width:100%;
  	background-image:url(img/layout/schatten.png);
	z-index:1000;
}
#head {
	float:left;
}
#brand_aktuell {
	float:right;
}
#nummer {
	float:right;
}
#fuss {
  position:relative;
  left:50%;
  margin-left: -285px;
  bottom:2px;
  background-color: #ffffff;
  height: 20px;
  width:500px;
  border:1px solid #cccccc;
  text-align:center;
  line-height:20px;
  vertical-align:middle;
}
#mitte {
  position: relative;
  width: 100%;
}
#inhalt {
  margin: 0px 290px 25px 220px;
  padding:25px 50px 50px 50px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-top:0px;
  min-width:400px;
}
#links {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 200px;
  background:#ffffff;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}
#rechts {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 270px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-top:0px;
  border-right:0px;
}

