/* -----------------Header---------------- */
#kopf {
     max-width: 100%;
     height: 120px;
     padding-left: 0;
     clear: both;
     border-top: 1px solid #cccccc;
     border-bottom: 1px solic #cccccc;
}
#kopf .logo {
display: none;
}
#logo_print {
   position: absolute;
   top: 55px;
   right: 0;
   height: 110px;
   width: 215px;
}

#streifen {
   display: none;
}
/* -----------------Navigation---------------- */
#navi {
     display: none;
}
/* ------------------Inhalt allgemein------------------- */
#inhalt {
     padding: 0;
     margin: 0;
     font-size: 0.8em;
     line-height: 1.4em;
     padding-bottom: 5px;
}
#inhalt h2,
#inhalt h1.titel {
   font-size: 1.4em;
   font-weight: bold;
   color: #539D1B;
   margin-bottom: 15px;
    margin-top: 10px;
}
#inhalt h3,
#inhalt h2.titel {
   font-size: 1.1em;
    font-weight: bold;
   margin-bottom: 10px;
}
#inhalt h3.anreisser {
   font-size: 1.1em;
   margin-bottom: 0;
}
#inhalt h4 {
    font-weight: bold;
    margin-bottom: 5px;
}
#inhalt p {
      padding-bottom: 8px;
}
#inhalt a:link,
#inhalt a:visited,
#inhalt a:active {
   text-decoration:underline;
   font-weight: normal;
}
/* -------------------Bilder-------------------- */
.rechts {
     float: right;
     padding-left: 15px;
     padding-bottom: 15px;
}
.links {
     float: left;
     padding-right: 15px;
     padding-bottom: 15px;
}
#inhalt .dekobild {
      width:200px;
      float:right;
      margin-left: 15px;
      margin-bottom: 15px;
    font-size: 0.85em;
    border: 1px solid #cccccc;
}
#inhalt .dekobild p {
    float: left;
    width: 173px;
    margin-left: 3px;
    padding-bottom: 0;
}
#inhalt .dekobild a img,
#inhalt .dekobild a:link img,
#inhalt .dekobild a:visited img {
   border: none;
}
#inhalt .dekobild img.lupe {
   display: none;
}
/* -------------------Listen-------------------- */
#inhalt ul {
      list-style-type: square;
      padding-left: 25px;
      margin-bottom: 15px;
}
#inhalt li {
   line-height: 1.4em;
   padding-bottom: 2px;
}
#inhalt ol {
      margin-bottom: 15px;
}
#inhalt ol li {
      margin-left: 25px;
      padding-left: 0px;
      list-style-type: decimal;
}
#inhalt dl {
      margin-bottom: 15px;
}
#inhalt dt {
      font-weight: bold;
      display: inline;
}
#inhalt dd {
      margin-left: 20px;
}
/* -------------------Links-------------------- */
a.top,
a.top:link,
a.top:visited {
    display: none;
}
a.back,
a.back:link,
a.back:visited {
    display: none;
}
/* -------------------Fuss-------------------- */
#fuss {
    display: none;    
}
/* ---------------Rechte Spalte----------------- */
#rechts {
     border-top: 1px solid #cccccc;
     padding-top: 10px;
    line-height: 1.4em;
}
#rechts img {
     margin: 0;
     padding: 0;
     border: 1px solid #cccccc;
}

#rechts h3 {
    font-weight: 600;
    font-size: 11pt;
    margin-bottom: 8px;
}
#rechts h4 {
   font-weight: 600;
   font-size: 10pt;
   line-height: 1.1em;
   margin-bottom: 5px;
}
#rechts p {
    line-height: 1.4em;
    font-size: 10pt;
     margin-bottom: 8px;
}
#rechts ul {
    list-style-type: square;
    margin-bottom: 15px;
    padding-left: 15px;
}
#rechts li {
    line-height: 1.4em;
    padding-bottom: 2px;
    font-size: 10pt;
}
#rechts a:link,
#rechts a:visited,
#rechts a:active {
   color:#000;
   text-decoration:underline;
   font-weight: normal;
}
#rechts li.bildlink {
    list-style-type: none;
    padding-bottom: 4px;
    padding-top: 4px;
    margin-left: -25px;
}
#rechts li.bildlink img {
    border: none;
}

/*------------------ Tabelle ------------------------- */
#inhalt table {
    margin-bottom: 10px;
}
#inhalt td, #inhalt th {
    font-size: 9pt;
    line-height: 11pt;
    padding: 3px 2px 3px 3px;
    vertical-align: top;
    text-align: left;
    background-color: #e9e9e9;

}
.gut {
font-style: italic;
font-weight: bold;
}
.mittel {
font-style: italic;
font-weight: bold;
}
.schlecht {
font-style: italic;
font-weight: bold;
}