/* ---------------------------------------------------- greyLayer ---------------------------------------------------- */
/*
#greyLayer 
{
	position: absolute; 
	left: 0; 
	top: 0; 
	z-index: 5; 
	height: 450px; 
	width: 500px; 
	background-color: #666; 
	opacity: .5; 
	filter: alpha(opacity=50);
	display: none;
}
*/

/* ---------------------------------------------------- detailBox ---------------------------------------------------- */
div#detailBox 
{
	position: absolute;
	top: 200px;
	left: 265px;
	width: 598px;
	height: 450px;
	border: solid 1px #000;
	background-color: #FFF;
	z-index: 150;
	overflow: hidden;
	visibility: hidden;
}

.detailClose 
{
	position: absolute;
	right: 10px;
	top: 8px;
	z-index: 100;
}

.detailPreview img { margin: 9px 0 7px 7px;}

.detailText
{
	position: absolute;
	top: 25px;
	left: 318px;
	width: 280px;
}

#detailTitle 
{
	font-size: 13px;
	font-weight: bold;
	height: 20px;	
	margin: 8px 0 10px 0;
}

#detailDescription
{
	font-size: 11px;
	line-height: 13px;
	margin: 8px 0 10px 0;
}

.detailHeadline 
{
	font-weight: bold;
	height: 20px;
	margin: 8px 0 6px 0;
}

.detailOption 
{ 
	margin: 0 0 2px 0; 
	height: 20px;
}

.detailOption input
{
	margin: 0 10px 0 0;
	position: relative;
	top: 1px;
}

.detailAGBcontainer 
{
	width: 280px;
	overflow: hidden;
	margin: 0 0 14px 0;
}

.detailAGBcheckbox 
{ 
	float: left;
	width: 22px;
}

.detailAGBtext
{
	float: left;
	width: 250px;
	font-size: 11px;
	line-height: 13px;
	display: block;
}

.detailSpacer 
{
	background: url("../gfx/border-b5bdca-x.gif") repeat-x;
	line-height: 1px;
	height: 1px;
	font-size: 1px;
	width: 270px;
}

/* ---------------------------------------------------- fotothek ---------------------------------------------------- */

div.imageContainer 
{
	width: 148px;
	height: 205px;
	float: left;
	margin: 0 11px 0 0;
}

div.imageBox 
{
	width: 147px;
	height: 147px;
	border: solid 1px #999;
	text-align: center;
}

div.imageBox img { margin: 5px 0 0 0; }

div.imageCaption { margin: 3px 0 3px 0; }