html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var, b, u, i, center, dl, dt, dd,
fieldset, form, label, legend, caption, tbody, tfoot, thead, tr, th {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 24px;
}
ol, ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
ul.search {
	margin-bottom: 25px;
}
ul li {
	width: auto; height: auto;
	position: relative;
	padding-left: 22px;
	line-height: 25px;
	list-style: none;
	background: url(../images/template/li_klein.gif) 1px 1px no-repeat;
}
ul li.sitemap {
	height: auto;
}
ul li.search {
	height: 25px;
}
ul li ul li {
	padding-left: 22px;
	list-style: none;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: none;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
h1 {
	height: 30px;
	margin: 0px 0px 20px 0px;
	line-height: 30px;
	text-transform: uppercase;
}
h2 {
	height: 24px; width: auto;
	position: relative;
	margin: 0px 0px 12px 0px;
	padding: 0px;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	color: #ea0e16;
}
h3 {
	height: 22px; width: auto;
	position: relative;
	margin: 0px 0px 13px 0px;
	padding: 0px; 
	font-size: 12px;
	color: #ea0e16;
}
h4 {
	height: 30px;
	margin: 0px 0px 14px 0px;
	line-height: 30px;
	text-transform: uppercase;
}
p {
	margin: 0px 0px 24px 0px;
	line-height: 24px;
	font-style: normal;
}
a {
	color: #217599;
	font-weight: normal;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
td {
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 24px;
}
html, body {
	height: 100%;
}
body {
	background: #fff;
}

/* MAIN CLASSES */

.no_mg {
	margin: 0px !important;
}
.lb {
	width: 6px; height: 6px;
	position: absolute;
	left: 0px; top: 0px;
	background: url(../images/template/lb.png) left top no-repeat;
	z-index: 500;
}
.rb {
	width: 6px; height: 6px;
	position: absolute;
	right: 0px; top: 0px;
	background: url(../images/template/rb.png) left top no-repeat;
	z-index: 500;
}

/* MAIN CSS */

#container {
	width: 100%; height: 100%; 
	height: auto !important; 
	min-height: 100%;
	position: absolute;
	left: 0px; top: 0px;
	background: url(../images/template/bg_container.gif) left top repeat-x #217599;
	z-index: 1;
}
#site {
	width: 1000px; height: auto;
	position: relative;
	margin: 0 auto;
	padding-bottom: 72px;
	background: #fff;
	z-index: 3;
}
#site:after {
	clear: both;
	display: block;
	font: 1px/0px serif;
	content: ".";
	height: 0;
	visibility: hidden;
}
#header {
	width: 1000px; height: 130px;
	position: relative;
	background: url(../images/template/bg_header.gif) 343px 16px no-repeat;
	z-index: 5;
}
#languages {
	width: 82px; height: 37px;
	position: absolute;
	right: 16px;
	top: 0px;
	z-index: 10;
}
#language {
	width: 82px; height: 37px;
	position: relative;
	border: none;
	background: none;
}
input#language_input {
	width: 43px; height: 17px;
	padding: 10px 0px 10px 39px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #383838;
	border: 0;
	cursor: pointer;
	background: url(../images/template/select_en.gif) left top no-repeat;
}
input#language_input.nederlands {
	background: url(../images/template/select_nl.gif) 0px 0px no-repeat;
}
input#language_input.english {
	background: url(../images/template/select_en.gif) 0px 0px no-repeat;
}
input#language_input.deutsch {
	background: url(../images/template/select_de.gif) 0px 0px no-repeat;
}
input#language_input.francais {
	background: url(../images/template/select_fr.gif) 0px 0px no-repeat;
}
div#language_container {
	position: absolute;
	width: 82px !important;
	top: 28px; left: 0;
	padding-bottom: 5px;
	background: url(../images/template/select_bottom.png) left bottom no-repeat;
	z-index: 1500;
}
div#language_container ul {
	padding: 13px 0px 0px 0px;
	list-style: none;
	background: url(../images/template/select_middle.gif) left top repeat-y;
}
div#language_container ul li {
	height: 24px;
	padding: 0 0 0 39px;
	margin: 0px !important;
	line-height: 24px;
	cursor: pointer;
	font-size: 11px;
	list-style: none;
	color: #b2b2b2;
}
div#language_container ul li#nederlands {
	background: url(../images/template/flag_nl.gif) 35px 5px no-repeat;
}
div#language_container ul li#english {
	background: url(../images/template/flag_en.gif) 35px 5px no-repeat;
}
div#language_container ul li#deutsch {
	background: url(../images/template/flag_de.gif) 35px 5px no-repeat;
}
div#language_container ul li#francais {
	background: url(../images/template/flag_fr.gif) 35px 5px no-repeat;
}
div#language_container ul li:hover {
	color: #a51c3d;
}
#logo {
	width: 264px; height: 58px;
	position: absolute;
	left: 49px; top: 36px;
}
#weer_ouddorp {
	width: auto; height: auto;
	position: absolute;
	right: 255px; top: 7px;
}
#weer_ouddorp iframe {
	padding-left: 30px;
	font-family: Arial, Helvetica, sans-serif;
}
#weer_ouddorp a {
	position: absolute;
	right: -70px; top: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
