html {
	height:100%;
	background-color:#f1f0f0;
	overflow-y:scroll
}

body {
	height:100%;
	margin:0;
}





/* site layout */

#main {
	position:relative;
	min-height: 100%;
}
#header {
	height:405px;
}
#footer {
	position:absolute;
	height:121px;
	bottom:0;
	width:100%;
	
	background-image:url(/images/background_footer.gif);
	background-position:bottom left;
	background-repeat:repeat-x;
}
#footerspacer {
	height:121px;
}
#realheader, #content, #realfooter {
	width:940px;
	margin:auto;
	position:relative;
}

#content {
	padding-bottom:20px;
}

#mobilemenu {
	display: none;
}


/* fonts etc. */

body, p, td, li, input, select, option, textarea, label {
	font-size:14px;
	line-height:20px;
	color:#333;
	font-family:Georgia, Times, serif;
	
	-webkit-text-size-adjust: none;
}

h1, h2, h3, h4, h5, h6 {
	color:#333;
	font-family:Gill Sans, Tahoma, sans-serif;
	margin:0px;
	padding:0px;
}

h2 {
	font-size:24px;
	font-weight:bold;
}

h3, h4 {
	font-size:18px;	
}

a {
	color:#175b82;
}
a:hover {
	color:#3399cc !important;
}
a:visited {
	color:#175b82;
}


/* #top */

#top {
	position:absolute !important;
	top:0px;
	left:0px;
	
	width:100% !important;
	height:405px;
}

#top #background {
	position:relative;
	width:100%;
	height:405px;
	background-position:center center;
}
#top #balk {
	position:absolute;
	top:0px;

	width:inherit;
	height:28px;
	
	background-color:#000;
	background-color:rgba(0,0,0,0.5);	
	background-image:url(/images/balk.gif);
}

#top #balk_onder {
	position:absolute;
	bottom:0px;

	width:inherit;
	height:49px;
	
	background-color:#fff;
	background-color:rgba(255,255,255,0.9);	
	background-image:url(/images/balk_onder.gif);
	
	z-index:inherit;
}

#top .bigbg {
	background-size:100% auto;
}
#top .smallbg {
	background-size:auto 100%;
}


/* layout */

.centered {
	margin: 0px auto;
	width:940px;
}

.floatleft {
	display:inline;
	float:left;
}
.floatright {
	display:inline;
	float:right;
}
.clearfix {
	clear:both;
	width:0px;
	height:0px;
	font-size:0;
	padding:0px;
	margin:0px;
}


/* splash */

#splash {
	padding-top:74px;
	margin-left:387px;
	width:200px;
}

#error {
	position:relative;
	padding-top:74px;
	margin-left:287px;
	
	width:400px;
}

a.bigclick {
	display:block;
	text-decoration: none !important;
	cursor:pointer;
}

.welkom {
	color:#333333;
	margin-bottom:30px;
	padding:20px;
}


.welkom h2 {
	height:22px !important;
	line-height:22px !important;
	background-image:url(/images/bullet_taalkeuze.gif);
	background-repeat:no-repeat;
	background-position:top left;

	font-family:Gill Sans, Tahoma, sans-serif;
	font-weight:normal;
	
}
.welkom:hover h2 {	
	background-position:bottom left;
}

.welkom:hover * {
	color:#3399cc;
}

.welkom h2, .welkom h3 {
	padding-left:33px;
	padding-top:0px;
	padding-bottom:0px;
	height:22px !important;
	line-height:22px !important;
	margin:0px !important;
}

.welkom h3 {
	font-family:Georgia, Times, serif;
	font-weight:normal;
	font-style:italic;
	font-size:14px;
	height:22px !important;
}



/* site */


#header {
	position:relative;
	height:365px;
	width:100%;
	z-index:0;
}

#header h1 {
	display:none;
}

#header #logo {
	margin-top:4px;
	margin-left:-40px;
	
	width:254px;
	height:435px;
	
	border:none;
	z-index:inherit;
}

#header #taalkeuze {
	position:absolute;
	top:0px;
	right:0px;
	
	color:#231f20;
	
	height:18px;
	line-height:18px;
}

#header #taalkeuze a.active, #top #taalkeuze a.active:visited {
	color:#fff;
	text-decoration:none;
}

#header #taalkeuze a, #top #taalkeuze a:visited {
	color:#231f20;
}


#header #taalkeuze a:hover {
	color:#fff !important;
}

#site {
	padding-bottom:20px;
}


#content h2 {
	height:39px;
	line-height:39px;
	margin-bottom:31px;
	text-transform:lowercase;
}






pre {
	width:100%;
}

#menu {
	margin-top:65px;
	width:186px;
	padding:0px;
	
	z-index:999;
}

#menu li {
	display:block;
	list-style-type:none;
}

