/* moodalbox CSS */

div#mb_overlay {
position: absolute;
left: 0;
width: 100%;
background-color: #000;
cursor: pointer;
}

div#mb_center, div#mb_bottom {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #123247;
}

div#mb_center {
background-color: #FFF;
z-index:5;
}

div#mb_contents {
	width: 400px;
	height: 400px;
	border-top: 1px solid #FFF;
	border-left: 1px solid #FFF;
	border-bottom: 1px solid #FFF; 
	border-right: 1px solid #FFF;
	overflow: hidden;
	background-color: #123247;
	visibility: hidden;
	text-align: left;
}

.mb_loading {
background: #DDD url(/fileadmin/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-bottom: 1px solid #FFF;
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
	border-top-style: none;
	display: none;
}

a#mb_close_link {
background:url("/fileadmin/images/close.jpg") no-repeat scroll center center transparent;
display:block;
float:right;
height:22px;
left:380px !important;
margin:5px 0;
width:66px;
}

div#mb_caption {
margin-right: 71px;
}

div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image {margin:0 !important;}
div.csc-textpic-center div.csc-textpic-imagewrap .csc-textpic-image {margin:0 !important;}

p.bodytext {padding:20px;}