#boxCollection .boxContent {
	display: none;
}

.boxContent {
	padding: 15px;
	font-size:12px;
}

.BoxColLeft{
width:280px; 
padding:0px 0px 0px 0px; 
margin:0px 30px 0px 28px; 
float:left;
}
.BoxColMiddle{
width:280px; 
padding:0px 0px 0px 0px; 
margin:0px 30px 0px 0px; 
float:left;
}
.BoxColRight{
width:290px; 
padding:0px 0px 0px 0px; 
margin:0px 0px 0px 0px; 
float:left;
}
.txt-blue{
color:#0053c2;
}
.BoxColGraph{
width:600px; 
padding:0px 0px 0px 0px; 
margin:0px 00px 0px 0px; 
float:left;
background-color:#4b565f;
height:520px;
margin-top:15px;
text-align:center;
}


#ctlighboxOverlay {
	position: fixed !important;
	position: absolute;
	height: 100% !important;
	height: 2000px;
	width: 100%;
	background-color: #333333;
	z-index: 50;
}

#ctlightbox {
	position: relative;
	text-align: center;
}

#activeLighboxCt {
	height: 400px; /* default height */
	position:relative;
	margin:auto;
	background-color: #FFFFFF;
	text-align: left;
	margin-top: 96px;
	width: 1005px;
	/*width: 975px;
	padding: 15px;*/
}

#ctLighbox-home #activeLighboxCt {
	height: 610px;
}

#ctLighbox-anlegen #activeLighboxCt {
	height: 770px;
}

#activeLighboxCt .closeLink {
	background: transparent url(../img/closeCtLighbox.gif) no-repeat 0px 0px;
	border: none;
	height: 20px;
	margin-top: -15px;
	position: absolute;
	right: 0px !important;
	right: -1px;
	width: 80px;
	text-indent: -999em;
	outline: none;
}
