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; 
}

/*		Inhalt		*/

#content {
	position:absolute;
	background-image:url('../images/content_bg.jpg');
	background-repeat:no-repeat;
	left:0px;
	top:0px;
	width:791px;
	height:500px;
	left:50%;
	top:0px;
	margin-left:-396px;

	
}






/* 		Grundriss		*/

#grundriss {
	position:absolute;
	top:250px;
	left:0px;
	width:250px;
}






#spinMenu {
	position:absolute;
	left:9px;
	top:129px;
	width: 146px;
	display:block;
	
}

	a.mItem { 	
		color: #d60026;
		font-size: 11px; 
		text-decoration: none; 
		display:block;
		font-weight:normal;
		width:146px;
		max-width:127px;
		padding-right:5px;
		padding-left:14px;
		padding-top:3px;
		padding-bottom:3px;
		outline:none; 
		background-image:url('../images/pfeil.gif');
		background-repeat:no-repeat;
		border-bottom:1px solid #d9d9e1;
		
	}
		
	a.mItem:hover {
		background-color: #dedede;
		color: #000000;
	}
	
	
	
	

/*		Spin		*/

#spinid {
	position:absolute;
	left:166px;
	top:129px;
}
