/* Cascading Style Sheets (CSS) */

/* Peter Wegmüller Informatik */
/* Datum: 3.1.2001 */
/* Autor: Peter Wegmüller */
/* eMail: info@pwi.ch */


A.hl {
display: block;
width: 205px;
padding-left:10px;
padding-right:10px;
padding-top:10px;
padding-bottom:10px;
font-family: arial,helvetica,sans-serif;
text-decoration: none;
background-color:#cfcfcf;
color:#000000;
font-size:10pt;
border: solid 1px #000000;
cursor:default;
}

A.hl:hover {
background-color:#BFE239;
border: solid 1px #000000;
color:#000000;
cursor:default;
}

A.hr {
display: block;
width: 316px;
padding-left:10px;
padding-right:10px;
padding-top:10px;
padding-bottom:10px;
font-family: arial,helvetica,sans-serif;
text-decoration: none;
background-color:#3486BC;
color:#ffffff;
font-size:10pt;
border: solid 1px #3486BC;
cursor:default;
}

A.hr:hover {
background-color:#FFFFFF;
border: solid 1px #000000;
color:#000000;
cursor:default;
}

A.menu1link {
display: block;
width: 155px;
padding-left:0px;
text-align: left;
text-decoration: none;
font-family:arial,helvetica,sans-serif;
font-size:14px;
color: #ffffff;
border: solid 0px #3486BC;
}

A.menu1link:hover {
border: solid 0px #000000;
background-color:#ffffff;
color: #000000;
}

A.menu1aktiv {
display: block;
width: 155px;
padding-left:0px;
text-align: left;
text-decoration: none;
font-family:arial,helvetica,sans-serif;
font-size:14px;
background-color:#FEBF2A;
color:#000000;
border: solid 0px #FFFFFF;
}

A.menu2link {
display: block;
padding-left:0px;
width: 145px;
text-align: left;
text-decoration: none;
font-family:arial,helvetica,sans-serif;
font-size:12px;
color: #ffffff;
border: solid 0p #3486BC;
}

A.menu2link:hover {
border: solid 0px #000000;
background-color:#ffffff;
color: #000000;
}

A.menu2aktiv {
display: block;
width: 145px;
padding-left:0px;
text-align: left;
text-decoration: none;
font-family:arial,helvetica,sans-serif;
font-size:12px;
background-color:#FEBF2A;
color:#000000;
border: solid 0px #FFFFFF;
}

A.menu3link {
display: block;
padding-left:0px;
width: 122px;
text-align: left;
text-decoration: none;
font-family:arial,helvetica,sans-serif;
font-size:12px;
color: #ffffff;
border: solid 0p #3486BC;
}

A.menu3link:hover {
border: solid 0px #000000;
background-color:#ffffff;
color: #000000;
}



A.menu3aktiv {
display: block;
width: 122px;
padding-left:0px;
text-align: left;
text-decoration: none;
font-family:arial,helvetica,sans-serif;
font-size:12px;
background-color:#FEBF2A;
color:#000000;
border: solid 0px #FFFFFF;
}

A.linkunten {
display: block;
width: 132px;
padding-left:1px;
text-align: center;
text-decoration: none;
font-family:arial,helvetica,sans-serif;
font-size:12px;
background-color:#BFE239;
color: #000000;
border: solid 1px #000000;
}

A.linkunten:hover {
border: solid 1px #000000;
background-color:#ffffff;
color: #000000;
}

A.link {
display: block;
width: 180px;
padding-left:8px;
text-align: left;
text-decoration: none;
font-family:arial,helvetica,sans-serif;
font-size:12px;
background-color:#cfcfcf;
color: #000000;
border: solid 0px #3486BC;
}

A.link:hover {
border: solid 0px #000000;
background-color:#FEBF2A;
color: #000000;
}
        /* a:link = Verweise zu noch nicht besuchten Seiten */
        /* a:visitet = Verweise zu bereits besuchten Seiten */
        /* a:activ = Verweis, der gerade aktiviert ist */
        /* a:hover = Verweis, auf den mit der Maus gezeigt wird */
        /* color = Farbe */
        /* text-decoration = Textstil */
        /* underline = unterstrichen */
        /* none = nicht unterstrichen */


p  { font-family: arial,helvetica,sans-serif; color:#000000; font-size:10pt;}
/*ul { font-family: arial,helvetica,sans-serif; color:#000000; font-size:10pt;}*/
ol { font-family: arial,helvetica,sans-serif; color:#000000; font-size:10pt;}
/*li { font-family: arial,helvetica,sans-serif; color:#000000; font-size:10pt; margin-left: 2px}*/
td { font-family: arial,helvetica,sans-serif; color:#ffffff; font-size:10pt;}
tr { font-family: arial,helvetica,sans-serif; color:#ffffff; font-size:10pt;}
nobr { font-family: arial,helvetica,sans-serif; color:#000000; font-size:10pt;}
b  { font-family: arial,helvetica,sans-serif; color:#000000; font-size:10pt;}
i  { font-family: arial,helvetica,sans-serif; color:#000000; font-size:10pt;}

        /* p = Textabsätze */
        /* h[1-6] = Überschriften der Ebenen 1-6 */
        /* ul = Aufzählungslisten */
        /* ol = nummerierte Listen */
        /* li = Listeneinträge */
        /* div = Bereiche mit mehreren Elementen */
        /* td =  Datenzellen */
        /* th =  Kopfzellen */
        /* nobr = automatischen Zeilenumbruch verhindern */
        /* b = Textauszeichnung fett */
        /* i = Textauszeichnung kursiv */
        /* u = Textauszeichnung unterstrichen */
        /* font-family = Schriftart */
        /* tahoma,arial,helvetica = Reihenfolge der Schriftarten */
        /* color = Farbe */
        /* font-size = Schriftgrösse */
        /* 8pt = 8 Punkte */

h1 { font-size:14pt; color:"navy";  font-weight:bold;   text-decoration:none;}
h2 { font-size:12pt; color:#3333CC; font-weight:bold;   text-decoration:none; }
h3 { font-size:12pt; color:#3333CC; font-weight:normal; text-decoration:none; }
h4 { font-size:10pt; color:#3333CC; font-weight:bold;   text-decoration:none; }
h5 { font-size:10pt; color:#3333CC; font-weight:normal; text-decoration:underline; }
h6 { font-size:10pt; color:#3333cc; font-weight:normal; text-decoration:none; }

        /* font-size = Schriftgrösse */
        /* pt = Punkte */
        /* color = Farbe */
        /* font-weight = Schriftgewicht */
        /* bold = fett */
        /* text-decoration = Textstil */
        /* none = nicht unterstrichen */

        body {
scrollbar-base-color:#3486BC;
scrollbar-3dlight-color:#3486BC;
scrollbar-arrow-color:#003080;
scrollbar-darkshadow-color:#0000DF;
scrollbar-face-color:#3486BC;
scrollbar-highlight-color:#FFFFFF;
scrollbar-shadow-color:#5F5F5F;
scrollbar-track-color:#3486BC;
}

        /* scrollbar-base-color = Basisfarbe der Scroll-Leiste */
        /* scrollbar-3dlight-color = Farbe für 3D-Effekte */
        /* scrollbar-arrow-color = Farbe für Verschiebepfeile */
        /* scrollbar-darkshadow-color = Farbe für Schatten */
        /* scrollbar-face-color = Farbe für Oberfläche */
        /* scrollbar-highlight-color = Farbe für oberen und linken Rand */
        /* scrollbar-shadow-color = Farbe für unteren und rechten Rand */
        /* scrollbar-track-color = Farbe für freibleibenden Ver
