html { 
  height: 100%; 
}

body {
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  background: #fff;

}
body#date-popup { 
  background: #b3c3e4; 
}
#wrapper {
	text-align: left;
	border: 0px solid #8F8F8F;
	position: relative;
	width: 998px;
	height: 600px;
}
#header-top-left { 
  float: left;
  background: #F60;
  width: 244px;
  height: 80px;
  padding: 15px 0 0 18px;
}
#header-top-right {
  position: absolute;
  top: 0;
  left: 252px;
  width: 740px;
  height: 95px;
}

#content {
	
	background: #F60;
	position: absolute;
	margin: 24px 0 0 252px;
	width: 450px;
	height: 550px;
	overflow: auto;
	left: 80px;
	top:26px;
}
#content div { 
  margin: 28px 0 0 32px;
}































/* ***************************** */
/* ********* Sitemap *********** */
/* ***************************** */
div#sitemap {
   margin: 0;
   padding: 0;
   line-height: 20px;
   }
div#sitemap a { 
  text-decoration: none; 
  font-weight: bold;
}
div#sitemap li a { 
  text-decoration: none;
  font-weight: normal;
}
div#sitemap li a:hover { text-decoration: underline; }
div#sitemap li {
  padding: 0 0 0 24px;
  margin: 0;
  list-style-type: none;
}



div#sitemap li > a.abschnitt {
  line-height: 14px;
}
div#sitemap ul {
  padding: 0 0 0 24px;
  margin: 0 0 0 -24px;
  list-style-type: none;
}
