body {
 font-family:"Arial Narrow",HELVETICA;
 font-size:10pt;
 color:#000066;
 background-color:#FFCC66;
 width:800px;
 text-align:center;    /* Zentrierung im IE */
 margin:0 auto;      /* standardkonforme horizontale Zentrierung */
 min-width:600px; /* Mindestbreite (der Navigation) verhindert Anzeigefehler in modernen Browsern */
 }   /* Format für Normaltext */

a:link { text-decoration:underline; color:#FF0000; }
a:visited { text-decoration:underline; color:#660066; }
a:hover { text-decoration:underline; color:#FFFFFF; background-color:#000099;}
a:active { text-decoration:underline; color:#660066; } /* Format für alle Links */

h1, h2, h3,h4 {text-align:center; margin-top:5px;}
p,div,table,ul,ol {margin-top:10px;}
table {text-align:left; font-size:9pt}
td { vertical-align:top;}
blockquote {border-style:solid; border-width:1px; border-color:#000066; padding:3px;}
address {text-align:right;}

#kopf {
 clear:both;
 width:800px;
 background-color:#FFCC66;
 margin-top:2px; padding:2px;
 text-align: center;  /* Zentrierung im Internet Explorer */
 }   /* Format für Kopf */

#kurznav {
 width:800px;
 font-size:8pt;
 margin-top:1px; padding:2px;
 border-bottom-style:solid;
 border-bottom-width:2px;
 border-bottom-color:#000066;
 background-color:#FFCC66;
 text-align:left;
 }   /* Format für Kurznavigation */

#inhalt {
 width:800px;
 background-color:#FFFFCC;
 text-align:left;
 margin:0 auto;      /* standardkonforme horizontale Zentrierung */
 }   /* Format für Inhalt */

#fuss {
 clear:both;
 width:800px;
 border-top-style:solid;
 border-top-width:2px;
 border-top-color:#000066;
 font-size:x-small;
 margin-top:2px; padding:2px;
 text-align:center;
 }   /* Format für Fuss */
