@charset "UTF-8";
#mainContainer{
	overflow:visible;
	height:388px;
}
#oversizeLeftColumn{
	width:663px;
	height:535px;
	background-image:url(../texturen/bg_c_l_dark.png);
	background-repeat:no-repeat;
	background-position:left top;
	position:absolute;
	left:0px;
	top:-147px;
	overflow:hidden;
}
#mainRightColumn{
	background-image:url(../texturen/bg_c_r_dark.png);
}
#slideshowContent{
	position:absolute;
	width:660px;
	height:532px;
	top:3px;
	left:3px;
}
#topLeftMask{
	position:absolute;
	top:0px;
	left:0px;
	width:16px;
	height:16px;
	z-index:999;
	background-image:url(../texturen/msk_c_l_t.png);
}

#mainRightColumn div.moduleBackNavigation{
	position:absolute;
	bottom:0px;
	left:0px;
	width:220px;
	height:auto;
	overflow:hidden;
	background-image:url(../texturen/bg_img_c.png);
}
#mainRightColumn div.moduleBackNavigation p{
	margin:4px 8px;
}
#mainRightColumn div.moduleBackNavigation, #mainRightColumn div.moduleBackNavigation a{
	color:#fff;
	font-size:12px;
	text-align:left;
	text-decoration:none;
}
#sidebarDescription{
	padding:16px 8px 16px 16px;
	color:#fff;
	height:327px;
	overflow:auto;
	overflow-y:auto;
	overflow-x:hidden;
	font-size:12px;
	line-height:1.5em;
}
#sidebarDescription a{
	color:#fff;
}
#navigationContainer{
	z-index:0;
}
div.errorMessage{
	background-color:#222;
	color:#fff;
	border-color:#600;
}
