#overlay1, #overlay2 {

        /* place overlay on top of other elements*/
        z-index:10000;

        /* overlay is hidden before loading */
        display:none;

        /* standard decorations */
        border:10px solid #ffd700;
        background-color:#ffd700;
        color:#000;
        text-align:left;
        padding:15px;

        /* hot CSS3 features for mozilla and webkit-based browsers (rounded borders) */
        -moz-border-radius:6px;
        -webkit-border-radius:6px;
}
#overlay2 {padding:0 15px;}
#overlay2 #olink1 {font-size:22px;}
#overlay2 #olink2 {text-align:center;}


#exposeMask {
    margin-top: 0px;
}

#overlay1 .close, #overlay2 .close {
    background-image:url(../upload/Schweiz/close.gif);
    background-repeat: no-repeat;
    position:absolute;
    right:15px;
    top:4px;
    cursor:pointer;
    height:12px;
    width:70px;
}


/* Overlay  Content */
#ol-col1 {
    float:left;
    color:#000;
    padding-right:20px;
    font-family: Georgia,"Times New Roman",Times,serif;
}

#ol-col2 {
    float:right;
    color:#000;
    padding-top:18px;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size:11px;
    margin-top:45px;
}

#ol-col1 h2 {
    color:#339900;
}

