body {
	margin:0px;
	padding:0px;
	background-color:#ec9f29;
	font-weight: normal; 
	font-size: 12px; 
	height:100%;
	width:100%;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; 
	background-image: url("../images/content_bg.jpg");
	background-repeat:no-repeat;
}

/*		Inhalt		*/

#horizon { 
}


#content {
	margin: 0px;
	text-align: left; 
	padding:0px;
	width:950px;
}

/* 		Grundriss		*/

#floorPlan {
	position:absolute;
	top:388px;
	left:632px;
	width:500px;
	height:271px;
	background-image: url("../images/grundriss.jpg");
	background-repeat:no-repeat;
}

#shs1 	{ position:absolute; left:310px; top:210px; }
#shs2 	{ position:absolute; left:165px; top:170px; }

/*		Menü		*/

#spinMenu {
	position:absolute;
	top:115px;
	left:0px;
	width: 168px;
	height:150px;
	background-image:url(../images/menu_bg.gif);
	background-repeat:no-repeat;
}

	
	a.mItem { 	
		font-size: 11px;
		font-family: Arial,Helvetica,sans-serif;
		color: #332222;
		text-decoration: none;
		font-weight:bold;
		display:block;
		padding-top:2px;
		padding-left:5px;
		height:16px;
		max-height:14px;
		margin-left:14px;
		width:136px;
		max-width:131px;
		margin-top:5px;
	}
		
	a.mItem:hover {
		background-image:url(../images/menuhover.gif);
		background-repeat:no-repeat;
	}
	
	a.opener { 	
		font-size: 11px;
		font-family: Arial,Helvetica,sans-serif;
		color: #332222;
		text-decoration: none;
		font-weight:bold;
		display:block;
		padding-top:2px;
		padding-left:5px;
		margin-left:14px;
		width:136px;
		max-width:131px;
		margin-top:5px;
	}

/*		Spin		*/

#spinid {
position:absolute;
top:115px;
left:227px;
width: 620px;
height: 420px;
}