@charset "UTF-8";
/* CSS Document */

@import url(http://fonts.googleapis.com/css?family=Yanone+Kaffeesatz:400,200&subset=latin-ext);
@import url(http://fonts.googleapis.com/css?family=Neuton:300);

/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
	background: #FDF8F2;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
	text-decoration: none;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

/* END OF CSS RESET */

/* NAVIGATION */

#navigation {
	width: 980px;
	height: 100px;
	margin: 0 auto 0 auto;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-weight: 400;
	font-size: 1.5em;
}

nav { float: right; border-left: solid 1px #CCC; }

nav li { float: left; }

nav a {
	display: block;
	position: relative;
	height: 100px;
	padding: 0 30px;
	line-height: 100px;
	text-align: center;
	border-right: solid 1px #CCC;
	color: #FF4500;
}

nav a:hover { background: #FF4500; color: #FFF; }

nav a.active {
	position: relative;
	z-index: 1;
}

nav a.active:before{
	position: absolute;
	z-index: -1;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 5px;
	content: "";
	background-color: #FF4500;
}

/* END OF NAVIGATION */

.infobox {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	max-width: 980px;
	margin: 10px auto 0 auto;
	line-height: 1.2;
}

.infobox .col {
	flex: 1;
	margin-left: 10px;
	padding: 5px;
	background: #FF4500;
}

.infobox .col:first-child { margin-left: 0 !important; }

.infobox p { margin: 5px; color: #FFE3D9; font-weight: 300; font-family: 'Neuton', serif; }
.infobox h1 { margin: 5px; color: #FFF6F2; font-weight: 400; font-size: 1.5em; text-transform:uppercase; font-family: 'Yanone Kaffeesatz', sans-serif; }

.content {
	width: 980px;
	margin: 10px auto 20px auto;
	line-height: 1.2;
}

.content p { margin: 5px; color: #FF4500; font-weight: 300; font-size: 1.2em; font-family: 'Neuton', serif; }
.content h1 { margin: 5px; color: #731F00; font-weight: 400; font-size: 2.5em; text-transform:uppercase; font-family: 'Yanone Kaffeesatz', sans-serif; }

.reserveren {
	width: 980px;
	margin: 10px auto 20px auto;
	line-height: 1.2;
	background: #FECC35;
}

.reserveren p { margin: 5px 5px 0 5px; color: #FF4500; font-weight: 300; font-size: 1.2em; font-family: 'Neuton', serif; }
.reserveren h1 { margin: 5px; color: #731F00; font-weight: 400; font-size: 2.5em; text-transform:uppercase; font-family: 'Yanone Kaffeesatz', sans-serif; }
.reserveren form { margin: 10px; padding: 10px 0; }

.footerwrapper { width: 100%; background-color: #000; }

.footerbox {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	width: 980px;
	margin: 10px auto 0 auto;
	line-height: 1.2;
	background: #000;
}

.footerbox .col {
	flex: 1;
	margin-left: 10px;
	padding: 5px;
}

.footerbox .col:first-child { margin-left: 0 !important; }

.footerbox li { margin: 5px; color: #FFE3D9; font-weight: 300; font-family: 'Neuton', serif; list-style:none; }
.footerbox h1 { margin: 5px; color: #FECC35; font-weight: 400; font-size: 1.5em; text-transform:uppercase; font-family: 'Yanone Kaffeesatz', sans-serif; }

.credits {
	width: 980px;
	margin: 5px auto;
	font-family: 'Yanone Kaffeesatz', sans-serif; font-weight: 200; color: #CCC;
}