<style type="text/css">
body {
}

html *
{
   font-family: Arial !important;
}

a:link {
color: grey;
  }
  
a:hover {
color: #000 !important; background-color: rgb(255, 204, 0);
  }
  

  ul#knetback li {
list-style: none;
background: url(knetback-grau.png) top left no-repeat;
position: fixed;
left: 0;
top: 0;
margin: 0; padding: 0;
display: block;
height: 40px;
width: 100%;

  }
  ul#knetback a:hover {
color: rgb(153, 153, 153); background-color: rgb(255, 204, 0);
  }
  ul#knetback a {
    text-decoration: none; font-weight: bold;
    color: white; background-color: #;
  }
</style>