.multi_box
{
	font-family:Verdana, Geneva, sans-serif;
	position:relative;
}
/*Box in der das Bild oder Inhalt geladen wird*/
.MultiBoxContainer {
	position: absolute;
	top:0px;
	border: 1px solid #14427D;
	background-color:#fff;
	padding:50px 30px 50px 30px;
	display: none;
	z-index: 1500;
	text-align: left;
	/*overflow: hidden;*/
font-family:Verdana, Geneva, sans-serif;
}

.MultiBoxLoading {
	background-image:url(images/loader.gif) no-repeat center;
}
/*der genaue Inhaltscontainer*/
.MultiBoxContent {
	position: relative;
	width: 100%;
	height: 100%;/**/
	overflow: hidden;
	background-color:#ccc;/**/
	font-family:Arial, Helvetica, sans-serif;
	
}

.MultiBoxClose {
	position: absolute;
	top: 10px;
	right: 10px;
	background: url(images/close.png) no-repeat;
	width: 24px;
	height: 24px;
	cursor: pointer;
}


.MultiBoxControlsContainer {
	overflow:visible;
	height: 0px;
	position: relative;
}

.MultiBoxControls {
	color:#fff;
	width: 100%;
	height: auto;
	position: relative;
	/*background-color:#D7D7D7;*/
	margin:1px auto auto auto;
	/*border:1px solid #3A3A3B;
	border-top:0px;*/
	
}


.MultiBoxPrevious {
	position: absolute;
	background: url(images/left.png) no-repeat;
	width: 17px;
	height: 30px;
	left: 0px;
	margin-top: 0px;
	cursor: pointer;
}

.MultiBoxNext {
	position: absolute;
	background: url(images/right.png) no-repeat;
	width: 17px;
	height: 30px;
	right: 0px;
	margin-top: 0px;
	cursor: pointer;
}

.MultiBoxNextDisabled {
	cursor: default;
	background: url(images/rightDisabled.png) no-repeat;
}

.MultiBoxPreviousDisabled {
	cursor: default;
	background: url(images/leftDisabled.png) no-repeat;
}

.MultiBoxTitle {
	position: relative;
	margin: 10px 0 0 35px;
	float: left;
font-family:Verdana, Geneva, sans-serif;	font-size: 11px;
	color: #14417C;
	font-weight: bold;
	text-align: left;
}

/*.MultiBoxNumber {
	position: relative;
	width: 50px;
	margin: 10px 35px 0 0;
	float: right;
font-family:Arial, Helvetica, sans-serif;	font-size: 11px;
	color: #666;
	text-align: right;
}*/
.MultiBoxNumber {
	position: relative;
	width: 70px;
	margin: 10px 35px 0 0;
	float: right;
font-family:Verdana, Geneva, sans-serif;	font-size: 11px;
	color: #666;
	text-align: right;
}
.MultiBoxDescription {
	clear: left;
	position: relative;
	margin: 0 35px 0 35px;
	padding-top: 5px;
	padding-bottom:5px;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 11px;
	color:#666;
	text-align: left;
}
iframe { border: 0; }

/*.container {
	width: 500px;
	margin: auto;
	padding-top: 50px;
	padding-bottom: 50px;
}

body {
	color: #797979;
	font-family: Verdana, Arial;
	font-size: 75%;
}

a {
	color: #607293;
	text-decoration: none;
}
*/
/*************************************************************/
