@CHARSET "ISO-8859-1";

/*============================================================
RESET CSS
==============================================================*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td, hr, iframe {  
	    margin:0; 
	    padding:0;
	    outline: none;
	    border: none; 
	} 
	table { 
	    border-collapse:collapse; 
	    border-spacing:0; 
	} 
	fieldset,img, hr {  
	    border:0; 
	} 
	address,caption,cite,code,dfn,em,strong,th,var { 
	    font-style:normal; 
	    font-weight:normal; 
	} 
	ol,ul { 
	    list-style:none; 
	} 
	caption,th { 
	    text-align:left; 
	} 
	h1,h2,h3,h4,h5,h6 { 
	    font-size:100%; 
	    font-weight:normal; 
	} 
	q:before,q:after { 
	    content:''; 
	} 
	abbr,acronym { border:0; 
	}

a {
	outline: none;
	border: none;
}

p {
	font-size: 12px;
	line-height: 19px;
}

.red {
	border: 1px solid red !important;
}
/*============================================================
CONTAINERS
==============================================================*/
body {
	background-image: url("pics/layout/bg_page.jpg");
	background-position: 50% 0;
	background-repeat: no-repeat;
	font-family: arial, helvetica, sans-serif;
	height: 1102px;
	color: #462000;
}

#front_container {
	width: 1000px;
	height: 184px;
	margin: 215px auto;
}

#main_container {
	width: 959px;
	/*height: 1102px;*/
	margin: 0 auto;
	position: relative;
}

#header {
	/*width: 959px;*/
	height: 508px;
	/*background-position: 50% 0;*/
	background-repeat: no-repeat;
	position: relative;
	padding: 0 27px;
	/*background-color: #000;*/
}

#header_overlay {
	z-index: 99;
	/*width: 959px;*/
	height: 509px;
	/*background-position: 50% 0;*/
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 0px;
	padding: 0 27px;
}

#menu {
	height: 60px;
	//line-height: 60px;
	border-bottom: 1px solid #d1c8c0;
}

#middenbalk {
	height: 170px;
	margin-top: 15px;
	border-bottom: 1px solid #d1c8c0;
}

#links_container {
	margin: 5px 0 0 5px;
}

/*============================================================
VOORPAGINA
==============================================================*/
#front_container img {
	float: left;
	margin: 0 15px;
}



/*============================================================
HEADER
==============================================================*/
#logo {
	position: absolute;
	left: 26px;
	top: 25px;
}

#top_icons {
	width: 373px;
	height: 66px;
	position: absolute;
	/*right: 28px;*/
	left: 658px;
	top: 22px;
	/*border: 1px solid #f00;*/
}

#top_icons a {
	width: 65px;
	height: 65px;
	display: block;
	background-image: url("pics/layout/icon_empty.png");
	float: left;
	text-align: center;
	line-height: 65px;
	margin: 0 3px 0 0;
	font-family: Arial, helvetica, sans-serif;
	font-size: 23px;
	text-decoration: none;
	color: #462000;
	font-weight: bold;
}

#top_icons a:HOVER {
	background-position: 100%;	
}

#top_icons a.icon_dag_nacht {
	background-image: url("pics/layout/icon_day_night.png");
	text-indent: -9999px;
}

#top_icons a.icon_webcam{
	background-image: url("pics/layout/icon_cam.png");
	text-indent: -9999px;
}

#top_icons a.icon_temp {
	background-image: url("pics/layout/icon_empty.png");
}

#top_icons a.icon_adam {
	background-image: url("pics/layout/icon_adam.png");
	text-indent: -9999px;
}



#header.voorpagina {
	background-image: url("pics/layout/bg_header.jpg");
}
#header.eten_drinken {
	background-image: url("pics/layout/bg_header_eten.jpg");
}
#header.feest_recepties{
	background-image: url("pics/layout/bg_header_6.jpg");
}

#header.fotografie {
	background-image: url("pics/layout/bg_header_4.jpg");
}	

