/* CSS-Formate für Sitemap */

/* rechts und links 10 Pixel Rand lassen */
body {margin-left:10px; margin-right: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,b,i {font-family:Arial,Helvetica,sans-serif;}

/* Standard-Text in 10 Punkt-Höhe */
body,p,ul,ol,li,div,td,th,address,nobr,b,i {font-size:10pt;}


/* Uberschriften */
h1 {font-size:18pt;text-align:center;}
h2 {background-color:#EEEECC;line-height:20pt;font-size:14pt;margin-right:2%;font-weight:bold;}
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;}

/* weil Listenzeichen bei NC4.x sonst circle ist */
ul {List-Style-Type:disc;}

/* Links-Farben: unbesucht-blau, besucht:rot, aktiv:schwarz */
a:link {color:#0000FF; text-decoration:none;}
a:visited {color:#444A7A; text-decoration:none;}
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;}

/* für Nav-Links in Unterseiten */
a.nav:link {color:#0000FF; text-decoration:none; font-size:12pt;}
a.nav:visited {color:#444A7A; text-decoration:none;}
a.nav:hover {color:#0000FF; text-decoration:underline;}
a.nav:active {color:black; text-decoration:none;}



/* für mehr Abstand */
p {line-height:16pt;}

/* für kleine Schrift */
.klein {font-size:8pt;}

/* Pfeil-Icon mittig setzen */
.pfeil {position:relative;
        top:4px;
        border:0;}
