* {
	margin: 0;
	padding: 0;
}

body {
	background: white;
	color: #3E3E3E;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	vertical-align: middle;
	height: 100%;
}

img {
	border: none;
}

a {
	color: #FF6699;
	outline: none 0px;
}

a:hover {
	color: #2B73BF;
}

.clear {
	clear: both;
}

#page {
	width: 971px;
	height: 100%;
	margin: 0 auto;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
}

#header {
	width: 971px;
	height: 204px;
}

#header #logo {
	float: left;
	margin-top: 28px;
}

#header #infoBox {
	float: right;
	height: 33px;
	overflow: hidden;
	font-family: "Futura Medium", "Futura LT Medium", "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: 700;
	line-height: 33px;
	margin-top: 20px;
}

#header #infoBox #dateInfo {
	float: left;
	width: 130px;
	height: 33px;
	text-align: center;
}

#header #infoBox #weatherInfo {
	float: left;
	width: 105px;
	height: 33px;
	border-left: 1px solid #3E3E3E;
	border-right: 1px solid #3E3E3E;
	text-align: center;
}

#header #infoBox #trafficInfo {
	float: left;
	width: 95px;
	height: 33px;
	text-align: center;
}

#header #infoBox #weatherInfo img {
	margin-right: 5px;
	vertical-align: middle;
}

#header #infoBox #trafficInfo img {
	margin-right: 10px;
	vertical-align: middle;
}

#header #tabs {
	height: 28px;
	display: block;
	float: right;
	margin: 0;
	margin-top: 28px;
	margin-right: 5px;
	overflow: hidden;
}

#header #tabs ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: auto;
	position: relative;
	display: block;
	color: white;
	text-align: center;
}

#header #tabs ul li {
	width: 136px;
	height: 26px;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	padding-left: 5px;
	background-image: url('../images/tab.png');
	background-repeat: no-repeat;
	cursor: pointer;
}

#header #tabs ul li a {
	width: 126px;
	height: 26px;
	line-height: 26px;
	display: block;
	color: white;
	font-weight: 700;
	font-size: 11px;
	text-decoration: none;
	outline: none 0px;
}

#header #searchPanel {
	float: right;
	width: 971px;
	height: 95px;
	position: relative;
	background: transparent url('../images/search_panel.png') repeat-x left top;
	z-index: 105;
}

#header #searchPanel .inputPane {
	float: left;
	display: block;
	width: 250px;
	height: 96px;
	overflow: hidden;
	margin-left: 22px;
}

#header #searchPanel .inputPane.waar {
	margin-left: 303px;
}

#header #searchPanel .inputPane label {
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 700;
	display: block;
	float: left;
	margin-top: 10px;
	margin-left: 8px;
	margin-bottom: 5px;
	white-space: nowrap;
}

#header #searchPanel .inputPane label .small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	font-weight: normal;
	padding-left: 5px;
}

#header #searchPanel .inputPane input[type="text"] {
	background-color: transparent;
	border: none 0px;
	outline: none 0px;
	color: #3E3E3E;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 31px;
	width: 234px;
	vertical-align: middle;
	margin-top: 2px;
}

#header #searchPanel .inputPane .inputField {
	background: url('../images/search_box_bg.png') repeat-x left top;
	border: 0;
	height: 34px;
	width: 234px;
	float: left;
	display: block;
	z-index: 100;
}

#header #searchPanel .inputPane .inputCapLeft {
	clear: both;
	float: left;
	display: block;
	background: url('../images/search_box_cap_left.png') no-repeat left top;
	border: 0;
	height: 34px;
	width: 8px;
	z-index: 100;
}

#header #searchPanel .inputPane .inputCapRight {
	float: left;
	display: block;
	background: url('../images/search_box_cap_right.png') no-repeat right top;
	border: 0;
	height: 34px;
	width: 8px;
	z-index: 100;
}

#header #searchPanel .inputPane .inputField .yui-ac-container {
	position: absolute;
	top: 1.6em;
	width: 234px;
}

#header #searchPanel .inputPane .inputField .yui-ac-content {
	position: absolute;
	width: 100%;
	border: 1px solid #3E3E3E;
	background: white;
	overflow: hidden;
	z-index: 9050;
}

#header #searchPanel .inputPane .inputField .yui-ac-shadow {
	position: absolute;
	margin: 1px;
	width: 100%;
	background: white;
	-moz-opacity: .10;
	opacity: .10;
	filter: alpha(opacity=10);
	z-index: 9049;
}

