body {
	margin:0px;
	padding:0px;
	background-color:#ffffff;
	font-weight: normal; 
	font-size: 12px; 
	height:100%;
	width:100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a {
	outline:none;	
}

/*		Inhalt		*/

#content {
	position:absolute;
	left:50%;
	top:0px;
	margin-left:-393px;
	width:785px;
	height:100%;
	
}

#top {
	position:absolute;
	width: 785px;
	height: 128px;
	background-color:#fff;
	background-image:url(../images/top.jpg);
	background-repeat:no-repeat;
	display:block;
}
#top_en {
	position:absolute;
	width: 785px;
	height: 128px;
	background-color:#fff;
	background-image:url(../images/top_en.jpg);
	background-repeat:no-repeat;
	display:block;
}

#footer {
	position:absolute;
	width:785px;
	top:640px;
	left:0px;
	background-color:#cccccc;
	height:5px;

}

#language_de_on {
	position:absolute;
	left:755px;
	top:129px;
	height:25px;
	width:30px;
	background-image:url('../images/de_on.gif');
	background-repeat:no-repeat;
	display:block;
}

#language_de {
	position:absolute;
	left:803px;
	top:11px;
	height:25px;
	width:30px;
	background-image:url('../images/de.gif');
	background-repeat:no-repeat;
	display:block;
}

#language_de:hover {
	background-image:url('../images/de_hover.gif');
}

#language_en_on {
	position:absolute;
	left:772px;
	top:11px;
	height:25px;
	width:30px;
	background-image:url('../images/en_on.gif');
	background-repeat:no-repeat;
	display:block;
}

#language_en {
	position:absolute;
	left:724px;
	top:129px;
	height:25px;
	width:30px;
	background-image:url('../images/en.gif');
	background-repeat:no-repeat;
	display:block;
}

#language_en:hover {
	background-image:url('../images/en_hover.gif');
}

/* 		Grundriss		*/

#grundriss {
	position:absolute;
	top:250px;
	left:0px;
	width:250px;
}

#floorPlan {
	position:relative;
}


/*		Menü		*/

#spinMenu {
	position:absolute;
	left:0px;
	top:166px;
	width: 111px;
	max-width: 110px;
	border:1px solid #b6b8b9;
	
	
}

	a.mItem { 	
		color: #000000;
		font-size: 11px; 
		text-decoration: none; 
		display:block;
		font-weight:normal;
		padding:6px;
		width:111px;
		max-width:98px;
		background-color: #f4df85; 
		
		
	}
		
	a.mItem:hover {
		background-color: #ffc479;
	}
	i
	a.mItem2 { 	
		color: #666666;
		font-size: 12px; 
		text-decoration: none; 
		display:block;
		font-weight:normal;
		padding-left:18px;
		line-height: 25px;
		height:25px;
		outline:none;
		background: #EEEEFF; 
		border-bottom: 1px solid #000000;
	}
		
	a.mItem2:hover {
		background: #868686;
		line-height: 25px;
		height:25px;
		color: #EEEEEE;
	}
	
	.group { 	
		color: #666666;
		font-size: 12px; 
		text-decoration: none; 
		display:block;
		font-weight:normal;
		padding-left:11px;
		line-height: 25px;
		height:25px;
		outline:none;
		background: #EEEEFF; 
		border-bottom: 1px solid #000000;
	}
		
	.group:hover {
		background: #868686;
		line-height: 25px;
		height:25px;
		color: #EEEEEE;
	}

/*		Spin		*/

#spinid {
	position:absolute;
	left:120px;
	top:156px;
}
