
/* Farbe 1: #FFFFFF
Farbe 2: #fffce8
Farbe 3: #fff8c3
Farbe 4: #ff8962
Farbe 5: #d64e21
Farbe 6: #651900
Farbe 7: #320d00
Kontrast 1: #d1f6ff
Kontrast 2: #418b9e
Kontrast 3: #145a6b
*/

/* Bereich rund um Text; Hintergrund Farbe 3, Text Farbe 7 */
   body {
        margin: 0pt;
        padding: 0pt;
        background-color: #fff8c3;
        font-family: Verdana,sans-serif;
        font-style: normal;
        font-variant: normal;
        font-weight: normal;
        font-size: 0.8em;
        line-height: normal;
        font-size-adjust: none;
        font-stretch: normal;
        color: #320d00;
    }

/* Textformate für Haupttext; Header Farben 4/5/6 */
   h1 {
      font-size: 2em;
      font-weight: bold;
      color: #ff8962;
      }
   h2 {
      font-size: 1.6em;
      font-weight: bold;
      color: #d64e21;
      }
   h3 {
      font-size: 1.2em;
      font-weight: bold;
      color: #651900;
      }
   h3 a {
      font-size: 1em;
      font-weight: bold;
      color: #651900;
      }
   cite {
      font-weight: bold;
      color: #418b9e;
      }

   hr {
      display: none;
      }

/* Kopfzeile; Hintergrund Farbe 2, Rahmen Farbe 5 */
   div.header {
       border-bottom: 2px solid #d64e21;
       margin-bottom: 0px;
       margin-left: 0px;
       position: absolute;
       top: 0;
       left: 0;
       width: 100%;
       padding-top: 0pt;
       padding-left: 0px;
       padding-bottom: 0px;
       background: #fffce8   url(clublogo_links.gif) no-repeat scroll 3% 0%;
       }

/* Text Kopfzeile; Farbe 5 */
   div.header h1 {
       font-size: 280%;
       color: #d64e21;
       margin-top: 0px;
       padding-top: 25px;
       padding-left: 5em;
       }

/* Links in Kopfzeile */
  div.header div {
       padding-left: 14em;
       padding-bottom: 3px;
       padding-top: 0px;
       }

  div.header div a {
       color: #418b9e;
       font-weight: bold;
       text-decoration: none;
       }

/* Haupttext; Rahmen Farbe 6, Hintergrund Farbe 1 */
   div.content {
       border: 1px solid #651900;
       margin-top: 134px;
       margin-bottom: 30px;
       margin-left: 14em;
       margin-right: 17.1em;
       padding-left: 15px;
       padding-top: 0px;
       padding-right: 10px;
       padding-bottom: 10px;
       background-color: #FFFFFF;
       min-height: 35em;
       }

   div.content hr {
       display: block;
       }

   div.content-full hr {
       display: block;
       }

/* Haupttext ohne rechte Spalte; Rahmen Farbe 6, Hintergrund Farbe 1 */
  div.content-full {
      border: 1px solid #651900;
      margin-top: 134px;
      margin-right: 10px;
      margin-bottom: 30px;
      margin-left: 14em;
      padding-left: 15px;
      padding-top: 0px;
      padding-right: 10px;
      padding-bottom: 10px;
      background-color: #FFFFFF;
      min-height: 35em;
     }

/* rechte Spalte, äußerer Rahmen für Positionierung; Hintergrund Farbe 3 */
  div.rightcol {
      float: right;
      border: none;
      margin-top: 0px;
      margin-right: 10px;
      margin-bottom: 30px;
      margin-left: 0px;
      background-color: #fff8c3;
      width: 15em;
      }

/* rechte Spalte, Rahmen für Text; Hintergrund Kontrast 1, Rahmen Kontrast 3; Text schwarz */
   div.insiderightcol {
      border-style: solid;
      border-width: 1px;
      border-color: #145a6b;
      margin: 0px;
      margin-bottom: 20px;
      padding-left: 10px;
      padding-top: 5px;
      padding-right: 10px;
      padding-bottom: 5px;
      background-color: #d1f6ff;
      color: #000000;
      }

   div.rightcol h1 {
      color: #145a6b;
      }

   div.rightcol h2 {
      color: #145a6b;
      }

   div.rightcol h3 {
      color: #145a6b;
      }