#header #searchPanel .inputPane .inputField .yui-ac iframe {
	opacity: 0;
	filter: alpha(opacity=0);
	padding-right: 1px;
	padding-bottom: 1px;
}

#header #searchPanel .inputPane .inputField .yui-ac-content ul {
	margin: 0;
	padding: 0;
	width: 100%;
}

#header #searchPanel .inputPane .inputField .yui-ac-content li {
	margin: 0;
	padding: 2px 5px;
	cursor: default;
	white-space: normal;
	list-style: none;
	zoom: 1;
}

#header #searchPanel .inputPane .inputField .yui-ac-content li.yui-ac-prehighlight {
	background: #FF6699;
}

#header #searchPanel .inputPane .inputField .yui-ac-content li.yui-ac-highlight {
	background: #2B73BF;
	color: white;
}

#header #searchPanel .inputPane .inputField .yui-ac-content li .match {
	font-weight: bold;
}

#header #searchPanel .searchButtonPane {
	float: left;
	width: 110px;
	height: 50px;
	margin-left: 22px;
	padding-top: 32px;
	padding-left: 10px;
	outline: none 0px;
}

#filterPanel {
	clear: both;
	width: 971px;
	height: 60px;
	margin: 0px;
	position: relative;
	background: url('../images/filter_panel_bg.png') repeat-x left top;
	z-index: 104;
}

#filterPanel .leftEdge {
	background: white url('../images/filter_panel_left.png') no-repeat left top;
	float: left;
	display: block;
	height: 60px;
	width: 10px;
}

#filterPanel .rightEdge {
	background: white url('../images/filter_panel_right.png') no-repeat right top;
	float: right;
	display: block;
	height: 60px;
	width: 10px;
}

#filterPanel .resultsPane {
	float: left;
	display: block;
	width: 280px;
	margin-top: 20px;
	overflow: hidden;
	font-size: 12px;
	font-weight: 700;
	text-decoration: underline;
	color: #3E3E3E;
}

#filterPanel .resultsPane em {
	font-size: 12px;
	font-weight: 700;
	font-style: normal;
	color: #FF6699;
	text-decoration: underline;
}

#filterPanel .inputPane {
	float: left;
	display: block;
	width: 270px;
	height: 47px;
	margin-left: 3px;
	margin-top: 13px;
}

#filterPanel .inputPane .comboField {
	background: url('../images/filter_box_slider.png') no-repeat right top;
	border: 0;
	position: relative;
	z-index: 100;
}

#filterPanel .inputPane .comboField .comboWrap {
	background: url('../images/filter_box_cap.png') no-repeat left top;
	height: 47px;
	padding: 16px 0px 0px 20px;
}

#filterPanel .inputPane .comboField .comboWrap .dropDownArrow {
	position: absolute;
	left: 232px;
	top: 12px;
	cursor: pointer;
}

#filterPanel .inputPane .comboField .comboWrap .yuimenu {
	font-size: 100%;
	top: 42px;
	left: 10px;
}

#filterPanel .inputPane .comboField .comboWrap .yuimenu h6 {
	font-size: 12px;
	color: #2B73BF;
}

#filterPanel .inputPane .comboField .comboWrap .yuimenu em {
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	color: #FF6699;
}

#filterPanel .inputPane .comboField .comboWrap .yuimenu .bd {
	overflow: hidden;
}

#filterPanel .inputPane .comboField .comboWrap .yuimenu .bd ul li a.yuimenuitemlabel {
	color: #3E3E3E;
	white-space: normal;
}

#filterPanel .inputPane .comboField .comboWrap .yuimenu .bd ul li.yuimenuitem-selected,
#filterPanel .inputPane .comboField .comboWrap .yuimenu .bd ul li a.yuimenuitemlabel-selected {
	background: #2B73BF;
	color: white;
}

#filterPanel #optionPane {
	width: 360px;
	height: 40px;
	margin-left: 20px;
	padding-top: 20px;
	font-size: 12px;
	color: #3E3E3E;
	float: left;
	display: block;
	overflow: hidden;
}

#filterPanel #optionPane em {
	color: #FF6699;
	font-weight: 700;
	font-style: normal;
}

#filterPanel #optionPane .underline {
	text-decoration: underline;
}