#menu a {	
	display:block;
	font-size: 20px;
	font-family:Gill Sans, Tahoma, sans-serif;
	text-decoration:none;

	width:170px;
	height:30px;
	line-height:30px;

	padding-left:16px;

	overflow:hidden;
	white-space:nowrap;

	background-image:url(/images/bullet_menu.gif);
	background-position:top left;
	background-repeat:no-repeat;
}

#menu, #menu a, #menu a:visited {
	color:#666;
}
#menu a:hover, #menu a.active {
	color:#3399cc;
}
#menu a.active {
	background-position:bottom left;
}

#inhoud {
	width:754px;
	padding:0px;
	padding-bottom: 30px;
}

#menu, #inhoud {
}

/* verschillende kolommen op de homepage */
.kolom_left {
	width:420px;
}

.kolom_left p {
	margin-top:0px;
}


.kolom_right {
	width:180px;
}

.kolom_367 {	
	width: 367px;
}
.kolom_300 {
	width:300px;
}
.kolom_190 {
	width:190px;
}
.kolom_150 {
	width:150px;
}
.kolom_140 {
	width:140px;
}
.kolom_125 {
	width:125px;
}

#footer, #footer * {
	font-family:Gill Sans, Tahoma, sans-serif;
	font-size:14px;
	color:#333;
	text-decoration:none;
}
#footer .kolom_300 * {
	font-size:12px;
}
#footer .kolom_300 a {
	color:#333;
}

#footer .links {
	height:38px;
	width: 320px;
}

#footer .links div {

	height:38px;
	line-height:38px;
	border-right:none;
	border-left:1px solid #d7e472;
	padding-right:none;
	padding-left:20px;
}
#footer .links div:first-child {
	border-right:1px solid #98d02f;
	border-left:none;
	
	padding-left:0px;
	padding-right:20px;
}

#footer .links div:first-child a {
	text-decoration:underline;
}
#footer .links div:first-child a:hover {
	color:#3399cc !important;
}

#footer .links div a:hover {
	color:#333 !important;
}

#footer .links img {
	float:right;
	margin-left:6px;
	margin-top:7px;
}
#footer .links img:first-child {
	float:left;
	margin-left:0px;
	margin-right:10px;
	margin-top:0px;
}

#footer .links a {
	display:block;
	height:38px;
	line-height:38px;
}


#footer .copyright {
	margin-top:3px;
}

#footer .copyright a {
	text-decoration:underline;
}

.top_20 {
	margin-top:20px;
}
.top_25 {
	margin-top:25px;
}
.top_30 {
	margin-top:30px;
}
.top_40 {
	margin-top:40px;
}

/* groen blok op de homepage */
.green {
	background-color:#ccdb29;
	padding:30px 30px 20px 30px;
}

.green h3 {
	margin-bottom:30px;
}

/*
.green a:hover {
	color:#f68620 !important;
}
*/

/* FORMULIER */

form.form {
	margin-top:20px;
}

form.form label {
	display:inline-block;
	width:82px;
	height:37px;
	
	font-weight:bold;
	
	vertical-align:top;
	
}

form.labels_100 label {
	width:100px;
}

form.labels_200 label {
	width:200px;
}


form.form input[type=text], form.form input[type=password], form.form input[type=email], form.form input[type=number] {
	width:253px;
	height:37px;
	
	color:#aaa;
	border:1px solid #c4c4c4;
	background-color:#ffffff;
	margin-bottom:10px;

	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	
	padding-left:12px;
	padding-right:12px;
}
form.form input[type=text]:focus, form.form input[type=password]:focus, form.form input[type=email]:focus, form.form input[type=number]:focus {
	color:#333;
}

form.form select {
	color:#333;
}
form.form textarea {
	width:253px;
	height:253px;

	border:1px solid #c4c4c4;
	background-color:#ffffff;
	margin-bottom:10px;

	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	
	padding:12px;
}


.error {
	color:#c75e05;
}

.width_200 {
	width:200px;
}

.width_300 {
	width:300px;
}


