/* style.css */

body {
    background-attachment:fixed;
    background-image:url(../grafik/bodybg.gif);
    background-repeat:no-repeat;
    background-position:center top;
    color:black;
    font:normal 100.01%;
    font-family:Lucida Sans Unicode;
  }

a.current {
    color:#FF0000;
    font-family:Lucida Sans Unicode;
    font-size:large;
    font-weight:bold;
    letter-spacing:0.1em;
    padding:30px;
    text-decoration:none;
  }

a.mail {
    color:#ff0000;
    font-family:Lucida Sans Unicode;
    text-decoration:none;
  }

a.navi {
    color:#000000;
    font-family:Lucida Sans Unicode;
    font-weight:bold;
    font-size:medium;
    letter-spacing:0.15em;
    padding:25px;
    text-decoration:none;
  }

a.navi:hover {
    color:#FF0000;
  }

a.refnavi {
    color:#000000;
    font-family:Lucida Sans Unicode;
    font-size:smaller;
    font-weight:bold;
    text-decoration:none;
  }

a.refnavi:hover {
    color:#FF0000;
  }

a.referenz {
    color:#000000;
    font-family:Lucida Sans Unicode;
    text-decoration:none;
  }

a.referenz:hover {
    color:#FF0000;
  }

span.bold {
    font-family:Lucida Sans Unicode;
    font-size:medium;
    font-weight:bolder;
    letter-spacing:0.08em;
  }

span.referenz {
    font-size:smaller;
  }