/* CSS-Formate für INFOPOOL */

/* Positionierung von Menu und Inhalt */
div#Navigation {position:absolute; top:0px; left:0px;
                width:100%; height:98px;
                margin: 0 0 0 0px;
                padding: 0 0 0 0;
                text-align:center;
                color:#000000;
                background-color:#EAEAEA;
                border: 1px solid silver;
}

div#Inhalt {    position:absolute; top:103px ; left:0px;
                margin: 0 20px 100px 10px;
                padding: 10px 30px 0 10px;
                max-width:850px;
}


/* rundum 10 Pixel Rand lassen */
body {margin: 10px 10px 10px 10px; background-color:#ffffff; color:#000000;}

/* Arial als Standard-Schrift */
body,p,h1,h2,h3,h4,h5,h6,ul,ol,li,div,td,th,address,blockquote,nobr {font-family:Arial,Helvetica,sans-serif;}

/* Standard-Text in 11 Punkt-Höhe */
body,p,ul,ol,li,div,td,th,address,nobr {font-size:11pt;}

/* Uberschriften */
h1 {font-size:18pt;}
h2 {font-size:16pt;}
h3 {font-size:14pt;}
h4 {font-size:12pt;}
h4 {font-style:italic;}
h5,h6 {font-size:8pt;}
h6 {font-weight:normal;}
h6 b {font-size:8pt;}
sub {font-size:6pt;}
sup {font-size:6pt;}

/* Standard Links */
a:link {color:#0000FF;}
a:visited {color:#444A7A;}
a:hover {color:#0000ff; text-decoration:underline;}
a:active {color:black; text-decoration:none;}
/* wird benötigt weil Anker sonst auch hoover Eigenschaft bekommen*/
a:hover[name] { color:inherit;
                text-decoration:inherit;}


/* Nav-Links */
a.nav:link {color:#444A7A; font-weight:bold; text-decoration:none; font-size:8pt; font-family:Arial,Helvetica,sans-serif;}
a.nav:visited {color:#444A7A; font-weight:bold; text-decoration:none; font-size:8pt; font-family:Arial,Helvetica,sans-serif;}
a.nav:hover {color:#0000ff; font-weight:bold; text-decoration:none; font-size:8pt; font-family:Arial,Helvetica,sans-serif;}
a.nav:active {color:#0000ff; font-weight:bold; text-decoration:none; font-size:8pt; font-family:Arial,Helvetica,sans-serif;}

/* für Nav-Links in Menue */
a.menu:link {color:#444A7A; font-weight:bold; text-decoration:none; font-size:8pt; font-family:Arial,Helvetica,sans-serif;}
a.menu:visited {color:#444A7A; font-weight:bold; text-decoration:none; font-size:8pt; font-family:Arial,Helvetica,sans-serif;}
a.menu:hover {color:#0000FF; font-weight:bold; text-decoration:none; font-size:8pt; font-family:Arial,Helvetica,sans-serif;}
a.menu:active {color:#0000FF; font-weight:bold; text-decoration:none; font-size:8pt; font-family:Arial,Helvetica,sans-serif;}


/* weil Listenzeichen bei NC4.x sonst circle ist */
ul {List-Style-Type:disc;}


/* für kleine Schrift */
.klein {font-size:8pt;}

/* Stand Datum formatieren */
.stand {font-size:8pt;
        font-weight:bold;
        text-align:right;}