﻿html    { height:100%; }

body    { margin:0px;
          background-color:#FFFFFE;
          height:100%;
          overflow:hidden; }

* html body { text-align:center; }

a:link    { text-decoration:none; color:#000000; }
a:visited { text-decoration:none; color:#000000; }
a:hover   { text-decoration:none; color:#660000; }
a:active  { text-decoration:none; color:#000000; } 

.link a:link    { text-decoration:none; color:#CCCED4; }
.link a:visited { text-decoration:none; color:#CCCED4; }
.link a:hover   { text-decoration:none; color:#FFFFFF; }
.link a:active  { text-decoration:none; color:#CCCED4; } 

p  { margin-top:0px;
     font-size:0.75em;
     color:#000000;
     line-height:1.5em;
     text-align:left;
     font-family:Arial;
     margin-right:10px; }

.bg { font-size:1.5em;
      color:#CCCCCD;
      line-height:1.0em;
      text-align:justify;
      font-family:Times New Roman;
      margin-top:0px;
      margin-right:0px; }
      
* html .logo { line-height:150% }
*:first-child+html .logo { line-height:150% }
        
.link { font-size:12.0pt;
        text-align:center;
        font-family:Arial;
        color:#CCCED4;
        margin-top:7px;
        font-weight:bold;
        margin-right:0px; }

ul { list-style-type:disc;
     font-size:0.75em;
     color:#000000;
     line-height:1.5em;
     text-align:left;
     font-family:Arial;
     list-style-position:outside;
     padding-left:15px; }

* html ul { margin-left:1px }
*:first-child+html ul { margin-left:1px }

.right  { float:right;
          margin-left:10px;
          margin-bottom:10px;
          margin-right:10px }

.left   { float:left;
          margin-right:10px;
          margin-bottom:10px;
          margin-top:5px }

#center { width:700px;
          left:50%;
          margin-left:-350px;
          background-color:#EBE8DF;
          position:absolute;
          top:15px;
          bottom:15px; }
          
#hl     { background-image:url('grafik/bg1.gif');
          background-position:center;
          background-repeat:no-repeat;
          width:100%;
          top:15px;
          padding-top:20px;
          height:87px;
          position:absolute;
          z-index:1; }

#fl     { background-image:url('grafik/bg2.gif');
          background-position:center;
          background-repeat:no-repeat;
          width:100%;
          bottom:15px;
          height:40px;
          position:absolute;
          z-index:1; }

#main   { width:640px;
          top:142px;
          left:50%;
          margin-left:-320px;
          bottom:75px;
          overflow:auto;
          position:absolute; }
          
table   { width:610px;
          border: 1pt #000000 solid; }
          
td      { border: 1pt #000000 solid;
          padding:5px;
          font-size:0.75em;
          color:#000000;
          line-height:1.5em;
          text-align:left;
          font-family:Arial; }
          
.small  { font-size:0.65em; }     

.contact  { border-style:solid;
            border-width:0.75pt;
            border-color:#7A7777;
            width:150px;
            font-family:Arial;
            font-size:9pt;
            color:#000000;
            background-color:#EBE8DF; }
     
          
          
