body {
	margin:0px;
	padding:0px;
	background-color:#9c9c9c;
	font-weight: normal; 
	font-size: 12px; 
	height:100%;
	width:100%;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; 
}

/*		Inhalt		*/

#content {
	position:absolute;
	left:50%;
	top:0px;
	margin-left:-450px;
	width:959px;
	height:690px;
	background-image:url(../images/content.gif);
	background-repeat:no-repeat;
}

#top {
	position:relative;
	width: 900px;
	height: 120px;
	background-color:#09F;
}

#middle {
	position:absolute;
	top:200px;
	width: 959px;
	height: 420px;
}

#footer {
	position:absolute;
	width: 959px;
	height: 100px;
	top:693px;
	background-color:#9c9c9c;
}

/* 		Grundriss		*/

#grundriss {
	position:absolute;
	top:250px;
	left:0px;
	width:250px;
}

#floorPlan {
	position:relative;
}


/*		Menü		*/

#spinMenu {
	position:absolute;
	left:15px;
	top:0px;
	width: 250px;
	background-image:url(../images/menu.gif);
	background-repeat:no-repeat;
	height:167px;
}

	a.mItem { 	
		color: #000000;
		font-size: 20px; 
		text-decoration: none; 
		display:block;
		font-weight:normal;
		padding-left:15px;
		height:50px;
		
		outline:none;
		padding-top:10px;
		 
		
	}
		
	a.mItem:hover {
		
		color: #ffffff;
	}
	
	a.mItem2 { 	
		color: #000000;
		font-size: 12px; 
		text-decoration: none; 
		display:block;
		font-weight:normal;
		padding-left:20px;
		outline:none;
		padding-top:7px;
		max-width:190px;
		width:200px;
		 
	}
		
	a.mItem2:hover {
		
		color: #EEEEEE;
	}
	
	.group { 	
		color: #ffffff;
		font-size: 20px; 
		text-decoration: none; 
		display:block;
		font-weight:normal;
		padding-left:8px;
		height:28px;
		
		outline:none;
		padding-top:10px;
	}
		
	.group:hover {
		
	}

/*		Spin		*/

#spinid {
	position:absolute;
	left:10px;
	top:10px;
}

#spinbak {
	position:absolute;
	left:278px;
	background-image:url(../images/spinbak.gif);
	background-repeat:no-repeat;
	width:640px;
	height:440px;
}

#con {
	position:absolute;
	left:1px;
	top:0px;
}

