html {
height:100%;
}
body {
	margin: 0;
	background: url('images/bg.png') no-repeat top center #ffffff;
	color: #000000;
	height:100%;
}

div#wrapper {
	margin: 0 auto;
	width: 926px;
	}

div#header {
	float: left;
	width: 926px;
	height: 318px;
	background: url('images/header.png') no-repeat top left;
	text-align: left;
	border: 0px solid #004400;
}

div#lwrapper {
	float: left;
	margin: 0 auto;
	width: 627px;
	}

div#content {
	float: left;
	width: 547px;
	padding: 0px 50px 0px 30px;
	min-height:531px;
	background: url('images/lwrapper2.png') repeat-y top left;
}

div#content h1 {
	font-size: 13px;
}

div#footerleft {
	float: left;
	width: 627px;
	height: 59px;
	padding: 1px 0 0 0;
	cursor: pointer;
	clear: both;
	background: url('images/lfooter.png') no-repeat top left;
}

div#rwrapper {
	float: left;
	width: 299px;
	background: url('images/rwrapper2.png') repeat-y top left;
	}

div#right {
	float: left;
	width: 239px;
	min-height:404px;
	color: #ffcc00;
	padding: 0px 30px 0px 30px;
	background: url('images/rwrapper.png') repeat-y top left;
}

div#footerright {
	float: left;
	width: 265px;
	height: 222px;
	padding:  0 0 0 34px;
	background: url('images/rfooter.png') no-repeat top left;
}

div#test {
	float: left;
	margin: 0px;
	width: 41px;
	height: 40px;
}

#contact_error {
	color: #FF0000;
}

/*******************************
 *
 *
 * Header menu styleset 
 *
 *
 ******************************
 */
div#menu {
	float: left;
	display: block;
	border: 0px dashed #d3d4d4;
	text-align: left;
	font-size: 10px;
	margin: 218px 0 0 0;
	padding: 0px 0 0 0px;
	width: 926px;
	height: 44px;
	background-repeat: no-repeat;
	background-position: 0px 8px;
}
div#menu ul {
	margin: 0 0 0 0;
	padding: 0;
}
div#menu li {
	list-style: none;
	padding: 0 0 0 0px;
	font-weight: normal;
	height: 27px;
}
div#menu a{
	display: inline-block;
	font-family:Arial, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #000000;	
	background: url('images/knop.png') repeat-x top left;
	height: 34px;
	width: auto;
	text-decoration:none;	
	padding: 10px 42px 0px 42px;	
	margin: 0px 0px 0px 0px;								
	}
	
div#menu .L1selected a{
	color: #ffffff;	
	background: url('images/over.png') repeat-x top left;
}	
	
div#menu a:hover{
	color: #ffffff;	
	background: url('images/over.png') repeat-x top left;
	}
	
div#menu a:active{
	color: #ffffff;	
	background: url('images/over.png') repeat-x top left;
	}


.L1item{
	text-align: left;
	cursor: pointer;
	z-index: 1;
	display:inline;
}

.L1menu{
	text-align: left;
	cursor: pointer;
	z-index: 1;
	display:inline;
}

.L2menu{
	cursor: pointer;
	border:1px solid #FFFFFF;
	padding: 2px;
	border-bottom:0px;
	z-index: 1;
}

.L2item{
	cursor: pointer;
	border:1px solid #FFFFFF;
	padding: 2px;
	border-bottom:0px;
	z-index: 1;
}

.hiddenL2{
	text-align: left;
	width: 150px;
	position: absolute;
	padding: 0px;
	margin: 0px;
	background-color: #eeeeee;
}

.hiddenL3{
	text-align: left;
	width: 150px;
	position: absolute;
	padding: 0px;
	margin: 0px;
	background-color: #eeeeee;
}

.L3item{
	cursor: pointer;
	height: 16px;
	z-index: 1;
	border:1px solid #FFFFFF;
	padding: 2px;
	border-bottom:0px;
	background-color: #eeeeee;
}

/*******************************
 *
 *
 * Content menu styleset 
 *
 *
 ******************************
 */
div#cmenu {
	float: left;
	display: block;
	border: 0px dashed #d3d4d4;
	text-align: left;
	font-size: 12px;
	margin: 0 auto;
	padding: 30px 0 0 50px;
	width: 150px;
}
div#cmenu a {
	color: #000000;
	font-size: 12px;
	text-decoration: none;
}
div#cmenu a:hover {
	color: #000000;
	font-size: 12px;
	text-decoration: underline;
}

/*******************************
 *
 *
 * 		Sitemap 
 *
 *
 *******************************/
div#sitemap a{
	font-size: 13px;
	color: #000000;
	text-decoration: none;
}
div#sitemap a:visited{
	font-size: 13px;
	color: #000000;
	text-decoration: none;
} 
div#sitemap a:hover{
	font-size: 13px;
	color: #000000;
	text-decoration: underline;
}

.sitemap_tab{
	padding-left: 40px;
}
 /*******************************
 *
 *
 * 		Fotopagina
 *
 *
 ******************************
 */
