
#OverlayPage {
	position: relative;
	background-color: black;
	padding-top: 15px;
	padding-bottom: 22px;
}

#OverlayWrapper {
	overflow: hidden;
	position: relative;
	width: 564px;
	height: 545px;
	float: left;
	margin-left: 13px;
}
#pfeilRechts,
#pfeilLinks {
	position: absolute;
	top: 257px;
	height: 30px;
	width: 30px;
	opacity: 0.8;
}
#pfeilRechts:Hover,
#pfeilLinks:Hover {
	opacity: 1;
	cursor: pointer;
}
#pfeilRechts {
	right: 0px;
	background-image: url('/download/KreonOverlayLayout/WebHome/pfeilRechts.png');
	background-repeat: no-repeat;
	background-position: center right;
}
#pfeilLinks {
	left: 0px;
	background-image: url('/download/KreonOverlayLayout/WebHome/pfeilLinks.png');
	background-repeat: no-repeat;
	background-position: center left;
}

#OverlayPDContent {
	position: absolute;
	left: 590px;
	bottom: 41px;
	width: 245px;
	margin-right: 15px;
}
#OverlayPDContent .cel_cm_pagedependent_content {
	position: relative;
	height: 543px;
}
#OverlayPDContent .cel_cm_pagedependent_content .cellPDContent-body {
	position: absolute;
	left: 0px;
	bottom: 0px;
}
#OverlayPDContent .cel_cm_pagedependent_content .cellPDContent-body .rteContent {
	min-height: 10px;
}

#OverlayNav {
	clear: both;
	padding-top: 19px;
	padding-left: 25px;
}
#OverlayNav ul,
#OverlayNav li {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
#OverlayNav li {
	float: left;
	height: 10px;
	width: 10px;
	color: #9c9b9b;
	background-color: #9c9b9b;
	overflow: hidden;
	margin-right: 5px;
}
#OverlayNav li > a {
	display: block;
	color: #9c9b9b;
}
#OverlayNav li.active,
#OverlayNav li:hover,
#OverlayNav li.active > a,
#OverlayNav li:hover > a {
	color: #fa4845;
	background-color: #fa4845;
}


/* Overlay CSS - Anpassungen */
div.yui-panel-container {
	height: 610px;
}
div.cel-YuiOverlay .yui-panel{
	width: 850px !important;
}

.cel-YuiOverlay .yui-panel .hd {
	height: 0px;
}
.cel-YuiOverlay .yui-panel,
.cel-YuiOverlay .yui-panel .hd, 
.cel-YuiOverlay .yui-panel .bd, 
.cel-YuiOverlay .yui-panel .ft {
	background: black;
	border: 0px solid black;
}

.cel-YuiOverlay .container-close {
	position: absolute;
	z-index: 1;
	top: 15px;
	right: 15px;
	width: 15px;
	height: 15px;
	background-image: url('/download/KreonOverlayLayout/WebHome/KreonX.png');
	background-repeat: no-repeat;
	background-position: top right;
	cursor: pointer;
}
