#MB_overlay {
	position: absolute;
	margin: auto;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background-color: #FFFFFF!important;
}
#MB_overlay[id] {
	position: fixed;
}
#MB_window {
	position: absolute;
	top: 0;
	border: 1px solid #0F2C90;
	text-align: left;
	z-index: 10000;
}
#MB_window[id] {
	position: fixed!important;
	margin-top: 100px;
}
#MB_frame {
	position: relative;
	background-color: #EFEFEF;
	height: 100%;
	border-bottom: 5px #FAE6D2 solid;
}
#MB_header {
	margin: 0;
	height: 35px;
}
#MB_content {
	padding: 6px 10px;
	overflow: auto;
	font-family: arial,verdana,helvetica,sans-serif;
	font-color: #000000;
	font-size: 0.7em;
	line-height: 1.5em;
}
#MB_content a:link, #MB_content a:visited {
	font-color: #0F2C90;
	text-decoration: none;
	font-family: arial,verdana,helvetica,sans-serif;
}
#MB_content a:hover {
	font-color: #0F2C90;
	text-decoration: underline;
	font-family: arial,verdana,helvetica,sans-serif;
}
#Bericht{
	border-top: 1px #0F2C90 dotted;
	padding-top: 5px;
	margin-top:5px;
}
#MB_caption {
	font-family: verdana,arial,helvetica,sans-serif;
	font-color: #0F2C90;
	font-size: 0.8em;
	letter-spacing: 1px;
	padding: .5em 2em 0 0;
	text-align: left;
}
#MB_close {
	display: block;
	position: absolute;
	right: 10px;
	top: 16px;
	padding: 0px 2px;
	font-weight: bold;
	text-decoration: none;
	font-size: 13px;
}
#MB_close:hover {
	background: transparent;
}
#MB_loading {
	padding: 1.5em;
	text-indent: -10000px;
	background: transparent url(spinner.gif) 50% 0 no-repeat;
}
/* Color scheme */
#MB_window {
	background-color: #EFEFEF;
	color: #000;
	border-bottom: 6px #0F2C90 solid;
	border-top: 5px #0F2C90 solid;
}
#MB_content {
}
#MB_header {
	border-top: 1px #FAE6D2 solid;
	padding-left: 10px;
	padding-right: 10px;
}
#MB_caption {
	color: #0F2C90;
	border-top: 1px #0F2C90 dotted;
	margin-top: 10px;
	font-size: 0.9em;
	font-family: arial,verdana,helvetica,sans-serif;
	font-weight: bold;
}
#MB_close {
	color: #ffffff;
	background-color: #0F2C90;
}
#MB_close:hover {
	color: #0F2C90;
}
/* Alert message */
.MB_alert {
	margin: 10px 0;
	text-align: center;
}
/*11:32 PM 12/20/2007*