
@charset "utf-8";

html,body
{
  overflow: hidden;
  height: 100%; 
  max-height: 100%; 
}
body
{
  font-size: 100.01%;
  font-family: Helvetica, Arial, sans-serif;
  background: #ffffff url(Bilder/hintergrund.jpg) repeat-y 50% 50%;
  margin: 0px;
  padding: 0px;
  border: none;
}

div.clear
{
  clear: both;
  height: 0;
  margin: 0;
  padding: 0;
  font-size: 0;
  overflow: hidden;
}

#pageContainer
{
  position: fixed;
  top: 0px;
  left: 0px;
  bottom: 28px;
  right: 0px;
  overflow: auto;
  background: transparent;
  margin: 0px;
  padding: 0px;
}
#footer
{
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 28px;
  overflow: hidden; 
  background-color: #ffdeaa;
  margin: 0px;
  padding: 0px;
  border: none;
}

#barTop
{
  height: 29px;
  background-color: #ffdeaa;
  margin: 0px;
  padding: 0px;
  border: none;
}
#container
{
  position: absolute;
  top: 0px;
  left: 50%;
  width: 639px;
  min-height: 100%;
  background: transparent url(Bilder/contentBg.gif) repeat-y right top;  
  margin: 0px;
  margin-left: -320px;
  padding: 0px;
  border: none;
}

#menuTop
{
  width: 472px;
  height: 29px;
  text-align: right;
  background-color: #ffdeaa;
  margin: 0px 0px 0px 167px;
  padding: 0px;
  border: none;
}

#logo
{
  float: left;
  width: 162px;
  height: 149px;
  margin: 0px;
  margin-top: 10px;
  margin-bottom: 22px;
  padding: 0px;
  border: none;
}
#header
{
  float: right;
  width: 472px;
  height: 128px;
  margin: 0px;
  padding: 0px;
  border: none;
}

#left
{
  float: left;
  width: 162px;
  margin: 0px;
  margin-bottom: 22px;
  padding: 0px;
  border: none;
}

#einzelsitzungen
{
  width: 162px;
  height: 41px;
}
#menu-einzelsitzungen
{
  width: 162px;
  height: 100px;
  line-height:1.2em;
}
#seminare
{
  width: 162px;
  height: 37px;
}
#menu-seminare
{
  width: 162px;
  height: 223px;
  line-height:1.0em;
 }

#inhalt
{
  float: right;
  width: 442px;
  padding: 0px 0px 0px 30px;
}





#bottom-stones {
  position:absolute;
  left:213px;
  bottom:75px;
  width:100%;
  z-index:4;
  height:28px;
}
 
