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; 
	background-image:url("images/body_bg.gif");
	background-repeat:repeat-y;
}

#horizon { 
}

.content {
	position: absolute; 
	top: 0px; 
	left: 0px;
	padding:0px;
	width:950px;
	height:524px;
	background-image:url("images/content_bg.jpg");
	background-repeat:no-repeat;
}


.menu {
	position:absolute;
	left:18px;
	top:119px;
	width:151px;
	background-color:#fff;
	text-align:right;
}

.opener {

}

#spinMenu {
	margin-left:1px;
	margin-top:1px;
	width:150px;
	
}
	
	a.mItem { 	
		color:#000;
		font-size: 12px; 
		font-weight:bold;
		font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; 
		text-decoration: none; 
		display:block;
		padding-right:5px;
		width:150px;
		max-width:145px;
		padding-bottom:3px;
	}
		
	a.mItem:hover {
	}
	

.spinner {
	position:absolute;
	left:173px;
	top:97px;
	width:620px;
	height:420px;
}

#spinid {
}

.title {
	color:#fff;
	font-size: 14px; 
	font-weight:bold;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; 
	background-color:#000;
	display:block;
	padding-right:7px;
	margin-left:1px;
	margin-top:1px;
}
	
.impressum {
	position:absolute;
	top:6px;
	left:380px;
	width:400px;
	text-align:right;
	color:#000;
	font-size:12px;
}

a.impressum {
	text-decoration:none;
	color:#000;
}

#lang {
	position:absolute;
	left:105px;
	top:486px;
}
	
	a.en { 
		background-image:url("images/en.gif");
		background-repeat:no-repeat;
		height:28px;
		width:55px;
		display:block;
	}
		
	a.en:hover {
	}
	
	a.de { 
		background-image:url("images/de.gif");
		background-repeat:no-repeat;
		height:29px;
		width:55px;
		display:block;
	}
		
	a.de:hover {
	}


#kontakt {
	position:absolute;
	top:406px;
	left:0px;
	width:158px;
	text-align:right;
}
	a.link { 
		color:#fff;
		text-decoration: none; 
		padding-bottom:3px;
		font-weight:bold;
	}
		
	a.link:hover {
	}

	

