#kader {
	height: 410px;
	margin-top: -205px;
}
#kader, a#previous, a#next {
	top: 55%;
}


/* --- imageLayer --- */ 
#imageLayer {
	border: 1px solid #42546f;
	left: 50%;
	position: absolute;
	top: 50%;
}
#imageLayer.itemDisplay {
	border-color: #f00;
}
#imageLayer img {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
#edit, #itemDelete {
	background: url(../global/edit.gif) 0 0;
	font-size: 0;
	height: 13px;
	position: absolute;
	right: 54px;
	top: -20px;
	width: 13px;
}
#edit {
	background-position: 26px 0;
	left: 0;
}
#itemDelete{
	background-position: 13px 0;
	left: 21px;
}
a:hover#edit, a:hover#itemDelete {
	border-color: #999;
}


/* --- infoLayer --- */
#infoLayer {
	color: #fff;
   *filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='global/transparent.png', sizingMethod='scale');
	height: 100%;
	left: 0;
	padding: 30px;
	position: absolute;
	text-align: left;
	top: 0;
	visibility: hidden;
	width: 100%;
}
#imageLayer > #infoLayer {
	background: url(../global/transparent.png);
}
#infoLayer h5 {
	font-size: 1.1em;
	margin: 0 0 .5em;
}
#infoLayer p {
	line-height: 1.4em;
	margin: 0 0 1em;
}
#infoLayer ul {
	margin: 0 1.5em;
	padding: 0;
}
#itemName {
	bottom: -2.2em;
	color: #aacffb;
	font-size: .8em;
	line-height: 20px;
	position: absolute;
}
#itemName {
	left: 0;
}
#itemName span {
	cursor: default;
}


/* --- link 'grote foto' --- */
a#xlLink {
	/*background: url(../global/rightArrow.gif) 100% 0 no-repeat;*/
	color: #809EC3;
	cursor: pointer;
	font-size: 16px;
	line-height: 15px;
	padding-right: 15px;
	position: absolute;
	text-decoration: none;
	right: 9px;
	top: 415px;
}
a:hover#xlLink {
	color: #fff;
}


/* --- previous/next --- */
a#previous, a#next {
	background: transparent url(../global/arrows.gif) 0 0 no-repeat;
	/*color: #42546f;*/
	font-size: 0;
	height: 19px;
	position: absolute;
	right: 39px;
	top: 413px;
	width: 19px;
}
a#next {
	background-position: 100% 0;
	right: 0;
}
a:hover#previous {
	background-position: 0 100%;
}
a:hover#next {
	background-position: 100% 100%;
}


/* --- footer --- */
ul#footer {
	background: url(../global/footerBg.gif) 0 0 repeat-x;
	bottom: 0px;
	color: #fff;
	font-size: 1.2em;
	font-weight: bold;
	left: 0;
	margin: 0;
	padding: 0;
	position: absolute;
	text-align: center;
	width: 100%;
}
#footer li {
	display: inline;
	list-style: none;
	line-height: 30px;
	position: relative;
}
#footer li a {
	color: #aacffb;
	font-size: .8em;
	font-weight: normal;
	padding: .5em;
	text-decoration: none;
	width: 2em;
}
#footer a:visited {
	color: #aacffb;
}
#footer a:hover {
	color: #fff;
}
#index, #index a {
	font-size: .8em;
	font-weight: normal;
}
#index {
	color: #aacffb;
	margin-left: .5em;
}
#footer #index a {
	color: #fff;
	padding: .1em;
	text-decoration: none;
}
#footer #index a:hover {
	color: #fff;
}
