<!--
body {
  background: #F4F3EF;
  padding: 0px 0px 0px 0px;
  font: 11px/1.5em Verdana;
}

h2 {
        font: bold 14px Verdana, Arial, Helvetica, sans-serif;
        color: #000;
        margin: 0px;
        padding: 0px 0px 0px 15px;
}

/* Tab Navigation */

    #tab {
      float:left;
      width:100%;
	  background:#F4F3EF; /* Hintergrund der Tabs */
      font-size:93%;
      line-height:normal;
      /* border-bottom:1px solid #8D8C83; */ /* Linie unter Buttons (Horizont) */
      }
    #tab ul {
        margin:0;
        padding:10px 10px 0 8px;
        list-style:none;
      }
    #tab li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tab a {
      float:left;
      background:url("tableft.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tab a span {
      float:left;
      display:block;
      background:url("tabright.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#666; /* Schriftfarbe in den Buttons */
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tab a span {float:none;}
    /* End IE5-Mac hack */
    #tab a:hover span {
      color:#666; /* Farbe der Mouseover-Schriften & des aktiven Tabs */
      }
    #tab a:hover {
      background-position:0% -42px;
      }
    #tab a:hover span {
      background-position:100% -42px;
      }

        #tab #current a {
                background-position:0% -42px;
        }
        #tab #current a span {
                background-position:100% -42px;
        }
        #tab #disabled a {
                background-position:0% -0px;
        }
        #tab #disabled a span {
                background-position:100% -0px;
        }
		#tab #disabled a span {
				color:#CCC; /* Farbe der Schriften in disabled Buttons */
		}


/* Tab Navigation Ende */

/* Tab Menü */

    #menu {
      float:right;
      width:100%;
	  background:#F4F3EF; /* Hintergrund der Tabs */
      font-size:93%;
      line-height:normal;
      /* border-bottom:1px solid #8D8C83; */ /* Linie unter Buttons (Horizont) */
      }
    #menu ul {
        margin:0;
        padding:0px 0px 0 8px;
        list-style:none;
      }
    #menu li {
      display:inline;
      margin:0;
      padding:0;
      }
    #menu a {
      float:right;
      background:url("menuleft.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #menu a span {
      float:right;
      display:block;
      background:url("menuright.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#000; /* Schriftfarbe in den Buttons */
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #menu a span {float:none;}
    /* End IE5-Mac hack */
    #menu a:hover span {
      color:#FFF; /* Farbe der Mouseover-Schriften & des aktiven Tabs */
      }
    #menu a:hover {
      background-position:0% -42px;
      }
    #menu a:hover span {
      background-position:100% -42px;
      }

        #menu #current a {
                background-position:0% -42px;
        }
        #menu #current a span {
                background-position:100% -42px;
        }

/* Tab Menü Ende */

/* Tab Sub-Menü */

    #sub {
      float:right;
      width:100%;
	  background:#F4F3EF; /* Hintergrund der Tabs */
      font-size:93%;
      line-height:normal;
      /* border-bottom:1px solid #8D8C83; */ /* Linie unter Buttons (Horizont) */
      }
    #sub ul {
        margin:0;
        padding:0px 0px 8px 8px;
        list-style:none;
      }
    #sub li {
      display:inline;
      margin:0;
      padding:0;
      }
    #sub a {
      float:right;
      background:url("subleft.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #sub a span {
      float:right;
      display:block;
      background:url("subright.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#000; /* Schriftfarbe in den Buttons */
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #sub a span {float:none;}
    /* End IE5-Mac hack */
    #sub a:hover span {
      color:#FFF; /* Farbe der Mouseover-Schriften & des aktiven Tabs */
      }
    #sub a:hover {
      background-position:0% -42px;
      }
    #sub a:hover span {
      background-position:100% -42px;
      }

        #sub #current a {
                background-position:0% -42px;
        }
        #sub #current a span {
                background-position:100% -42px;
        }

/* Tab Sub-Menü Ende */

table.innen
 { border:1px solid #8D8C83; border-collapse:collapse; padding:10px 10px 50px 50px;
   margin-left:auto; margin-right:auto; margin-top:-2px; } /* bei IE muss hier margin-top:0px; stehen! */

.liner
{border-bottom:2px solid #BAB395; }