/* Dokumentweit gültige Definitionen */
body {background-color:#F3f3f3}
body {font-family:Arial; font-size:12}
body.content {font-family:Arial; font-size:11;}
body.navigation {}
body {scrollbar-face-color: #808080;
 scrollbar-arrow-color: #ffffff;
 scrollbar-base-color: #000000;
 scrollbar-track-color: #f3f3f3;
 }

a:link {color:#0000FF; text-decoration: none;}
a:visited {color:#0000FF; text-decoration: none;}
a:hoover {color:#0000FF; text-decoration: underline;}

/* Allgemeine Definitionen für beliebige Elemente */
#singleBorder {border-width:1px; border-style:solid; border-color:#0000FF}

/* Farben und Rahmen für Überschriften und Bilder */
h2, h3 {color:#FF0000}
h2 {font-size:medium}
h3 {font-size:small}
h4 {font-size: medium}
table, h2, h3, h4, img {margin-bottom:6px}
table {margin-top:6px}
table img {margin-bottom:6px}

/* Definitionen für "native" Tabellen (d.h. alle Listen) */
table.native {border-width:0px}
table.native {font-size:11;}
table.native tr.color0 {color:#0000A0; background-color:#f3f3f3}
table.native tr.color1 {color:#000000; background-color:#f3f3f3}
table.native tr.color2 {color:#000000; background-color:#dedede}
table.native tr.color3 {color:#000000; background-color:#f3f3f3}
table.native tr.color4 {color:#000000; background-color:#54A095}
table.native tr.color5 {color:#000000; background-color:#C4D2D3}
table.native tr.color6 {color:#000000; background-color:#8BAFB1}
table.native tr.color7 {color:#000000; background-color:#5A989A}
table.native tr.color8 {color:#000000; background-color:#A7C0C2}
table.native tr.color9 {color:#000000; background-color:#66FF33}
table.native tr.color10 {color:#000000; background-color:#FF3300}
table.native tr.separator {color:#000000; background-color:#f3f3f3} /* Listeninterne Zwischenüberschriften */
table.native tr.headFoot {color:#FFffff; background-color:#808080}  /* Kopf- und Fußzeilen von Listen */
table.native td {padding:1px; padding-left:4px; padding-right:4px; border-style:solid; border-color:#000000; border-width:0px; border-bottom-width:0px}
table.native td.sepBar {border-right-width:1px}
table.native td.noValue {padding-left:0px; padding-right:0px}
table.native td.firstCol {border-left-width:0px}
table.native td.lastCol {border-right-width:0px}
#firstRow {border-top-width:0px}
table.native th {border-width:0px; border-style:solid; border-color:#000000; padding-left:4px; padding-right:4px}
table.native tr.separator td {border-bottom-width:0px}
#lastRow {}

/* Textfelder mit und ohne Hintergrund und Rahmen */
td.textField {font-size:11; color:#282828; background-color:#f3f3f3; padding:2px; border-style:solid; border-width:1px; border-color:#282828}
td.transparent {color:#ff0000; background-color:#f3f3f3; border-width:0px}
p.textField {margin-top:0px; margin-bottom:6px; font-size:11; color:#282828}

table.composedRow td {padding-left:4px; padding-right:4px}

/* Ergebnismatrix (wird mit einer einzelnen HTML-Tabelle realisiert) */
table.matrix {border-width:0px}
table.matrix {font-size:11}
table.matrix td {color:#000000; border-style:solid; border-color:#000000; border-width:0px;}
table.matrix #colorFrame {color:#000000; background-color:#c0c0c0}
table.matrix #colorTable {background-color:#FFFF80; padding-left:3px; padding-right:3px}
table.matrix #colorTableSmall {background-color:#FFFF80; padding-left:3px; padding-right:3px; font-size:80%}
table.matrix #colorTableNoValue {background-color:#FFFF80; padding-left:0px; padding-right:0px}
table.matrix #colorTableSmallNoValue {background-color:#FFFF80; font-size:80%; padding-left:0px; padding-right:0px}
table.matrix #color1 {background-color:#f3f3f3; font-size:80%}
table.matrix #color2 {background-color:#dedede; font-size:80%}
table.matrix td.border_b {border-bottom-width:1px}
table.matrix td.border_br {border-bottom-width:1px; border-right-width:1px}
table.matrix td.border_r {border-right-width:1px}