div#photos_container{
	width: 530px;
}
.photo_container{
	border-bottom: 1px solid #000000;
	text-decoration: none;
	background-color: #FFFFFF;
}
.photo_container a{
	text-decoration: none;
}
.photo_hoverdiv{
	height:100%;	/* force hover effect on IE for whole DIV */
	width: 100%;	/* force hover effect on IE for whole DIV */
	padding: 10px;
	cursor: hand;
}
.photo_hoverdiv:hover{
	background-color: #eeeeee;
}
.photos_text{	/* text div */
	width: 450px;
	float:left;
	color: #000000;
}
.photos_photo{	/* photo div */
	float:right;
}
.photos_photo img{
	border: 3px solid #cccccc;
}
 /*******************************
 *
 *
 * 		Videopagina
 *
 *
 ******************************
 */
.video_container{
	text-align:center;
}
 /*******************************
 *
 *
 * 		Linkpagina
 *
 *
 ******************************
 */
div#links_container{
	width: 100%;
}
.link_container{
	border-bottom: 1px solid #000000;
	text-decoration: none;
	background-color: #e6e6e6;
}
.link_container a{
	text-decoration: none;
}
.link_hoverdiv{
	height:100%;	/* force hover effect on IE for whole DIV */
	width: 100%;	/* force hover effect on IE for whole DIV */
	padding: 0px;
	cursor: hand;
}
.link_hoverdiv:hover{
	background-color: #ffffff;
}
.links_text{	/* text div */
	width: 500px;
	float:left;
	color: #000000;
}
.links_link{	/* link div */
	float:right;
}
.links_link img{
	border: 3px solid #cccccc;
}

 /*******************************
 *
 *
 * 		Nieuwspagina
 *
 *
 ******************************
 */
div#news_container{
	width: 530px;
}
.news_container{
	border-bottom: 1px solid #000000;
	text-decoration: none;
	background-color: #FFFFFF;
}
.news_container a{
	text-decoration: none;
}
.news_hoverdiv{
	height:100%;	/* force hover effect on IE for whole DIV */
	width: 100%;	/* force hover effect on IE for whole DIV */
	cursor: hand;
}
.news_hoverdiv:hover{
	/*background-color: #eeeeee;*/
}
.news_title{
	font-weight: bold;
	/*background-color: #aaaaaa;*/
}
.news_text{	/* text div */
	padding: 10px;
	width: 530px;
	float:left;
	color: #000000;
}
.news_news{	/* link div */
	float:right;
}
.news_news img{
	border: 3px solid #cccccc;
}

 /*******************************
 *
 *
 * 		Gastenboek
 *
 *
 ******************************
 */
.gb-notes {
	color:#666666;
}
.gb_errors {
	color: #ff0000;
}
.gb_navbar {
	text-align:center;
}
div#loader{
	display: none;	
}

/*******************************
 *
 *
 * 		Projecten
 *
 *
 ******************************
 */
.project_head {
	height:30px;
	display: block;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bolder;
	padding: 2px;
	font-size: 14px;
	color: #dcdcdc;
	text-align: left;
	width:100%;
}
.project_pic {
	padding: 0px;
	padding-left: 15px;
}
.project_pic img  {
border: 1px solid #311f85;
}
.project_text {
	font-family:Arial, sans-serif;
	font-size: 12px;
	width:240px;
	text-align: left;
	padding: 10px;
}

.project_news_title {
	height: 30px;
	padding: 10px;
	padding-bottom: 3px;
	font-weight: bold;
}

.project_text_wide {
	font-family:Arial, sans-serif;
	font-size: 12px;
	width:240px;
	text-align: left;
	padding: 10px;
}

.project_text a {
	font-family:Arial, sans-serif;
	color: #000000;
	font-size: 12px;
	text-decoration: underline;
}

.project_text a:visited {
	font-family:Arial, sans-serif;
	color: #000000;
	font-size: 12px;
	text-decoration: underline;
}

.project_text_wide a {
	font-family:Arial, sans-serif;
	color: #000000;
	font-size: 12px;
	text-decoration: underline;
}

.project_text_wide a:visited {
	font-family:Arial, sans-serif;
	color: #000000;
	font-size: 12px;
	text-decoration: underline;
}

.project_table {
	border-spacing: 0px;
	border-collapse: collapse;
	border: none;
	vertical-align: top;
}

.project_table_td {
	width: 300px;
	padding: 0px;
	margin: 0px;
	border: none;
	vertical-align: top;
	cursor: hand;
	cursor: pointer;
}

.project_table_td_normal {
	background: url('images/news_wrapper.gif') repeat-y top left;
	cursor: hand;
	cursor: pointer;
}

.project_table_td_left {
}

.project_hdr_pic{
	float: left;
	display: block;
	margin-top: 130px;
	margin-left: 52px;
	padding: 0 0 0 0;
	width: 674px;
	height: 190px;
}

div#projects_menu {
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 25px;
	width: 100%;
	text-align: left;
}

div#projects_menu  a{
	font-family:Arial, sans-serif;
	color: #000000;
	font-size: 12px;
	text-decoration:none;
}

div#projects_menu  a:hover{
	font-weight: bold;
}

div#projects_menu  a:active{
	font-weight: bold;
}


div#projects_menu ul {
	padding: 0px;
	color: #000000;
	list-style-type: none;
	margin-left: 10px;
}

div#projects_menu ul li ul {
	list-style-type: disc;
	padding: 8px;
}

div#nav {
	padding-left: 10px;
	font-weight: bold;
}

img{
	border: 0px;
}