html {
         width: 100%;
         height: 100%;
         margin: 0px;
         padding: 0px;
}
body {
  text-align:center;
  padding:0px;
  margin:0px;
    color:#555;
  font-size: 12px;
  line-height: 18px;
  font-family:Verdana;
  font-weight:normal;
   background-image:url(../layout/bg_body.jpg);
	background-repeat:repeat-x;
  background-color:#EEEEEE;
	}
  
#container {
	text-align:left;
	margin:auto;
  padding:0px;
	width:990px;

	}
  
#kopf {
  width:990px;
	height:240px;
  margin:0px;
  padding:0px;
  } 
#topnav{
  width:990px;
	height:50px;
  margin:0px;
  padding:0px;
background-image:url(../layout/bg_topnav.jpg);
	background-repeat:no-repeat;
  } 
#navsprache{
  width:990px;
	height:20px;
  margin:0px;
  padding:0px;
background-image:url(../layout/bg_navsprache.jpg);
	background-repeat:no-repeat;
  } 
#inhalt {
  width:990px;
	float:left;
  margin:0px;
  padding:0px;
  background-image:url(../layout/bg_inhalt.jpg);
	background-repeat:repeat-y;
}	
  
#fuss {
  clear:both;
  width:990px;
  height:100px;
  margin:0px;
  padding:0px;
    background-image:url(../layout/bg_fuss.jpg);
	background-repeat:no-repeat;
	}

