/* CSS-Formate für INFOPOOL */

/* Positionierung von Menu und Inhalt */
div#Navigation {position:static; 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:static; top:100px ; left:0px;
                margin: 0 20px 100px 10px;
                padding: 10px 30px 0 10px;
                max-width:850px;
}

/* wird nur von IE6 interpretiert, Seitenbreite fix, da max-width nicht bekannt ist */
* html div#Inhalt {width:780px;}

/* rechts und links 10 Pixel Rand lassen */
body {margin: 0px 0px 100px 0px; background-color:#ffffff; color:#000000;}

/* Arial als Standard-Schrift */
body,p,ul,ol,li,div,td,th,address,blockquote,nobr {font-family:Arial,Helvetica,sans-serif;}
h1,h2,h3,h4,h5,h6 {font-family:"Trebuchet MS", "Lucida Sans Unicode", Tahoma, Geneva,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:11pt; font-weight:bold; font-style:normal;}
h5,h6 {font-size:8pt;}
h6 {font-weight:normal;}
h6 b {font-size:8pt;}
sub {font-size:6pt;}
sup {font-size:6pt;}

/* CRX in kursiv */
.crx {font-style:italic;}

/* weil Listenzeichen bei NC4.x sonst circle ist */
ul {List-Style-Type:disc;}

/* Liste mit grossen Abstand nach Absatz */
li.abst {margin-bottom:12px;}

/* Links-Farben: unbesucht-blau, besucht:rot, aktiv:schwarz */
a:link {color:#0000FF; text-decoration:none;}
a:visited {color:#0000FF; 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;}


/* Links auf Startseite */
.start  {border:1px solid black; background-color:#EAEAEA; height:18px;
         margin-bottom:5px; padding:5px 10px;
         list-style:none;
         text-decoration:none;
         font-size:9pt;
         font-weight:bold;
         list-style:none;}

li.start a:link {color:#444A7A;}
li.start a:visited {color:#444A7A;}
li.start a:hover {color:#0000ff;}

/* 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;}

/* externe Links kennzeichnen */
a.ext { background:url(pic/link_extern.gif) no-repeat center left;
            padding-left:16px; }

/* für Auflistungen mit grösserem Zeilenabstand */
div.abst {line-height:150%;}

/* Schreibmaschinenschrift */
div.type {font-family:monospace;}

/* Tabelle mit 40Pixel Platz zum linken Seitenrand */
table.lrand {margin-left:40px;}

/* Ersatz für font color */
.red {color:#FF0000;}

/* Ersatz für font size - 1 */
.kleiner {font-size:75%;}

/* grauer Hintergrund */
/*.grau {background-color:#CCCCCC;}*/
.grau {background-color:#EAEAEA;}

/* Hervorhebung */
.highlight {background-color:#82EC92;}

/* Kamera-Icon */
a.cam { background:url(../pic/icon_camera.gif) no-repeat center left;
        padding-left:20px;
        padding-top:2px;
        white-space:nowrap;}

.rahmen {line-height:18pt; border-width:1px; border-style:solid; border-color:black; background-color:#EAEAEA;}

div#nav_unten { text-align:center;
                clear:both;
                font-size:8pt;
                color:#808080;
                margin: 3px 0px 10px 0px;
}

div#nav_unten a.nav {font-weight:normal;}