body {
 font-family:Helvetica,Arial,sans-serif;
 font-size:10pt;
 color:#000066;
 text-align:center;    /* Zentrierung im IE */
 margin:0 auto;      /* standardkonforme horizontale Zentrierung */
 padding:0;
 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;}
p,div,table,ul,ol {margin-top:5px; margin-bottom:5px; }
table {text-align:left; font-size:small;}

#seite {
 text-align: left;    /* Seiteninhalt wieder links ausrichten */
 margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
 width: 760px;
 }

#kopf { 
 border-bottom-style:solid;
 border-color:#000099;
 border-bottom-width:2px;
 text-align:center;    /* Zentrierung im IE */
 }

#navigat {
 float:right;
 width:165px;
 border:solid;
 border-width:1px;
 border-color:#000099;
 background-color:#FFFFFF;
 margin: 0; padding: 0;
 font-size:small;
 }

ul#navigat li {
 list-style:none;
 font-size:small;
 margin:10px 2px; padding: 0;
 }

#rubrik {
 border-bottom-style:solid;
 border-color:#000099;
 border-bottom-width:2px;
 margin: 0px 170px 5px 0px;
 padding-bottom:3px;
 font-size:x-small;
 }

#inhalt {
 margin-right:170px;
 }

#verz {
 font-size:small;
 border-bottom-style:solid;
 border-color:#000099;
 border-bottom-width:2px;
 }

#box {
 background-color:#FFFF00;
 padding:5px; margin:10px;
 }

#bildr {
 float:right; width:305px;
 text-align:right;
 font-size:x-small;
 margin:5px; padding:5px;
 }

#fuss {
 clear: both;
 border-top-style:solid;
 border-color:#000099;
 border-top-width:2px;
 height:80px;
 font-size:x-small;
 text-align:center;    /* Zentrierung im IE */
 }
