html,body {
	margin:0px;
	padding:0px;
	background-color:#D1D2D3;
	color:#777777;
	font-size: 10px; 
	height:100%;
	width:100%;
	font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	background-image:url(../images/back-main.jpg);
	background-position:center top;
	background-repeat:repeat-x;
}



#horizon        
	{
	background-color: transparent;
	text-align: center;
	position: absolute;
	left: 0px;
	width: 100%;
	overflow: visible;
	visibility: visible;
	display: block
	}

#content    
	{
	font-family: Verdana, Geneva, Arial, sans-serif;
	background-color: #ffffff;
	margin-left: -505px;
	position: absolute;
	left: 50%;
	width: 1010px;
	height: 586px;
	visibility: visible;
	text-align:left;
	min-height: 100%;


}

#header {
	width:1010px;

	text-align:right;
	top:0px;
	height:124px;
	background-image:url(../images/header.jpg);
	background-position:center top;
	background-repeat:repeat-x;
}

#spinMenuHeader {
	position: absolute;
	top:121px;
	width:175px;
	overflow:hidden;
	text-align:left;
	background-color: #ffffff;
	line-height:18px;
	left: 53px;
	height:175px;
}

#language {
	position: absolute;
	top:91px;
	width:155px;
	overflow:hidden;
	text-align:right;
	line-height:18px;
	left: 772px;
	height:20px;
}

#flagge {
	position: absolute;
	top:93px;
	width:25px;
	overflow:hidden;
	text-align:right;
	line-height:18px;
	left: 928px;
	height:20px;
}

#spinMenu {
	position: absolute;
	top:174px;
	width:175px;
	overflow:hidden;
	text-align:left;
	background-color: #ffffff;
	line-height:18px;
	left: 53px;
	height:373px;
}

#spinInfo {
	position: absolute;
	top:174px;
	width:145px;
	overflow:hidden;
	text-align:left;
	margin-left:8px;
	background-color: #ffffff;
	line-height:18px;
	left: 53px;
	height:373px;
}

#spinid {
	position: absolute;
	top:121px;
	left:232px;
	background-color: #ffffff;
	font-weight:bold;
	font-size: 13px; 
	font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular; 
}

a:link { 
	color: #666666;
	text-decoration: none;
	font-size: 11px;
	width:200px;
} 

a:visited { 
	color: #000000; 
	text-decoration: none; 
	font-size: 11px; 
 	width:200px;
}

a:active { 
	color: #000000; 
	text-decoration: none; 
	font-size: 11px; 
	width:200px;
}

a:hover { 
	color: #003A66; 
	text-decoration: none; 
	font-size: 11px; 
	font-weight:bold; 
	width:200px;
}

a.mItem {
	color:#666666;
	cursor:pointer;
	display:block;
	font-family:Verdana, Arial,Helvetica,sans-serif;
	font-size:10px;
	padding-left: 11px;
	text-align:left;
	text-decoration:none;
	width:85%;
	border-bottom:#eeeeee 1px solid;

}

a.mItem:hover {
	color:#003A66;
	cursor:pointer;
	display:block;
	font-family:Verdana, Arial,Helvetica,sans-serif;
	font-size:10px;
	padding-left: 11px;
	text-align:left;
	text-decoration:none;
	width:85%;
	border-bottom:#eeeeee 1px solid;

}




