body {
 font-size:12;
 font-family:Arial;
 color:black;
}

h2 { 
 font-size:16;
 font-family:Arial;
 color:gray;
 font-weight:bold;
 }

h3 { 
 font-size:12;
 font-family:Arial;
 color:gray;
 font-weight:bold;
 }

h4 { 
 font-size:14;
 font-family:Arial;
 color:gray;
 font-weight:bold;
 }

th { 
 font-size:12;
 font-family:Arial;
 color:black;
 }

td { 
 font-size:12;
 font-family:Arial;
 color:black;
 }

a:link {
      font-size:12px;
      font-weight:bold;
      color:black;;
      text-decoration:none
  }
a:visited {
   font-size:12px;
   font-weight:bold;
   color:black;
   text-decoration:none
  }
a:hover {
   font-size:12px;
   font-weight:bold;
   color:#D50C2F;
   text-decoration:none
  }
a:active {
   font-size:12px;
   font-weight:bold;
   color:#D50C2F;
   text-decoration:none
 }
a:focus {
   font-size:12px;
   font-weight:bold;
   color:#D50C2F;
   text-decoration:none
 }


.mail_style a:link {
      font-size:11px;
      font-weight:bold;
      color:black;;
      text-decoration:none
  }
.mail_style a:visited {
   font-size:11px;
   font-weight:bold;
   color:black;
   text-decoration:none
  }
.mail_style a:hover {
   font-size:11px;
   font-weight:bold;
   color:#D50C2F;
   text-decoration:none
  }
.mail_style a:active {
   font-size:11px;
   font-weight:bold;
   color:#D50C2F;
   text-decoration:none
 }
.mail_style a:focus {
   font-size:11px;
   font-weight:bold;
   color:#D50C2F;
   text-decoration:none
 }






.rahmen {
  border-width:1px;
  border-style:solid;
  border-color:gray;
  
 }

.text {
  font-size:12px;
  margin-left:1em;
  margin-right:1em;
  text-align:justify;
 }

.starttext {
  font-size:13px;
  color:gray;
  font-weight:bold;
  text-align:center;
 }

.startinfo {
  font-size:11px;
  color:black;
  text-align:justify; 
 }

.zitat {
  font-size:12px;
  color:black;
  margin-right:3em;
  font-style:italic;
  text-align:center;
 }

.zitat2 {
  font-size:12px;
  color:black;
  margin-right:3em;
  font-style:italic;
  text-align:right;
 }

.button {
  font-size:12;
  font-family:Arial;
  background-color:silver;
  color:black;
}
