/* CSS Document */
ul#mainNavi {
	top: 60px;
	}
	

div#wrap {
  background: transparent url('/images/simple_body.jpg') center top no-repeat;
  height:703px;
  position:relative;
}

h3.content_headline {
  text-indent: -5000px;
  background: url('/images/hl_impressum.gif') center top no-repeat;
  width:940px;
  height:49px;
  margin-bottom: 20px;
}
div.impressum_left {
  width: 400px;
  margin-left:50px;
}
div.impressum_left hr {
  height:20px;
  background: transparent url(/images/hr.gif) left center repeat-x;
  border:0 none;
}
div.impressum_right {
  position:absolute;
  width: 300px;
  height: 190px;
  right:20px;
  bottom:33px;
  
}
div.impressum_clear {
  clear:left;
  padding-left: 50px;
  height:40px;
}
a.a_back_to_start {
  display:block;
  height:40px;
  float:left;
  line-height: 40px;
  padding-right: 40px;
  background: transparent url('/images/btn_arrow.png') right center no-repeat;
  * background: transparent url('/images/ie_black_btn_arrow.gif') right center no-repeat;
}