body {
    margin:0;
    padding:0 0 <length> 0;
	background-color: #EFEFEF;
	background-image: url(img/bg_popup.gif); 
	background-repeat: repeat-y;
}

/* POPUP */
#kopfleiste_popup {
	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;
}

#inhaltszeile_popup {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #ff0000;
	/* width: 1104px;
	border: 0px; */
}

/* Fusszeile */
div#fussleiste_popup {
	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_popup{
   position: fixed;
  }
 }
