body {
	margin:0px;
	padding:0px;
	background-color:#ffffff;
	font-weight: normal; 
	font-size: 12px; 
	height:100%;
	width:100%;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; 
}

/*		Inhalt		*/

#content {
	position:absolute;
	left:50%;
	top:0px;
	margin-left:-450px;
	width:910px;
}

#logo {
position:relative;
width: 192px;
height: 91px;
background: url("../images/logo.gif");
float:left;
}

#top {
	position:relative;
	width: 718px;
	height: 91px;
	background: url("../images/top.gif");
	float:left;
}

#middle {
	position:relative;
	width: 900px;
	height: 520px;
	float:left;
	background:url("../images/middle.gif");
}

#footer {
	position:relative;
	width: 910px;
	height: 15px;
	background: url("../images/bottom.gif");
	float: left;
	font-size: 10px;
	color: #FFFFFF;
}

#footer a {
color: #FFFFFF;
text-decoration: none;
}

/* 		Grundriss		*/

#floorPlan {
position:absolute;
top:390px;
width:178px;
padding-left: 10px;
}


/*		Menü		*/

#spinMenu {
	position:absolute;
	left:0px;
	top:0px;
	width: 192px;
	margin-top: 10px;
	background: url("../images/li-vertical.gif") repeat-y 30px 50%;

}

	a.mItem { 	
		font-size: 10px; 
		text-decoration: none; 
		display:block;
		font-weight:normal;
		padding-left:41px;
		outline:none;
		color: #000000;
		background: url("../images/li-left.gif") no-repeat 30px 50%;
		line-height: 25px;
	}
		
	a.mItem:hover {
		color: #FF0000;

	}
	
	a.mItem2 { 	
		font-size: 10px; 
		text-decoration: none; 
		display:block;
		font-weight:normal;
		padding-left:61px;
		outline:none;
		color: #000000;
		background: url("../images/li-left.gif") no-repeat 50px 50%;
		line-height: 20px;
	}
		
	a.mItem2:hover {
		color: #FF0000;
	}
	
	.group { 	
		font-size: 10px; 
		text-decoration: none; 
		display:block;
		font-weight:normal;
		padding-left:41px;
		outline:none;
		color: #000000;
		background: url("../images/li-plus.gif") no-repeat 30px 50%;
		line-height: 25px;
	}
		
	.group:hover {
		color: #FF0000;
	}

/*		Spin		*/

#spinid {
	position:absolute;
	left:192px;
}