#Lwrapper {
	position: relative;
	top: 0px;
	width: 910px;
	z-index: 1;
	background-color: white;
	background-image: url(/templates/fflh_s1/design/hintergrund.png);
	background-repeat:repeat-y;
	border-left: 20px solid #cb0000;
	border-right: 20px solid #cb0000;
}
#Lheader {
	position:relative;
	left:0px;
	top:0px;
	width:910px;
	height:150px;
	z-index:5;
}
#Llaufband {
	position:relative;
	background-color:white;
	left:0px;
	top:0px;
	width:904px;
	padding:3px;
	z-index:5;
}
#Lmenu {
	position: absolute;
	width: 180px;
	z-index: 5;
	left: 0px;
	top: 178px;
}
#Labmelden {
	position:absolute;
	width:67px;
	height:18px;
	z-index:5;
	left: 825px;
	top: 20px;
	color:#FFFFFF
}
#Linhalt {
	clear: left;
	position: relative;
	width: 500px;
	z-index: 4;
	left: 180px;
	top: 0px;
	padding: 10px 20px 40px 5px;
	min-height: 700px;
}

* html #Linhalt { /*Patch für den IE - Der IE behandelt "height", wie der FF "min-height"*/
	height: 700px;
}

#Lrechts {
	position: absolute;
	width: 200px;
	z-index: 5;
	left: 695px;
	top: 170px;
	padding: 5px;
}

