/* moodalbox CSS */

div#mb_overlay {
position: absolute;
left: 0;
width: 100%;

cursor: pointer;
}

div#mb_center, div#mb_bottom {
position: absolute;
left: 50%;


}

div#mb_center {
z-index: 5;
}

div#mb_bottom {
z-index: 1;
}

div#mb_center {

}

div#mb_contents {
width: 450px;
height: 850px;
background-image: url(/fileadmin/templates/images/angebots-rahmen.png);
background-repeat: no-repeat;
padding: 15px;
overflow: none;
z-index: 5;
visibility: hidden;
background-position:left bottom;
margin-top:6px;
}

.mb_loading {

}

#mb_error {
font-size: 1.2em;

font-weight: bold;
text-align: center;
padding: 0.5em;
font-family: Verdana, Helvetica, sans-serif;
}

#mb_error em {
font-size: 0.8em;
}

div#mb_bottom {
font-family: Verdana, Helvetica, sans-serif;
font-size: 10px;
color: #666;
line-height: 1.4em;
text-align: left;

border-top-style: none;
}

a#mb_close_link {
margin: 0;
display: block;
width: 506px !important;
height: 44px !important;
background-image: url(/fileadmin/templates/images/clear.png);
background-repeat: no-repeat;
margin-top: -618px;
z-index: 1;
}

div#mb_caption {
margin-right: 71px;
}

