/* DATEI: itg_formate.css */

/* margin-top = Abstand zwischen Fensterrand und Inhalt oben */
/* margin-bottom = Abstand zwischen Fensterrand und Inhalt unten */
/* 10px = 10 Pixel, Wert aenderbar */

body { margin-top:5px; margin-bottom:5px;}


/* font-family = Schriftart fuer Textelemente */
/* Arial,sans-serif = Arial und serifenlose Schrift, Wert aenderbar */

p,h1,h2,h3,h4,ul,ol,li,div,td,th,address,blockquote,nobr,b,i { font-family:helvetica, arial; color: #000080; }

/* Listen mit rotem Punkt */
li.rot {margin-top: 5px; color:#ff0000;}
font.liste {color: #000000;}
font.blau {color: #000080;}
td.bildtext {font-size:10pt; font-style: italic;}

/* Schriftgroesse fuer Ueberschriften*/
/* font-size = Schriftgroesse */
/* 18pt = 18 Punkt, Wert aenderbar */

h1 { font-size:18pt; }
h2 { font-size:16pt; }
h3 { font-size:12pt; }
h4 { font-size:10pt; }

h1.rot {color: #FF0000;}
h2.rot {color: #FF0000;}
h3.rot {color: #FF0000;}
h4.rot {color: #FF0000;}

h1.blau {color: #0033ff;}
h2.blau {color: #0033ff;}
h3.blau {color: #0033ff;}
h4.blau {color: #0033ff;}

/* Schriftgroesse fuer Textbereiche */
p,ul,ol,li,div,td,th,address,nobr,b,i { font-size:11pt; }

/* Vorformatierter Text */
pre { font-family:Courier New,Courier; font-size:10pt; color:#000000; }

/* Quelltext-Befehle im normalen Fliesstext */
tt { font-family:Courier New,Courier; font-size:10pt; color:#000000; }

/* a:link = Verweise zu noch nicht besuchten Seiten */
/* a:visited = Verweise zu bereits besuchten Seiten */
/* a:active = Verweise, die gerade angeklickt werden */

a:link { color:#0000ee;}
a:visited { color:#0000aa;}
a:active { color:#0000ff;}
a:hover {color:#aa0000;}

/* Links ohne unterstrich */
a.noline { text-decoration:none; }

a.rot:link { color:#ff0000; }
a.rot:visited { color:#ff0000; }
a.rot:active { color:#aa0000; }
a.rot:hover { color:#0033ff; }

a.gruen:link { color:#00800000; }
a.gruen:visited { color:#008000; }
a.gruen:active { color:#008000; }
a.gruen:hover { color:#0033ff; }


