/* ++++++++++++++++++++ RESET TAGS +++++++++++++++++++++ */
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,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
		margin: 0;
		padding: 0;
		border: 0;
		outline: 0;
		font-weight: inherit;
		font-style: inherit;
		font-size: 100%;
		font-family: inherit;
		vertical-align: baseline;
}
ul { list-style: none; }
table { border-collapse: collapse; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
th, td { vertical-align:top; }
img { display:block; border:none; }
input, textarea, select { font-family:Arial, Helvetica, sans-serif; }
a {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
/* ++++++++++++++++++++ End RESET TAGS ++++++++++++++++++++ */

/* ++++++++++++++++++++ GLOBAL DEFINITIONS +++++++++++++++++++++ */
h1 { 
	margin:0 0 15px 0;
	font-weight:bold; 
	font-size:2em; 
}
h1.concept {
	display:block;
	text-indent:-9999px;
	width:551px;
	height:42px;
	background-image: url(../assets/images/heading-concept.jpg);
	background-repeat: no-repeat;
	margin-top: 8px;
	margin-bottom: -5px;
	margin-left: -2px;
}
h1.menu {
	display:block;
	text-indent:-9999px;
	width:551px;
	height:42px;
	background-image: url(../assets/images/heading-menu.jpg);
	background-repeat: no-repeat;
	margin-top: 8px;
	margin-bottom: -5px;
	margin-left: -2px;
}
h1.contact {
	display:block;
	text-indent:-9999px;
	width:551px;
	height:42px;
	background-image: url(../assets/images/heading-contact.jpg);
	background-repeat: no-repeat;
	margin-top: 8px;
	margin-bottom: -5px;
	margin-left: -2px;
}
h1.kids {
	display:block;
	text-indent:-9999px;
	width:551px;
	height:42px;
	background-image: url(../assets/images/heading-kids.jpg);
	background-repeat: no-repeat;
	margin-top: 8px;
	margin-bottom: -5px;
	margin-left: -2px;
}
h1.foto {
	display:block;
	text-indent:-9999px;
	width:551px;
	height:42px;
	background-image: url(../assets/images/heading-foto.jpg);
	background-repeat: no-repeat;
	margin-top: 8px;
	margin-bottom: -5px;
	margin-left: -2px;
}
h1.reserveer {
	display:block;
	text-indent:-9999px;
	width:551px;
	height:42px;
	background-image: url(../assets/images/heading-reserveer.jpg);
	background-repeat: no-repeat;
	margin-bottom: -5px;
	margin-top: 8px;
	margin-left: -2px;
}
p, li, label {
	font-size: 12px;
	color:#000000;
}
	p a, 
	li a {
	font-size: 12px;
	color:#000000;
	text-decoration:underline;
}
a:hover {
	color: #999999;
	text-decoration: none;
}
strong {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#main-col p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	margin-left: 2px;
	margin-right: 16px;
}
.bullets {
	padding-top: 0;
	padding-right: 7px;
	padding-bottom: 0;
	padding-left: 0px;
	display: inline;
	clear: none;
	margin-bottom: -3px;
	margin-left: -3px;
}
img.links {
	text-align: left;
	display: inline;
	margin-left: 10px;
}
	
/* ++++++++++++++++++++ GLOBAL LAYOUT +++++++++++++++++++++ */
.hidden { display:block; visibility:hidden; position:absolute; left:-9999em; }
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:62.5%;
	margin-top: 20px;	
}
html {
	background-image: url(../assets/images/bg.jpg);
	background-position:center bottom;
	background-repeat:no-repeat;
}
#container {
	width:924px;
	min-height:auto;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../assets/images/sideborders.jpg);
	background-repeat: repeat-y;
}
#header {
	width:924px;
	overflow:hidden;
	height: 107px;
}
#bottom {
	width:924px;
	margin-bottom:326px;
}
#content {
	width:924px;
}
#content #nav-col {
	width:240px;
	float:left;
	margin-left:45px;
	height: 700px;
}
#content #main-col {
	width:551px;
	float:left;
	margin-left: 35px;
}
#openingstijden {
	width:240px;
	float:left;
	background-image: url(../assets/images/open.jpg);
	height: 360px;
	margin-top: 40px;
}
#openingstijden p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 17px;
	margin-left: 10px;
	margin-right: 16px;
	margin-top: 70px;
	font-weight: bold;
}
	
/* ++++++++++++++++++++ MENU +++++++++++++++++++++ */

