/* CSS fuer PopUp-Fenster */

/* Allgemeiner Aufbau der Seite & des Layouts */
html   { width: 100%; height: 100%  }
body     { font-family: Helvetica, Verdana, Arial, sans-serif; background-color: #0b7abf; background-image: url(../popups/bilder/verlauf.gif); background-repeat: repeat-y; background-position: center; margin: 0; width: 100%         }

.tablePopup { background-color: #0b7abf; background-image: url(../popups/bilder/verlauf.gif); background-repeat: repeat-y; width: 100%; border: 0; height: 100%    }
.tdPopup { vertical-align: middle; text-align: center}
#impressum { width: 360px; left: 50%; top: 120px; position: absolute; height: auto; z-index: 4; visibility: visible; margin-left: -110px; }
#zeitung { visibility: visible; margin-left: -287px; position: absolute; z-index: 4; top: 0; left: 50%; width: 360px; height: auto; }
#bg { left: 50%; top: 0; position: absolute; z-index: 3; visibility: visible; margin-left: -300px; }
#verlauf { background-repeat: repeat-y; left: 50%; top: 0; position: absolute; z-index: 2; visibility: visible; margin-left: -300px; }
ul          { list-style: none; margin: 0 0 0 0; padding: 0 0 0 0 }
ul li        { font-size: 16px; line-height: 18px; background: url(../gfx/all/ul.gif) no-repeat 0 7px; margin: 0 0 20px 0; padding: 0 0 0 30px; }

