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

#horizon { 	
	width:100%;	
	height:100%;
	overflow:hidden;
	background-image:url(images/content_bg.gif);
	background-repeat:repeat-y;
	
}

.header {
	height:116px;
	width:675px;
	position: absolute; 
	top: 21px; 
	left: 0px;	
	overflow:hidden;
	background-image:url(images/header_bg.jpg);
	background-repeat:no-repeat;
	display:block;
}

.header2 {
	height:116px;
	width:198px;
	position: absolute; 
	top: 21px; 
	right: 0px;	
	overflow:hidden;
	background-image:url(images/header_bg2.jpg);
	background-repeat:no-repeat;
	display:block;
}

.content {
	text-align: left; 
	visibility: visible;  
	position: absolute; 
	top: 0px; 
	left: 0px;
	padding:0px;
	width:100%;
	height:100%;	
	overflow:hidden;
	background-image:url(images/horizont_bg.jpg);
	background-repeat:repeat-x;
	
}

.opener {
	color:#000;
	background-color:#c0c0c0;
	font-size: 11px; 
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; 
	text-decoration: none; 
	display:block;
	margin-bottom:1px;
	padding-left:10px;
	padding-top:5px;
	padding-bottom:5px;
	width:190px;
	max-width:180px;
}

.menu {
	position:absolute;
	left:17px;
	top:147px;
	width:171px;
}

#floorPlan {
	position:absolute;
	top:386px;
	left:0px;
	background-color:#fff;
	width:188px;
	height:169px;
	background-image:url(images/grundriss.jpg);
	background-repeat:no-repeat;
}

#shs1 	{position:absolute; top:115px;left:138px;width:20px;height:20px;z-index: 100;}
#shs2 	{position:absolute; top:46px;left:110px;width:20px;height:20px;z-index: 100;}
#shs3 	{position:absolute; top:95px;left:59px;width:20px;height:20px;z-index: 100;}


#spinMenu {
}
	
	a.mItem { 	
		color:#405f89;
		font-size: 11px; 
		font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; 
		font-weight:bold;
		text-decoration: none; 
		display:block;
		padding-top:5px;
		padding-bottom:5px;
		padding-right:15px;
		width:171px;
		max-width:156px;
	}
		
	a.mItem:hover {
		background-image:url(images/button_on.gif);
		background-repeat:repeat-y;
	}
	
a.link {
	color:#000;
	text-decoration:none;
}

a.link:hover {
	text-decoration:underline;
}

.spinner {
	position:absolute;
	left:222px;
	top:147px;
	width:620px;
	height:420px;	
}

.impressum {
	position:absolute;
	left:855px;
	top:180px;
	width:200px;
}

.neuheiten {
	position:absolute;
	left:222px;
	top:600px;
	width:500px;
	font-size:12px;
}

td {
	font-size:14px;
}

#spinid {
}

#de {
	position:absolute;
	top:120px;
	left:17px;
}

	a.de { 
		background-image:url("images/de.gif");
		background-repeat:no-repeat;
		height:12px;
		width:18px;
		display:block;
	}
		
	a.de:hover {
	}

#en {
	position:absolute;
	top:120px;
	left:47px;
}
	
	a.en { 
		background-image:url("images/en.gif");
		background-repeat:no-repeat;
		height:12px;
		width:18px;
		display:block;
	}
		
	a.en:hover {
	}



