/********************************************//* Style sheets for Andreas Kitz's homepage *//********************************************//* Format for the whole site (font-family in body-tag seems not to work in Netscape's browser) */body { margin:10px;        font-family:Arial,Helvetica,Verdana,sans-serif; } /* Format for standard text */p,ul,ol,li,div,td,th,address,nobr,b,i { font-family:Arial,Helvetica,Verdana,sans-serif;                                        font-size:10pt; }/* Format for the headline */p.headline { font-size:10pt; font-weight:bold;              color:#FFFFFF; background-color:#0000AA;              padding:1pt; }/* Format for the first sub level of headlines */h2 { font-size:10pt; font-weight:bold; padding:1pt; }/* Format for the front page text */p.frontpage { font-size:10pt; margin-top:0mm; margin-bottom:1mm; margin-left:1mm; margin-right:1mm}/* Format for the small text (big tables, ...) */p.small { font-size:8pt }/* Format for the smallest text (last modified, ...) */p.micro { font-size:7pt }/* Format for the legal info */p.nano { font-family:sans-serif;font-size:7pt }/* Format for a text box */p.box { border-style:double;        border-color:black;        border-width:4pt;        background-color:lightblue;        margin-right:0; }/* Format for a news box */p.news { border-style:none;         border-color:black;         border-width:0pt;         background-color:lightgrey;         margin-right:0;         padding:5pt; }/* Formats for the table of contents */p.content { color:#000000; font-size:8pt; vertical-align:middle; margin-top:0pt; margin-bottom:0pt; margin-left:0pt; }p.content1 { color:#000000; font-size:10pt; font-weight:bold; margin-top:1pt; margin-bottom:8pt; margin-left:0mm; }p.content2 { color:#000000; font-size:10pt; font-weight:normal; margin-top:1pt; margin-bottom:6pt; margin-left:3mm; }p.content3 { color:#000000; font-size:9pt; font-weight:normal; margin-top:1pt; margin-bottom:4pt; margin-left:6mm; }p.content4 { color:#000000; font-size:9pt; font-weight:normal; margin-top:1pt; margin-bottom:3pt; margin-left:9mm; }p.content5 { color:#000000; font-size:8pt; font-weight:normal; margin-top:1pt; margin-bottom:2pt; margin-left:12mm; }p.content6 { color:#000000; font-size:8pt; font-weight:normal; margin-top:1pt; margin-bottom:1pt; margin-left:15mm; }