#header.pers {
	background-image: url("pics/layout/bg_pers_grad.png");
	background-repeat:repeat-y;
}

#header.route {
	background-image: none;
	padding: 0;
}

#head_links {
	width: 284px;
	float: left;
	/*margin-left: 28px;*/
	margin-top: 148px;
	padding-top: 12px;
	color: #fff;
	text-align: justify;
	border-top: 1px solid #fff;
}

#head_links.full_width {
	width: 100%;
}

#head_rechts {
	width: 632px;
	float: right;
}

#head_menukaart {
	width: 597px;
	height: 290px;
	/*border: 1px solid #f00;*/
	position: absolute;
	top: 165px;
	left: 340px;
	color: #fff;
}

#head_menukaart h2 {
	font-size: 20px;
	/*font-weight: bold;*/
	margin: 0 0 7px;
}

#menu_kaart_opties {
	width: 610px;
	height: 33px;
	position: absolute;
	top: 115px;
	left: 340px;
}

#menu_kaart_opties ul li {
	float: left;
	margin-right: 12px;
}

#menu_kaart_opties ul li a {
	width: 189px;
	background-image: url("pics/layout/menukaart_button.jpg");
	height: 33px;
	line-height: 33px;
	display: block;
	text-align: center;
	font-family: "Century Gothic", arial, helvetica;
	font-weight: bold;
	font-size: 15px;
	text-decoration: none;
	color: #462000;
}

#menu_kaart_opties ul li a.actief {
	color: #fff;
	background-position: 100%;
}

#menu_kaart_opties ul li a:HOVER {
	color: #ff9237;
}

#menu_kaart_opties ul li a.actief:HOVER {
	color: #fff;
}


.menukaart_table {
	font-size: 12px;
	margin-bottom: 20px;
}

.menukaart_table .gerecht {
	width: 525px;
}

.menukaart_table .euro {
	width: 16px;
}

.menukaart_table tr {
	line-height: 20px;
}

/*kolommen*/
.column {
	width: 281px;
	float: left;
	/*margin: 0 30px 0 0;*/
}

.column_space {
	width: 31px;
	float: left;
	height: 140px;
}


/*============================================================
MENU
==============================================================*/
.menu_list {
	font-family: "Century Gothic", arial, helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	padding: 13px 0 0 0;
	width: 1000px;
	margin-left: -1px;
}

ul.menu_list li {
	float: left;
	width: 150px;
	height: 33px;
	text-align: center;
	margin: 0 12px 0 0;
	line-height: 33px;
}


ul.menu_list li a {
	background-image: url("pics/layout/menu_button.jpg");
	background-position: 100%;
	color: #462000;
	text-decoration: none;
	display: block;
}

ul.menu_list li a.actief {
	background-position: 0%;
	color: #fff;
}

ul.menu_list li a:HOVER {
	color: #ff9237;
}

ul.menu_list li a.actief:HOVER {
	color: #462000;
}

/*============================================================
MIDDENBALK
==============================================================*/
#middenbalk h2 {
	font-family: "Century Gothic", arial, helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}

#mid_links {
	width: 284px;
	float: left;
	margin-left: 28px;
	height: 100%;
}

#mid_rechts { 
	width: 605px;
	float: right;
	margin-right: 28px;
	text-align: justify;
	position: relative;
	height: 100%
}
	
#contactbalk {
	height: 19px;
	line-height: 19px;
	position: absolute;
	bottom: 27px;
	left: 0px;
	font-size: 12px;
}

#contactbalk input[type=text] {
	border: 1px solid #c2c2c2;
	margin: 0 10px;
	height: 17px;
}

#contactbalk input[type=submit] {
	background-image: url("pics/layout/verstuur_button.jpg");
	width: 89px;
	height: 19px;
	display: block;
	text-indent: -9999px;
	border: none;
	float: right;
	margin-right: 60px;
}

#contactbalk input[type=submit]:HOVER {
	background-position: 100%;
}

