@charset "UTF-8";
/* CSS Document */

.oben { background-color: rgb(142, 0, 0);
    height: 0px;
    }

  .header {
}

  .navi { 
    padding: 10px;
    background-color: rgb(255, 162, 93);
    background-image: url(design_FILES/nav.jpeg);
    background-position: center top;    background-repeat: no-repeat;
    width: 14opx;
    font-weight: inherit;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 10pt;
    text-align: left;
    vertical-align:top
    }
 
  .rechts { background-color: rgb(255, 222, 197);
    width: 538px;
    padding: 2px;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 10pt;
    font-weight: normal;
    font-style: normal;
    text-transform: none;
    text-align: left;
    }
  .content{
   vertical-align:top;}

  .korpus { margin-left: auto;
    margin-right: auto;
    background-color: rgb(0, 0, 0);
    }
BODY { background-color:rgb(255, 255, 255); background-position:center top; background-repeat:repeat-x; }

  .balken { background-attachment: fixed;
    background-repeat: repeat-y;
    background-position: center bottom;
    }

  .nav1 {
  border-bottom-width:1px;
  border-bottom-style:dotted;
  border-bottom-color:#000000;}

  .nav1act { 
  border-right-width:1px;
  border-right-style:solid;
  border-right-color:#330000;
  border-bottom-width:1px;
  border-bottom-style:dotted;
  border-bottom-color:#330000; }

  .nav2 { 
  background-color: #A52A2A;
  border-bottom-width:1px;
  border-bottom-style:dotted;
  border-bottom-color:#000000;
  text-indent:10;
  }

  .nav2act {
  background-color: #993333; 
  border-right-width:1px;
  border-right-style:solid;
  border-right-color:#000000;
  border-bottom-width:1px;
  border-bottom-style:dotted;
  border-bottom-color:#000000;
  text-indent:15;
  }

 .dlinks {
 text-align:right;
 vertical-align:bottom;
}

  a:link { font-weight:normal; color:#000000; text-decoration:none; }
  a:visited { font-weight:normal; color:#000000; text-decoration:none; }
  a:focus { font-weight:normal; color:#000000; text-decoration:none; }
  a:hover { font-weight:normal; color:#ffffff; text-decoration:none; }
  a:active { font-weight:normal; color:#808080; text-decoration:none; }