/* DATEI: format.css */

body {        margin-top:10px;
        margin-bottom:10px;        }

body.navi {background-color: #ccff99;
        margin-top:10px;
        margin-bottom:10px;}
        margin-bottom:10px;        }

body.web {background-color: #0041E5;
        margin-top:10px;
        margin-bottom:10px;}

body.white {background-color: white;
        margin-top:10px;
        margin-bottom:10px;}

body.bild{background-color: #EFEFEF;}

body.info {background-color: #003399;
        margin-top:10px;
        margin-bottom:10px;}



#box1 {
    background-color: #ffcc33;
    position: absolute;
    top: 100px;
    left: 100px;
    height: 30px;
    border: 1px solid black;

    border-radius: 10px 0px ;
    padding: 5px;
}
#box2 {
    background-color: #66ccff;
    position: absolute;
    top: 100px;
    left: 100px;
    height: 30px;
    border: 1px solid black;

    border-radius: 10px 0px ;
    padding: 5px;
}


/* margin-top = Abstand zwischen Fensterrand und Inhalt oben */
/* margin-bottom = Abstand zwischen Fensterrand und Inhalt unten */
/* 10px = 10 Pixel, Wert aenderbar */

p,h1,h2,h3,h4,h5,ul,ol,li,div,td,th,address,blockquote,nobr,b,i
     { font-family:"Gil sans light",Arial,sans-serif; }

/* font-family = Schriftart fuer Textelemente */
/* Arial,sans-serif = Arial und serifenlose Schrift, Wert aenderbar */

h1 { font-size:18pt; }

/* gilt nur fuer das Wort 'SELFHTML' auf der Einstiegsseite */
/* font-size = Schriftgroesse */
/* 18pt = 18 Punkt, Wert aenderbar */

h2 { font-size:16pt; }

/* Seitenueberschriften */
/* font-size = Schriftgroesse */
/* 16pt = 16 Punkt, Wert aenderbar */

h3,h3.xmp,h3.xpl,h3.inf,h3.tip { font-size:12pt; }

/* Zwischenueberschriften wie 'Beispiel', 'Erlaeuterung' */
/* font-size = Schriftgroesse */
/* 11pt = 11 Punkt, Wert aenderbar */


h11 { font-size:11pt; }

h4 { font-size:10pt; }

/* Zwischenueberschriften an manchen Stellen */
/* font-size = Schriftgroesse */
/* 10pt = 10 Punkt, Wert aenderbar */


h5 { font-size:9pt; }

/* Zwischenueberschriften an manchen Stellen */
/* font-size = Schriftgroesse */
/* 9pt = 9 Punkt, Wert aenderbar */

ul,ol,li,div,address,nobr,b,i { font-size:10pt; }

/* normaler Text */
/* font-size = Schriftgroesse */
/* 10pt = 10 Punkt, Wert aenderbar */


/* normaler Text */
/* font-size = Schriftgroesse */
/* 10pt = 10 Punkt, Wert aenderbar */

a,p { font-size:8pt; }

th,td { margin-left:0px; }

td.hiracon  { background-color: #white; font-family:Arial,sans-serif; ; font-size:9pt; color: black; }
td.hiracon1 { background-color: #ccff99; font-family:Arial,sans-serif; ; font-size:9pt; color: black; }
td.hiracon2 { background-color: #FFCC66; font-family:Arial,sans-serif; ; font-size:9pt; color: black; }
td.hiracon3 { background-color: #99ff00; font-family:Arial,sans-serif; ; font-size:9pt; color: black; }
td.hiracon3a { background-color: #66ff33; font-family:Arial,sans-serif; ; font-size:9pt; color: black; }
td.hiracon4 { background-color: #99ccff; font-family:Arial,sans-serif; ; font-size:9pt; color: black; }
td.hiracon5 { background-color: #ffff99; font-family:Arial,sans-serif; ; font-size:9pt; color: black; }
td.hiracon6 { background-color: #ff6666; font-family:Arial,sans-serif; ; font-size:9pt; color: black; }
td.hiracon7 { background-color: #ff9966; font-family:Arial,sans-serif; ; font-size:9pt; color: black; }

a:link    { color: black; text-decoration: none;}
a:visited {color: black; text-decoration:none;}
a:hover   {font-weight:bold; color: #0000cc; text-decoration:none;}
a:active  { color: #FFCC66; text-decoration:underline;}
a:focus   {color: #0000cc; text-decoration:none;}



/* a:link = Verweise zu noch nicht besuchten Seiten */
/* a:visited = Verweise zu bereits besuchten Seiten */
/* a:active = Verweise, die gerade angeklickt werden */
/* color = Farbe */

/* text-decoration = Tesxtstil */
/* underline = unterstrichen, Default-Wert, Wert aenderbar */
/* none = nicht unterstrichen, Wert aenderbar */