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; 
	text-align: center;
}

/*		Inhalt		*/

#horizon { 
}

#top {
width: 100%;
height: 57px;
background: #00285b;
float: left;
}

#content {
	margin: 0px auto;
	text-align: left; 
	padding:0px;
	width:850px;
}

/* 		Grundriss		*/

#floorPlan {
	width:246px;
	height:195px;
	background-image: url("images/grundriss.jpg");
	background-repeat:no-repeat;
}

#shs1 	{ position:absolute; left:50px; top:100px; }
#shs2 	{ position:absolute; left:140px; top:140px; }


/*		Menü		*/

#spinMenu {
float: left;
width: 150px;
margin-top: 10px;
}

#spinMenu ul {
list-style: none;
}

#spinMenu ul li{
line-height: 25px;
height: 25px;
background: #3F617A;
margin-bottom:1px;
}

#spinMenu a.opener {
color: #000000;
text-decoration:none;
}

#spinMenu ul li a:hover {

}
	
	a.mItem { 	
		color: #000000;
		font-size: 12px; 
		text-decoration: none; 
		display:block;
		font-weight:normal;
		padding-left:20px;
		background: url("../images/bullet.gif") 0 0px no-repeat; 
		padding-bottom: 10px;
	}
		
	a.mItem:hover {
	background: url("../images/bullet.gif") 0 0px no-repeat;
	color: #666666;
	padding-left: 20px;
	}

/*		Spin		*/

#spinid {
float: right;
width: 620px;
height: 420px;
}

.opener a {
text-decoration: none;
color: #000000;
}