body {
           background-color:#FFFFFF;
           font-family:sans-serif;
           max-width:25cm;margin-right:1.5cm;
           /*border:solid thin blue;*/
}

h1 {                          /* Ueberschrift 1. Ordnung */
          font-family:serif; font-style:italic; color:red; line-height:120%;
          border-bottom:solid thin blue;
          padding:3%
}


h2 {                          /* Ueberschrift 2. Ordnung */
                font-family:serif; font-style:italic; font-weight:bolder; color:blue;
                line-height:120%;
                padding:0px;
}

ul {                          /* unordered list */
              margin-top: 0; margin-bottom: 0;
              /* border: solid 1px green; */
              font-family:sans-serif; font-style:italic;
              line-height:120%;
}

li {                          /* Listeneintrag */
              /* border: solid 1px green; */
              margin-top:0;
   }


div.Adresse {
             font-style:normal; font-size:80%;
              margin-left:0%;
}



p {
               font-family:sans-serif; font-style:normal; font-weight:normal; color:black;
               padding:0px;
  }

div {
               margin-left:30%;
       }


td.LastUpdate         {
               font-size:8pt; line-height:12px;
			   text-align:center;
                      }

