/* CSS/XHTML RESET */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, 
strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
form, label, table, caption,  tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-family: "Trebuchet MS", Arial;
	font-size: 13px;
	color: #454444;
}

small {
	background: transparent;
	font-family: "Trebuchet MS", Arial;
	color: #454444;
}

ol, ul {
	list-style-type: none;
	padding: 20px 25px;
	line-height: 22px;
}

li {
	padding: 0px 22px;
	background: url(../images/template/bull.gif) left 9px no-repeat;
}

li a {
	text-decoration: none;
}

li a:hover {
	text-decoration: underline;
}

li ul {
	padding: 0px 15px;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: none;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

table {
}

/* OPMAAK */

h1 {
	margin: 0;
	font-size: 30px;
	line-height: 30px;
}

h3 {
	color: #98010a;
}

.highlight {
	color: #98010a;
	font-weight: bold;
}

p {
	margin: 16px 0;
	line-height: 22px;
	font-style: normal;
}

a {
	color: #454444;
	font-weight: normal;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

/* FRAMEWORK */

html, body {
}

body {
	background: url(../images/template/bg_body.gif) top center no-repeat;
}

#container {
	position: relative;
	width: 100%;
	padding-bottom: 96px;
}

#wrapper {
	width: 979px;
	height: auto;
	position: relative;
	margin: 0 auto;
	background: #fff url(../images/template/bg_wrapper.jpg) top no-repeat;
}

#wrapper:after {
	clear: both;
	display: block;
	font: 1px/0px serif;
	content: ".";
	height: 0;
	visibility: hidden;
}

#site {
	width: 939px;
	height: auto;
	position: relative;
	margin: 0 20px 0 20px;
	padding-bottom: 15px;
}

#footer {
	width: 100%;
	height: 97px;
	position: absolute;
	bottom: 0px !important;
	bottom: -1px;
	left: 0;
	background: url(../images/template/bg_footer.jpg) bottom center no-repeat;
}

/* OVERIGE OPBOUW */

#top {
	width: 939px;
	height: 128px;
	float: left;
	text-align: center;
}

#top img {
	width: 266px;
	height: 48px;
	margin-top: 40px;
}

#top #topnav {
	width: 200px;
	height: 15px;
	position: absolute;
	right: 5px;
	top: 10px;
	font-size: 11px;
	line-height: 15px;
	text-align: right;
	word-spacing: 1px;
	color: #ab575a;
}

#top #topnav a {
	font-size: 11px;
	word-spacing: 0;
	color: #8c0106;
	text-decoration: none;
}

#top #topnav a:hover {
	text-decoration: underline;
}

#header {
	width: 939px;
	height: 251px;
	float: left;
}

.zoeken {
	width: 466px;
	height: 251px;
	float: left;
	position: relative;
	background: url(../images/template/bg_header_zoeken.jpg) no-repeat;
}

.zoeken .filter {
	width: 415px;
	height: auto;
	position: absolute;
	top: 135px;
	left: 26px;
}

.zoeken .filter td {
	line-height: 23px;
}

.zoeken .filter strong {
	font-weight: bold;
	color: #fff;
}

.zoeken .filter .aankomst, .zoeken .filter select {
	width: 95px;
	height: 20px;
	margin-right: 16px;
	font-size: 11px;
	font-style: italic;
}

.zoeken .filter .aankomst {
	height: 16px;
	cursor: pointer;
}

.zoeken .filter .zoekknop {
	width: 76px;
	height: 23px;
	background: url(../images/template/button_zoekknop.jpg) no-repeat;
	border: none;
	outline: none;
	cursor: pointer;
}

.sfeer1 {
	width: 137px;
	height: 251px;
	float: left;
	background: url(../images/template/bg_header_sfeer1.jpg) no-repeat;
}

.sfeer2 {
	width: 336px;
	height: 251px;
	float: left;
	background: url(../images/template/bg_header_sfeer2.jpg) no-repeat;
}

#menu {
	width: 939px;
	height: 47px;
	float: left;
	background: url(../images/template/bg_menu.jpg) repeat-x;
}

.item {
	width: auto;
	height: 47px;
	position: relative;
	float: left;
	margin-right: 8px;
}

.item a {
	width: auto;
	line-height: 47px;
	display: block;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	color: #98010a;
	padding: 0 15px;
}

.item a:hover {
	text-decoration: underline;
}

.item_actief {
	width: auto;
	height: 47px;
	position: relative;
	float: left;
	margin-right: 8px;
	background: url(../images/template/bg_button_menu_rechts.jpg) right top no-repeat;
	z-index: 1;
}

.item_actief a {
	width: auto;
	line-height: 47px;
	display: block;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	color: #98010a;
	padding: 0 25px;
	background: url(../images/template/bg_button_menu_links.jpg) left top no-repeat;
	z-index: 2;
}

.item_actief a:hover {
	cursor: pointer;
}

.img_right {
	float: right;
	padding-left: 20px;
	padding-bottom: 10px;
}

.img_mail {
	margin-bottom: -1px;
}
.vanaftot {
	width: 20px;
	height: 18px;
	position: relative;
	float: left;
	display: inline-block;
	line-height: 19px !important;
}

#content {
	position: relative;
	float: left;
	width: 939px;
	height: auto;
	margin-top: 35px;
	padding: 0px;
}

.footer {
	width: 979px;
	height: 97px;
	position: relative;
	margin: 0 auto;
	line-height: 97px;
	color: #b6b6b6;
	text-align: center;
	font-size: 11px;
}

.footer a {
	color: #b6b6b6;
	font-size: 11px;
}

.footer a.intern {
	text-decoration: none;
}