form.form input[type=button] {	
	height:37px;

	border:1px solid #009dcc;
	color:#fff;

	background: #f68620; /*fallback for non-CSS3 browsers*/
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#f6b72c) to(#f57a1c)); /*old webkit*/
    background: -webkit-linear-gradient(#f6b72c, #f57a1c); /*new webkit*/
    background: -moz-linear-gradient(#f6b72c, #f 57a1c); /*gecko*/
    background: -ms-linear-gradient(#f6b72c, #f57a1c); /*IE10*/
    background: -o-linear-gradient(#f6b72c, #f57a1c); /*opera 11.10+*/
    background: linear-gradient(#f6b72c, #f57a1c); /*future CSS3 browsers*/

	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;

	width:auto !important;
	padding-left:19px;
	padding-right:19px;

}

form.form input[type=button]:hover {
	color:#009dcc;
}



form.form select, form.form option {
	height:37px;
	border:1px solid #c4c4c4;
	background-color:#ffffff;

	margin-bottom:10px;

	padding-left:12px;
	padding-right:12px;
}



/* FOTOGALLERIJ */

.foto_stuff {
	margin-bottom:40px;
}
.foto_stuff iframe {
	width:350px;

	background-color:#f1f0f0;
	border:6px solid #fff;

	background-color:#f1f0f0;
	border:4px solid #fff;

	-moz-box-shadow: 0 0 10px 4px #888;
	-webkit-box-shadow: 0 0 10px 4px#888;
	box-shadow: 0 0 10px 4px #888;

}


.foto_container {
	position:relative;
	display:inline;
	float:left;

	width:128px;
	height:128px;
	
	margin-left:28px;
	margin-bottom:28px;


	padding:0px;
	font-size:0px;
	
	text-align:center;
}

.fotos {
	margin-bottom:-60px;
}

.foto {
	position:relative;
	margin:0 auto;
}

.foto img {
	padding:0px;	
	font-size:0px;

	background-color:#f1f0f0;
	border:4px solid #fff;
	-moz-box-shadow: 0 0 10px 4px #888;
	-webkit-box-shadow: 0 0 10px 4px#888;
	box-shadow: 0 0 10px 4px #888;


}


.foto a {
	font-size:0px;
	padding:0px !important;
	margin:0px !important;
}

.foto_container.first {
	margin-left:0px;
}


.foto:hover img {
	border-color:#ccdb28;
}

.foto.active img {
	border-color:#ccdb28;
}

.foto .title_container {
	position:absolute;
	bottom:0px;
	
	width:100%;
}

.foto .title {
	margin:4px;
	padding-top:2px;
	padding-bottom:2px;

	background-color:#000;
	background-color:rgba(0,0,0,0.6);	

	color:#fff;
	text-align:center;
	text-transform:lowercase;
	font-size:16px;
}

.albums {
	padding-top:20px;
}

.fotos h3, .albums h3 {
	margin-top:40px;
	margin-bottom:20px;
	text-transform:lowercase;
}


/* CONTACT */

#googlemap {
	margin-top:48px;
	width:586px;
	height:235px;

	background-color:#f1f0f0;
	border:6px solid #fff;

	-moz-box-shadow: 0 0 10px 4px #888;
	-webkit-box-shadow: 0 0 10px 4px#888;
	box-shadow: 0 0 10px 4px #888;

}

/* MENUS (met gerechten, geen navigatie-items) */

#menus {
	margin-top:-20px;
}

.menu {
	border-top:1px solid #333;
}

.menu h3 {
	height:60px !important;
	line-height:60px !important;

	padding-left:30px;

	background-image:url(/images/bullet_gerechten.gif);
	background-repeat:no-repeat;
	background-position:top left;
	margin-bottom:0px;
}

.menu.first {
	border:none;
}
.menu.active {
}
.menu.active h3 {
	background-position:bottom left;
}

.menu h3:hover {
	background-position:bottom left;
}
.menu a:hover {
	color:red;
}


.menu h4 {
	text-transform:lowercase;
	margin-bottom:10px;
	margin-top:10px;
}

.gerechten {
	width:100%;
	padding:0px;
	margin:0px;
	
	margin-bottom:20px;
}

.gerechten td {
	text-align:right;
	text-transform:lowercase;
}

.gerechten td:first-child {
	text-align:left;
}


/* GUESTBOOK */

.review {
	border-top:1px dotted #333;
	padding-top:10px;
	padding-bottom:10px;
}

.review.unapproved q,
.review.unapproved p,
.review.unapproved strong {
	color:#aaa;
}

.review date {
	display:none;
}
.review q {
	display:block;
	font-style:italic;
	
	margin-bottom:1em;
}
.review strong {
	color:#175b82;
}
.review p {
	padding:0px;
	margin:0px;
}

.review a {
	text-decoration:none;
}

@media only screen and (max-width: 960px) {

	#realheader, #content, #realfooter {
		width:auto;
		padding: 0 20px;
	}
	#header {
		height: 405px;
	}
	
	#header #taalkeuze {
		right:20px;
	}
	
	#header #logo {
		margin-left: -20px;
	}
	
	#top #balk_onder {
		height: 10px;
	}
	
	#menu.floatleft {
		float: none;
		width: auto;
		display: block;
		margin: 0 -20px;
		border-bottom: 1px solid #f39846;
		padding: 5px 20px 10px 225px;
	}
	
	#menu li {
		display: inline-block;
		margin: 0 15px;
	}
	#menu a {
		background: none;
		padding: 0;
		display: inline-block;
		width: auto;
	}
	#menu a.active {
		text-decoration: underline;
	}
	
	#inhoud {
		margin-top: -44px;
		display: block;
		float: none;
		width: auto;
	}
	
	.kolom_left {
		width: 100%;
		padding-right: 260px;
		margin-right: -260px;
		display: block;
		float: left;
		
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.kolom_right {
		display: block;
	}
	
	#googlemap {
		width: auto;
	}
	
	#inhoud #tour {
		width: 100% !important;
		margin-top: 10px;
	}
	
	#footer .kolom_300 {
		display: none;
	}
	
	#splash {
		margin: auto;
	}
}

