body {
    margin:0;
    padding:0 0 <length> 0;
	background-color: #EFEFEF;
	background-image: url(img/bg.gif); 
	background-repeat: repeat-y;
}

#kopfleiste {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	width: 100%;
	height: 114px;
	border: 0px;
	background-color: #C0BFBF;
	border-bottom: 1px solid #ffffff;
	z-index: 0;
}

#kopfzeile {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	width: 1104px;
	height: 114px;
	border: 0px;
	z-index: 1;
}

#teaser {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	float: left;
	width: 244px;
	height: 114px;
	border-top: 0px;
	border-left: 0px;
	border-right: 1px solid #ffffff;
}

#logo {
    padding-top: 20px;
	padding-left: 25px;
	float:  left;
	width: 833px;
	height: 94px;
	border-top: 0px;
	border-left: 0px;
	border-right: 1px solid #ffffff;
	background-image: url(img/bg_kopf.gif); 
    background-repeat: no-repeat;
    background-position: 0px 105px;	
}

#inhaltszeile {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	width: 1104px;
	border: 0px;
}

#navi {
	padding-top: 35px;
	float:  left;
	width: 244px;
	border-top: 0px;
	border-left: 0px;
	border-right: 1px solid #ffffff;
	border-bottom: 0px;
	background-color: #EFEFEF;
	background-image: url(img/bg_navi.gif); 
	background-repeat: no-repeat;
	background-position: 0px 0px;*
}

#inhalt {
	padding-top: 35px;
	padding-left: 35px;
	padding-right: 35px;
	float: left;
	width: 788px;
	border-top: 0px;
	border-left: 0px;
	border-right: 1px solid #ffffff;
	border-bottom: 0px;
	background-color: #DEDEDE;
	background-image: url(img/bg_inhalt.gif); 
	background-repeat: no-repeat;
	background-position: 0px 0px;*
}

#adresse {
	padding-left: 45px;
	padding-top: 20px;
	padding-bottom: 20px;
}

/* Fusszeile */
div#fussleiste {
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:<length>;
    height: 20px;
    background-color: #C0BFBF;
    border-top: 1px solid #ffffff;
    background-image: url(img/bg_fuss.gif); 
    background-repeat: no-repeat;
    background-position: 0px 0px;
 }

@media screen {
  body>div#fussleiste{
   position: fixed;
  }
 }

* html body{
  overflow:hidden;
 } 
 
* html div#content{
  height:100%;
  overflow:auto;
 }