.headline { font-family : verdana; font-size : 12pt; color : #F66304; font-weight : bold;}
.headline2 { font-family : verdana; font-size : 10pt; color : #000000; font-weight : bold;}
.schrift { font-family : verdana; font-size : 10pt; color : #473413; }
.datum { font-family : verdana; font-size : 8pt; color : #F66304; }
p { font-family : verdana; font-size : 8pt }
.fahrer { position:absolute; left:470px; top:450px;  z-index:2; visibility:visible; }

.link_topnavi A:link { text-decoration : none; color : #000000; }
.link_topnavi A:visited { text-decoration : none; color : #000000; }
.link_topnavi A:active { text-decoration : none; color : #000000; }
.link_topnavi A:hover { text-decoration : overline; color : #000000; }

.link_text A:link { text-decoration : none; color : #F66304; font-family : verdana; font-size : 10pt }
.link_text A:visited { text-decoration : none; color : #F66304; font-family : verdana; font-size : 10pt }
.link_text A:active { text-decoration : none; color : #F66304; font-family : verdana; font-size : 10pt }
.link_text A:hover { text-decoration : underline overline; color : #F66304; font-family : verdana; font-size : 10pt }


BODY { scrollbar-base-color:#f7f5f1;
scrollbar-track-color:#f7f5f1;
scrollbar-face-color:#FFFFFF;
scrollbar-highlight-color:#F66304;
scrollbar-3dlight-color:#f7f5f1;
scrollbar-darkshadow-color:#f7f5f1;
scrollbar-shadow-color:#F66304;
scrollbar-arrow-color:#F66304 }

a.nav:link {
        background-color : #f7f5f1;
        font : 12px;
        color : black;
        text-transform : uppercase;
        text-decoration : none;
        margin-right : 2px;
        padding-top : 2px;
        padding-bottom : 2px;
        padding-left : 4px;
        padding-right : 4px;
        border-top : 1px solid #F66304;
        border-left : 1px solid #FFFFFF;
        border-right : 1px solid #F66304;
        border-bottom : 1px solid #F66304;
                    }

a.nav, a.nav:link, a.nav:visited, a.nav:active  {
  position: relative;
  display:inline;
  }

a.nav:visited {
        background-color : #f7f5f1;
        font : 12px;
        color : black;
        text-transform : uppercase;
        text-decoration : none;
        margin-right : 2px;
        padding-top : 2px;
        padding-bottom : 2px;
        padding-left : 4px;
        padding-right : 4px;
        border-top : 1px solid #F66304;
        border-left : 1px solid #FFFFFF;
        border-right : 1px solid #F66304;
        border-bottom : 1px solid #F66304;
                }


a.nav:hover {
        background-color : #f7f5f1;
        font : 12px;
        text-decoration : none;
        padding-top : 2px;
        padding-bottom : 2px;
        padding-left : 4px;
        padding-right : 4px;
        border-top : 1px solid #F66304;
        border-left : 1px solid #FFFFFF;
        border-right : 1px solid #F66304;
        border-bottom : 1px solid #F66304;
        background: transparent;
                }

a.nav:hover span {
        display: block;
  position: absolute;
  top: -20px;
  left: 0;
  width: 200px;
  z-index:2;
  color: #000000;
  border:1px solid #000000;
  background: #FFFFCC;
  font: 12px Verdana, sans-serif;
  text-align: left;
                }

a.nav:hover span b{
        display: block;
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weigth: bold;
  color: yellow;
  background-color: gray;
  border: 0px;
  border-bottom: 1px solid black;
                }

/* Relativer Tooltip */


a.tooltip:hover {
  color: #0000ff;
  background: transparent;
  }

a.nav span {
  display: none;
  text-decoration: none;
}

a.tooltip:hover span {
  display: block;
  position: absolute;
  top: 20px;
  left: 0;
  width: 200px;
  z-index: 100;
  color: #000000;
  border:1px solid #000000;
  background: #FFFFCC;
  font: 12px Verdana, sans-serif;
  text-align: left;
  }

a.tooltip span b {
  display: block;
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weigth: bold;
  color: yellow;
  background-color: gray;
  border: 0px;
  border-bottom: 1px solid black;
}


