body {
	margin:0px;
	padding:0px;
	background-color:#fff;
	font-weight: normal; 
	font-size: 12px; 
	width:100%;
	height:100%;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; 
}

#horizon { 
}

.content {
	position: absolute; 
	top: 0px; 
	left: 0px;
	padding:0px;
	width:100%;
	height:120px;
	background-image:url("images/body_bg.gif");
	background-repeat:repeat-x;
}

.logo {
	position:absolute;
	right:0px;
	top:0px;
	width:217px;
	height:80px;
	background-image:url("images/logo.jpg");
	background-repeat:no-repeat;
}

.menu {
	position:absolute;
	left:0px;
	top:103px;
	width:220px;
	height:610px;
	background-image:url("images/menu_bg.jpg");
	background-repeat:no-repeat;
}

.opener {

}


#spinMenu {
	position:absolute;
	left:10px;
	top:148px;
	width:200px;
	color:#ab3535;
	font-size: 14px;	
}
	
	a.mItem { 	
		color: #9d0000;
		font-size: 8pt;
		font-weight: normal;
		font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; 
		text-decoration: none; 
		display:block;
		width:200px;
		max-width:182px;
		padding-left:18px;
		margin-top:5px;	
	}
		
	a.mItem:hover {
		text-decoration: underline; 
	}
	

.spinner {
	position:absolute;
	left:232px;
	top:130px;
	width:620px;
	height:460px;
	color:#3f3f3f;
	font-size: 32px; 
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; 
}

#spinid {
	position:absolute;
	left:0px;
	top:40px;
}

	

#lang {
	position:absolute;
	left:180px;
	top:125px;
}
	
	a.en { 
		color:#77787b;
		font-size: 12px; 
		font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; 
		text-decoration: none; 
		background-image:url("images/en.gif");
		background-repeat:no-repeat;
		height:18px;
		padding-left:38px;
		display:block;
	}
		
	a.en:hover {
		color:#f2380f;
	}
	
	a.de { 
		color:#77787b;
		font-size: 12px; 
		font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; 
		text-decoration: none; 
		background-image:url("images/de.gif");
		background-repeat:no-repeat;
		height:18px;
		padding-left:38px;
		display:block;
	}
		
	a.de:hover {
		color:#f2380f;
	}
	

