html,body {
	font-family: Arial, Helvetica, sans-serif;
	background-color:#fff;
	margin:0;
	padding:0;
  	font-size:12px;
  	color:#333;
  	text-align:center;
	line-height: 18px;
	height:100%;
	min-height: 100%;
}
table{
	border:0;
  	margin:0;
  	padding:0;
}
td{
	vertical-align:top;
	font-size:12px;
  	color:#333;
}
a{
	text-decoration:none;
}
a:link { 
	color:#1f4f76;
}
a:visited {
	color:#1f4f76;
}
a:hover {
	color:#4583b6;
	text-decoration: underline;
}
a:active {
	color:#333333;
}
h1 {
	color: #000;
	font-weight: bold;
	font-size: 22px;
	line-height: 28px;
	margin: 0;
	margin-bottom: 12px;
	}
.header {
	color: #000;
	font-weight: normal;
	font-size: 16px;
	margin: 0;
	margin-bottom: 9px;
	}
div#container{
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:842px;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	background-image:url(../img/bg_all.gif);
	background-repeat: repeat-y;
	background-position: top;
	 
/*	border:1px solid;*/
}
#header {
	background-image:url(../img/bg_header.gif);
	background-repeat:no-repeat;
	background-position: top right;
	height: 131px;
	width: 842px;
	position:relative;
	}
#visuals {
	height: 316px;
	width: 842px;
	position: relative;
	overflow: hidden;
	}
#navcontainer {
	position: relative;
	height: 33px;
	background-color: #f0d9c9;
	padding-left: 106px;
	border-top: 1px solid #fff;
	}
ul#nav {
	list-style:none;
	margin:0;
	padding:0;
	position:relative;
	height: 33px;
	border-left: 1px solid #fff;
}
#nav li { /*float the main list items*/
	margin: 0;
	float: left;
	display: block;/*padding-right: 15px;*/
	border-right: 1px solid #fff;
	
}
#nav li ul {
	display: none;
}
#nav li a {
	color: #9b2911;
	font-weight: bold;
	display: block;
	/*width: 93px;*/
	padding: 6px 0 6px 0;
	margin: 0;
	width: 102px;
	text-align: center;
	border:1px solid #f0d9c9;
	}
#nav li.on a {
	color: #fff;
	background-color: #e1806d;
	text-decoration:none;
	border:1px solid #9b2911;
}

#nav li.off a:hover, #nav li.on a:hover {
	color: #fff;
	background-color: #e1806d;
	text-decoration:none;
}

ul#subnav {
	list-style:none;
	margin:0;
	padding:0;
	position:relative;
	width: 100%;
}
#subnav li { /*float the main list items*/
	margin: 0;
	float: left;
	display: block;/*padding-right: 15px;*/
	width: 100%;
}
#subnav li ul {
	display: none;
}

#subnav li a {
	color: #333;
	font-weight: bold;
	display: block;
	width: 100%;
	padding: 4px;
	margin: 0;
	border-bottom: 1px solid #333;
}
#subnav li.on a {
	color: #fff;
	background-color: #333;
}

#subnav li.off a:hover, #subnav li.on a:hover {
	color: #fff;
	background-color: #999;
}

#content {
	clear: both;
	width: 842px;
	float: left;
	height: 100%;
	min-height: 100%;
	position:relative;
	/*padding: 0 42px 0 50px;*/
	}

#leftcolumn{
	position:relative;
	text-align:left;
	width: 158px;
	float: left;
	padding: 22px 11px 22px 42px;
}
#rightcolumn{
	position:relative;
	float: left;
	text-align:left;
	width: 532px;
	padding: 22px 88px 22px 11px;

}
#leftcolumcontent {
	position: relative;
}
#rightcolumcontent {
	position:relative;
}
#footer {
	position:relative;
	text-align:left;
	width: 842px;
	clear: both;
	}
	#footer p {
		padding: 14px 88px 14px 42px;
		font-size: 10px;
		color: #999;
		}


/* =========== gallery =============== */

.fotolijst {
	float: left; 
	width: 120px; 
	height: 120px; 
	margin: 0 8px 8px 0; 
	background-color: #fff; 
	border: 1px solid #ccc; 
	text-align: center;"
	}
	
.foto {
	margin: 8px; 
	border: 1px solid #333;
	}

/* =========== /gallery =============== */