#hintergrund {
    display:none;
    z-index:1;
    position: fixed;
    height:100%;
    width:100%;
    top:0px;
    left:0px;
    background:#000000;
}
 
#popup {
    display: none;
    z-index: 2;
    position: fixed;
    width:820px;
    top: 10%;
    left: 50%;
    margin-left: -410px;
    background: none repeat scroll 0 0 #FFFFFF;
    border: 8px solid #ccc;
    border-radius: 5px 5px 5px 5px;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 14px;
    color: #000;
}
 
div.schliessen {
    position: relative;
    height: 30px;
    width: 30px;
    left: 27px;
    bottom: 24px;
    background: url("../img/close_mm.png") no-repeat scroll 0 0 transparent;
    float: right;
    cursor: pointer;
}
 
#popup_inhalt {
    margin: 8px 14px;
	font-family: 'Arial', Verdana;
    color: #666;
    font-size: 10pt;
    letter-spacing: 0.015em;
    line-height: 160%;
}

.m_subhdl_10pt {
    font-family: 'Eurostile Bold', 'Arial', Verdana, sans-serif;
    font-size: 10pt;
    font-weight: regular;
    color: #e52384;
}