/*keine Leerzeichen, Styles werden sonst von Netscape ignoriert*//*Kommentare nur in dieser Syntax und auf einer Zeile*//*Philosophie: Möglichst alles Layout in dieser Datei zentralisieren*//*Angaben in den Dateien auf das zur Verhinderung von Katastrophen nötige Minimum beschränken*//*Allgemein*/body.page {} /*noch nicht gebraucht*/p,td,li,ul {font-size:11pt; font-family:Arial,Helvetica;}/*Links*/a:link{text-decoration:underline;font-weight:normal;color:#993333;}a:hover{text-decoration:underline;font-weight:normal;color:#993333;}a:active{text-decoration:underline;font-weight:normal;color:#993333;}a:visited{text-decoration:underline;font-weight:normal;color:#000000;}/*Spezielle p*/p.footer {font-size:9pt;}p.smallspace {line-height:5px; font-size:5pt; margin-top:0px; margin-bottom:0px}p.pagetitle {font-size:16pt; font-family:Arial; color:#000000; font-weight:normal;}p.boxtitle {font-size:12pt; font-family:Arial; font-weight:bold; margin-top:0px}p.loc {} /*noch nicht gebraucht*/p.bar {} /*noch nicht gebraucht*//*Spezielle td und table */td.std {}td.loc {} /*noch nicht gebraucht*/td.bar {} /*noch nicht gebraucht*/td.line{background-color:#993333}td.footer{background-color:#EEEEEE}td.kastenklein{background-color:#993333}td.kastengross{background-color:#EEEEEE}/*Tabellen*/table {margin-bottom:0px;}table.loc {} /*noch nicht gebraucht*/table.bar {} /*noch nicht gebraucht*//*Anderes*/hl.footer {margin-bottom:0px;}