body{
		font-family:Arial,Helvetica,sans-serif;
}

#showCase{
	width: 651px;
	height: 406px;
	padding-top: 20px;
}

.overzicht{
	width: 282px;
	float: right;
}

#showCase .case{
	width: 272px;
	padding-right: 10px;
	height: 69px;
	color: #FFCC33;
	margin-bottom: 10px;
	cursor: pointer;
}

#showCase .case .categorie{
	color: #FFCC33;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
}

#showCase .case a{
	color: #FFCC33;
	font-size: 12px;
	font-weight: bold;
}

#showCase .aktief{
	background-color: #616161;
	color: #fff;
}


#showCase .case.active .categorie,
#showCase .case.active a{
	color: #fff;
}

#showCase .case .categorie{
	display: block;
	margin-bottom: 5px;
	padding-top: 2px;
}

#showCase .case img{
	float: left;
	margin-right: 14px;
}

#showCase .item{
	display: none;
	font-weight: bold;
	cursor: text;
	position: absolute;
	left: 20px;
	top: 20px;
	width: 325px;
}

#showCase .item .titel{
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
	margin-bottom: 15px;
	display: block;
	width: 325px;
}

#showCase .item img{
	float: left;
	margin-bottom: 15px;
}

#showCase .item .tekst{
	color: #FFCC33;
	font-size: 12px;
	margin-bottom: 15px;
	display: block;
	width: 325px;
}

#showCase .item .tekst a{
	color: #fff;
	margin-left: 10px;
}

#showCase .item .datum{
	color: #ffffff;
	font-size: 11px;
	display: block;
	width: 325px;
	text-align: right;
}



