/* DATEI: hydro.css */

body { background-color:rgb(255,255,255);  font-family:Helvetica,Arial; font-size:100%; }

h1 { font-family:Helvetica,Arial,sans-serif; font-weight:bold; font-size:185%; }
h2 { font-family:Helvetica,Arial,sans-serif; font-weight:bold; font-size:140%; }
h3 { font-family:Helvetica,Arial,sans-serif; font-weight:bold; font-size:120%; }
h4 { font-family:Helvetica,Arial,sans-serif; font-weight:normal; font-size:80%; }
h5 { font-family:Helvetica,Arial,sans-serif; font-weight:normal; font-size:8pt; }

p,h1,h2,h3,h4,ul,ol,li,div,td,th,address,blockquote,nobr,b,i
     { font-family:Helvetica,Arial,sans-serif; }

p, li, div, font, b, i, u, a { color:#000000; font-size:100%; }

table
{
 font-weight: bold;
 background-color:rgb(192,192,192);
 text-alignment: left;
 border-width: thin   ;
 border-style: solid   ;
 border-color: black   ;
}
p.c2 {text-align: left}
a:link    { color:#0000bb;}
a:visited { color:#000066; }
a:active  { color:#ff0000; }

/* Helvetica,Arial,sans-serif =  serifenlose Schrift, Wert aenderbar */
/* Courier New,Courier = Schriftarten, Wert aenderbar */
/* font-family = Schriftart fuer Textelemente */
/* font-size = Schriftgroesse */
/* border-width = Randbreite */
/* 1pt = 1 Punkt, Wert aenderbar */
/* border-style = Randstil */
/* solid = durchgezogen, Wert aenderbar */
/* border-color = Randfarbe */
/* #999999 = grau, Wert aenderbar */
/* background-color = Hintergrundfarbe */
/* #FFFFE0 = helles Gelb, Wert aenderbar */

