body {
	margin:0px;
	padding:0px;
	background:#CFD0D2 url("../images/background_linie_links.gif");
	background-repeat:repeat-x;
	background-position: center top;
	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:-522px;
	width:1044px;
	background-image: url("../images/layout.jpg");
	background-repeat:no-repeat;
}

#info {
	position:absolute;
	left:500px;
	top:155px;
	width: 500px;
	height: 30px;
	color: #646567;
	font-size:11px;
	font-weight:bold;
	text-align:right;
}

#spinwechsel {
	position:absolute;
	left:33px;
	top:155px;

	height: 30px;
	color: #646567;
	font-size:11px;
	font-weight:bold;
}

#middle {
	position:relative;
	width: 1044px;
	height: 700px;
}

#footer {
	position:relative;
	width: 900px;
	height: 80px;
	background-color:#09F;
}


/*		Spin		*/

#spinid {
	position:absolute;
	left:259px;
	top:205px;
}

/*		Menü		*/

#spinMenu {
	position:absolute;
	left:33px;
	top:203px;
	width: 180px;
}

	a.spinwechsel { 	
		color: #646567;
		font-size:11px;
		height:25px;
		width:60px;
		padding-left:2px;
		padding-top:10px;
		text-decoration:none;
		outline:none;
	}
	
	
	a.spinwechsel:hover {
		color: #005ea8;
	}

	a.mItem { 	
		color: #646567;
		font-size:11px;
		height:25px;
		width:180px;
		display:block;
		padding-left:2px;
		padding-top:10px;
		text-decoration:none;
		outline:none;
		background-image:url(../images/level-1-back.jpg);
		background-repeat:no-repeat;
	}
		
	a.mItem:hover {
		color: #005ea8;
	}
	
	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; 
	}
		
	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;
	}

