/* infofrmt.css */

/* Hier sind die Formate für die Seiten definiert, die im Frame "Main" angezeigt werden.*/
/*----------------------------------------------------------------------------------------------*/

/* body */
body {
 margin-top:10px;
 margin-bottom:10px;
 margin-left:10px;
 margin-right:10px;
 background-color:#FFFFFF;
 }

/* Links */
a {
  font-family:Arial,sans-serif;
  font-size:10pt;
  font-weight:600;
  }
a:link { color:#0000FF; }
a:visited { color:#505050; }
a:active { color:#00E0FF; }

p,h1,h2,h3,h4,h5,h6,ul,ol,li,div,tr,td
{ font-family:Arial,sans-serif; color:#000000; }

/* Texte */
p {
  font-size:10pt;
  }
p.high {
  font-size:12pt;
  font-weight:600;
  }
div {
  font-size:10pt;
  }
li {
  font-size:10pt;
  }

td {
  font-size:10pt;
  }

.norm {
  font-size:10pt;
  color:#000000;
  font-weight:400;
  }

/* Überschriften */
h1 {
 font-size:17pt;
 font-weight:600;
 color:#00C000;
 text-align:left;
 }
h2 {
 font-size:14pt;
 font-weight:600;
 font-style:italic;
 color:#000000;
 text-align:left;
 margin-top:10px;
 margin-bottom:5px;
 }
h3 {
 font-size:12pt;
 font-weight:600;
 color:#00C000;
 text-align:left;
 margin-bottom:5px;
 }

h2.presse {
 margin-top:0px;
 margin-bottom:0px;
 }

/* Tabelle */
td.h2 {
 font-size:14pt;
 font-weight:600;
 font-style:italic;
 color:#000000;
 }

/* Copyright */
.cp {
 font-size:8pt;
 margin-top:0px;
 }