/* ---------- NORMALER TEXT ---------------------------------------------------- */

body { background-color:#FFFFEE }
/* allgemeine Hintergrundfarbe */

body.text { background-image:url(../symbole/streifen.png); color: #000000; margin:20px }
/* body.text { background-color:#FFFFFF; color: #0033AA; margin:20px }*/
/* Hintergrund fuer reine Textseiten, #FDF7E6=cremegelb */
/* margin = Abstand zwischen Fensterrand und Inhalt */

p,h1,h2,h3,h4,h5,ul,ol,li,div,td,th,address,blockquote,center,nobr,b,i,caption
{ font-family:Arial,Helvetica,sans-serif; font-size:10pt }
/* font-family = Schriftart fuer Textelemente */
/* font-size = Schriftgroesse */

sub,sup { font-size:8pt }
/* Subskript (tiefgestellt) und Superskript (hochgestellt) */

h1 { font-size:18pt }
/* Hauptueberschrift */

h2 { font-size:16pt }
/* Seitenueberschriften */

h3 { font-size:12pt }
/* Abschnittsueberschriften innerhalb einer Seite */

h4 { font-size:11pt; text-indent:5mm }
/* Zwischenueberschriften */

h5 { font-size:10pt }
/* Zwischenueberschriften */


/* ---------- KOPFZEILE -------------------------------------------------------- */

body.top { background-color:#FFFFFF }
/* Hintergrund fuer Kopfzeile, #FFFFBB=hellgelb  */


/* ---------- SEITEN DER HAUPTMENUEPUNKTE -------------------------------------- */

body.main  { background-color:#FFFFEE; margin:15px }
/* Hintergrund fuer Hauptmenueseiten (#FFFFEE=creme-gelb)*/

table.main { background-color:#FFFFEE }
/* Hintergrund fuer Hauptmenuetabellen (#FFFFEE=creme-gelb) */


/* ---------- NAVIGATIONSFRAME LINKS ------------------------------------------- */

body.navi  { background-color:#FFFFBB; margin:4px }
/* Hintergrund fuer Navigationsframe links, #FFFFBB=strohgelb */
/* Hintergrund fuer Navigationsframe links, #FFFFD9=strohgelb */

/*td.navi1 { background-color:#0033AA; margin-top:10px }
td.navi2 { background-color:#0033AA; margin-top:5px }  */
/* Menuepunkte im Navigationsframe links (#0033AA=dunkelblau)*/

a.navi1:link    { color: #0033AA; text-decoration: none; font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight:bold }
a.navi1:visited { color: #0033AA; text-decoration: none; font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight:bold }
a.navi1:hover   { color: #0099FF; text-decoration: none; font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight:bold }
a.navi1:active  { color: #0099FF; text-decoration: none; font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight:bold }
/* Menuepunkte im Navigationsframe links */

a.navi2:link    { color: #0033AA; text-decoration: none; font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight:bold }
a.navi2:visited { color: #0033AA; text-decoration: none; font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight:bold }
a.navi2:hover   { color: #0099FF; text-decoration: none; font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight:bold }
a.navi2:active  { color: #0099FF; text-decoration: none; font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight:bold }
/* Menuepunkte im Navigationsframe links */

/* ---------- TABELLEN IM TEXT ------------------------------------------------- */

table.text { background-color:#E4EEFF; border:0px solid; padding:5px }
/* Hintergrund fuer Texttabelle (#EFEFEF=hellgrau #FFFFEE=cremegelb #E0F0FF=hellblau) */


/* ---------- TABELLEN (NUR RAHMEN) -------------------------------------------- */

table.frame { background-color:#EFEFEF; border:1px solid black; padding:8px }
/* Hintergrund fuer Tabelle (#EFEFEF=hellgrau) */


/* ---------- TABELLEN OHNE RAHMEN --------------------------------------------- */

table.noframe { background-color:#FFFFFF; padding:8px }


/* ---------- VERSTECKTER TEXT ------------------------------------------------- */

#hide { display:none }
/* Text ist nur sichtbar, wenn style-sheets ausgeschaltet sind */


/* ---------- VERWEISE --------------------------------------------------------- */

a:link    { color: #0033AA; font-family: Arial, Helvetica, sans-serif; font-size: 10pt; }
a:visited { color: #0033AA; font-family: Arial, Helvetica, sans-serif; font-size: 10pt; }
a:hover   { color: #0099FF; font-family: Arial, Helvetica, sans-serif; font-size: 10pt; }
a:active  { color: #0099FF; font-family: Arial, Helvetica, sans-serif; font-size: 10pt; }
/* text-decoration:none = nicht unterstrichen */

/* Farben: #FFCC99=orange #FFE9D3=creme-orange #FDF7E6=creme-gelb */
/* Farben: #FDFAC6=hellgelb #FEE796=hellbraun #800040=dunkelbraun */
/* Farben: #EFEFEF=hellgrau #E06060=rot */
