.BestandenContainer {
	position:relative;
	width:402px;
	height:295px;
	margin-bottom:13px;
	background-color:#818181;
}

.BestandenPadding {
	position:relative;
	margin:15px;	
	margin-top:0px;
}

.BestandenContainer h2 {
	height:43px;
	line-height:43px;
	padding-left:15px;
	color:#fff;
}

.BestandenContainer .SlideContainer {
	position:relative;
	height:225px;
	overflow:hidden;
}

.BestandenContainer .SlideBestanden {
	position:absolute;
	top:0px;
	left:0px;	
}

.BestandenContainer a.Light,
.BestandenContainer a.Light:hover,
.BestandenContainer a.Dark,
.BestandenContainer a.Dark:hover {
	display:block;
	padding:7px;
	color:#000;
	text-transform:uppercase;
	font-size:14px;
	font-weight:bold;
	background-color:#c7c7c7;
	width:322px;
}

.BestandenContainer a.Dark {
	background-color:#818181;	
}

.BestandenContainer a.Light:hover,
.BestandenContainer a.Dark:hover {
	background-color:#fecb00;	
	color:#fff;
}

.BestandenContainer .BestandenUpButton {
	position:absolute;
	display:none;
	top:0px;
	right:0px;
	background-image:url('/images/UpBlack.png');	
	background-repeat:no-repeat;
	width:20px;
	height:20px;
	cursor:hand;
	cursor:pointer;
}

.BestandenContainer .BestandenDownButton {
	position:absolute;
	bottom:0px;
	right:0px;
	background-image:url('/images/DownBlack.png');	
	background-repeat:no-repeat;
	width:20px;
	height:20px;	
	cursor:hand;
	cursor:pointer;
}


