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 {
	background-image:url('../images/content_bg.jpg');
	background-repeat:no-repeat;
	position:absolute;
	left:50%;
	top:0px;
	margin-left:-468px;
	width:936px;
	height:600px;
}



#footer {
	position:relative;
	width: 900px;
	height: 80px;
}

/* 		Grundriss		*/

#grundriss {
	position:absolute;
	top:282px;
	left:0px;
	width:250px;
}

#floorPlan {
	position:relative;
}


/*		Menü		*/

#spinMenu {
	position:absolute;
	left:0px;
	top:110px;
	width: 245px;
}

	a.mItem { 	
		color: #9ba3b6;
		font-size: 12px; 
		text-decoration: none; 
		display:block;
		font-weight:normal;
		padding-left:17px;
		width:245px;
		max-width:228px;
		outline:none;
		background-image:url('../images/menu_off.gif');
		background-repeat:no-repeat;
		margin-bottom:3px;
	}
		
	a.mItem:hover {
		color: #009036;
		background-image:url('../images/menu_on.gif');
		background-repeat:no-repeat;
	}
	
	a.mItem2 { 	
		color: #666666;
		font-size: 12px; 
		text-decoration: none; 
		display:block;
		font-weight:normal;
		padding-left:18px;
		line-height: 25px;
		height:25px;
		outline:none;
		background: #EEEEFF; 
		border-bottom: 1px solid #000000;
	}
		
	a.mItem2:hover {
		background: #868686;
		line-height: 25px;
		height:25px;
		color: #EEEEEE;
	}
	
	.group { 	
		color: #666666;
		font-size: 12px; 
		text-decoration: none; 
		display:block;
		font-weight:normal;
		padding-left:11px;
		line-height: 25px;
		height:25px;
		outline:none;
		background: #EEEEFF; 
		border-bottom: 1px solid #000000;
	}
		
	.group:hover {
		background: #868686;
		line-height: 25px;
		height:25px;
		color: #EEEEEE;
	}

/*		Spin		*/

#spin {
	position:absolute;
	left:250px;
	top:0px;
	background-image:url('../images/spin_bg.jpg');
	background-repeat:no-repeat;
	width:676px;
	height:448px;
	display:block;
}

#spinid {
	position:absolute;
	left:0px;
	top:29px;
}