<!--

body {
background: #222222;
color: #DDD;
font: 14px Verdana, Arial, Helvetica, sans-serif;
width: 796px;
margin-left: auto; margin-right: auto;
padding: 0;
}

a:link, a:visited {color: #DDD; text-decoration: underline;}

a:hover, a:active {color: #FFF; text-decoration: none;}


/* Tooltip */

a.tooltip,
a.tooltip:link,
a.tooltip:visited,
a.tooltip:active {
position: relative;
text-decoration: none;
font-style: bold;
border-bottom:0px dotted #4dbcf3;
}

a.tooltip:hover {
background: transparent;
}

a.tooltip span {
display: none;
text-decoration: none;
}

a.tooltip:hover span {
display: block;
position: absolute;
top: 20px;
left: 0;
width: 270px;
z-index: 100;
color: #000000;
border: 1px solid;
border-color: #FFFFFF #D5D7DB #D5D7DB #FFFFFF;
border-left: 4px solid #4dbcf3;
padding: 2px 10px 2px 10px;
background: #EEEEEE;
font-family: Verdana, Arial, Helvetica, Sans-serif;
font-style: Normal;
text-align: left;
}



#inhalt {
clear:both;
background: #222222;
color: #DDD;
font: 14px Verdana, Arial, Helvetica, sans-serif;
width: 796px;
margin-left: auto; margin-right: auto;
margin-top: 20px; margin-bottom: 10px;
padding: 0;
}

/*- Menu Tabs 10 Free CSS Navigation Menu Designs 2 at exploding-boy.com - */

    #navigation {
      float:left;
      width:100%;
      font-size:93%;
          border-bottom:1px solid #DDD;
      line-height:normal;
      }
    #navigation ul {
          margin:0;
          padding:10px 10px 0 50px;
          list-style:none;
      }
    #navigation li {
      display:inline;
      margin:0;
      padding:0;
      }
    #navigation a {
      float:left;
      background:url("tableft.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #navigation a span {
      float:left;
      display:block;
      background:url("tabright.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#FFF;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #navigation a span {float:none;}
    /* End IE5-Mac hack */
    #navigation a:hover span {
      color:#FFF;
      }
    #navigation0 a:hover {
      background-position:0% -42px;
      }
    #navigation a:hover span {
      background-position:100% -42px;
      }

      #navigation #current a {
              background-position:0% -42px;
      }
      #navigation #current a span {
              background-position:100% -42px;
      }