#filterPanel #optionPane .checked {
	background: transparent url('../images/check_selected.png') no-repeat left top;
	display: block;
	float: left;
	clear: left;
	padding: 0 5px 0 0;
	width: 14px;
	height: 15px;
	cursor: pointer;
}

#filterPanel #optionPane .unchecked {
	background: transparent url('../images/check_unselected.png') no-repeat left top;
	display: block;
	float: left;
	clear: left;
	padding: 0 5px 0 0;
	width: 14px;
	height: 15px;
	cursor: pointer;
}

#filterPanel #optionPane .optionText {
	display: block;
	float: left;
	width: 340px;
	overflow: hidden;
}

.boxTitle {
	width: 100%;
	height: 29px;
	text-align: center;
	overflow: hidden;
}

.boxTitle h1 {
	color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	line-height: 28px;
	display: block;
}

.boxContent {
	clear: both;
	overflow: hidden;
	padding: 0px 15px 20px 15px;
	background-color: transparent;
}

#backLink {
	margin-top: 5px;
}

#content {
	clear: both;
	width: 971px;
	height: 100%;
	min-height: 400px;
	padding: 15px 0px 0px 0px;
	overflow: hidden;
}

#content #upperPart {
	overflow: hidden;
}

#content #menuBox,
#content #rubriekenBox {
	clear: both;
	display: block;
	float: left;
	width: 206px;
	background: transparent url('../images/small_box_top_bg.png') no-repeat left top;
	overflow: hidden;
}

#content #menuBox #menuBoxInner,
#content #rubriekenBox #rubriekenBoxInner {
	background: transparent url('../images/small_box_bottom_bg.png') no-repeat left bottom;
	overflow: hidden;
}

#content #menuBox .boxContent ul,
#content #rubriekenBox .boxContent ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#content #rubriekenBox .boxContent ul li {
	color: #2B73BF;
	line-height: 36px;
}

#content #rubriekenBox .boxContent ul li a {
	text-decoration: none;
}

#content #menuBox .boxContent ul li {
	color: #2B73BF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 24px;
}

#content #menuBox .boxContent ul li a {
	color: #FF6699;
	text-decoration: none;
}

#content #menuBox .boxContent ul li a:hover {
	color: #2B73BF;
}

#content #menuBox .boxContent ul li.active a {
	color: #2B73BF;
}

#content #menuBox .boxContent ul li.active a:hover {
	text-decoration: underline;
}

#content #menuBox .boxContent ul li.submenu {
	font-size: 11px;
	padding-left: 20px;
	color: #2B73BF;
}

#content #menuBox .boxContent ul li.submenu.active {
	text-decoration: underline;
}

#content #menuBox .boxContent ul li.submenu a {
	color: #2B73BF;
	text-decoration: none;
}

#content #menuBox .boxContent ul li.submenu a:hover {
	color: #2B73BF;
	text-decoration: underline;
}


#content #introBox {
	display: block;
	float: right;
	width: 740px;
	min-height: 299px;
	background: transparent url('../images/foto.png') no-repeat right top;
	overflow: hidden;
}

#content #textBox {
	display: block;
	float: left;
	width: 550px;
	margin-left: 25px;
	min-height: 299px;
	overflow: hidden;
}

#content #textBox ul {
	list-style-position: outside;
	margin-left: 20px;
	margin-bottom: 10px;
	margin-top: -10px;
	line-height: 18px;
}

#content #introBox h1,
#content #textBox h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 700;
	color: #2B73BF;
	margin-bottom: 20px;
}

#content #introBox h2,
#content #textBox h2 {
	font-size: 12px;
	font-weight: 700;
	color: #FF6699;
	margin-top: 15px;
	margin-bottom: 10px;
}

#content #introBox h3,
#content #textBox h3 {
	font-size: 12px;
	font-weight: 700;
	color: #2B73BF;
	margin-top: 15px;
	margin-bottom: 10px;
}

#content #introBox p,
#content #textBox p {
	margin-bottom: 20px;
	line-height: 18px;
	width: 540px;
}

#content #textBox p.footer {
	font-size: 10px;
	color: #666666;
}

#content #textBox p.footer a {
	text-decoration: underline;
	color: #666666;
}

#content #textBox p.footer a:hover {
	color: #2B73BF
}

#content #rightPart {
	width: 170px;
	float: right;
	overflow: hidden;
}

#content #rightPart #picture {
	margin-bottom: 10px;
	float: right;
}

