/* 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:#FFE193;
 }

/* 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;
  }
div {
  font-size:10pt;
  }
li {
  font-size:10pt;
  }

td {
  font-size:10pt;
  }

/* Überschriften */
h1 {
  font-size:20pt;
  color:#000080;
  font-weight:700;
  }
h2 {
  font-size:16pt;
  color:#000080;
  font-style:italic;
  }
h3 {
  font-size:12pt;
  color:#000080;
  font-weight:600;
  margin-bottom: 0px;
  }
h4 {
  font-size:10pt;
  color:#000080;
  font-weight:600;
  margin-bottom: 0px;
  }

/* Copyright */
.cp {
 font-size:8pt;
 margin-top:0px;
 }