/* moodalbox CSS */

div#mb_overlay {
position: absolute;
left: 0px;
background-color: #000000;
cursor: pointer;
z-index: 1000;
top: 0px;
width: 988px;
height: 1200px;
}
* html div#mb_overlay {
	left: 50%;
	margin-left: -494px;
	padding-top: 200px;
}

div#mb_center, div#mb_bottom {
position: absolute;
left: 50%;
overflow: hidden;
background-color: #DDD;
z-index: 1001;
height: 60px;
widtH: 688px;
}
* html div#mb_bottom {
	width: 708px;
	height: 60px;
}

div#mb_center {
background-color: #FFF;
z-index: 1001;
}
* html div#mb_center {
	height: 544px;
	widtH: 708px;
}
div#mb_contents {
width: 688px;
height: 514px;
border: 10px solid #DDD;
overflow: hidden;
background-color: #FFF;
visibility: hidden;
z-index: 1001;
}
* html div#mb_contents,
*+html #mb_contents,
* html #mb_contents{
	overflow: hidden;
	width: 688px;
	height: 514px;
}


.mb_loading {
background: #DDD url(./fileadmin/templates/img/loading.gif) no-repeat center center;
z-index: 1001;
}

#mb_error {
font-size: 1.2em;
color: #CD0000;
font-weight: bold;
text-align: center;
padding: 0.5em;
font-family: Verdana, Helvetica, sans-serif;
z-index: 1001;
}

#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: 10px solid #DDD;
border-top-style: none;
z-index: 1001;
}
a#mb_close_link {
display: block;
float: right;
width: 66px;
height: 22px;
background: transparent url(../../img/close.gif) no-repeat;
margin: 5px 0;
z-index: 1001;

position: absolute;
right: -37px;
}

div#mb_caption {
margin-right: 71px;
z-index: 1001;
}


.moodalboxcontainer {
    position: relative;
}

.moodalboxcontainer a{
    display: block;
    width: 30px;
    height: 30px;
    text-decoration: none;
    position: relative;
}
.moodalboxcontainer .navlinkBack {
    z-index: 1000;
    background: transparent url(../../img/left.gif) no-repeat center center;
    position: absolute;
	background-color: #ffffff;
	width: 30px;
	height: 400px;
	border: 2px solid lightgrey;
	filter: alpha(opacity=0);
	opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	top: -460px;
	left: 2px;
}
.moodalboxcontainer .navlinkBack A{
	width: 30px;
	height: 400px;
}
.moodalboxcontainer .navlinkBack:hover{
	filter: alpha(opacity=75);
	opacity: 0.75;
	-moz-opacity: 0.75;
	-khtml-opacity: 0.75;
}
* html .moodalboxcontainer .navlinkBack {
	position: absolute;
	top: -508px;	
}
.moodalboxcontainer .moospace {
    background: transparent;
    width: 100%;
}
.moodalboxcontainer .navlinkForward {
    z-index: 1000;
    background: transparent url(../../img/right.gif) no-repeat center center;
	position: absolute;
	background-color: #ffffff;
	width: 30px;
	height: 400px;	
	border: 2px solid lightgrey;
	filter: alpha(opacity=0);
	opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	top: -460px;
	right: 2px;
}
.moodalboxcontainer .navlinkForward  A{
	width: 30px;
	height: 400px;
}
.moodalboxcontainer .navlinkForward:hover{
	filter: alpha(opacity=75);
	opacity: 0.75;
	-moz-opacity: 0.75;
	-khtml-opacity: 0.75;
}
* html .moodalboxcontainer .navlinkForward {
	position: absolute;
	top: -508px;	
}
/* .moodalboxcontainer  */

* html .moowinnavinfo {
	position: relative;
	top: -10px;
}

