/*****************************************
	Main parts in container for layout.tpl
	This uses #M0_container to put the following in
	---------------------------------
	-         M1_top	  			      -
	---------------------------------
	-         M1_banner             -
	---------------------------------
	-         M1_topmenu            -
	---------------------------------
	-					                      -
	-					                      -
	-         M1_middle             -
	-					                      -
	-					                      -
	---------------------------------
	-         M1_bottommenu			    -
	-         M1_adminmenu			    -
	---------------------------------
	-         M1_disclaimer         -
	---------------------------------
	          M1_buffer    
****************************************/
#M0_container {
	width: 920px;
	margin: 0px auto;
	padding: 0px;
}

#M1_top {
	margin: 10px 0 0 0;
}

#M1_banner {
}

#M1_topmenu {
	font-weight: bold;
	height: 80px;	/* line-height = height */
	background-image: url(header2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
/* menu in header */
#M1_topmenu ul {
  clear: both; 
  margin: 0; 
  padding: 52px 0 0 10px; 
  text-align: left; 
  list-style-type: none; 
  background: transparent; 
  }
/* items in menu in header */
#M1_topmenu ul li {
  display: inline; 
  }
#M1_topmenu a:link			{ color: #dae3e0; text-decoration: none; }
#M1_topmenu a:visited		{ color: #dae3e0; text-decoration: none; }
#M1_topmenu a:hover			{ color: #f8634a; text-decoration: underline; }
#M1_topmenu a:active		{ color: #dae3e0; text-decoration: none; }

#M1_middle {
	width: 100%;
	background: #fcfff5;
	overflow: auto;
}
/* hack for internet explorer */
* html #M1_middle { height: 100%; width: 100%; }
.bg_recentwork {
	background-image: url(recent_work_text.jpg);
	background-repeat: no-repeat;
	background-position-x: 20px;
}

#M1_bottommenu {
	padding: 2px 100px 2px 100px;
	height: 30px;
	background-image: url(footer2.jpg);
	background-repeat: no-repeat;
	font-size: 9px;
	text-align: center;
	color: #193441;
}
#M1_bottommenu a:link		{ color: #dae3e0; text-decoration: none; }
#M1_bottommenu a:visited	{ color: #dae3e0; text-decoration: none; }
#M1_bottommenu a:hover		{ color: #f8634a; text-decoration: underline; }
#M1_bottommenu a:active		{ color: #dae3e0; text-decoration: none; }

#M1_adminmenu {
}

#M1_disclaimer {
	padding: 0px;
	font-size: 0.8em;
	text-align: center;
	color: #91aa9d;
}

#M1_buffer {
	margin: 0px;
	width: 100%;
	color: green;
}

/****************************************
*	Inside M1_middle, consists of:
	---------------------------------
	-					  -                   -
	-					  -                   -
	-	  M2_menu -    M2_content     -
	-					  -                   -
	-					  -                   -
	---------------------------------
****************************************/
#M2_menu {
	width: 0px;
	float: left;
}

#M2_content {
	width: 920px;
	float: left;
	min-height: 500px;
}

/****************************************
*	Inside M2_menu
****************************************/
#mainmenu {
	margin: 10px 0 0 0;
	padding-top: 15px;
}
#mainmenu dl {
	width: 180px;
	margin: 0 0 0 50px;
	padding: 0px;
	border: 0px solid black;
}
#mainmenu dt {
	margin: 0;
	padding: 0px;
	font-size: 1.0em;
	font-weight: bold;
	color: #3e606f;
	border: 0px solid black;
}
#mainmenu dd {
	margin: 0;
	padding: 0;
	font-size: 1.0em;
	color: #3e606f;
	border-bottom: 0px solid black;
}
#mainmenu a, #mainmenu a:visited {
	display: block;
	padding: 10px 0px 10px 0px;
	text-decoration: none;
	font-size: 1.3em;
  font-weight: lighter;
	color: #3e606f;
}
#menu dd div {
  padding-left: 25px;
  color: #3e606f;
}
#menu span a, #menu span a:visited {
	padding-left: 25px;
	color: #3e606f;
}
#menu a:hover, #menu span a:hover {
	color: #193441;
}
/* voor opmaak submenu items */
.mid {
	padding: 0 0 0 30px;
}
.last {
	padding: 0 0 0 30px;
}

/****************************************
*	Inside M2_content, consists of:
	-----------------------
	-	  M3_heading	      -
	-----------------------
	-	  M3_error	        -
	-----------------------
	-	  M3_browser	      -
	-----------------------
	-	  M3_content	      -
	-----------------------
	-	  M3_browser	      -
	-----------------------
****************************************/
#M3_heading {
	margin: 0px;
	height: 0px;
	font-size: 0.5em;
}

#M3_error {
	color: red;
}

