#mfpagehead {
	z-index:999;
	background-color:#FFCA9A;
	background: url('/media/modulform/bgtop24px.gif');
	background-position: bottom; 
	background-repeat: repeat-x
	position:fixed;
	left:0;
	top:0;
	padding:0;
	width:100%;
	height:16px;
	/* filter: alpha(opacity=90);opacity: .90;-moz-opacity: .90;-khtml-opacity: .90;*/
}

#mfpagehead[id] {
	position: fixed;
}

#mfpagehead2 {
	height:0px;
	z-index:1000;
	position:absolute;
	right:0px;
	top:0px;
	padding:0;
}

#mfpagehead2[id] {
	position: fixed;
}

#mfpagefooter {
	padding:3px;
	color:#fff;
	position:absolute; 
	right:0;
	background-color:#FFCA9A;
	z-index:1000;
/*		filter:alpha(opacity=90);opacity: .90;-moz-opacity: .90;-khtml-opacity: .90; */
}

#mfpagefooter[id] {
	bottom:0; 
	position: fixed;
}

#mfcontent[id] {
	padding:16px 0 0 0;
}

