@CHARSET "ISO-8859-1";
#banner {
	margin-bottom: -37px;
}
#partners_box {
	float: left;
	width: 354px;
	color: #000;
}
#partners_top_left {
	float: left;
	width: 23px;
	height: 23px;
	background: url(../images/tl_oranje.png);
}
#partners_top_center {
	float: left;
	width: 308px;
	height: 23px;
	background: #f18e00;
}
#partners_top_right {
	float: left;
	width: 23px;
	height: 23px;
	background: url(../images/tr_oranje.png);
}
#partners_center {
	float: left;
	width: 308px;
	padding: 0 23px;
	background: #f18e00;
}
#partners_bottom_left {
	float: left;
	width: 23px;
	height: 23px;
	background: url(../images/bl_oranje.png);
}
#partners_bottom_center {
	float: left;
	width: 308px;
	height: 23px;
	background: #f18e00;
}
#partners_bottom_right {
	float: left;
	width: 23px;
	height: 23px;
	background: url(../images/br_oranje.png);
}
#partners_box h2, #partners_box a {
	color: #fff;
}

#selected_box {
	float: left;
	width: 474px;
	margin-left: 28px;
}
#selected_top_left {
	float: left;
	width: 23px;
	height: 23px;
	background: url(../images/tl_wit.png);
}
#selected_top_center {
	float: left;
	width: 428px;
	height: 23px;
	background: #fff;
}
#selected_top_right {
	float: left;
	width: 23px;
	height: 23px;
	background: url(../images/tr_wit.png);
}
#selected_center {
	float: left;
	background: #fff;
	padding: 0 23px;
	width: 428px;
}
#selected_bottom_left {
	float: left;
	width: 23px;
	height: 23px;
	background: url(../images/bl_wit.png);
}
#selected_bottom_center {
	float: left;
	width: 428px;
	height: 23px;
	background: #fff;
}
#selected_bottom_right {
	float: left;
	width: 23px;
	height: 23px;
	background: url(../images/br_wit.png);
}

#image1, #image2 {
	float: left;
	width: 200px;
	height: 150px;
	background: #888;
	margin: 0 0 1em 0;
	position: relative;
}
#image2 {
	float: right;
}
#image1 img, #image2 img {
	position: absolute;
	left: 0;
	top: 0;
}
p {
	clear: both;
}

dl {
	margin: 0;
	padding: 0;
	font-size: 1.1em;
}
dt, dd {
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
}
dt {
	margin-top: 1em;
}

h2 {
	font-size: 24px;
	font-weight: normal;
}
