body,tbody,table,td,tr,div,p,pre,ul
{
  font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
  font-size:   10pt;
  color:       navy;
  font-weight: normal;
}

table
{
  width:       550px;
  text-align:  left;
}

tr
{
  vertical-align: top;
}

body
{
  background-color: #FFFFCD;
  margin-left:      15px;
  margin-right:     20px;
}

h1,h2
{
  font-family: Times, serif;
  color:       navy;
  font-weight: normal;
}

h1
{
  font-size:   22pt;
}

h2
{
  margin-top:    30px;
  margin-bottom: 0px;
  font-size:     16pt;
}

h3
{
  margin-top:  30px;
  font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
  font-size:   11pt;
  color:       navy;
  font-weight: bold;
}

p
{
  text-align:    justify;
}

.LinkButtonPassive, .LinkButtonActive
{
  cursor:            pointer;
  font-weight:       bold;
  text-decoration:   none;
  font-family:       Verdana, sans-serif;
  font-size:         16px;
  background-repeat: no-repeat;
  margin-top:        3px;
  width:             195px;
  height:            20px;
  padding-top:       2px;
  padding-left:      3px;
}

.LinkButtonPassive
{
  color:             maroon;
  background-image:  url(../Bilder/ButtonWood.gif);
}

.LinkButtonActive
{
  color:             white;
  background-image:  url(../Bilder/ButtonMaroon.gif);
}




