/* DATEI: bvbp.css */

body {
   margin: 2em;
   margin-left: 22%;
   margin-right: 8%;
   color: #666666; /*grau*/
   background-color: #FFFFF0; /*ivory*/
   font: 10pt/1.4em Verdana, Arial, Helvetica, sans-serif;
     }

strong {
   font-weight: bold;
   color: #666666; /*grau*/
       }

em {
   font-weight: normal;
   font-style: italic;
   }

blockquote {
   margin: 1em;
   font-style: italic;
           }

h1 {
   font-size: 1.2em;
   font-weight: normal;
   text-transform: uppercase;
   letter-spacing: 0.1em;
   color: #BB0000;/*dunkelrot*/
   }

h2 {
   font-weight: normal;
   margin: 0;
   margin-top: 1em;
   font-size: 1em;
   letter-spacing: 0.1em;
   color: #BB0000;/*dunkelrot*/
   }

h3 {
   font-weight: normal;
   margin: 0;
   margin-top: 0.8em;
   font-size: 1em;
   color: #BB0000;/*dunkelrot*/
   }

h4 {
   font-weight: bold;
   margin: 0;
   margin-top: 0.8em;
   font-size: 1em;
   color: #666666; /*grau*/
   }

p {
   margin: 0;
   margin-top: 0.4em;
  }

ul {
   list-style-type: square;
   }

li {
   margin-top: 0.4em;
   }

a {
   font-weight: normal;
   color: #000000;  /*grau*/
   text-decoration: none;
  }

a:hover {
   text-decoration: underline;
  }


.menue {
   margin: 1.5em;
   margin-right: 0;
   font-weight: normal;
   background-color: #AA0000; /*dunkelrot*/
   color: #FFFFF0; /*ivory*/
       }

.logo {
   margin-top: 1em;
   margin-left: 1.5em;
   border-right-width: 5px;
   border-right-color: #660000;
   border-right-style: solid;
   border-bottom-width: 5px;
   border-bottom-color: #660000;
   border-bottom-style: solid;

      }

.menueliste {
   margin-top: 4em;
            }

.titel {
   margin-top: 30.0em;
   position: absolute; bottom: 1em;
   font-size: 1.2em;
   line-height: 1.4em;
   font-weight: normal;
   background-color: #AA0000; /*dunkelrot*/
   color: #FFFFF0; /*ivory*/
      }

.adresse {
   line-height: 1.2em;
         }