
/* Werbung eingeschaltet */


/* Das Kreuzchen zum Schließen */
#close a {
    position: absolute;
    top: 2px;
    right: 2px;
    width: 16px;

    background-color: #ee6666;
    color: #ffffff;

    text-align: center;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;

    border: 1px solid #ffffff;
    }
#close a:hover {
   background-color: #66aa33;
    }


/* Das ganze Popup */
#bildchen {
    position: absolute; 

    top:     90px; 
    right:    5px; 
    z-index:  3; 
    padding: 20px 7px 15px 7px;
    /*
    width:  270px;
    height: 170px; */
/* transparenter Hintergrund */
/* 
    background-image:url(bilder/bg_minibild.gif);
    background-image:url(bilder/blau-transp.png);
*/
    background-image:url(bilder/transpBlue10.png);

    text-align:  center;
    font-size:   14px;
    font-weight: normal;
    text-decoration: none;

    border: 2px solid #aaaaaa;
    }

/* weiße Box im Popup */
#boxmittig{
    /*
    width:234px; */

    border: 1px solid #0000cc;  

    margin:  10px 15px 0px 15px;
    padding: 10px  5px 10px 5px;
    background-color: #ffffff; 

    text-align: center;
    font-size: 14px;
    font-weight: normal;
    text-decoration: none;
    }

/* das "Bildchen" und seinen Inhalt nicht drucken */
@media print{
    #bildchen, #boxmittig{ display:none; }
    }
