/* datenblaetter.css */
/* Formatvorlage fuer datenblaetter.php */

div.dblatt_box {
  margin-bottom: 15px;
}

div.beschr {
 text-align: justify;
}

div.down_link {
 text-align: right;
}

div.down_link a {
 color: #336699;
 text-decoration: none;
}

         div.down_link a:hover {
          color: #000000;
          text-decoration: underline;
         }

div#content {
 height: auto;
}

