body 
{
  background-image: url("balkenLinks.jpg"); 
  background-repeat: repeat-y;
  background-color: #fff8dc;
}

h1 
{
  color: #990000;
  background-color: #FC9804;  
}

p
{
  text-align: justify;
}

.boldStdLink
{
 font-family: Arial, Helvetica, sans-serif;
 text-align: center; 
 color: #000000;
 font-size: 10pt;
 font-weight: bold;
 white-space:nowrap;
} 

.LinkMenu
{
  font-family: Arial, Helvetica, sans-serif;
  align: "left"; 
  valign: "top";
  color: #000000;
  font-size: 10pt;
  font-weight: bold;
  white-space:nowrap;
}

.BildImText {
  display: block;
  text-align: center;
}

.BildLinks {
  float: left;
  margin: 1em 2em 1em 0;
}

.BildRechts {
  float: right;
  margin: 1em 0 1em 2em;
}

