html, body {
      color: #808080;
      scrollbar-base-color: #808080;
      font-size:14px;
      font-family: Arial;}

hr {width: 90%;
    color: #808080;}

#leftmenue{
         border: 1px solid;
         background-color: #808080;
         border-spacing: 1px;
}

#bottommenue {
         position:fixed;
         bottom:0px;
         left:100px;
         background-image: url(bild.gif);
         width: 100px;
         height: 200px;
         filter:alpha(opacity=70);
         -moz-opacity: 0.70;
         opacity: 0.70;
         color: #ffffff;
         padding: 5px;

}

#bottommenue_blanc {
         position:fixed;
         bottom:0px;
         left:100px;
         background-color: #808080;
         width: 100px;
         height: 200px;
         filter:alpha(opacity=70);
         -moz-opacity: 0.70;
         opacity: 0.70;
         color: #f1f1f1;
         padding: 5px;

}

.row3 {
        font-size: 1em;
        color: #808080;
        background-color: #cfcfcf;
        }

.row1 {
        font-size: 0.9em;
        color: #808080;
        background-color: #ffffff;
        }

a
{
          text-decoration: none;
          color:#373737;
}

a:link
{
          color:#373737;
}

a:visited
{
        text-decoration: none;
        color:#9E9E9E;
}

a.menue:hover
{
        text-decoration: underline, overline;
        background-color: #C0C0C0;
        background-image: none;
        color:#808080;
}

a:active
{
        text-decoration: none;
        color:#ffffff;
}

#bottommenue a
{
         color:#ffffff;
}


#bottommenue a:visited
{
         color:#cccccc;
}

#bottommenue a:hover
{
        text-decoration: underline, overline;
        background-color: #C0C0C0;
        background-image: none;
        color: #2c2c2c;
}

a img
{
        text-decoration: none;
        background-color: none;
}

a:hover img
{
        border: 2px solid black;
        text-decoration: none;
        background-color: none;
        background-image: none;
        color: none;
}

a:hover #gif
{
        border: 2px solid #808080;
        text-decoration: none;
        background-color: none;
        background-image: none;
        color: none;
}

img
{
          border-color:#808080;
}

#gif
{
          border: 2px solid #ffffff;
}


span
{
          background-color:#ffffff;
}

#foot
{
         position:fixed;
         text-align:center;
         font: bold 0.8em grey;
         bottom:10px;
         left: 10%;
         right: 10%;
         border: 0px solid black;
}
