/* moodalbox CSS */
#top {
	display:none;
}
/* getönter hg */
	div#mb_overlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #B4B4B4;
	cursor: pointer;
	
}
/* Feld wo close drin ist */
	div#mb_center, div#mb_bottom {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background: transparent;
}
/* quadrat beim öffnen */
div#mb_center {
	background-color: #CC0000;
	
}

/* content */
	div#mb_contents {
	width: 200px;
	height: 450px;
	border: 0px solid #DDD;
	background-color: #FFF;
}
.mb_loading {
	background: #DDD url(img/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;
	
}
a#mb_close_link {
	float: right;
	display: block;
	width: 66px;
	height: 22px;
	background: transparent url(img/close.png) no-repeat center;
	margin: 5px 0;
	
}
div#mb_caption {
	margin-right: 71px;
}