@media only screen and (max-width: 700px) {

	#top #balk {
		display: none;
	}
	#taalkeuze {
		display: none;
	}
	
	#top #background {
		height: 200px;
	}
	#header {
		height: 205px;
	}
	#menu.floatleft {
		display: none;
	}
	
	#mobilemenu {
		display: block;
		margin: 0 -20px;
		padding: 0 10px 10px;
		position: relative;
		border-bottom: 1px solid #f39846;
	}
	#mobilemenu ul {
		padding: 0; margin: 0;
		height: 40px;
		overflow: hidden;
		
		-webkit-transition: height 0.25s ease-in-out 0s;
		-moz-transition: height 0.25s ease-in-out 0s;
		-ms-transition: height 0.25s ease-in-out 0s;
		transition: height 0.25s ease-in-out 0s;
	}
	#mobilemenu.active ul {
		height: 120px;
	}
	#mobilemenu ul:before,#mobilemenu ul:after { content: " "; display: table; }
	#mobilemenu ul:after { clear: both; }
	#mobilemenu ul { *zoom: 1; }
	#mobilemenu li {
		list-style: none;
		float: left;
		display: block;
		width: 25%;
		padding: 5px 10px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
	}
	#mobilemenu a {
		background: #f39846;
		color: #f7f7f7;
		text-decoration: none;
		font-size: 1.1em;
		display: block;
		text-align: center;
		line-height: 30px;
	}
	#mobilemenu a:hover {
		color: #231f20 !important;
	}
	#mobilemenu a.active {
		background: #ccdb29;
		color: #231f20;
	}
	#mobilemenu #mobilemorecontainer {
		padding: 0 20px;
		position: relative;
	}
	#mobilemenu #mobilemore {
		margin: 5px auto 0;
		background: #74cef4;
		line-height: 25px;
		width: 50%;
	}
	
	#header a {
		display: block;
		width: 254px; height: 200px;
		margin: auto;
		background: url('/images/logo@2x.png') center -105px;
		background-size: 254px 446px;
	}
	#header a img {
		display: none;
	}
	
	#inhoud {
		margin: 0;
	}
	
	#inhoud, #inhoud p, #inhoud td, #inhoud li, #inhoud input, #inhoud select, #inhoud option, #inhoud textarea, #inhoud label {
		font-size: 16px;
		line-height: 22px;
	}
	
	#content h2 {
		margin-bottom: 15px;
	}
	
	.kolom_left {
		width: auto;
		padding: 0;
		margin: 0;
		float: none;
	}
	.kolom_right {
		float: none;
		width: auto;
		padding: 20px;
		margin: 20px -20px 0;
	}
	
	.kolom_367 {
		width: auto;
	}
	
	#inhoud #tour {
		height: 200px;
	}
	
	#footer img.floatleft {
		margin-left: -70px;
		margin-right: -70px;
		float: left;
	}
	
	#footer div.kolom_125, #footer div.kolom_150 {
		float: none;
		display: block;
		margin: 0; padding: 0;
		width: auto !important;
	}
	
	#footer div.floatleft > div {
		display: inline;
		margin: 0 5px;
		white-space: nowrap;
	}
	
	#footer .kolom_125 {
		padding-top: 12px !important;
	}
	
	#footer .notmobile {
		display: none !important;
	}
	
	.foto_container, .foto_container.first {
		margin: 0 auto;
		float: none;
		display: block;
	}
	.foto_container .foto {
		margin: 0 auto;
	}
	
	#splash {
		padding: 10px 0 0;
	}
	#splash .welkom {
		margin-bottom: 0;
	}
	.kolom_right img {
		zposition:relative !important;
		display: block;
		margin:auto !important;
	}

}

@media only screen and (max-width: 500px) {
	.kolom_right img {
		display: none !important;
	}

	#mobilemenu li {
		width: 50%;
	}
	#mobilemenu ul {
		height: 80px;
	}
	#mobilemenu.active ul {
		height: 240px;
	}
	#mobilemenu #mobilemorecontainer {
		padding: 0;
	}
	#mobilemenu #mobilemore {
		margin: 5px 10px 0;
		background: #74cef4;
		line-height: 25px;
		width: auto;
	}

}