/* moodalbox CSS */

div#mb_overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height:100%;
	background-color: #000;
	cursor: pointer;
}
#pageUID-56 div#mb_overlay {
  display:none;  /* eingefügt am 26.11.2010 */
}
div#mb_center, div#mb_bottom {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #DDD;
	margin-top:20px;
}
#pageUID-56 div#mb_center, #pageUID-56 div#mb_bottom {
  display:none;     /* eingefügt am 26.11.2010 */
}
div#mb_center {
	background-color: #FFF;
}

div#mb_contents {
	width: 400px;
	height: 400px;
	border: 10px solid #DDD;
	overflow: auto;
	overflow-x:hidden;
	background-color: #FFF;
	visibility: hidden;
	background-image:url(../img_backgrounds/content_popup_lb.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
}

.mb_loading {
background: #DDD url(../img_images/loading.gif) no-repeat center center;
}

#mb_error {
font-size: 1.2em;
color: #CD0000;
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: 10px solid #DDD;
border-top-style: none;
}

a#mb_close_link {
display: block;
float: right;
width: 66px;
height: 22px;
background: transparent url(../img_images/closelabel.gif) no-repeat center;
margin: 5px 0;
}

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

#mb_div_content {
	text-align:			left;
	width:				100%;
}

#mb_div_body {
	padding-top:10px;
	padding-left:10px;
	background-image:url(../img_backgrounds/content_popup_ru.gif);
	background-position:top right;
	background-repeat:no-repeat;
	width:100%;
}

#mb_lu {
	background-image:url(../img_backgrounds/content_popup_lu.gif);
	background-position:top left;
	background-repeat:no-repeat;
	width:100%;
}

#mb_ru {
	background-image:url(../img_backgrounds/content_popup_ru.gif);
	background-position:top right;
	background-repeat:no-repeat;
	width:100%;
}

#mb_lb {
	/*background-image:url(../img_backgrounds/content_popup_lb.gif);
	background-position:bottom left;
	background-repeat:no-repeat;*/
	width:100%;
}

#mb_rb {
	background-image:url(../img_backgrounds/content_popup_rb.gif);
	background-position:bottom right;
	background-repeat:no-repeat;
	width:100%;
}

#logo_bar {
	background-image:url(../img_backgrounds/logobar.gif);
	background-position:bottom center;
	background-repeat:no-repeat;
	width:100%;
	height:45px;
	position:relative;
	bottom:0px;
}
