﻿#showCase{
	width: 723px;
	height: 226px;
	background-color: #FFFFFF;
	position: relative;
}
#showCase .overzicht{
	width: 264px;
	height: 225px;
	float: left;
	border-bottom: 1px solid #CCCCCC;
}
#showCase .case{
	width: 224px;
	height: 31px;
	color: #5E5E5E;
	background: url(/images/case_bg.gif) repeat-x left top transparent;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	padding-left: 38px;
	padding-top: 14px;
	cursor: pointer;
}
#showCase .case.active{
	background: url(/images/case_active_bg.png) repeat-x left top transparent;
	color: #fff;
}
#showCase .case h2{
	font-family: arial, verdana;
	font-weight: bold;
	font-size: 14px;
	color: #5b5b5b;
}
#showCase .case h2 a{
	font-family: arial, verdana;
	font-weight: bold;
	font-size: 14px;
	color: #5b5b5b!important;
	text-decoration: none;
}
#showCase .case.active a{
	color: #fff!important;
}
#showCase .case h2 a.aktief{
	font-family: arial, verdana;
	font-weight: bold;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
}
#showCase .case h2 a:hover{
	font-family: arial, verdana;
	font-weight: bold;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
}
#showCase .balk h3{
	font-family: georgia, verdana;
	font-weight: bold;
	font-style: italic;
	font-size: 15px;
	color: #ffffff;
}
#showCase .item{
	display: none;
	font-weight: bold;
	cursor: text;
	position: absolute;
	left: 265px;
	top: 0px;
	width: 458px;
}
#showCase .item img {
	height: 224px;
	border: solid #CCCCCC;
	border-width: 1px 0; 
}
#showCase .case .balk{
	display: none;
}
#showCase .aktief .balk{
	display: block;
	width: 365px;
	height: 45px;
	background: url(/images/showcase_balk_bg.png) no-repeat left top transparent;
	position: absolute;
	padding-left: 90px;
	padding-top: 0;
	left: 263px;
	top: 1px;
	z-index:5;
	cursor: pointer;
}
#showCase #case2 .balk{
	top: 46px;
}
#showCase #case3 .balk{
	top: 91px;
}
#showCase #case4 .balk{
	top: 136px;
}
#showCase #case5 .balk{
	top: 181px;
}