body
    {
      background-color: #969696;
      font-family: Verdana, Arial, Helvetica, sans-serif;
      font-size: 10pt;
      font-weight: normal;
      text-align: justify;
      line-height: 150%;      
    }

h1
    {
      color: black;
      font-family: Verdana, Arial, Helvetica, sans-serif;
      font-size: 16pt;
      font-weight: bold;
      text-align: center;
    }

h2
    {
      color: black;
      font-family: Verdana, Arial, Helvetica, sans-serif;
      font-size: 12pt;
      font-weight: normal;
      font-style: italic;
      text-align: center;
    }

h3
    {
      color: black;
      font-family: Verdana, Arial, Helvetica, sans-serif;
      font-size: 10pt;
      font-weight: normal;
      text-align: center;
    }

h4
    {
      color: black;
      font-family: Verdana, Arial, Helvetica, sans-serif;
      font-size: 11pt;
      font-weight: bold;
      
    }

p
    {
      text-indent: 5%;
    }

p:first-letter
    {
      font-size: 13pt;
    }
    
p.submenu
    {
      text-indent: 0;     
    }

p.submenu:first-letter
    {
      font-size: 10pt;
    }

a:link
    {
      font-size: 10pt;
      font-weight: bold;
      color: #D86100;
      text-decoration: none;
    }

a:visited
    {
      font-weight: bold;
      color: #D86100;
      text-decoration: none;
    }
    
a:hover
    {
      color: #F5C39B;
    }
    
img
    {
      border: 1px solid #000000;
      padding: 0;
      margin: 10px 15px 6px 15px;
    }

#main_layer
    { 
      padding: 40px 40px 20px 40px;
      background-color: #FFFFFF;
      width: 760px;
      border: 1px solid #000000;
    }

#navigation
    {
      margin-top: 10px;
      line-height: 200%;
      float: left;
      position: relative;
      white-space: nowrap;
    }


.align_table
    {
      border-style: none;
      padding: 0px;
      margin-bottom: 0px; 
    }

.submenu_table
    {
      border-style: solid;
      border-color: black white white white;
      border-width: 1px;
      margin-top: 10px;
      margin-bottom: 0px; 
    }

.back
    {
      text-align: left;
    }

.forward
    {
      text-align: right;
    }

.home
    {
      text-align: center;
    }

.abbildung
    {
      font-size: 8.5pt;
      font-style: italic;
      margin: 0 0 25px 0;
      text-align: center;
    }
    
.spacer
    {
      border: 1px solid white;
      padding: 0;
      margin: 0px 0px 10px 0px;
    }

