/* DATEI: pv.css *//* 2001.12.18 *//* fuer body */body         { background-color: #000060; font-family:                'Trebuchet MS', Arial, Helvetica, Sans-Serif }/* fuer Hyperlink */a				{ text-decoration: none; font-weight: bold;}a:link       { color: #000060;}a:visited    { color: #FF9900; }a:hover      { color: #000060; text-decoration: underline;}a:active     { color: #000060;}/* fuer Hyperlink auf blauem Grund*/a.blau				{ text-decoration: none; font-weight: normal;}a.blau:link       { color: #FFFFFF;}a.blau:visited   { color: #FF9900; }a.blau:hover      { color: #DDDDDD; text-decoration: underline;}a.blau:active     { color: #DDDDDD;}               /* font */p            { font-size: 10pt; margin-top: 2; margin-bottom: 2 }p.klein      { font-size: 8pt}               p.schwarz    { margin-left: 15; margin-right: 15; margin-top: 6; margin-bottom: 2 }/* Ueberschriften auf blauem Grund*/h1           { color: #FFFFFF; font-weight: normal; font-size: 16pt; margin-left: 22;                margin-top: 2; margin-bottom: 2 }h2           { font-size: 14pt; font-weight: normal; }/* Ueberschriften Navigation*/h3           { font-size: 12pt;margin-top: 0; margin-bottom: 0}/* Ueberschriften auf weissem Grund*/h4           { font-size: 12pt; font-weight: bold; color: #000060; text-align: left; margin-left: 8;                margin-top: 8; margin-bottom: 8 }               /* Ueberschriften auf weissem Grund, zentriert*/h5           { font-size: 12pt; font-weight: bold; color: #000060; text-align: center;               margin-top: 15; margin-bottom: 12 }/* Tabellen -Hintergrund */td           { background-color: #F9FCFF; font-size: 8pt; text-align: center }td.blau      { background-color: #000060; color: #FFFFFF; text-align: left}td.left      { text-align: left}td.nav       { background-color: #6878B0; color: #FFFFFF; font-size:10pt; text-align: left }/* Liste mit > */ul.1         { font-family: 'Trebuchet MS', Arial, Helvetica, Sans-Serif; text-align: left; color:                #D00000; font-size: 9pt; letter-spacing: 1pt; font-weight: bold;                margin-left: 40; margin-top: 10; margin-bottom: 10 }/*{ list-style-image: url('../images/dotk.gif') }*//* fuer Bottom */adress      { font-family: Arial; font-size: 6pt; text-align: left;                font-style: italic; margin: 4 }/* Eingabe-Feld */input        { background-color: #FFFFFF }input.E-Feld { width: 240; font-size: 8pt; font-family: Arial; border: 1 solid #CACACA }input.butt   { background-color: #6878B0; color: #FFFFFF; font-weight: bold}input.rd     { background-color: #F9FCFF; color: #F9FCFF}/* textarea-Feld */textarea.Feld { width: 240; height: 150; font-size: 8pt; font-family: Arial; border: 1 solid #CACACA }/* margin-top = Abstand zwischen Fensterrand und Inhalt oben *//* margin-bottom = Abstand zwischen Fensterrand und Inhalt unten */
