#calendar {
	float: right;
	margin-top: 20px;
	width: 274px;
}
#calendar .daynames {
}
#calendar .daynames div {
	float: left;
	width: 38px;
	text-transform: uppercase;
	font-size: 11px;
	text-align: center;
	margin: 1px 1px 0 0;
}
#calendar .choosemonth {
	margin-bottom: 10px;
	text-align: center;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
}
#calendar img {
	margin-top: 8px;
	margin-left: 20px;
	margin-right: 20px;
}
#calendar .days div {
	float: left;
	width: 36px;
	line-height: 36px;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
	color: #CCCCCC;
	text-align: center;
	margin: 1px 1px 0 0;
	border: 1px solid white;
	cursor: hand;
	cursor: pointer;
}
#calendar .days .active {
	cursor: hand;
	cursor: pointer;
}
#overview {
	float: left;
	margin-left: 50px;
	width: 415px;
}
.navtext {
	border: 2px solid #CCCCCC;
	background-color:#FFFFFF;
	color: #333333;
	font-size: 10px;
	padding: 2px 2px 2px 2px;
	width: 200px;
}
.navtext h1 {
	font-size: 14px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
}
#events {
	width: 600px;
	float: left;
}
#overzicht_item {
	padding-bottom: 10px;
	padding-top: 10px;
	cursor: hand;
	cursor: pointer;
}
#overzicht_item .dag {
	float: left;
	width: 70px;
	margin-right: 20px;
	text-align: center;	
	background-color: #CCCCCC;
	padding-top: 5px;
	padding-bottom: 5px;
}
#overzicht_item .dagnaam, #overzicht_item .maandnaam {
	font-size: 8px;
	text-transform: uppercase;
	line-height: 8px;
	color: #333333;
}

#overzicht_item .dagnr {
	font-size: 38px;
	font: "Arial Black", Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 38px;
}
hr{
	height : 0px;
	border: none;
	margin-bottom: 30px;
}
.details {
	font-weight: bold;
	margin-bottom: 10px;
	
}
.tickets {
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 20px;
	font-size: 14px;
}
.terugknop {
	float: right;
	margin-top: -20px;
}


