/* Popup allgemein */

#popup
{
 display: block;
 position: absolute;
 background-color: #333333;
 font-family: Verdana, Arial;
 margin: 3em 0em 0em 23em;
 z-index: 6;
 border: solid 0.1em #ffffff;
 height: 29.5em;
 overflow: auto;
}

#popup #closeifopen a
{
 position: absolute;
 top: 0.5em;
 right: 0.5em;
 width: 0.8em;
 background-color: #999999;
 color: #000000;
 font-weight: bold;
 text-decoration: none;
 border: 0.1em solid #cccccc;
 text-align: center;
 font-size: 0.8em;
 font-family: sans-serif;
}

#popup #openifclose a
{
 display: block;
 position: absolute;
 background-color: #555555;
 margin: 1em 0em 0em 20em;
 padding: 0.5em;
 z-index: 6;
 border: solid 0.1em #ffffff;
 height: 30em;
 overflow: auto;
}

/* Popup fuer Band-Seite */

#popupband
{
 display: block;
 position: relative;
 background-color: #000000;
 margin: 1em 0em 0em 20em;
 z-index: 6;
 border: solid 0.1em #ffffff;
 height: 30em;
 width: 40em;
}

#popupband #closeifopen a
{
 position: absolute;
 top: 0.5em;
 right: 0.5em;
 width: 0.8em;
 background-color: #999999;
 color: #000000;
 font-weight: bold;
 text-decoration: none;
 border: 0.1em solid #cccccc;
 z-index: 6;
 text-align: center;
 font-size: 0.8em;
 font-family: sans-serif;
}

#popupband #openifclose a
{
 position: absolute;
 display: block;
 z-index: 6;
 top: 25em;
 left: 22em;
 padding: 0.5em;
 background-color: #555555;
}

#popupband #openifclose img
{
 position: absolute;
 top: 2em;
 left: 1em;
 height: 25em;
}

#popuptext
{
 position: absolute;
 top: 10em;
 left: 19em;
 max-width: 52%;
 font-size: 1em;
 font-family: arial;
}

/* ab hier teilweise ueberfluessig */

