body { color: white; background-color: black; font-family: 'Courier New', 'Courier', serif; } .logo { /*Design des Bereiches in dem das Logo ist*/ border-right: 1px solid white; } .news { /*Design des Bereiches in dem alle Neuigkeiten sind*/ vertical-align: top; background-color: #000000; text-align: center; } .ausgbl { display: none; } .content { /*Design des Bereiches in dem der Inhalt steht*/ background-color: #000000; } .navi { /*Design der Navigation*/ background: #000000; } .newsBox { /*Design der NewsBoxen*/ border: 2px solid white; text-align: center; width: 300px; position: absolute; left: 10000px; top: -100000px; color: #FFFFFF; font-size: 10pt; } .newsBoxSmall { /*Design der kleinen NewsBoxen*/ text-align: center; width: 300px; position: absolute; left: 10000px; top: -100000px; color: #FFFFFF; font-size: 10pt; } a { /*generelle Eigenschaften aller Links*/ color: #007BE0; font-size: 12pt; text-decoration: none; font-weight: bold; } .naviTd { /*Zelle der Navigation*/ text-align: center; } .naviTd a{ /*Link in der Zelle der Navigation*/ color: #007BE0; font-size: 13pt; } .naviClickedTd { /*Das ausgewählte NavigationsElement*/ text-align: center; } .naviClickedTd a { /* Link des ausgewählten NavigationsElement*/ color: #FFFFFF; font-size: 13pt; font-weight: bold; text-shadow: #c0c0c0 3px 3px 5px; } .soon { font-size: 13pt; text-align: center; } .over { font-size: 11pt; font-style: italic; text-align: center; }