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; 
	background-image: url("../images/layout.gif");
	background-repeat:no-repeat;
	}

/*		Inhalt		*/
#horizon        
	{

	position: absolute;
	left: 0px;
	width: 100%;
	}

#content {
	position:absolute;
	left:0%;
	top:0px;

	width:916px;
	height:600px;
}


/*		Menü		*/

#spinMenu {
	position:absolute;
	left:16px;
	top:163px;
	width: 205px;
}

/*		Spin		*/

#spinid {
	position:absolute;
	left:235px;
	top:168px;
}

#language {
	position:absolute;
	left:28px;
	top:675px;
	width: 145px;
	height: 30px;
}

a.lang {
	text-decoration: none;
	color: #0d2a66;
}

a.lang:hover {
	text-decoration: none;
	color: #ec7c16;
}

#floorPlan {
	position:absolute;
	left:830px;
	top:465px;
	width: 288px;
	height: 230px;
}

#copyright {
	position:absolute;
	left:757px;
	top:720px;
	width: 225px;
	height: 20px;
}

	a.mItem { 	
		color: #0d2a66;
		font-size: 12px; 
		text-decoration: none; 
		display:block;
		font-weight:normal;
		padding-left:19px;
		padding-top: 5px;
		padding-bottom: 5px;
		border-bottom: 1px solid #A3C5E2;
		background:transparent url(../images/icon_navi.png) no-repeat scroll 8px 7px;

	}
		
	a.mItem:hover {
		color: #ec7c16;
		background:transparent url(../images/icon_navi_orange.png) no-repeat scroll 8px 7px;
	}
	
	.group { 	
		color: #666666;
		font-size: 12px; 
		text-decoration: none; 
		display:block;
		font-weight:normal;
		padding-left:11px;
		line-height: 25px;
		height:25px;
		background: #EEEEFF; 
		border-bottom: 1px solid #000000;
	}
		
	.group:hover {
		background: #868686;
		line-height: 25px;
		height:25px;
		color: #EEEEEE;
	}
