@CHARSET "ISO-8859-1";

#kaart {
	float: left;
	width: 425px;
	height: 350px;
	margin-top: 50px;
	margin-left: 50px;
	position: relative;
}
#kaart_top_left {
	position: absolute;
	top: 0;
	left: 0;
	width: 23px;
	height: 23px;
	background: url(../images/route_top_left.png);
}
#kaart_top_right {
	position: absolute;
	top: 0;
	right: 0;
	width: 23px;
	height: 23px;
	background: url(../images/route_top_right.png);
}
#kaart_bottom_left {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 23px;
	height: 23px;
	background: url(../images/route_bottom_left.png);
}
#kaart_bottom_right {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 23px;
	height: 23px;
	background: url(../images/route_bottom_right.png);
}

#route_box {
	float: left;
	width: 376px;
	margin-left: 35px;
	margin-top: -110px;
}
#route_center {
	float: left;
	width: 330px;
	padding: 0 23px;
	background-color: #fff;
}
#route_bottom_left {
	float: left;
	width: 23px;
	height: 23px;
	background: url(../images/bl_wit.png);
}
#route_bottom_center {
	float: left;
	width: 330px;
	height: 23px;
	background-color: #fff;
}
#route_bottom_right {
	float: left;
	width: 23px;
	height: 23px;
	background: url(../images/br_wit.png);
}

h2 {
	font-size: 24px;
	font-weight: normal;
	margin-bottom: .75em;
}

h3 {
	font-size: 18px;
	font-weight: normal;
	text-decoration: underline;
}

#route_box ul {
	margin: 0 0 1em 15px;
	list-style: disc;
}
