body {
	margin:0px;
	padding:0px;
	background-color:#999999;
	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:-482px;
	width:965px;
	height:700px;
	background-image: url("../images/layout.gif");
	background-repeat:no-repeat;
}


/*		Menü		*/

#spinMenu {
	position:absolute;
	left:13px;
	top:227px;
	width: 195px;
}

#language {
	position:absolute;
	left:13px;
	top:625px;
	width: 195px;
}

	a.lang { 	
		color: #000000;
		font-size: 12px; 
		text-decoration: none; 
		display:block;
		font-weight: normal;
	}

	a.lang:hover {
		color: #9A552E;
		font-weight: bold;
	}

/*		Spezialmenü		*/

#menueleiste {
	position:absolute;
	left:0px;
	top:79px;
	width: 965px;
}

/*		Spin		*/

#spinid {
	position:absolute;
	left:223px;
	top:185px;
}

	a.mItem { 	
		color: #000000;
		font-size: 12px; 
		text-decoration: none; 
		display:block;
		font-weight: normal;
		padding-left: 24px;
		line-height: 20px;
		min-height: 21px;
		border-bottom: 1px dotted #B7B7B7;
		border-top: 0 solid #FFFFFF;
		background-image: url("../images/men_hs_bg.gif");
		background-repeat:no-repeat;
	}
		
	a.mItem:hover {
		color: #9A552E;
		font-weight: bold;
	}
	
	a.mItem2 { 	
		color: #666666;
		font-size: 12px; 
		text-decoration: none; 
		display:block;
		font-weight:normal;
		padding-left:18px;
		line-height: 25px;
		height:25px;
		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;
		background: #EEEEFF; 
		border-bottom: 1px solid #000000;
	}
		
	.group:hover {
		background: #868686;
		line-height: 25px;
		height:25px;
		color: #EEEEEE;
	}

