html {
	font-family: OpenSansRegular, sans-serif;
	font-size: 62.51%;      
	height:100%;
	overflow-y:scroll;

}
body {
	font-size: 100.01%;
	margin:0;
	padding:0;
	height:100%;
	background-image: url("img/bg.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	background-color:#000;

/*	background-position: 200px top;*/
	
	background-attachment: fixed;
	
	text-align: center;
}
* {  
	font-size:1.0em;
}


#website {
	text-align: left;
	position: relative;
	z-index: 2;	
	margin: 0 auto;
	padding-top: 218px;
	padding-bottom: 316px;
	background-image: url("img/mond.png");
	background-repeat: no-repeat;
	background-position: 100px 212px;
	width: 884px;
	padding-bottom: 68p;
}

#website-inner {	
	width: 884px;
	padding-bottom: 1px;
}

#header-img {
	width: 963px;
	height: 194px;
	position: absolute;
	top: 16px;
  left: 50%;
  margin-left: -482px; 
  z-index: 0;
}

#lang-sel {
  position: absolute;
  top: 4px;
  right: -0px;
  z-index: 999;
}

#lang-sel img {
  margin-right: -14px;
}

#menue_wrap {
	width: 232px;
	margin-right: 40px;
	float: left;
	overflow: hidden;
	padding-bottom: 20px;	
	padding-top: 10px;
}


#impressum-wrap {
	position: fixed;
	left: 50%;
  margin-left: -420px;
	bottom: 4px; 
  z-index: 999;
}

#copyright-wrap {
  color: white;
  margin-left: 20px;
}

#impressum-wrap a,
#print-link a {
	color: white;
	text-decoration: none;
	font-family: OpenSansBold;
  font-size: 12px;
}
#impressum-wrap a:hover,
#print-link a:hover {
	color: black;
	text-decoration: underline;	
}

.clearer {
	clear: left;
	visibility: hidden;
}	

.unsichtbar {
  position: absolute;
  top: -6000px;
  left: -6000px;
  height: 1px;
  width: 1px;
}

#bottom-tab {
  pointer-events: none;
  position: fixed;
  bottom: 0px;
  left: 50%;
  margin-left: -50%;
  width: 100%;
  z-index: 9;
}
#bottom-tab td {
  height: 271px; 
}
#bottom-tab .bottom-tab-lr {
  background-image: url("img/bottom_repeat.png");
  background-repeat: repeat-x;
  background-position: left bottom;  
}
#bottom-tab .bottom-tab-center {
  background-image: url("img/bottom.png");
  background-repeat: no-repeat;
  width: 1299px;   
  background-position: center bottom;  
}




