html
{
  height:100%;
}

body
{
  margin:0px;

  font-family:Verdana, Arial, sans-serif;
  font-size:10pt;

  background-color:#7f95a0;

  height:100.01%;
}

#center
{
  margin-left:50%;
}

img
{
  border:0px;
}

a
{

}

a:hover
{

}

#box
{
  margin-left:-390px;

  width:780px;

  border:1px solid black;
}

#head
{
  height:150px;
  background-repeat:no-repeat;
  background-position:0px 32px;
}

#main
{
  background-color:#A9C3D4;
}

#menue
{
  width:175px;
  float:left;
}

#head ul
{
  margin:0px;
  margin-top:0px;
  width:100%;
  background-color:#1c55c9;
  height:32px;
  padding-left:0px;
}

#head li
{
  display:block;
  height:100%;
  float:left;
  font-weight:bold;
  width:96px;
  background-image:url(images/trenner.gif);
  background-repeat:no-repeat;
  background-position:right 0px;
}

#head li a
{
  display:block;
  height:100%;
  width:85px;
  color:#ffffff;
  text-decoration:none;
  font-size:11px;
  line-height:15px;
  border-bottom:1px solid #000000;
  padding-left:4px;
}

#head img
{
  clear:both;
  position:relative;
  top:-46px;
  left:0px;
}

#moveright
{
  margin-left:175px;
}

#content
{
  background-color:#ffffff;
  padding:12px;
  padding-top:0px;
}

#topmenue
{
  margin:0px;
  padding:0px;
  margin-left:16px;
}

#topmenue li
{
  margin:0px;
  padding:0px;
  display:block;
  float:left;
  width:108px;
  padding-right:2px;
  background-image:url(images/topm.gif);
}

#topmenue li a
{
  text-align:center;
  display:block;
  width:100%;
  color:#ffffff;
  text-decoration:none;
  font-size:11px;
  line-height:17px;
  font-weight:bold;
}

#menue ul
{
  margin:0px;
  padding:0px;
}

#menue li
{
  display:block;
  width:100%;
  border-bottom:2px solid #ffffff;

  background-color:#89ACC0;

  background-image:url(images/pfeil.gif);
  background-repeat:no-repeat;
  background-position:right;
}

#menue li a
{
  display:block;
  width:100%;
  color:#ffffff;
  text-decoration:none;
  font-size:11px;
  font-weight:bold;
  line-height:17px;

  border-bottom:1px solid #7F95A0;
  border-top:1px solid #7F95A0;
}

#menue li.gerade
{
  background-color:#A9C3D4;
}

#menue span
{
  display:block;
  font-size:6pt;
}

h1
{
  margin-top:0px;
  margin-bottom:5px;
  text-align:right;
  font-size:15pt;
  font-weight:bold;
  font-style:italic;
}

img.left
{
  float:left;
  border:1px solid black;
  margin:0px 8px 8px 0px; 
}

img.right
{
  float:right;
  border:1px solid black;
  margin:8px 0px 0px 8px; 
}