#content #lowerPart {
	margin-top: 30px;
	clear: both;
	overflow: hidden;
}

#content #newsBox {
	clear: both;
	display: block;
	float: left;
	width: 300px;
	background: transparent url('../images/medium_box_top_bg.png') no-repeat left top;
	overflow: hidden;
}

#content #newsBox .boxTitle h1 {
	padding-right: 35px;
}

#content #newsBox .boxTitle h1 span {
	background: transparent url('../images/rss.png') no-repeat 10px 7px;
	position: absolute;
	width: 28px;
	height: 25px;
}

#content #newsBox #newsBoxInner {
	height: 250px;
	background: transparent url('../images/medium_box_bottom_bg.png') no-repeat left bottom;
	overflow: hidden;
}

#content #newsBox .boxContent ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#content #newsBox .boxContent ul li {
	color: #2B73BF;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 12px;
	margin-bottom: 12px;
	background: transparent url('../images/pijl.png') no-repeat left 2px;
	padding-left: 25px;
	line-height: 14px;
}

#content #spotlightBox {
	display: block;
	float: right;
	width: 652px;
	background: transparent url('../images/wide_box_top_bg.png') no-repeat left top;
	overflow: hidden;
}

#content #spotlightBox #spotlightBoxInner {
	height: 250px;
	background: transparent url('../images/wide_box_bottom_bg.png') no-repeat left bottom;
	overflow: hidden;
}

#content #spotlightBox .boxTitle {
	width: 450px;
	float: left;
}

#content #spotlightBox .topLink {
	height: 29px;
	font-size: 11px;
	font-weight: 700;
	font-style: italic;
	color: white;
	line-height: 29px;
	float: left;
}

#content #spotlightBox .topLink a {
	text-decoration: none;
	color: white;
}

#content #spotlightBox .topLink a:hover {
	color: #FF6699;
}

#content #spotlightBox .boxTitle h1 {
	padding-right: 35px;
	padding-left: 90px;
}

#content #spotlightBox .boxTitle h1 span {
	background: transparent url('../images/spotlight.png') no-repeat 11px 4px;
	position: absolute;
	width: 35px;
	height: 29px;
}

#content #spotlightBox .boxContent {
	padding: 8px 9px 0px 9px;
}

#content #spotlightBox .boxContent ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
}

#content #spotlightBox .boxContent ul li {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 3px;
	padding-bottom: 3px;
}

#content #spotlightBox .boxContent ul li a {
	text-decoration: none;
}

#content #spotlightBox .boxContent ul li img {
	float: left;
}

#content #spotlightBoxSmall {
	width: 170px;
	background: transparent url('../images/tiny_box_top_bg.png') no-repeat left top;
	overflow: hidden;
}

#content #spotlightBoxSmall #spotlightBoxSmallInner {
	background: transparent url('../images/tiny_box_bottom_bg.png') no-repeat left bottom;
	overflow: hidden;
}

#content #spotlightBoxSmall .boxContent {
	padding: 10px 25px 10px 25px;
}

#content #spotlightBoxSmall .boxContent ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
}

#content #spotlightBoxSmall .boxContent ul li {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	padding-top: 3px;
	padding-bottom: 3px;
}

#content #spotlightBoxSmall .boxContent ul li a {
	text-decoration: none;
}

#content #spotlightBoxSmall .boxContent ul li img {
	float: left;
}

#content #addresses {
	display: block;
	float: left;
	width: 625px;
	padding-left: 0px;
}

#content #addresses .addressBox {
	display: block;
	float: left;
	width: 581px;
	border: 1px solid #D5D5D5;
	background: transparent url('../images/address_box_bg.png') repeat-y left top;
	margin-bottom: 12px;
	padding-left: 25px;
	padding-right: 17px;
	padding-top: 17px;
	padding-bottom: 10px;
	overflow: hidden;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#content #addresses .addressBox.customer {
	border: 1px solid #2B73BF;
}

#content #addresses .addressBox.customer2 {
	border: 1px solid #FF6699;
}

#content #addresses .addressBox .addressInfo {
	display: block;
	float: left;
	width: 360px;
	overflow: hidden;
	line-height: 16px;
}

#content #addresses .addressBox .addressInfo .marker {
	display: block;
	float: left;
	padding-right: 5px;
}

#content #addresses .addressBox .addressInfo h5 {
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
	color: #2B73BF;
	line-height: 20px;
}