#middenbalk a {
	color: #462000;
	text-decoration: none;
}

#middenbalk a:HOVER {
	color: #ff9237;
}


/*============================================================
FOTOPAGINA
==============================================================*/
#foto_buttons {
	position: relative;
}

#foto_buttons a {
	width: 285px;
	height: 33px;
	display: block;
	background-image: url("pics/layout/but_fotos.jpg");
	background-position: 100% 0%;
	line-height: 33px;
	text-indent: 10px;
	text-decoration: none;
	color: #462000;
	font-family: "Century Gothic", arial, helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	margin: 0 0 10px 0;
}

.foto_actief {
	width: 285px;
	height: 33px;
	display: block;
	background-image: url("pics/layout/but_fotos.jpg");
	line-height: 33px;
	text-indent: 10px;
	text-decoration: none;
	color: #fff;
	font-family: "Century Gothic", arial, helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	margin: 0 0 10px 0;
}	

#foto_buttons a:HOVER {
	color: #ff9237;
}

.foto_arrows {
	width: 67px;
	height: 33px;
	/*border: 1px solid #f00;*/
	float: right;
	margin-top: 6px;
}

.next_arr, .prev_arr {
	width: 23px;
	height: 22px;
	margin-right: 10px;
	float: left;
}

a.next {
	width: 23px !important;
	height: 22px !important;
	background-image: url("pics/layout/foto_arrows.png") !important;
	margin: 0;
	float: left;
	background-position: 100% 0 !important;
	margin-right: 5px;
	text-indent: -999px !important;
}

a.prev {
	width: 23px !important;
	height: 22px !important;
	background-image: url("pics/layout/foto_arrows.png") !important;
	margin: 0;
	float: left;
	background-position: 0 0 !important;
	text-indent: -999px !important;
}

a.next:ACTIVE {
	background-position: 100% 100% !important;	
}

a.prev:ACTIVE {
	background-position: 0% 100% !important;		
}

a.next:VISITED {
	background-position: 100% 0 !important;	
}	


/*============================================================
ROUTE
==============================================================*/
#map_container {
	width: 100%;
	height: 100%;
	position: absolute;
}

/*============================================================
PERS
==============================================================*/
#pers_side_fotos {
	width: 257px;
	height: 508px;
	position: absolute;
	right: 0px;
	top: 0px;
}

#pers_side_fotos img {
	margin: 0px;
	padding: 0px;
}

#pers_mid {
	width: 360px;
	height: 428px;
	position: absolute;
	left: 324px;
	top: 80px;
}

/*============================================================
LINKS
==============================================================*/
#links_list {
	height: 37px;
	width: 945px;
	margin-left: 27px;
}

#links_list li {
	float: left;
	position: relative;
}

#links_list a {
	height: 37px;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	margin-right: 20px;
}

#links_list a:HOVER {
	background-position: 100%;
}

a.vijf {
	width: 20px;
	background-image: url('pics/layout/link_5.jpg');
}

a.jurlight {
	width: 88px;
	background-image: url('pics/layout/link_jurlights.jpg');
}

a.grolsch {
	width: 40px;
	background-image: url('pics/layout/link_grolsch.jpg');
}

a.twin {
	width: 23px;
	background-image: url('pics/layout/link_twin.jpg');
}

a.molenaar{
	width: 82px;
	background-image: url('pics/layout/link_molenaar.jpg');
}

a.abbeve {
	width: 97px;
	background-image: url('pics/layout/link_abbeve.jpg');
}

a.waasdorp {
	width: 119px;
	background-image: url('pics/layout/link_waasdorp.jpg');
}

a.heemsbergen {
	width: 100px;
	background-image: url('pics/layout/link_heemsbergen.jpg');
}

a.ijsboerke {
	width: 52px;
	background-image: url('pics/layout/link_ijsboerke.jpg');
}

a.clic {
	width: 96px;
	background-image: url('pics/layout/link_clic.jpg');
}


	











