body, b, td {
    font-family: sans-serif;
  }


H1 {
    font-family: sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #1a518f;
  }


H1 a:hover {
    color: #3884d9;
    text-decoration: underline;
  }


H1 a:activ {
    color: #fe6e0e;
    text-decoration: none;
  }


H1.iamhere {
    text-decoration: none;
    font-size: 16px;
    font-family: sans-serif;
    text-align: center;
    width: 100%;
    color: black;
  }


H2 {
    font-family: sans-serif;
    font-size: 14px;
    font-weight: bold;
  }


H3 {
    font-family: sans-serif;
    font-size: 11px;
    font-weight: normal;
  }


P {
    font-family: sans-serif;
    font-size: 12px;
  }


P.description {
    font-family: sans-serif;
    font-size: 12px;
  }


P.tags {
    font-family: sans-serif;
    font-size: 12px;
  }


.navfont {
    letter-spacing: 3px;
    text-decoration: none;
    font-size: 10px;
  }


.catnav {
    font-size: 12px;
    text-decoration: none;
  }


TD.left_descr {
    font-size: 12px;
    text-decoration: none;
    color: #1a518f;
    padding-top:5px;
    padding-bottom: 5px;
    vertical-align: top;
    text-align: center;
  }


TR.comments {
    padding-top: 5px;
  }


.login:hover {
    color: white;
    text-decoration: none;
  }


.login:visited {
    color: #cccccc;
    text-decoration: none;
  }


.login:active {
    color: white;
    text-decoration: none;
  }


.login:link {
    color: #cccccc;
    text-decoration: none;
  }


.hinweis {
    background-color:#ffffff;
    font-family: Arial, Helvetica, SansSerif;
    font-size:10pt;
    font-style: italic;
    font-weight: bold;
  }


.top0 a {
    color: #fe6e0e;
    font-size: 24px;
    font-weight: bolder;
    text-decoration: none;
  }


.top1 a {
    color: #3884d9;
    font-size: 18px;
    text-decoration: none;
    font-weight: bold;
  }


.top2 a {
    color: #1a518f;
    font-size: 16px;
    text-decoration: none;
  }


.top3 a {
    color: #191919;
    font-size: 14px;
    text-decoration: none;
  }


.top4 a {
    color: #888888;
    font-size: 12px;
    text-decoration: none;
  }


.top0 a:hover,.top1 a:hover,.top2 a:hover,.top3 a:hover,.top4 a:hover {
    background-color: #191919;
    color: white;
    text-decoration: none;
  }


.table-content {
    font-size: 12px;
    font-family: sans-serif;
  }


a:hover {
    color: #3884d9;
    text-decoration: underline;
  }


a:active {
    color: #fe6e0e;
    text-decoration: none;
  }


a {
    color: #1a518f;
    text-decoration: none;
  }


INPUT {
    background-color : white;
    border-bottom-color : black;
    border-bottom-style : groove;
    border-bottom-width : 1px;
    border-left-color : black;
    border-left-style : groove;
    border-left-width : 1px;
    border-right-color : black;
    border-right-style : groove;
    border-right-width : 1px;
    border-top-color : black;
    border-top-style : groove;
    border-top-width : 1px;
    color : black;
    font-family : 'sans-serif';
    font-size : 12px;
  }


INPUT.submit {
    background-color: white;
    color: #fe6e0e;
    font-size: 60%;
  }

INPUT.radio {
    background-color: white;
    color: #fe6e0e;
    font-size: 60%;
    border-width: 0px;
    border-color: white;
  }





   div.autocomplete {
      position:absolute;
      width:auto;
      background-color:white;
      border:1px solid #888;
      margin:0px;
      padding:0px;
    }
   div.autocomplete ul {
      list-style-type:none;
      margin:0px;
      padding:0px;
    }
   div.autocomplete ul li.selected {
  		background-color: #eeeeee;
  		font-family: 'sans-serif';
			font-size: 11px;
      letter-spacing: 0px;
      text-align: left;
    }
   div.autocomplete ul li {
      list-style-type: none;
      display: block;
      margin: 0px;
      padding: 1px;
      height: auto;
      cursor: pointer;
      font-family: 'sans-serif';
      font-size: 11px;
      letter-spacing: 0px;
      padding-right: 2px;
      text-align: left;
    }