#nav-col ul {
	width:240px;
}
#nav-col li {
	display:inline;
}
#nav-col li a {
	float:left;
	display:block;
	text-indent:-9999px;
	height:13px;
	margin-left:-10px;
}
#nav-col li.button-concept a {width:240px; height:40px; display:block; background-image: url(../assets/images/menu-concept.jpg); background-repeat: no-repeat;outline:none;}
#nav-col li.button-concept:hover a { background-position:0 -40px; }
#nav-col li.button-menu a {width:240px; height:40px; display:block; background-image: url(../assets/images/menu-menu.jpg); background-repeat: no-repeat;outline:none; }
#nav-col li.button-menu:hover a { background-position:0 -40px; }
#nav-col li.button-foto a {width:240px; height:40px; display:block; background-image: url(../assets/images/menu-foto.jpg); background-repeat: no-repeat;outline:none; }
#nav-col li.button-foto:hover a { background-position:0 -40px; }
#nav-col li.button-kids a {width:240px; height:40px; display:block; background-image: url(../assets/images/menu-kids.jpg); background-repeat: no-repeat;outline:none; }
#nav-col li.button-kids:hover a { background-position:0 -40px; }
#nav-col li.button-contact a {width:240px; height:40px; display:block; background-image: url(../assets/images/menu-contact.jpg); background-repeat: no-repeat;outline:none; }
#nav-col li.button-contact:hover a { background-position:0 -40px; }
#nav-col li.button-reserveer a {width:240px; height:40px; display:block; background-image: url(../assets/images/menu-reserveer.jpg); background-repeat: no-repeat;outline:none; }
#nav-col li.button-reserveer:hover a { background-position:0 -40px; }

#nav-col li.button-concept-actief {width:240px; height:40px; display:block; background-image: url(../assets/images/menu-concept.jpg); background-repeat: no-repeat;outline:none; background-position:0 -40px;}
#nav-col li.button-menu-actief {width:240px; height:40px; display:block; background-image: url(../assets/images/menu-menu.jpg); background-repeat: no-repeat;outline:none; background-position:0 -40px;}
#nav-col li.button-foto-actief {width:240px; height:40px; display:block; background-image: url(../assets/images/menu-foto.jpg); background-repeat: no-repeat;outline:none; background-position:0 -40px;}
#nav-col li. button-kids-actief {width:240px; height:40px; display:block; background-image: url(../assets/images/menu-kids.jpg); background-repeat: no-repeat;outline:none; background-position:0 -40px;}
#nav-col li.button-contact-actief {width:240px; height:40px; display:block; background-image: url(../assets/images/menu-contact.jpg); background-repeat: no-repeat;outline:none; background-position:0 -40px;}
#nav-col li.button-reserveer-actief {width:240px; height:40px; display:block; background-image: url(../assets/images/menu-reserveer.jpg); background-repeat: no-repeat;outline:none; background-position:0 -40px;}

#nav-col a.button-english {
	display:block;
	text-indent:-9999px;
	width:240px;
	height:34px;
	background-image: url(../assets/images/btn-english.jpg);
	background-repeat: no-repeat;
	margin-top: 50px;
}
#nav-col a.button-english:hover {
	background-position:0 -34px;
}
#nav-col a.button-ned {
	display:block;
	text-indent:-9999px;
	width:240px;
	height:34px;
	background-image: url(../assets/images/btn-dutch.jpg);
	background-repeat: no-repeat;
	margin-top: 50px;
}
#nav-col a.button-ned:hover {
	background-position:0 -34px;
}
#main-col a.button-vorige {
	display:block;
	text-indent:-9999px;
	width:120px;
	height:24px;
	background-image: url(../assets/images/btn-vorige.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	float: left;
	margin-top: 15px;
}
#main-col a.button-vorige:hover {
	background-position:0px -24px;
}
#main-col a.button-volgende {
	display:block;
	text-indent:-9999px;
	width:110px;
	height:24px;
	background-image: url(../assets/images/btn-volgende.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	float: right;
	margin-top: 15px;
}
#main-col a.button-volgende:hover {
	background-position:0px -24px;
}
#main-col a.button-reserveren {
	display:block;
	text-indent:-9999px;
	width:551px;
	height:164px;
	background-image: url(../assets/images/reserveren.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	margin-top: 15px;
}

/* ++++++++++++++++++++ FORM DEFINITIONS +++++++++++++++++++++ */
form {
	width:551px;
	overflow:hidden;
	margin-bottom:0px;
}
form br {
	clear:both;
}
#errortekst {
	display:block;
	float:left;
	width:126px;
	font-family: Arial, Helvetica, sans-serif;
	color: #990000;
	font-size: 12px;
	clear: none;
	margin-top: 5px;
	margin-left: 5px;
}
label {
	display:block;
	float:left;
	width:126px;
	margin-bottom:10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-left: 5px;
}
input, select {
	float:left;
	margin-bottom:14px;
	padding:2px;
	font-size:12px;
	color:#000;
	border:0;
}
input.large {
	width:260px;
	border: 1px solid #000000;
	background-color:#F7F7F7;
}
input.error {
	width:260px;
	border: 1px solid #990000;
	background-color:#FFECE9;
}
.horizontal {
	float:left;
	width: 290px;
	margin-top: 5px;
}
.horizontal2 {
	float:left;
	width: 290px;
	margin-left: 126px;
}
.horizontal label {
	width:auto;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 5px;
}
.horizontal2 label {
	width:auto;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 10px;
}

input.radio {
	padding:0;
	margin:0;
	background-color:transparent;
}
input.submit {
	float:right;
	margin:0;
	padding:0;
	background-color:transparent;
}
input.checkbox {
	padding:0;
	margin:0;
	background-color:transparent;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
}
td.prijzen{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	text-align: right;
}
