BODY {
  line-height: 160%;
  background: transparent url('../img/bg_overlay.gif') no-repeat top center fixed; 
}
#website {
  overflow: visible;
}

#webWrap {
  background: transparent url(../img/bg_shaddow.png) repeat-y 0 0;
  border: none;
	width : 970px;
	margin : 0px auto;
	padding: 0 13px;
	min-height: 300px;
	display: block;
	overflow: visible;
}
#webWrapBottom {
  background: transparent url(../img/bg_shaddow_bottom.png) no-repeat 0px 0;
  border: none;
  width: 970px;
  margin : 0px auto;
  display: block;
  height: 36px;
	padding: 0 13px;
}
/* IE 6 Shaddow Fix */
* HTML #webWrap,
* HTML #webWrapBottom {
 background-image:none;
}
* HTML #website {
  border: 1px solid #D8DDE1;
  border-top: none;
}

#footerWrap {
  position: relative;
  /* top: -104px; */
  margin: 0 auto;
}
#bgOverlay { 
  /*  
  width: 100%; 
  height: 100%; 
  z-index: -1; 
  position: absolute; 
  top: 0; 
  left: 0;
  */
}



/**/
#boxContent {
  display: block;
  overflow: visible;
  width: 643px;
  min-height: 300px;
}
#contentText.stage {
	width: 623px;
}

#metaWrap {
  left: 34px;
}
#mainMenu {
  line-height: 90%;
}
#mainMenu A {
  display: block;
}

#mainMenu A:hover,
#mainMenu A:focus {
	background: transparent url('../shared/bg_mainmenu_ro.gif') no-repeat 100% 8px;
}
#mainMenu A.aktiv {
	background: transparent url('../shared/bg_mainmenu_act.gif') no-repeat 100% 8px;
}
#mainMenu UL.level2 LI A:hover,
#mainMenu UL.level2 LI A:focus,
#mainMenu UL.level2 LI A.aktiv {
	background-position: 0% 7px;
}

/* Content */
#contentWrap {
  text-align: left;
}

/* BoxContent (right) */
.getBorder #boxContent {
  max-width: 240px;
}

/* Headline */
#contentTypo {
  overflow: visible;
  min-height: 100px;
}
#contentTypo H1 {
  font-size: 42px;
  line-height: 42px;
  color: #060303;
	filter:Alpha(opacity=8);
	-moz-opacity:0.08;
	opacity:0.08;
	margin: 0;
}
* HTML #contentTypo {
	filter:Alpha(opacity=8);
	-moz-opacity:0.08;
	opacity:0.08;
}
* + HTML #contentTypo {
	filter:Alpha(opacity=8);
	-moz-opacity:0.08;
	opacity:0.08;
}