#content #addresses .addressBox .addressInfo h5 a {
	text-decoration: none;
	color: #2B73BF;
}

#content #addresses .addressBox .addressInfo h5 a:hover {
	color: #FF6699;
}

#content #addresses .addressBox .addressInfo .infoText ul,
#content #addresses .addressBox .addressInfo .infoText ol {
	margin-left: 40px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#content #addresses .addressBox .addressInfo .more {
	color: #FF6699;
	font-size: 11px;
}

#content #addresses .addressBox .addressInfo .more a {
	text-decoration: none;
	color: #FF6699;
}

#content #addresses .addressBox .addressInfo .more a:hover {
	color: #2B73BF;
}

#content #addresses .addressBox .addressInfo p {
	clear: both;
	padding-top: 5px;
}

#content #addresses .addressBox .addressInfo p.sector {
	font-size: 10px;
	font-style: italic;
	padding-top: 10px;
}

#content #addresses .addressBox .addressInfo ul {
	margin: 0;
	padding: 0;
	padding-top: 5px;
	list-style: none;
	width: auto;
}

#content #addresses .addressBox .addressInfo ul li {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	padding-left: 5px;
	padding-right: 5px;
	border-left: 1px solid #FF6699;
}

#content #addresses .addressBox .addressInfo ul li:first-child {
	border: 0;
	padding-left: 0px;
}

#content #addresses .addressBox .addressInfo ul li:last-child {
	padding-right: 0px;
}

#content #addresses .addressBox .addressInfo ul li a {
	text-decoration: underline;
	color: #FF6699;
	font-weight: normal;
	cursor: pointer;
}

#content #addresses .addressBox .addressInfo ul li a:hover {
	color: #2B73BF;
}

#content #addresses .addressBox .pic {
	display: block;
	float: right;
	width: 210px;
	overflow: hidden;
}

#content #addresses .addressBox .pic img {
	display: block;
	float: right;
	overflow: hidden;
}

#content #addresses #links {
	clear: both;
	height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF6699;
	display: table;
	margin: 0 auto;
	margin-top: 20px;
	overflow: hidden;
}

#content #addresses #links ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#content #addresses #links li {
	display: inline;
	float: left;
	margin: 0;
	padding: 0;
	padding-left: 5px;
	padding-right: 5px;
}

#content #addresses #links li strong {
	color: #2B73BF;
	font-weight: 700;
}

#content #addresses #links ul li a {
	text-decoration: none;
	color: #FF6699;
}

#content #addresses #links ul li a:hover {
	color: #2B73BF;
}

#content #mapLinks {
	display: block;
	float:right;
	width: 336px;
	height: 100%;
	padding-right: 0px;
}

#content #mapLinks.nopadding {
	padding-right: 0;
}

#content #mapLinks #map {
	width: 336px;
	height: 310px;
}

#content #mapLinks #buttons {
	width: 334px;
	overflow: hidden;
	border: 1px solid #D5D5D5;
	margin-top: 15px;
	padding: 4px 0px 4px 0px;
}

#content #mapLinks #buttons.nomap {
	margin-top: 0px;
}

#content #mapLinks #buttons ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
}

#content #mapLinks #buttons ul li {
	display: block;
	float: left;
	margin: 0;
	padding: 4px 0px 4px 11px;
}

#content #mapLinks #buttons ul li a {
	text-decoration: none;
}

#content #mapLinks #buttons ul li img {
	float: left;
}

#content #mapLinks #adsense {
	width: 336px;
	margin-top: 15px;
}

#content #mapLinks #adsense.nomap {
	margin-top: 0px;
}

#content #map .mapInfo {
	font-size: 11px;
}

#content #info {
	display: block;
	float: left;
	width: 581px;
	border: 1px solid #D5D5D5;
	background: transparent url('../images/address_box_bg.png') repeat-y left top;
	/*margin-bottom: 12px;*/
	padding-left: 25px;
	padding-right: 17px;
	padding-top: 17px;
	padding-bottom: 10px;
	overflow: hidden;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#content #info #addressInfo {
	display: block;
	float: left;
	width: 360px;
	overflow: hidden;
	line-height: 16px;
}

#content #info #addressInfo h5 {
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
	color: #2B73BF;
	line-height: 20px;
	margin-bottom: 5px;
}

#content #info #addressInfo a {
	text-decoration: none;
	color: #FF6699;
}

#content #info #addressInfo a:hover {
	color: #2B73BF;
}

