body {
	margin:0px;
	padding:0px;
	background-color:#000000;
	font-weight: normal; 
	font-size: 12px; 
	height:100%;
	width:100%;
	font-family: Verdana,Helvetica,Arial,sans-serif;
	text-align: center;
	color: #032593;
}

/*		Inhalt		*/

#horizon { 
}

#top {
width: 100%;
height: 128px;
background: #EEEEEE;
float: left;
background: url("../images/top.jpg") no-repeat;
}

#content {
	margin: 0px auto;
	text-align: left; 
	padding:0px;
	width: 960px;
}

/* 		Grundriss		*/

#floorPlan {
	width:200px;
	height:195px;
	background-image: url("../images/grundriss.jpg");
	background-repeat:no-repeat;
	float: left;
}

#shs1 	{ position:absolute; left:50px; top:100px; }
#shs2 	{ position:absolute; left:140px; top:140px; }


/*		Menü		*/

#spinMenu {
float: left;
width: 200px;
}

#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: #032593;
		font-size: 12px; 
		text-decoration: none; 
		display: block;
		font-weight:normal;
		padding-left:11px;
		padding-right: 11px;
		line-height: 25px;
		min-height:25px;
		background: #95B3D7; 
		border-bottom: 1px solid #000000;
	}
		
	a.mItem:hover {
	background: #DCE6F2;
	line-height: 25px;
	min-height:25px;
	color: #032593;
	}

/*		Spin		*/

#spinid {
float: right;
width: 760px;
height: 420px;
}

.opener {
margin:10px;
}

.opener a{
color: #032593;
text-decoration: none;
}
