body,table,td,tr {
        color: White;
        background-color: #776969;
        font-family: verdana,arial,helvetica;
        font-size: 10pt;
        margin: 0px;
        padding: 0px;
        scrollbar-face-color: #006938;
        scrollbar-arrow-color: #C7C7C7;
        scrollbar-track-color: #C7C7C7;
        scrollbar-shadow-color: #CFCFCF;
        scrollbar-highlight-color: #AFAFAF;
        scrollbar-3dlight-color: #85D182;
        scrollbar-darkshadow-Color: #000000;
}

h1 {
  color: #FFFFFF;
  background-color: inherit;
  font-family: verdana,arial,helvetica;
  font-size: 24pt;
  font-weight: bold;
}

h2 {
  color: #ffffff;
  background-color: inherit;
  font-family: verdana,arial,helvetica;
  font-size: 14pt;
  font-weight: bold;
  text-align: center;
}

h3 {
  color: #85D182;
  background-color: inherit;
  font-family: verdana,arial,helvetica;
  font-size: 12pt;
  font-weight: bold;
  font-style: italic;
}

h4 {
  color: #375736;
  background-color: inherit;
  font-family: verdana,arial,helvetica;
  font-size: 12pt;
  font-weight: bold;
  font-style: italic;
}

h5 {
  color: #FFFFFF;
  background-color: inherit;
  font-family: verdana,arial,helvetica;
  font-size: 10pt;
  font-weight: bold;
}

a:link, a:visited {
  color: #000000;
  background-color: inherit;
  text-decoration: none;
  font-weight: bold;
  font-size: 10pt;
}

a:active {
  color: #000000;
  background-color: inherit;
  text-decoration: none;
  font-weight: bold;
  font-size: 10pt;
}

a:hover {
  color: #ffffff;
  background-color: inherit;
  text-decoration: underline;
  font-weight: bold;
  font-size: 10pt;
}

td.oben {
   color: #008A57;
   background-color: #577EBD;
   background:url(images/oben.jpg);
   font-family: verdana,arial,helvetica;
   font-size: 20pt;
   font-weight: bold;
   padding-bottom: 40px;
   margin: 0px;
   width: 755px;
   text-indent: 80px;
}

td.links {
   color: #FFFFFF;
   background-color: #467045;
   background:url(images/links.jpg);
   font-family: verdana,arial,helvetica;
   font-size: 12pt;
   font-weight: bold;
   padding: 0px;
   margin: 0px;
   width: 200px;
   height: 639px;
   text-indent: 10px;
}

.impressum {
   font-size: 6pt;
   font-weight: normal;
   }



#redim-cookiehint{
        width: 100%;
        padding: 7px 5%;
        box-sizing: border-box;
        position: fixed;
        background-color: #adadad;
        font-size: 14px;
        z-index: 9999999;
}

#cookiehintinfo {
        margin-right: 12px;
}

#redim-cookiehint .cookiecontent{
        font-size: 14px;
        line-height: 18px;
        color: #fff;
        display: inline-block;
       
}


#redim-cookiehint .cookiebuttons{
        display: inline-block;
        float: right;
}
#redim-cookiehint .clr {
        clear: both;
}


#redim-cookiehint .cookiebuttons .btn{
        padding: 5px 10px !important;
        color: #ffffff;
        background-color: #333;
        font-size: 12px;
        line-height: 14px;
        margin-top: 2px;
        margin-bottom: 2px;
        cursor: pointer;
}

#redim-cookiehint .cookiebuttons .btn:hover{
        background-color: #111111;
        color: #ffffff;
}

#redim-cookiehint.hidden{
        display: none;
        visibility: hidden;
}