div.destinations {
	float: left;
	margin: 0 15px 15px 0;
}

#hemenboek-images ul,
#hemenboek-plans ul {
	padding: 0;
}

#hemenboek-images ul li,
#hemenboek-plans ul li {
	display: inline;
	margin: 0 15px 15px 0;
	background: none;
	padding: 0;
}

#hemenboek h4 {
	clear: both;
}

/**
 * = Accordeon
 * ----------------------------------------------------------
 */

#accordeon {
	border-bottom: 1px solid #DDD;
}

#accordeon dd {
	background: #FFF;
	padding: 5px;
}

#accordeon dt {
	background: url(../../../core/layout/images/reisdossier/plus.gif) no-repeat 2px 8px;
	padding: 5px 5px 5px 20px;
	cursor: pointer;
	color: #306F94;
	font-family: "Trebuchet MS", Arial, sans-serif;
	border-top: 1px solid #DDD;
	font-size: 12px;
}

#accordeon dt a:link {
	color: #1a3f73;
}

#accordeon dt a:visited {
	color: #306f94 !important;
}

#accordeon dt.selected {
	font-weight: 700;
	text-decoration: none;
	color: #EA6626;
	background: url(../../../core/layout/images/reisdossier/minu.gif) no-repeat 2px 8px;
}

#accordeon dt.selected a {
	color: #EA6626;
}


/**
 * = Links
 * ----------------------------------------------------------
 */

a:link {
	color: #1a3f73;
}

a:visited {
	color: #306f94;
}

a:hover {
	color: black;
}

a:active {
	color: black;
}

/**
 * = Map
 * ----------------------------------------------------------
 */

#map {
	position: relative;
	float: left;
}

#Layer1 {
	position: absolute;
	left: 15px;
	top: 15px;
	width: 462px;
	height: 470px;
	z-index: 1
}

#Layer2 {
	position: absolute;
	left: 18px;
	top: 18px;
	width: 462px;
	height: 470px;
	z-index: 2
}