#content #info #addressInfo label {
	display: block;
	float: left;
	width: 60px;
}

#content #info #addressInfo ul {
	margin: 0;
	padding: 0;
	padding-top: 5px;
	list-style: none;
	width: auto;
}

#content #info #addressInfo ul li {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	padding-left: 5px;
	padding-right: 5px;
	border-left: 1px solid #FF6699;
}

#content #info #addressInfo ul li:first-child {
	border: 0;
	padding-left: 0px;
}

#content #info #addressInfo ul li:last-child {
	padding-right: 0px;
}

#content #info #addressInfo ul li a {
	text-decoration: underline;
	color: #FF6699;
	font-weight: normal;
	cursor: pointer;
}

#content #info #addressInfo ul li a:hover {
	color: #2B73BF;
}

#content #info #pic {
	display: block;
	float: right;
	width: 210px;
	overflow: hidden;
}

#content #info #pic img {
	display: block;
	float: right;
	overflow: hidden;
}

#content #info #otherInfo {
	clear: both;
	padding-top: 20px;
	width: 581px;
}

#content #info #otherInfo h6 {
	font-weight: normal;
	font-size: 11px;
	color: #2B73BF;
}

#content #info #otherInfo #infoTextBox {
	width: 569px;
	min-height: 376px;
	border: 1px solid #3E3E3E;
	padding: 10px 5px 10px 5px;
	margin-top: 5px;
}

#content #info #otherInfo #infoTextBox #infoText ul,
#content #info #otherInfo #infoTextBox #infoText ol {
	margin-left: 20px;
	margin-top: 10px;
}

#content #info #otherInfo #infoTextBox #infoText ul:first-child,
#content #info #otherInfo #infoTextBox #infoText ol:first-child {
	margin-top: 0;
}

#content #info #otherInfo #infoTextBox #infoText p {
	margin-top: 10px;
}

#content #info #otherInfo #infoTextBox #infoText p:first-child {
	margin-top: 0;
}

#content #info #otherInfo #infoTextBox #thumbnails {
	clear: both;
	padding-top: 5px;
	width: 569px;
	overflow: hidden;
}

#content #info #otherInfo #infoTextBox #thumbnails .thumbnail {
	margin: 0px;
	display: inline;
	float: left
}

#content #info #otherInfo #infoTextBox #thumbnails.size_1 .thumbnail {
	width: 110px;
	height: 110px;
}

#content #info #otherInfo #infoTextBox #thumbnails.size_2 .thumbnail {
	width: 135px;
	height: 135px;
}

#content #info #otherInfo #infoTextBox #thumbnails.size_3 .thumbnail {
	width: 160px;
	height: 160px;
}

#content #info #otherInfo #infoTextBox #thumbnails.size_4 .thumbnail {
	width: 185px;
	height: 185px;
}

#content #info #otherInfo #infoTextBox #thumbnails.size_5 .thumbnail {
	width: 210px;
	height: 210px;
}

#content #info #otherInfo #infoTextBox #thumbnails.size_6 .thumbnail {
	width: 235px;
	height: 235px;
}

#content #info #otherInfo #infoTextBox #thumbnails .thumbnail table {
	width: 100%;
	height: 100%;
	background-color: transparent;
}

#content #info #otherInfo #infoTextBox #thumbnails .thumbnail table tbody tr {
	background-color: transparent;
	text-align: center;
	vertical-align: middle;
}

#content #info #sectorInfo p {
	font-size: 10px;
	font-style: italic;
	margin-top: 10px;
}

#content #info #sectorInfo p em {
	font-weight: 700;
}

#content #rubriek {
	display: block;
	float: right;
	width: 740px;
	overflow: hidden;
}

#content #rubriek h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: 700;
	color: #2B73BF;
}

#content #rubriek h2 {
	font-size: 12px;
	font-weight: 700;
	color: #2B73BF;
}

#content #rubriek h1 em {
	font-style: normal;
	font-weight: 700;
	color: #2B73BF;
}

#content #rubriek em {
	font-style: italic;
	font-weight: normal;
}

#content #rubriek strong {
	font-weight: 700;
	color: #2B73BF;
}

#content #rubriek div {
	margin-top: 10px;
	margin-bottom: 10px;
	overflow: hidden;
}

#content #rubriek div.more {
	margin: 0;
}

#content #rubriek div.rest {
	margin: 0;
	display: none;
}

