/* CSS fuer PopUp-Fenster */

/* Allgemeiner Aufbau der Seite & des Layouts */
html   { width: 100%; height: 100%   }
body     { font-size: 12px; font-family: Helvetica, Verdana, Arial, sans-serif; line-height: 16px; background-color: #3b9822; background-position: center; margin: 0; width: 100%            }

.tablePopup { width: 100%; border: 0; height: 100%    }
.tdPopup { vertical-align: middle; text-align: center}
#text { font-size: 18px; font-weight: bold; text-align: left; vertical-align: middle; }
#verlauf { background-repeat: repeat-y; background-position: center; text-align: center; vertical-align: middle; right: 2px; width: 100%; height: 100%; }
#bild { background-image: url(../popups/bilder/impr2.gif); background-repeat: no-repeat; background-position: center; text-align: center; vertical-align: middle; right: 2px; width: 100%; height: 100%; }
ul          { list-style: none; margin: 0 0 0 0; padding: 0 0 0 0 }
ul li        { color: black; font-size: 14px; font-weight: normal; background-image: url(../gfx/all/ul_li2.jpg); background-repeat: no-repeat; background-attachment: scroll; background-position: 0 -1px; margin: 0; padding-top: 0; padding-right: 0; padding-left: 25px; }
ol      { margin: 0; padding: 0 }
ol li { font-size: 18px; font-weight: bold; background: url(../gfx/all/ul.gif) no-repeat 0 5px; margin: 0; padding-top: 0; padding-right: 0; padding-left: 25px }
a, a:link, a:visited, a:active        { color: black; font-size: 12px; text-decoration: underline; }
a:hover      { color: green; text-decoration: none;}
