/* CSS-Formate für Event-Forum */

/* rechts und links 10 Pixel Rand lassen */
body {margin-left:20px; margin-right:40px; background-color:#E0E9F8; color:#000000;}
<!-- #E0E9F8 neu --><!-- #FCEEA3 alt -->

/* body fuer navigationsleiste */
body.nav {margin-left:0px; margin-right:0px; color:#000000;} /* border-right:1px solid silver;}*/

/* Arial als Standard-Schrift */
body,p,ul,ol,li,div,td,th,address,blockquote,nobr,b,i {font-family:Verdana,Arial,Helvetica,Sans-serif;}
h1,h2,h3,h4,h5,h6 {font-family:Arial,Helvetica,Sans-serif;}

/* Standard-Text in 11 Punkt-Höhe */
body,p,ul,ol,li,div,td,th,address,nobr,b,i {font-size:11pt;}

/* grösserer Zeilenabstand */
.abst {margin-top:10px;}

/* Streckenangabe für Wandern */
.wandern {font-size:8pt; font-weight:bold;}

/* Überschrift fix und grösserer Zeilenabstand */
/* wird von den Browsern noch nicht interpretiert */
/* h3.abst {margin-top:10px; position:fixed; top:0px; left:0px; height:auto;} */

/* Bild mit linkem Rand */
.lr {margin-left:20px; margin-top:5px; margin-bottom:10px;}
/* Bild mit rechtem Rand */
.rr {margin-right:20px; margin-top:5px; margin-bottom:10px;}
/* Bild 'Anrufen' positionieren */
.anruf {margin-right:100px; margin-top:0px; margin-bottom:10px;}


/* Uberschriften */
h1 {font-size:18pt;}
h1.mitte {font-size:18pt; text-align:center;}
h2 {font-size:16pt;}
h2.mitte {font-size:14pt; text-align:center;}
h3 {font-size:14pt; margin-top:20px;}
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;}

/* weil Listenzeichen bei NC4.x sonst circle ist */
ul {List-Style-Type:disc;}

/* Liste mit def. Zeilenhöhe */
ul.fest {line-height:18pt;}

/* Links-Farben: unbesucht/besucht: dunkelblau, hoover: rot (war #0000ff) */
a:link {color:#2504B2; text-decoration:none;}
a:visited {color:#2504B2; text-decoration:none;}
a:active {color:black; text-decoration:none;}
a:hover {color:#E9141A; text-decoration:underline;}

/* Links in Titelleiste: unbesucht/besucht: dunkelblau, hoover: rot */
a:link.nav {text-decoration: none; color: #2504B2;}
a:visited.nav {text-decoration: none; color: #2504B2;}
a:hover.nav {text-decoration: none; color: #E9141A;}
a:active.nav {text-decoration: none; color: #E9141A;}

/* für Auflistungen mit grösserem Zeilenabstand */
div.bigline {line-height:150%;}

/* Schreibmaschinenschrift */
div.type {font-family:monospace;}

/* Tabelle mit 40Pixel Platz zum linken Seitenrand */
table.lrand {margin-left:40px;}

/* Navigations-Links in Titel.htm */
.navigationtext {font-family: Arial,Helvetica,Sans-serif; font-size: 11px; line-height: 18px; color: #1C56A3; font-weight: bold;}

/* Lauftext in grosser Schrift z.B. in inhalt.htm */
.text {font-size: 16px; line-height: 20px; color: #000000;}