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

#horizon { text-align: center; visibility: visible; display: block; position: absolute; top: 50%; left: 0; width: 100%; height: 1px; overflow: visible }

.content {
	text-align: left; 
	visibility: visible; 
	margin-left: -414px; 
	position: absolute; 
	top: -235px; 
	left: 50%;
	padding:0px;
	width:827px;
	height:470px;
}

.header {	
}


.middle {
	position:relative;
	height:470px;
	width:827px;
	background-image:url("images/middle_bg.jpg");
	background-repeat:no-repeat;
}

.menu {
	position:absolute;
	left:0px;
	top:150px;
	width:120px;	
}

#spinMenu {
}

	a.mItem { 	
		color:#666666;
		font-size: 12px; 
		font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; 
		text-decoration: none; 
		display:block;
		margin-bottom:3px;
		margin-left:5px;
	}
		
	a.mItem:hover {
		font-size: 13px;
		font-weight:bold;
		margin-left:0px;
		margin-bottom:2px;
	}

.spinner {
	position:absolute;
	left:198px;
	top:15px;
	width:620px;
	height:420px;
}

#spinid {
}

#kontakt {
	position:absolute;
	left:0px;
	top:60px;
	
}
	a.kontakt { 
		color: #666666; 
		font-size: 12px; 
		font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; 
		text-decoration: none; 
		background-image:url("images/kontakt.gif");
		background-repeat:no-repeat;
		padding-left:27px;
		padding-top:5px;
		height:25px;
		max-height:20px;
		display:block;
	}
		
	a.kontakt:hover {
		text-decoration: underline;
	}

#lang {
	position:absolute;
	left:0px;
	top:92px;

}
	a.eng { 
		color: #666666; 
		font-size: 12px; 
		font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; 
		text-decoration: none; 
		background-image:url("images/en.gif");
		background-repeat:no-repeat;
		padding-left:27px;
		padding-top:5px;
		height:25px;
		max-height:20px;
		display:block;
	}
		
	a.eng:hover {
		text-decoration: underline;
	}
	
	a.deu { 
		color: #666666; 
		font-size: 12px; 
		font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; 
		text-decoration: none; 
		background-image:url("images/de.gif");
		background-repeat:no-repeat;
		padding-left:27px;
		padding-top:5px;
		height:25px;
		max-height:20px;
		display:block;
	}
		
	a.deu:hover {
		text-decoration: underline;
	}

