<!--
/*Hintergrund*/


/*Schrift*/
p
{font-family:Arial;
 font-style:normal;
 font-weight:normal;
font-size:12pt;
 color:#000000;
 line-height:6mm; }

h1
{text-align:center;
 font-family:Arial;
 font-size:18pt;
 color:#630000; }

h2
{text-align:center;
 font-family:Arial;
 font-size:16pt;
 color:#9C6500; }

h3
{text-align:center;
 font-family:Arial;
 font-weight:bold;
 font-size:14pt;
 color:#006600; }

h4 
{font-family:Arial;
 font-weight:bold; 
 font-size:12pt; 
 color:#000000; }

h5 
{font-family:Arial;
 font-style:italic; 
 font-size:12pt; 
 color:#000000; }
h6
{font-family:Arial;
 font-size:12pt;
 font-size:x-large;
 color:#444444; }

pre
{font-family:Arial;
 font-size:10pt;
 color:#000000;
 line-height:4mm;
 white-space:normal;
}


ul
{  font-family:Arial;
 font-size:12pt;
 color:#000000;
 list-style-image: url(nav/bullet1.gif);
  line-height:6mm; }

ol
{  font-family:Arial;
 font-size:12pt;
 color:#000000;
 line-height:6mm; }

td 
{ font-family:Arial;
  font-size:12pt;
  color:black; }

.Bildtitel { font-family:Arial; font-size:10pt; color:black; line-height:4mm; }
/*Schrift*/
.klein  { font-size : 8pt; }
/*Farben*/
.rot  {color: #FF0000;}
.roetlich{color:#bd0329;}
.gelb {color: #FFFF00;}
.gruen {color: #00FF00;}
.blau {color: #0000FF;}
.lila {color: #FF00FF;}
.schwarz {color: #000000;}
/* Hervorhebungen */
.gelbgrau {color: #FFFF00; background-color: #C1C1C1;}
.schwarzgrau  {color: #000000; background-color: #DADADA;}
.weissblau{font-weight:bold;color: #FFFFFF; background-color: #00FFFF;}
.weissrot{color: white;  background-color: #E0012D;}
.rechts { margin:0px; border-bottom:1px solid #000000; border-top:1px solid #000000;text-align:right;}
.links { margin:0px; border-bottom:1px solid #000000; border-top:1px solid #000000;text-align:left;}
.zentriert { margin:0px; border-bottom:1px solid #000000; border-top:1px solid #000000;text-align:center;}
.hellgrau{color:#cccccc;}
/* Für Listen mit unterschiedlichen Farben für Text und Bullet */
.myliul { list-style-type:square; }
.myliul { color:#ff0000; list-style-type:square;}
.mylitxt{ color:#000000; }
/* Für die CSS-Referenzen*/
.value {width:80%}
.valuename {color:#aa0000; width:20%;}
.valuetable {border-spacing:0px;width:99%}
/* Abwechselnd eine Zeile hell und eine dunkel */
.u { background-color:#ffffff; }
.g { background-color:#f7f7f7; }
.g a, .u a {white-space:nowrap;}