#content #rubriek .section {
	width: 240px;
	display: block;
	float: left;
	padding-right: 6px;
}

#content #rubriek .section .newLetter {
	margin-bottom: 15px;
	margin-top: 0;
}

#content #rubriek .section .more a {
	font-size: 11px;
	color: #FF6699;
	text-decoration: none;
	font-style: italic;
}

#content #rubriek .section .more a:hover {
	color: #2B73BF;
}

#content #rubriek .section ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#content #rubriek .section ul li a {
	text-decoration: none;
}

#bottomLinks {
	clear: both;
	height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	display: table;
	margin: 0 auto;
	margin-top: 20px;
}

#bottomLinks ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#bottomLinks ul li {
	display: inline;
	float: left;
	margin: 0;
	padding: 0;
	padding-left: 5px;
	padding-right: 5px;
	border-left: 1px solid #FF6699;
}

#bottomLinks ul li:first-child {
	border: 0;
	padding-left: 0px;
}

#bottomLinks ul li:last-child {
	padding-right: 0px;
}

#bottomLinks ul li a {
	text-decoration: none;
}

#footer {
	clear: both;
	width: 971px;
	height: 20px;
	margin-top: 5px;
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: 12px;
	overflow: hidden;
	text-align: center;
}

#footer em {
	color: #FF6699;
}

#formulier p,
#mailer p,
#smsSender p{
	height: 20px;
	margin-bottom: 10px;
}

#formulier p.bericht,
#mailer p.bericht {
	height: auto;
}

#formulier p.mv {
	margin-bottom: 0px;
}

#formulier label,
#mailer label {
	width: 120px;
	padding-right: 5px;
	padding-top: 2px;
	text-align: right;
	display: block;
	float: left;
}

#smsSender label {
	width: 155px;
	padding-right: 5px;
	padding-top: 2px;
	text-align: right;
	display: block;
	float: left;
}

#formulier label.nopadding,
#mailer label.nopadding {
	padding-top: 0px;
}

#formulier em,
#formulier #formAdresAan {
	font-style: normal;
	font-weight: normal;
	color: #FF6699;
}

#formulier #formAdresAan {
	display: block;
	float: left;
	width: 250px;
}

#formulier input[type="text"],
#mailer input[type="text"] {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 250px;
}

#smsSender input[type="text"] {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 60px;
}

#formulier input[type="image"],
#mailer input[type="image"],
#smsSender input[type="image"] {
	float: right;
}

#formulier select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 254px;
}

#formulier textarea,
#mailer textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 250px;
	resize: none;
}

#formulier input[type="checkbox"],
#formulier input[type="radio"],
#mailer input[type="checkbox"] {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#locatie {
	width: 500px;
	height: 520px;
	padding: 15px 30px 15px 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	overflow: hidden;
	background-color: white;
}

#locatie #headerBox {
	width: 500px;
	height: 30px;
}

#locatie h1 {
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #3E3E3E;
}

#locatie h1 strong {
	font-weight: 700;
	color: #2B73BF;
}

#locatie .box {
	width: 499px;
	height: 38px;
	border-left: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
	margin-top: 10px;
	background: transparent url('../images/route_input_mask.png') no-repeat right top;
}

#locatie .box label {
	color: #2B73BF;
	font-size: 12px;
	font-weight: 700;
	width: 100px;
	text-align: right;
	display: block;
	float: left;
	padding-top: 14px;
	padding-right: 25px;
}

#locatie .box input[type="text"] {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 11px;
	margin-top: 12px;
	width: 343px;
	height: 18px;
	border: none 0px;
	outline: none 0px;
	color: #3E3E3E;
	padding-left: 5px;
	padding-right: 5px;
}

#locatie #buttonsBox {
	width: 500px;
	height: 25px;
	margin-top: 5px;
	overflow: hidden;
	background: transparent url('../images/plan_route_marker.png') no-repeat 333px top;
}

#locatie #buttonsBox #reverse {
	display: block;
	float: left;
	width: 200px;
	height: 20px;
	padding-top: 5px;
	padding-left: 20px;
}

#locatie #buttonsBox input[type="image"] {
	float: right;
}

#locatie #buttonsBox #reverse a {
	text-decoration: none;
	color: #FF6699;
}

#locatie #buttonsBox #reverse a:hover {
	color: #2B73BF;
}

#locatie #bigMap {
	margin-top: 20px;
	width: 500px;
	height: 330px;
}

