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: 779px;
	height: 81px;
	background-image:url(../images/header.gif);
	position: absolute;
	top:0px;
	left:2px;
	z-index:2;
}

#content {
	width:779px;
	margin:0px auto;
	position:relative;
	text-align: left;
}

/* 		Grundriss		*/

#floorPlan {
	width:146px;
	height:202px;
	border:thin dotted #CCDCE8;
	background-image: url("../images/grundriss.gif");
	background-repeat:no-repeat;
	position:absolute;
	top:306px;
	left:632px;
	
	
}

#shs1 	{ position:absolute; left:55px; top:135px; }
#shs2 	{ position:absolute; left:40px; top:80px; }


/*		Menü		*/

#spinMenu {
	border:thin dotted #CCDCE8;
	left:632px;
	margin-top:1px;
	padding-top:22px;
	position:absolute;
	top:90px;
	width:146px;
	padding-bottom: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: #009dc5;
		text-decoration: none; 
		display:block;
		font-weight:bold;
		padding-left:6px;
		height:25px;
		background: #ffffff; 
		border-bottom: 0px solid #000000;
	}
		
	a.mItem:hover {
	background: #ffffff;
	height:25px;
	color: #dd0000;
	}

/*		Spin		*/

#spinid {

width: 620px;
height: 420px;
position:absolute;
top: 90px;
left:5px;
}

#gif {
	width:119px;
	height:47px;
	background-image: url("../images/sfa.gif");
	background-repeat:no-repeat;
	position:absolute;
	top:27px;
	left:19px;
	z-index:1;
}
#footer {
	border:thin dotted #CCDCE8;
	left:2px;
	position:absolute;
	top:521px;
	width:779px;
	padding:10px;
}

.opener a {
text-decoration: none;
display:block;
padding-left:4px;
}