/*Referenzen eventung */

.event { list-style:none; width:800px; height:435px; display:block; overflow:hidden; float:right;}

.event li {
	float:left;
	display:inline;
	overflow:hidden;
}

.boxes {
	overflow: none;
	float: none;
	width: 0;
	height: 0;
	margin-top:0;
	padding-left: 0;
	padding-right:0;
	}

.ref1{
	background-image: url(/images/leistungen/event/event1_slide.jpg); 
	height: 435px;
	color:#3f3f3f;
	font-size: 9pt;
	font-weight: bold;
	cursor: pointer;
	width: 106px;

}
li.ref1:hover .text1{
	visibility:visible;
}
.ref2{
	background-image: url(/images/leistungen/event/event2_slide.jpg); 
	height: 435px;
	color:#3f3f3f;
	font-size: 9pt;
	font-weight: bold;
	cursor: pointer;
	width: 106px;
}
li.ref2:hover .text2{
	visibility:visible;
}
.ref3{
	background-image: url(/images/leistungen/event/event3_slide.jpg); 
	height: 435px;
	color:#3f3f3f;
	font-size: 9pt;
	font-weight: bold;
	cursor: pointer;
	width: 106px;
}	
li.ref3:hover .text3{
	visibility:visible;
}

.webhgrund{
	background-image:url(../images/Cyan_Viereck_transparent.png);
	background-position:0 50%;
	background-repeat:no-repeat;
	height:120px;
	margin-left:20px;
	margin-top:-3px;
	padding:50px 20px 20px;
	width:119px;
	color:white;
	font-size:8pt;
	font-weight:bold;
	line-height:22px;
	visibility:hidden;
}

.textspace{
	width: 50%;
	}

	
.event{
	list-style:none; 
	width:40%; 
	height:435px; 
	display:block; 
	overflow:hidden
	}

