/* DATEI: format.css */

/* Definition der Formate */

body                 { font-size:10pt; font-family:Verdana, Arial, Helvetica, sans-serif; color:#000000; margin:0px; background-color:#E5E5E5;}

a:link               { font-size:10pt; color:#000000; font-weight:bold; text-decoration:none }
a:visited            { font-size:10pt; color:#000000; font-weight:bold; text-decoration:none }
a:hover              { font-size:10pt; color:#960001; font-weight:bold; text-decoration:none }
a:active             { font-size:10pt; color:#000000; font-weight:bold; text-decoration:none }


.ueberschrift        { font-size:27pt; color:#960001; line-height:29pt; font-weight:bold;  font-style:italic; }
.ueberschriftklein   { font-size:13pt; color:#960001; line-height:15pt; font-weight:bold;  font-style:italic; }
.ueberschriftBk      { font-size:20pt; color:#000000; line-height:29pt; font-weight:bold;  font-style:italic; }
.ueberschriftkleinBk { font-size:13pt; color:#000000; line-height:15pt; font-weight:bold;  font-style:italic; }
.copyright           { font-size:7pt;  color:#000000; line-height:7pt;  font-weight:normal;}
.textgross           { font-size:12pt; color:#000000; line-height:16pt; font-weight:bold;  }
.textklein           { font-size:8pt;  color:#000000; line-height:10pt; font-weight:normal;}
.text                { font-size:10pt; color:#000000; line-height:16pt; font-weight:normal;}
.textfett            { font-size:10pt; color:#000000; line-height:16pt; font-weight:bold;  }


.mainPage {

  background-color: #FFFFFF;

  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;

  border-top-color: #960001;
  border-right-color: #960001;
  border-bottom-color: #960001;
  border-left-color: #960001;

  border-top-width: 2px;
  border-right-width: 2px;
  border-left-width: 2px;
  border-bottom-width: 2px;

  }

td.EmptyRow         { background-color: #E5E5E5; }

td.EmptyRowBlue     { background-color: #548DD4; }

td.EmptyRowGrey     { background-color: #CCCCCC; }

td.EmptyRowWhite    { background-color: #FFFFFF; }

td.EmptyRowTopWhite { background-color: #ECF0F9; }

td.PictureWhite     { background-color: #FFFFFF; }

td.Beschreibung {

  background-color: #FFFFFF;
  font-size: 10pt;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #000000;
  width: 860px;
  }