/*--------------------------------------------------------------*\
**                                                              **
\*--------------------------------------------------------------*/

/*
* NN4 braucht eine Extra-Einladung fuer jedes Element
*/

h1, h2, h3 {
  font-family:Arial, Helvetica, Geneva, Verdana, sans-serif;
  }

p, td, ul, div {
  font-family:Arial, Helvetica, Geneva, Verdana, sans-serif;
  }

p, ul {
  font-size:80%;
  }

.einleitung h2{
  color: #000033;
  }
.einleitung h3{
  color: #000033;
  }
.einleitung p{
  color: #000033;
  }
.einleitung ul{
  color: #000033;
  }
.einleitung td{
  color: #000033;
  }

/*
* NN4 vertraegt kein border-width
*/

a {
  text-decoration: none; color: #8080FF; font-weight: bold;
  }
a:visited {
  text-decoration: none; color: #999999; font-weight: bold;
  }
a:hover {
  text-decoration: underline; color: #FF0000; font-weight: bold;
  }
a:active {
  text-decoration: underline; color: #FF0000; font-weight: bold;
  }

a.novisited {
  text-decoration: none; color: #8080FF; font-weight: bold;
  }
a.novisited:visited {
  text-decoration: none; color: #8080FF; font-weight: bold;
  }
a.novisited:hover {
  text-decoration: underline; color: #FF0000; font-weight: bold;
  }

.nolink {
  color: #000033; font-weight: bold;
  }

#jsHinweis {
    position:absolute;
    top:0px;
    left:0px;
    text-align:left;
    padding:2px;
    width:100%;
    border-bottom:solid 1px #333333;
    background-color:#FFFFE1;
    font-family:Tahoma,Arial,Helvetica,Geneva,Verdana,sans-serif;
    font-size:8pt;
    color:black;
}
#jsHinweis img {
    vertical-align:text-bottom;
}
