body {
text-align:left;
	padding:0;
	margin:0;
  color:#880000;
	font-family:Tahoma;
  font-size: 12px;
  line-height: 1.6em;
  font-weight: normal;
	}
#container {
	text-align:left;
	margin:0px auto;
  padding:0px;
	width:980px; 
  background-image:url(../layout/bg_inhalt.jpg);
	background-repeat:repeat-y;
	}
#kopf {
	background-image:url(../layout/bg_kopf.jpg);
  background-repeat:no-repeat;
	height:220px;
  margin:0px;
  padding:0px;
	}
#info {
	width:140px;
  height:560px;
	float:left;
  margin:0px;
  padding: 0px;
  text-align: justify;
  background-image:url(../layout/bg_info.jpg);
  background-repeat:no-repeat;
	}	
#inhalt {
	width:620px;
	float:left;
  margin:0px;
  padding: 0px;
  text-align: justify;
	}
#navspalte {
  float:left;
	width:220px;
  margin:0px;
  padding:0px;
  color: #FFF;
  background-image:url(../layout/bg_navi.jpg);
  background-repeat:no-repeat;
	}  
#fuss {
  clear:both;
	height:50px;
	background-image:url(../layout/bg_fuss.jpg);
  background-repeat:no-repeat;
	}