#main {
	width: 1000px; height: auto;
	position: relative;
	z-index: 4;
}
#left {
	width: 344px; height: auto;
	position: relative;
	float: left;
	z-index: 10;
}
#menu {
	width: 344px; height: auto;
	position: relative;
	min-height: 276px;
}
#menu .menu_item {
	width: 334px; height: 33px;
	position: relative;
	float: right;
	z-index: 15;
}
#menu .menu_item a {
	width: 257px; height: 33px;
	position: relative;
	float: right;
	margin-right: -10px;
	padding-right: 77px;
	display: block;
	line-height: 33px;
	text-align: right;
	text-decoration: none;
	font-size: 14px;
	color: #373737;
	background: url(../images/template/bg_menu.gif) left bottom no-repeat;
}
#menu .menu_item a.no_bg {
	background: none;
}
#menu .menu_item a:hover, #menu .menu_item.hover a {
	color: #ffffff;
	background: url(../images/template/bg_menu_roll.png) right top no-repeat;
}
.menu_item .submenu {
	width: 206px; height: auto;
	position: absolute;
	left: 334px; top: -7px;
	display: none;
}
.submenu .submenu_top {
	width: 206px; height: 14px;
	position: relative;
	background: url(../images/template/submenu_top.png) left top no-repeat;
}
.submenu .submenu_content {
	width: 206px; height: auto;
	position: relative;
	padding-bottom: 14px;
	background: url(../images/template/submenu_bottom.png) left bottom no-repeat;
}
.submenu .submenu_content:after {
	clear: both;
	display: block;
	font: 1px/0px serif;
	content: ".";
	height: 0;
	visibility: hidden;
}
#menu .menu_item .submenu .submenu_content a {
	width: 175px; height: 28px;
	position: relative;
	float: left;
	padding: 0px 0px 0px 31px;
	margin: 0px;
	display: block;
	text-decoration: none;
	line-height: 28px;
	text-align: left;
	font-size: 12px;
	color: #fff;
	background: #ea0e16;
}
#menu .menu_item .submenu .submenu_content a:hover {
	background: #227699;
}
#kids {
	width: 344px; height: auto;
	position: relative;
	margin-bottom: 19px;
}
#search {
	width: 314px; height: 29px;
	position: relative;
	padding-left: 30px;
	margin: 25px 0px 45px 0px;
}
#search .search_input {
	width: 249px; height: 29px;
	position: relative;
	float: left;
	margin-right: 5px;
	background: url(../images/template/input_search.gif) left top no-repeat;
}
#search .search_input input {
	width: 221px; height: 18px;
	position: relative;
	padding: 6px 14px 5px 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #999999;
	border: none;
	background: none;
}
#search .search_button {
	width: 29px; height: 29px;
	position: relative;
	float: left;
	background: url(../images/template/btn_zoeken.gif) left top no-repeat;
}
#search .search_button input {
	width: 29px; height: 29px;
	position: relative;
	cursor: pointer;
	border: none;
	background: none;
}
#btn_online_boeken {
	width: 310px; height: 74px;
	position: relative;
	margin-bottom: 45px;
	padding: 6px 0px 0px 34px;
}
#filmpresentatie {
	width: 310px; height: 74px;
	position: relative;
	margin-bottom: 45px;
	padding: 6px 0px 0px 34px;
	background: url(../images/template/line_left.gif) left bottom no-repeat;
}
#laatste_nieuws {
	width: 299px; height: 74px;
	position: relative;
	margin-bottom: 45px;
	padding: 0px 0px 0px 45px;
	background: url(../images/template/line_left.gif) left bottom no-repeat;
}
#logos {
	width: 344px; height: auto;
	position: relative;
}
#logos a.logo {
	width: 180px; height: 44px;
	position: relative;
	float: left;
	margin: 0px 88px 22px 76px;
}
#logos span.line_left {
	width: 344px; height: 1px;
	position: relative;
	float: left;
	display: block;
	margin-bottom: 26px;
	background: url(../images/template/line_left.gif) left top no-repeat;
}
#banners {
	width: 283px; height: auto;
	position: relative;
	padding: 0px 31px 0px 30px;
}
#banners .banner {
	width: 283px; height: auto;
	position: relative;
}
#right {
	width: 641px; height: auto;
	position: relative;
	float: left;
	padding: 0px 15px 0px 0px;
	z-index: 9;
}
#slider {
	width: 641px; height: 276px;
	position: relative;
	overflow: hidden;
	z-index: 9;
}
#slider_container {
	width: 10000px; height: 276px;
	position: absolute;
	left: 0px;
	top: 0px;
}
#slider_container img {
	float: left;
}
#slider #next {
	width: 18px; height: 18px;
	position: absolute;
	right: 16px; bottom: 26px;
	cursor: pointer;
	display: none;
	background: url(../images/template/next.png) left top no-repeat;
}
#slider #previous {
	width: 18px; height: 18px;
	position: absolute;
	right: 37px; bottom: 26px;
	cursor: pointer;
	display: none;
	background: url(../images/template/prev.png) left top no-repeat;
}
#cycle {
	z-index: 10;
}
#cycle img {
	width: 641px; height: 271px; 
}
#nav {
	width: auto; height: auto;
	position: absolute ;
	right: 10px; top: 15px;
	z-index: 100;
}
#nav a {
	width: 15px; height: 15px;
	position: relative;
	float: left;
	display: block;
	margin-right: 6px;
	text-indent: -999999px;
	background: url(../images/template/slider-circle.png) left top no-repeat
}
#nav a.activeSlide {
	background: url(../images/template/slider-circle.png) 0px -15px no-repeat
}
#highlights {
	width: 641px; height: 88px;
	position: relative;
	padding: 23px 0px 12px 0px;
}
#highlights a.highlight {
	width: 314px; height: 88px;
	position: relative;
	float: left;
	margin-right: 13px;
}
#content {
	width: 627px; height: auto;
	position: relative;
	padding: 28px 29px 77px 0px;
	z-index: 15;
}
#text {
	width: 603px; height: auto;
	position: relative;
	padding: 0px 11px 27px 0px;
}
#footer {
	width: 100%; height: 72px;
	position: absolute;
	bottom: 0px !important;
	left: 0; bottom: -1px; 
	z-index: 3;
	background: #227699;
}
#footer_content {
	width: 632px; height: 72px;
	position: relative;
	margin: 0 auto;
	padding-left: 368px;
	line-height: 72px;
	font-size: 11px;
	color: #7aadc2;
}
#footer_content a {
	text-decoration: none;
	font-size: 11px;
	color: #7aadc2;
}
#footer_content a:hover {
	text-decoration: underline;
}
#tabel p, #tabel h2, #tabel h3{
	margin:0;
	padding:0;
}
#tabel p, #tabel ul, #tabel a {
	margin-bottom:20px;
	font-size:12px;
}
#tabel td{
	font-size:10px;
	vertical-align:top;
	line-height:15px;
}
#tabel td{
	font-size:12px;
}
td.veld{
	width:100px;
	padding-right:30px;
}
td.tarieven{
	width:100px;
}
tr.even{
	padding-bottom:30px;
	/*background-color:#CCCCCC;*/
}
.inschrijven_message {
	padding: 0px 0px 13px 127px;
	display: none;
}
.ingeschreven {
	display: none;
}
#boeken {
	width: 627px; height: 2100px;
	position: relative;
	overflow: hidden;
}
