@charset "utf-8";
/* CSS Document */

.item{
	display:block;
	width:100%;
	height:160px;
	margin-bottom:10px;
}

.itemImage {
	float:left;
	margin:0px 10px 10px;
	/*width:250px;*/
}

.itemImage img{
	max-height:150px;
	max-width:250px;
	border:#73E8D7 1px solid;
}

.item .data{
	border-bottom:1px dotted #73E8D7;
	height:160px;
	
}

.item .data .dataKey{
	display:block;
	float:right;
	font-weight:bold;
	position:relative;
	top:20px;
	width:520px;
}
.item .data .titel{
	font-size:1.1em;
	width:100%;
	margin:0 0 10px 20px;
	font-weight:bold;
	top:0;
	
}

.item .data .titel a{
	text-decoration:none;
	color:#000;
	position:relative;
	top:70px;
	
	
}

.item .data .dataValue{
	width:auto;
	float:right;
	width:400px;
}

.item .data .dataValue a{
	text-decoration:none;
	color:#000;
	position:relative;
	top:0px;
}




div#qTip {
 padding: 3px;
 border: 1px solid #666;
 border-right-width: 2px;
 border-bottom-width: 2px;
 display: none;
 background: #FFF;
 color: #FFF;
 font: bold 9px Verdana, Arial, sans-serif;
 text-align: left;
 position: absolute;
 z-index: 1000;
}

/*////////////////////////
////   AGENDA   //////////
////////////////////////*/

.datumHeader{
	background:#73E8D7 none repeat scroll 0 0;
	color:#FFFFFF;
	display:block;
	font-size:1.2em;
	font-weight:bold;
	height:30px;
	margin-bottom:15px;
	padding:10px 10px 0;
	text-align:right;
	text-transform:capitalize;
}

.details{
	height:inherit;
}

.details .flyer{
	width:100%;
	text-align:center;
	display:block;
}

.details .data{
	display:block;
	padding-bottom:45px;
}

.details .data .dataKey{
	display:block;
	font-weight:bold;
	left:240px;
	line-height:150%;
	position:relative;
	top:41px;
	_top:7px !important;
	width:99%;
	
}

.details .titel,.details  .spreker{
	width:100%;
	_width:98%;
	_height:25px;
	_position:relative;
	_top:10px;
	text-align:center;
	font-size:1.3em;
	font-stretch:expanded;
	font-weight:bold;
}

.details .spreker{
	font-size:1.1em;
	font-stretch:normal;
	margin-bottom:25px;
	_height:auto;
}



.details .data .dataValue{
	float:right;
	line-height:150%;
	position:relative;
	text-align:left;
	top:-17px;
	width:440px;
}


.details .data .titel{
	font-size:1.1em;
	margin: 10px 0 25px;
	position:relative;
	left:-60px;
	top:0px;
	_float:none;
	_left:300px;
	
}

/*//////////////////////////////////
////   VIDEO & LEZINGEN   //////////
//////////////////////////////////*/

.details #player{
	width:100%;
	text-align:center;
	padding-top:25px;
}

