.dag
, .location
{
	display:block;
	width:400px;
	float:left;
	margin:4px;
	padding:8px;
	min-height: 60px;
	border-radius: 20px;
	background-color:#000;
}

h2
{
	display: block;
	max-width: 800px;
}

h4 
{
	margin: 0;
	padding: 0;
}

h4 .label {
	font-family: impact;
	font-weight: normal;
	color: red;
}
h4 .address {
	font-weight: normal;
}

.expositie
{
	text-decoration: underline;
}

.block li {
	font-weight: normal;
}

.block * {
	line-height: 20px;
}

.driehoekje 
{
	display: block;
	width: 62px;
	height: 38px;
	background-image: url(/img/2019/ui/triang.png);
	background-repeat: no-repeat;
	float: left;
	padding: 22px 0 0 2px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	margin-right: 4px;
}

#plan {
	background-image: url(/img/2019/kaart.png);
	width: 800px;
	height: 460px;
	background-repeat: no-repeat;
	float: left;
	margin: -56px 48px 0 0;
}


#plan{
	position: relative;
}
#plan a{
	display:block;
	padding-left:40px;	
	min-height:35px;
	text-decoration: none;
}
#plan a span{
	display:none;
	background-color: #fff;
	color: #000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	border:2px solid black;
	z-index: -1;
}
#plan a:hover span{
	display:block;
	padding:4px;
}
#locations {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}
#locations li{
	position: absolute;
	display: block;
	margin: 0;
	padding: 0;
}
#location_01{ top: 360px; left:   5px; }
#location_02{ top: 340px; left:  50px; }
#location_03{ top: 299px; left: 147px; }
#location_04{ top: 189px; left:  68px; }
#location_05{ top:  57px; left: 135px; }
#location_06{ top:  97px; left: 162px; }
#location_07{ top: 106px; left: 249px; }
#location_08{ top: 261px; left: 255px; }
#location_09{ top: 307px; left: 212px; }
#location_10{ top: 240px; left: 298px; }
#location_11{ top: 106px; left: 305px; }
#location_12{ top: 246px; left: 362px; }
#location_13{ top: 211px; left: 389px; }
#location_14{ top: 111px; left: 428px; }
#location_15{ top: 211px; left: 429px; }
#location_16{ top: 200px; left: 473px; }
#location_17{ top:  16px; left: 752px; }


.canceled {
	text-decoration: line-through;
}