body{
 font-family:  "Times New Roman", serif;
 font-size: 11pt;
}
dt, dd, dl, li, ol, ul , p {
 font-family:  "Times New Roman", serif;
 font-size: 11pt;
 margin-bottom: 4pt;
}
br, blockquote, hr {
 font-family:  "Times New Roman", serif;
 font-size: 11pt;
 margin-bottom: 0pt;
 margin-top: 0pt;
}
table, td, tr{
 font-family:  "Times New Roman", serif;
 font-size: 11pt;
}
pre, code, tt {
 font-family: "monospace";
 font-size: 11pt;
}
h1 {
 font-family: "Arial","Helvetica",sans-serif;
 font-size: 15pt;
 /*font-weight: bold;*/
}
h2 {
 font-family: "Arial","Helvetica",sans-serif;
 font-size: 13pt;
 /*font-weight: bold;*/
}
h3 {
 font-family: "Arial","Helvetica",sans-serif;
 font-size: 11pt;
 /*font-weight: bold;*/
}
h4 {
 font-family: "Arial","Helvetica",sans-serif;
 font-size: 10pt;
}

a:active {
 text-decoration: underline;
 color: red;
}
a:link {
 text-decoration: underline;
 color: blue;
}
a:visited {
 text-decoration: underline;
 color: darkblue;
}
address {
 font-style: italic;
}



/* Textlinks am Ende der Seite */
a.bottomlink {
 font-family:  "Times New Roman", serif;
  font-size: x-small;
  color: aqua;
  text-decoration: underline;
}
td.bottom, div.bottom {
 font-family:  "Times New Roman", serif;
 font-size: x-small;
 font-weight: bold;
 color: #FFFFFF;
}