.veryWideBox {
	width: 971px;
	background: transparent url('../images/very_wide_box_top_bg.png') no-repeat left top;
	overflow: hidden;
}

.veryWideBox .veryWideBoxInner {
	background: transparent url('../images/very_wide_box_bottom_bg.png') no-repeat left bottom;
	min-height: 400px;
	overflow: hidden;
}

.veryWideBox .veryWideBoxInner > div {
	height: 100%;
	overflow: hidden;
	width: 944px;
	padding: 20px 15px 20px 15px;
}

.veryWideBox .veryWideBoxInner div h1 {
	font-size: 14px;
	font-weight: 700;
	color: #2B73BF;
	margin-bottom: 20px;
}

.veryWideBox .veryWideBoxInner div h2 {
	font-size: 12px;
	font-weight: 700;
	color: #FF6699;
	margin-top: 15px;
	margin-bottom: 10px;
}

.veryWideBox .veryWideBoxInner div h3 {
	font-size: 12px;
	font-weight: 700;
	color: #2B73BF;
	margin-top: 15px;
	margin-bottom: 10px;
}

.veryWideBox .veryWideBoxInner div h4 {
	font-size: 12px;
	font-weight: 700;
	color: #2B73BF;
	margin-top: 15px;
	margin-bottom: 10px;
}

.veryWideBox .veryWideBoxInner div p {
	margin-bottom: 20px;
}

.veryWideBox .veryWideBoxInner div p.small {
	font-size: 10px;
}

.veryWideBox .veryWideBoxInner div p.italic {
	font-style: italic;
}

.veryWideBox .veryWideBoxInner div .linkItalic {
	font-style: italic;
	font-size: 12px;
	font-weight: 700;
}

.veryWideBox .veryWideBoxInner div .linkItalic a {
	text-decoration: none;
}

.veryWideBox .veryWideBoxInner div p.topborder {
	margin: 0;
	border: 0;
	border-top: 1px dotted #3E3E3E;
}

.veryWideBox .veryWideBoxInner div ul {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
}

.veryWideBox .veryWideBoxInner div div.left {
	clear: both;
	float: left;
	width: 660px;
	padding: 0;
	margin-top: 10px;
	overflow: hidden;
}

.veryWideBox .veryWideBoxInner div div.left #map {
	display: inline;
	float: left;
	height: 348px;
	width: 350px;
	margin: 0;
	padding: 0;
}

.veryWideBox .veryWideBoxInner div div.left #infBox {
	display: inline;
	float: left;
	width: 290px;
	margin: 0;
	margin-left: 10px;
	padding: 0;
}

.veryWideBox .veryWideBoxInner div div.right {
	float: right;
	width: 241px;
	padding: 10px 12px 10px 12px;
	margin-top: 10px;
	overflow: hidden;
	background-color: #D0E0F9;
	border: 1px solid #3E3E3E;
}

.veryWideBox .veryWideBoxInner div div.right p {
	clear: both;
	margin: 0;
	padding-top: 15px;
}

.veryWideBox .veryWideBoxInner div div.right span.tag1 {
	clear: both;
	display: inline;
	float: left;
	width: 90px;
	font-weight: 700;
}

.veryWideBox .veryWideBoxInner div div.right span.tag2 {
	display: inline;
	float: left;
	width: 145px;
}

#content #boxMsg {
	color: #FF6699;
}

#content #boxMsg em {
	color: #2B73BF;
	font-style: normal;
}

#content #boxMsg p {
	margin-bottom: 10px;
}

#content #boxMsg ul {
	list-style: none;
	margin-left: 0;
}

#content #boxMsg ul li {
	line-height: 25px;
}

#content #boxMsg .column {
	float: left;
	display: block;
	width: 299px;
	padding: 0;
	padding-right: 15px;
}


#betalenBedankt {
	font-family: "Myriad Pro", "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
	font-size: 18px;
	line-height: 30px;
	color: #474747;
	text-align: center;
}

#betalenBedankt h1 {
	font-size: 42px;
	font-weight: 400;
	color: #004b99;
	line-height: auto;
}

#betalenBedankt h2 {
	font-size: 31px;
	font-weight: 400;
	color: #1484c8;
	line-height: auto;
}

#betalenBedankt div {
	padding: 0;
	width: auto;
}

#betalenBedankt p {
	margin-top: 1em;
	margin-bottom: 1em;
}
