body {
	margin:0px;
	padding:0px;
	background-color:#ffffff;
	font-weight: normal; 
	font-size: 12px; 
	height:100%;
	width:100%;
}

/*		Inhalt		*/

#content {
	position:absolute;
	top: 50px;
	width:900px;
	left: 55px;
}

#top {
	position:relative;
	width: 900px;
	height: 120px;
}

#middle {
	position:relative;
	width: 900px;
	height: 420px;
}

#footer {

}

/* 		Grundriss		*/

#grundriss {
	position:absolute;
	top:250px;
	left:0px;
}

#floorPlan {
	position:absolute;
}


/*		Menü		*/

#spinMenu {
	position:absolute;
	left:0px;
	top:0px;
	width: 220px;
}

	a.mItem { 	
background:transparent url(../images/menu_2_backg.gif) repeat scroll left bottom;
border-bottom:0 solid #CCCCCC;
margin:0;
padding:4px 0 4px 5px;
color:#000000;
display:block;
font-size:13px;
font-weight:bold;
text-decoration:none;
	}
		
	a.mItem:hover {
color:#000000;
display:block;
font-size:13px;
font-weight:bold;
text-decoration:none;
background:transparent url(../images/menu_2_backg_select.gif) no-repeat scroll right bottom;
	}
	
	a.mItem2 { 	
		color: #666666;
		font-size: 12px; 
		text-decoration: none; 
		display:block;
		font-weight:normal;
		padding-left:18px;
		line-height: 25px;
		height:25px;
		background: #EEEEFF; 
		border-bottom: 1px solid #000000;
	}
		
	a.mItem2:hover {
		background: #868686;
		line-height: 25px;
		height:25px;
		color: #EEEEEE;
	}
	
	.group { 	
	font-size: 10pt;
	text-transform:uppercase;
	font-weight: bold;
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding-bottom: 5px;
	background: url(../images/menu_2_backg.gif) bottom left repeat;
	}
		
	.group:hover {

	}

/*		Spin		*/

#spinid {
	position:absolute;
	left:245px;
}

