<style type="text/css">

A        {
                font-weight: bold;
                }
A:link        {
                color: #000080;
                text-decoration: none;
                }
A:visited        {
                color: #000040;
                text-decoration: none;
                }
A:hover        {
                color: #CC0000;
                text-decoration: underline;
                }

#header {
        background: White;
        height: 90px;
        margin: 0;
}

#navcontainer {
        clear: left;
              float: left;
              width: auto;
              background: White;
}

#navcontainer ul {
              padding: 0.1em;
              margin-left: 0;
              margin-top: 0;
              margin-bottom: 0.1em;
              color: White;
              float: left;
              font-family: arial, helvetica, sans-serif;
}

#navcontainer ul li {
              list-style-type: none;
              display: inline;
}

#navcontainer ul li a {
              font-size: medium;
              padding: 0.2em 1em;
              background-color: #DFDFDF;
              color: Black;
              text-decoration: none;
              float: left;
              border: 1px solid Black;
              margin: 0.1em;
}

#navcontainer ul li a:hover
{
              background-color: #369;
              color: #fff;
}

#home #navStart a,
#damenGymnastik #navDamenGymnastik a,
#fitness #navFitness a,
#fussball #navFussball a,
#speeldeel #navSpeeldeel a,
#SDTermine #navSDTermine a,
#SDArchiv #navSDArchiv a,
#tischtennis #navTT a,
#kinderturnen #navKinderturnen a,
#stepAerobic #navStepAerobic a,
#walking #navWalking a,
#anfahrt #navAnfahrt a,
#impressum #navImpressum a,
#links #navLinks a,
#aktuelles #navAktuelles a,
#termine #navTermine a {
      color: Black;
      background-color: #FF9F00;
      cursor: default;
}

#content {
        clear: left;
        background: White;
}

#sdheader {
        background: #FADE7B;
        height: 90px;
        margin: 0;
}

#sdcontent {
        clear: left;
        background: #FADE7B;
}

#footer {
        clear: both;
        background: #DFDFDF;
}

.sdback { background-color: #FADE7B; }
</style>