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		*/
#horizon        
	{

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

#content {
	position:absolute;
	left:50%;
	top:0px;
	margin-left:-450px;
	width:900px;
	height:600px;
	background-image: url("../images/layout.jpg");
	background-repeat:no-repeat;
}


/*		Menü		*/

#spinMenu {
	position:absolute;
	left:0px;
	top:160px;
	width: 140px;
}

/*		Spin		*/

#spinid {
	position:absolute;
	left:140px;
	top:120px;
}

	a.mItem { 	
		color: #000080;
		font-size: 12px; 
		text-decoration: none; 
		display:block;
		font-weight:none;
		padding-left:15px;
		line-height:20px;
		min-height:21px;
		height:25px;
		border-top: 2px dotted #838891;
	}
		
	a.mItem:hover {
		color: #000000;
	}
	
	.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;
	}

