#MB_overlay  { background-color: #eee; margin: auto; position: absolute; z-index: 9999; top: 0; left: 0; width: 100%; height: 100% }
#MB_overlay[id] { position: fixed; }

#MB_window      { text-align: left; position: absolute; z-index: 10000; top: 20px; border: solid 0 }
#MB_window[id] { position: fixed!important; }

#MB_frame   { background-color: #fff; position: relative; height: 100%; border: solid 1px #888 }

#MB_header {
	margin: 0;
	padding: 0;
}

#MB_content {
	padding: 6px .75em;
	overflow: auto;
}

#MB_caption        { color: #fff; font: bold 12px Arial; background-color: #888; background-image: url("../../neu/bilder/funktionskopf_neutral.jpg"); background-repeat: no-repeat; text-align: left; text-indent: 20px; margin: 0; height: 16px      }

#MB_close               { color: #fff; font-size: 12px; font-family: Arial; font-weight: bold; text-decoration: none; text-indent: 25px; display: block; position: absolute; top: 0; right: 5px; width: 40px; height: 16px }
#MB_close:hover     { }

#MB_loading {
	padding: 1.5em;
	text-indent: -10000px;
	background: transparent url(../../../../../../../Downloads/modalbox1.6.0/spinner.gif) 50% 0 no-repeat;
}

/* Color scheme */
#MB_frame {
	padding-bottom: 7px;
	
}
#MB_window {
	background-color: #EFEFEF;
	color: #000;
}

#MB_content { border-top: 1px solid #F9F9F9; }
#MB_header {
  background-color: #DDD;
  border-bottom: 1px solid #CCC;
}
#MB_caption   { color: white; height: 16px }
#MB_close  { color: #fff }
#MB_close:hover  { color: #fff }


/* Alert message */
.MB_alert {
	margin: 10px 0;
	text-align: center;
}