/* Menü; Text Farbe 2 */
  div.menu {
      position: absolute;
      left: 0;
      top: 0;
      padding-top: 134px;
      color: #fffce8;
      width: 12.5em;
      }

/* "Navigation", Hintergrund Farbe 5, Rahmen Farbe 6; Schrift Farbe 2  */
   div.menu h2 {
      margin-top: 0pt;
      padding: 5px;
      font-size: 110%;
      background-color: #d64e21;
      color: #fffce8;
      }

/* Menü */
   div.menu ul {
      margin: 0pt;
      padding: 0pt;
      list-style-type: none;
      list-style-image: none;
      list-style-position: outside;
      }

/* Trennstriche zwischen Menüpunkten, Farbe 3 */
   div.menu ul li {
      border-bottom: 1px solid #fff8c3;
      }

/* Textfarbe für alle Menüpunkte (Farbe 2), Hintergrund Hauptmenü (Farbe 5), linker Rand (Farbe 5)*/
   div.menu ul li a {
      border-left: 7px solid #d64e21;
      padding: 5px;
      display: block;
      background-color: #d64e21;
      font-weight: bold;
      text-decoration: none;
      color: #fffce8;
      }

/* aktiviertes Hauptmenü, Hintergrund Kontrast 3 */
   div.menu a:hover, a:active {
      background-color: #418b9e;
      border-left-color: #418b9e;
      }

/* Trennlinie unter Untermenüs, Farbe 5 */
   div.menu ul.sub {
      border-bottom: 7px solid #d64e21;
      }

/* Untermenü */
   div.menu ul.sub li {
      border-bottom: 1px solid #d64e21;
      text-indent: 10px;
      width: 100%;
      }

/* Hintergrund Unterpunkte (Farbe 4), linker Rand Unterpunkte (Farbe 5)*/
   div.menu ul.sub li a {
      border-left: 7px solid #d64e21;
      background-color: #ff8962;
      padding-left: 10px;
      }

/* aktiviertes Untermenü, Hintergrund Kontrast 2, linker Rand Kontrast 3 */
   div.menu ul.sub a:hover, div.menu ul.sub a:active {
      background-color: #418b9e;
      border-left-color: #d64e21;
      }

/* 07.05.2005, TruJ++ */
/* ----- Untermenü 2 ----- */

/* Trennlinie unter Untermenüs2, Farbe 5 */
   div.menu ul.sub2 {
      border-bottom: 7px solid #d64e21;
      }

/* Untermenü */
   div.menu ul.sub2 li {
      border-bottom: 1px solid #d64e21;
      text-indent: 20px;
      width: 100%;
      }

/* Hintergrund Unterpunkte (Farbe 4), linker Rand Unterpunkte (Farbe 5)*/
   div.menu ul.sub2 li a {
      border-left: 17px solid #d64e21;
      background-color: #ff8962;
      padding-left: 20px;
      }

/* aktiviertes Untermenü, Hintergrund Kontrast 2, linker Rand Kontrast 3 */
   div.menu ul.sub2 a:hover, div.menu ul.sub2 a:active {
      background-color: #418b9e;
      border-left-color: #d64e21;
      }

/* ++TruJ */



/* Notiz unter Menu, Hintergrund Kontrast 1, Rahmen Kontrast 3, Text schwarz */
   div.menu div {
      border: 1px solid #145a6b;
      margin-top: 20px;
      margin-left: 5px;
      margin-right: 5px;
      margin-bottom: 30px;
      padding: 5px;
      background-color: #d1f6ff;
      color: #000000;
      }

/* Pfeil für Positionsangabe */
   div.menu span.youarehere {
     position: absolute;
     left: 0px;
     }

/* Fußzeile; Hintergrund Farbe 4 */
   div.footer {
     margin-top: 30px;
     padding-top: 3px;
     padding-bottom: 3px;
     padding-left: 10px;
     clear: both;
     text-align: left;
     background-color: #ff8962;
     font-style: normal;
     }

   div.footer div {
     font-size: 70%;
     text-align: right;
     margin-top: -1em;
     padding-right: 10px;
     }