/* für body.html + alle anderen Dateien die nicht die Menüstruktur betreffen */
A:link {
	COLOR: #2193C8; FONT-FAMILY: Arial,Helvetica; FONT-SIZE: 10pt; TEXT-DECORATION: none
}
A:visited {
	COLOR: #2193C8; FONT-FAMILY: Arial,Helvetica; FONT-SIZE: 10pt; TEXT-DECORATION: none
}
A:active {
	COLOR: #2193C8; FONT-FAMILY: Arial,Helvetica; FONT-SIZE: 10pt; TEXT-DECORATION: none
}
A:hover {
	COLOR: #FF9900; FONT-FAMILY: Arial,Helvetica; FONT-SIZE: 10pt; TEXT-DECORATION: none
}

p            { font-family: Arial; font-size: 10pt }
h1           { font-family: Arial; font-size: 24pt }
h2           { font-family: Arial; font-size: 18pt }
h3           { font-family: Arial; font-size: 14pt }
h4           { font-family: Arial; font-size: 12pt }
pre          { font-family: Arial; font-size: 12pt; color: #000099; font-weight: bold }
h5           { font-family: Arial; font-size: 10pt; color: #0066ff; font-weight: bold }
h6           { font-family: Arial; font-size: 8pt }
address		{ font-family: Arial; font-size: 10pt; font-style: normal }
li            { font-family: Arial; font-size: 10pt }

body {scrollbar-3dlight-color:#2193C8;
           scrollbar-arrow-color:chartreuse;
           scrollbar-base-color:;
           scrollbar-darkshadow-color:;
           scrollbar-face-color:#2193C8;
           scrollbar-highlight-color:;
           scrollbar-shadow-color:}
           
table {border-width:0;  }
table.line { background-color:#000099; }

/* für den gelbbraunen Überschrifts-Balken */
table.head { background-color:#fbeab5;}
table.head td { font-family: Arial; font-size: 12pt; color:#000099; ; font-weight: bold}

th { height: 25px; background-color: #C0C0C0; font-family: Arial; color: #000000; text-align: left }
td { height:25px; font-family: Arial; font-size: 10pt; color:#000000; }

/* für die graue Tabelle */
th.grau { height: 25px; background-color: #F2F2F2; font-family: Arial; font-size: 10pt; color: #996633;}
th.graudunkel { height: 25px; background-color: #C0C0C0; font-family: Arial; font-size: 10pt; font-weight: bold; color: #000000;}
td.grau {height:25px; background-color: #F2F2F2; font-family: Arial; font-size: 10pt; color:#000000; }
td.graudunkel { height: 25px; background-color: #C0C0C0; font-family: Arial; font-size: 10pt; color: #000000; }


/* für die horizontale Linie nach der Überschrift */
td.line {height: 1px; background-color:#000099; }

/* für die vertikale Linie nach der Überschrift */
td.linevert {width: 1px; background-color:#000099; }

/* für eine weiße Spalte in der Tabelle mit dem Rahmen */
td.main {background-color:#FFFFFF; font-family: Arial; font-size: 10pt; color:#000000; }

/* für die Spalte mit dem Symbol in den Tabellen */
td.pdfgrau {width:30px; background-color:#F2F2F2; padding:0; vertical-align:middle; text-align:center;}
td.pointgrau {width:30px; background-color:#F2F2F2; padding:0; vertical-align:middle; text-align:center;}
td.symbolgrau {width:30px; background-color:#F2F2F2; padding:0; vertical-align:middle; text-align:center;}

/* für die Spalte mit dem Punkt in den Tabellen */
td.point {width:30px; background-color:#FFFFFF; padding:0px; vertical-align:middle; text-align:center;}
td.symbol {width:30px; background-color:#FFFFFF; padding:0px; vertical-align:middle; text-align:center;}

/* für die farbigen Schaltflächen */
input.color   { background-color: #6699FF; color: #FFFFFF;  border-style: outset; cursor:pointer; border-width: 3px }