html, body 
{
  background-image:url(images/bg.jpg);
  margin: 0px;
  text-align: center;
  font-family: Arial, Verdana, Helvetica, Sans-Serif;
  font-size: 10px;
  color: #333333;
  height: 100%;
}
td
{
  vertical-align: top;
  text-align: left;
}
img
{
  border: 0px;
}
p 
{
  margin-top: 0px;
  margin-bottom: 10px;
}
a 
{
  color: #333333;
}
a:visited 
{
  color: #333333;
}
a:hover
{
  color: #005B7F;
}

.LeftBookPage
{
  width: 400px;
  height: 640px;
  background-image:url(images/backleft.gif);
}
.RightBookPage
{
  width: 400px;
  height: 640px;
  background-image:url(images/backright.gif);
  font-family: Arial, Verdana, Helvetica, Sans-Serif;
  font-size: 10px;
  color: #333333;
  background-color: #f1f1f1;
}
.RightContent
{
  height: 640px;
  overflow: auto;
}
.RightContentText
{
  padding-left: 28px;
  padding-right: 30px;
  line-height: 17px;
}
.RightContentHeadline
{
  padding-top: 35px;
  padding-left: 25px;
}
.StockheimGruppe
{
  padding-top: 10px;
  text-align: center;
}
.Flags
{
  text-align: right;
  padding-top: 8px;
}


.Lamps
{
  width: 100%;
  height: 100px;
  z-index: 100;
  position: absolute;
  left: 0px;
  top: 125px;
  display: none;
}
.RightContent_long { height: 700px; overflow: auto; }
