/* DATEI: ASG.css *//* Author: Peter Wilharm *//* Stand: 25.09.1999 *//* *** Formatierungen gesamtes Layout ***************************************************** */body { margin-top:5px; margin-bottom:5px; }a { font-family: Arial,Helvetica,Swiss; font-size: 11pt; font-weight: normal; } /* Links */p, li, ul, td, dt, dd, dl, div { font-family:Arial,Helvetica,Swiss; font-size:11pt; font-weight:normal; }h2 { font-size:18pt; font-family:Arial,Helvetica,Swiss; font-weight:bold; }h3 { font-size:16pt; font-family:Arial,Helvetica,Swiss; font-weight:bold; }/* *** Einzel-Formatierungen ************************************************************ */.Titel { font-family:Arial,Helvetica,Swiss; font-size:16pt; font-weight:bold; color:#FFFFFF; background-color:#009900; }.DispFuss { font-family: Arial,Helvetica,Swiss; font-size:9pt; font-style:normal; }.InhaltText { font-size:12pt; font-family: Arial,Helvetica,Swiss; font-weight:bold; } /* Inhaltsverz. auf der linken Seite */.InhaltTText { font-size:12pt; font-family: Arial,Helvetica,Swiss; } /* Inhaltsverz. auf der linken Seite */.Kopfzeile { font-family:Arial,Helvetica,Swiss; font-size:12pt; font-weight:bold; }/* *** PseudoCode-Formatierungen ********************************************************* */a:link { color:blue; text-decoration:underline; } /* Farbe alternativ #000099 */a:visited { color:brown; text-decoration:underline; }a:active { color:lime; text-decoration:none; }/* End */