body {    color: #000;     background-color: #FFF;    font-size: 100.01%;    font-family: Times,Arial,sans-serif;    margin: 0;     padding: 16px 0 0 0;    text-align: center;  /* Zentrierung im Internet Explorer */    }                                                                                /* Links */                                                                                 a:link {background-color: #FFF; color:#666; text-decoration:none; border-bottom:1px solid #666;}   a:visited {background-color: #FFF; color:#666; text-decoration:none; border-bottom:1px solid #666;}a:hover {background-color: #FFF; color:#000; text-decoration:none; border-bottom:1px solid #000;}#seite {    text-align: left;    /* Seiteninhalt wieder links ausrichten */    margin: 0 auto;      /* standardkonforme horizontale Zentrierung */    width: 625px;    height:100%;    font-size:1.33em;    background-image:url(../../img/logo/logo_1024.jpg);    background-repeat:no-repeat;    border:none;}                                                                /* Trennlinien */ hr {margin:15px 0;padding:0;color:#DDD; background-color:#DDD; height:1px; border:none;}                                                             /* Logo + Navigation */ .space {height:82px;border:none;}#navigation{margin:0;font-size:0.5em;text-align:right;}#navigation a:link, #navigation a:visited {margin:0;padding:0 50px 0 0;border:none;}#navigation a:hover {margin:0;padding:0 50px 0 0;border:none;}                                                    /* Subnavigation */#subnavigation{                                                  /* Visibility Subnavigation */text-align: right;}#subnavigation a:link, #subnavigation a:visited {margin:0;padding:0 0 0 50px;border:none;}#subnavigation a:hover {margin:0;padding:0 0 0 50px;border:none;}                                                   /* Inhalt */  div#Inhalt {    margin: 30px 0 0 0;    padding: 0;    line-height:1.4em;    border: none;  }  * html div#Inhalt {    height: 1em;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorer bis Version 6 */  }  div#Inhalt h1 {font-size: 1em;font-weight:bold;margin:0;padding:0;}                                                                  /* Footer */#footer {height:50px;width:100%; font-size:0.5em;border:none;}.left {float:left;}.right {text-align:right; float:right;}                                                                                                             
