html {
  overflow:visible;
  position: static;
  float: none;
}


#header {
  display:none;
}

#navigation {
  display:none;
}

#fechten_navigation {
  display: none;
}


a {
  color: black;
  text-decoration: none;
}
a[href]:after {
    content:" ["attr(href)"]";
    font-size: 100%;
    font-weight: normal;
}

div #content {
  overflow: visible;
  position: static;
  float: none;
}


.floating_image_left {
   padding: 10px;
   margin: 10px 10px 10px 0px;
   border: 1px solid #aaa;
}
.floating_image_right {
   padding: 10px;
   margin: 10px 0px 10px 10px;
   border: 1px solid #aaa;
}
.image_left {
   padding: 10px;
   margin: 10px 10px 10px 0px;
   border: 1px solid #aaa;
}
#index_img_1 {
  width: 254px;
  margin-top: 0px;
}




 /* -------- Tabellen ------------ */

 table {
   border-collapse: collapse;
   border: 2px solid #777777;
 }
 th {
    padding: 5px;
 }
 table .header {
   background-color: #777777;
   color: #FFFFFF;
   font-weight: bold;
 }


 td {
   border: 1px solid #777777;
   padding: 5px;
 }

 .print_break_before {
   page-break-before: always;
 }



 .aktuell {
   padding: 10px;
   border-bottom: 1px solid grey;
   overflow: hidden;
 }


.kontakt {
  padding: 10px;
  margin: 10px;
  border: 1px solid black;
  background-color: #DDDDDD;
  width: 300px;
}


