/*
	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              

	M1_middle consists of:
	---------------------------------
	-					  -         -
	-					  -         -
	-	  M2_content 	  - M2_menu -
	-					  -         -
	-					  -         -
	---------------------------------

	M2_inhoud consists of:
	-----------------------
	-	  M3_heading	  -
	-----------------------
	-	   M3_error	      -
	-----------------------
	-	  M3_browser	  -
	-----------------------
	-	  M3_content	  -
	-----------------------
	-	  M3_browser	  -
	-----------------------
*/

#Mx_container {
	width: 1024px;
	margin: 0px auto;
	position: relative;
}

#M0_image {
	width: 1024px;
	position: absolute;
	text-align: right;
	left: 490px;
	top: 270px;
	width: 530px;
	min-height: 500px;
	z-index: 1;
}

#M0_container {
	width: 1024px;
	margin: 0px auto;
	position: absolute;
	z-index: 2;
}

#M1_banner {
	height: 228px;
	background: url('../../styles/mixing/topban.jpg');
	background-repeat: no-repeat;
}

#M1_middle {
	overflow: hidden;
	padding: 0;
	margin: 0;
	left: 240px;
	width: 1024px;
	height: 440px;
}
/* hack for internet explorer */
* html #M1_middle { height: 100%; width: 100%; }

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

/*
	Inside M1_middle
*/
#M2_menu {
	float: left;
	width: 252px;
	height: 438px;
	padding: 40px 0 0 0;
	background: url('../../styles/mixing/menu.jpg');
	background-repeat: no-repeat;
	overflow: hidden;
}

#M2_content {
	float: left;
	width: 518px;
	height: 385px;
	background: url('../../styles/mixing/content.gif');
	background-repeat: no-repeat;
}

#M2_barservice {
	background: url('../../styles/mixing/barservice.jpg');
	top: 614px;
	left: 250px;
	width: 264px;
	position: absolute;
	background-repeat: no-repeat;
	height: 52px;
}

#M2_disclaimer {
	position: absolute;
	top: 655px;
	left: 300px;
	color: #171717;
}

	#M2_disclaimer a, #mainmenu a:visited {
		color: #171717;	
	}

/*
	inside inhoud
*/
#M3_heading {
	border-bottom: 1px dashed #8b95a6;
	margin-bottom: 5px;
	margin-bottom: 10px;
}

#M3_error {
	color: red;
}

#M3_header {
	text-align: right;
	padding: 0 20px 0 0;
	height: 35px;
}

#M3_content {
	width: 92%;
	height: 324px;
	margin: auto;
	overflow-y: auto;
	overflow-x: hidden;
}

#M3_browser {
	width: 92%;
	margin: auto;
	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;
}

/* Boxed boxes ;-)
--------------------------------------------------*/
#boxed {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	border: 0;
}

#boxed .boxtitle {
	padding: 0; 
	margin: 0 0 4px 0;
	height: 20px;
	font-size: 12px;
	font-weight: bold;
}

#boxed .boxcontent {
	padding: 0; 
	margin: 0;
	overflow: hidden;
	width: 95%;
}

#boxed .boxsubcontent {
	width: 60%;
	margin: 7px;
	padding: 5px;
	overflow: hidden;
	border: 0px solid #8791a3;
	float: left;
}

#boxed .boximage {
	width: 120px;
	min-height: 123px;
	text-align: center;
	float: left;
	padding: 0; 
	overflow: hidden;
	font-size: 0.8em;
	font-weight: bold;
	border: 1px solid #000;
}

#boxed .boximageleft {
	text-align: center;
	float: left;
	margin: 2px;
	overflow: hidden;
	font-size: 0.9em;
	font-weight: bold;
}


/* M2_menu -> main menu */

#mainmenu {
	margin-bottom: 20px;
}
#mainmenu dl {
	width: 150px;
	margin: 0 auto;
	padding: 0 0 10px 0;
	background: inherit;
}
#mainmenu dt {
	margin:0;
	padding: 0px;
	font-size: 1.0em;
	font-weight:bold;
	color: #000;
	border-bottom: 1px dashed #3f444b;
	background: inherit;
}

#mainmenu dd {
	margin:0;
	padding:0;
	color: #000;
	font-size: 1em;
/* border-bottom:1px solid #000;*/
	background: inherit;
}

#mainmenu a, #mainmenu a:visited {
	color:#363527;
  font-weight: bold;
	text-decoration:none;
	display:block;
	padding:0px 5px 0px 5px;
	background: inherit;
	width:125px;
}
#menu dd div {
  padding-left: 25px;
  font-weight: normal;
  color: #363527;
}
#menu span a, #menu span a:visited {
	background-color: inherit;
  color: #363527;
  font-weight: normal;
  padding-left: 25px;
}
#menu a:hover, #menu span a:hover {
	background: inherit;
	color:#600;
}
ol li {font-size:10px;}

.mid {
  	 background-image: url(../../images/menu_mid.gif);
	 background-repeat: no-repeat;
	 background-position: 4px 0px;
	 padding-left: 20px;
	 height: 17px;
	 border-bottom: 0px dashed gray;
}
.last {
  	 background-image: url(../../images/menu_last.gif);
	 background-repeat: no-repeat;
	 background-position: 4px 0px;
	 padding: 0 0 0 20px;
	 height: 17px;
	 border-bottom: 2px dashed gray;
}

/* 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 0px #7f7f7f; }

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