#M3_content {
	width: 100%;
}

#M3_browser {
	width: 100%;
	color: black;
}

#M3_leftbrowser {
	float: left;
	width: 30%;
	color: white;
	padding-left: 2px;
}

#M3_pagebrowser {
	float: left;
	text-align: center;
	width: 40%;
	color: black;
}

#M3_rightbrowser {
	float: right;
	text-align: right;
	width: 30%;
	color: white;
	padding-right: 2px;
}

/****************************************
*	Inside M3_content, consists of (Boxed boxes ;-)):
	-----------------------
	- boxtitle            -
	-----------------------
	- boxcontext          -
	-                     -
	-----------------------
****************************************/
#boxed {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	border: 0px solid black;
}

#boxed .boxtitle {
	padding: 0 10px 0 10px; 
	margin: 0;
	height: 40px;
	line-height: 40px; 	/* line-height = height */
	font-size: 3em;
	font-variant: small-caps;
	color: #d1dbbd;
	text-align: right;
	font-weight: lighter;
	letter-spacing: 4px;
	border: 0px solid black;
}

#boxed .boxcontent {
	padding: 10px; 
	margin: 0 0 0 0;
	overflow: hidden;
	font-size: 0.9em;
	text-align: justify;
	color: #193441;
	border: 0px solid black;
}

#boxed .boxsubcontent {
	width: 786px;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
	border: 0px solid black;
}

#boxed .boximageleft {
	float: left;
	margin: 2px;
	overflow: hidden;
}

#boxed .boximage {
	width: 12px;
	min-height: 123px;
	text-align: center;
	float: left;
	padding: 2px; 
	margin: 5px;
	overflow: hidden;
	font-size: 0.9em;
	font-weight: bold;
	border-left: 1px solid #000;
	border-top: 2px solid #000;
	border-bottom: 2px solid #A2A;
	border-right: 1px solid #000;
	background: #efa;
}

#submenu {
	width: 786px;
	padding: 0 0 0 0px;
	text-align: left;
	font-variant: small-caps;
	font-size: 14px;
	}

/* PAGINATION */
.pagination	{ float: left; margin: 0px; padding: 0; }
.pagination ul	{ margin: 0; padding: 0; }
.pagination li	{ float: left; list-style: none; padding: 2px 5px; }
.pagination li, .pagination a	{  }
.pagination .previous	{ font-weight: bold; margin-left: 25px; }
.pagination .next	{ font-weight: bold; }
.pagination .readout	{ font-weight: bold; }
.pagination .current	{ border: solid 1px #7f7f7f; }

/* Gallery Photos
--------------------------------------------------*/
#gallery {
	margin: auto;
}
.thumbnail {
	text-align: center;
	float: left;
	margin: 0px;
	overflow: hidden;
	font-size: 0.8em;
}

#description, #galleryindex, #gallerymenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#galleryindex {
	width: 100%;
	text-align: center;
	margin: 0 auto;
	padding: 0;
}
#gallerymenu {
	width: 900px;
	padding: 0 0 10px 50px;
	text-align: left;
	font-variant: small-caps;
	font-size: 14px;
}
#photo {
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	font-size: 12px;
	background-color: transparent;
}

                    		.gallerybox {
                    			position: relative;
                    			text-align: left;
                    			background-color: #d1dbbd;
                    			float: left;
                    			width: 250.00px;
                    			height: 100.00px;
                    			border: 1px solid #193441;
                    			margin: 5px;
                    			padding: 0;
                    		}

                    		.galleryboxcontent {
                    			margin: 0;
                    			padding: 5px;
                    		}

                    		.gallerybox:hover {
                    			background-color: #91aa9d;
                    		}

                    		.gallerythumb {
                    			float: left;
                    			height: 100%;
                    			margin: 0 5px 0 0;
                    			padding: 0;
                    		}

                    		.gallerydescription {
                    			text-align: left;
                    			margin: 0;
                    			padding: 0;
                    		}
												.title {
													margin: 0 0 10px;
                    			padding: 0;
													font-variant: small-caps;
													font-size: 14px;
												}

                    		.gallerydescription p {
                    			margin: 0 0 10px;
                    			padding: 0;
                    		}

                    		img.thumbnail {
                    			margin: 0;
                    			padding: 4px;
                    			background-color: #FFFFFF;
                    			border: 1px solid #666666;
                    		}
                    				
                    		.gallerylink {
                    			position: absolute; top: 0; left: 0;
                    			width: 100%;
                    			height: 100%;
                    		}

                    		.gallerylink a {
                    			background: url(blank.gif) repeat;
                    			display: block;
                    			text-decoration: none;
                    			height: 100%;
                    			margin: 0;
                    			padding: 0;
                    			text-indent: -9999px;
                    			overflow: hidden;
                    		}
  