/*
	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	  -
	-----------------------
*/
#M0_container {
	width: 780px;
	margin: 0px auto;
	padding: 0px;
}

#M1_top {
	font-weight: bold;
	height: 35px;
	/* line-height = height */
	border: 0px dashed green;
	margin-bottom: 0px;
}


#M1_banner {
	font-weight: bold;
	height: 149px;
	/* line-height = height */
	line-height: 149px;
	background-image: url('../../styles/healthy/sub.gif');
	background-repeat: no-repeat;
	background-position: right;
	border: 0px dashed green;
	margin-bottom: 5px;
}

#M1_topmenu {
	height: 0px;
	/* line-height = height */
	line-height: 20px;
	width: 665px;
	background-color: none;
	border: 0px dashed green;
	color: white;
	text-align: center;
	margin-bottom: 0px;
}
#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: 790px;
	overflow: auto;
	padding-bottom: 5px;
}
/* hack for internet explorer */
* html #M1_middle { height: 100%; width: 100%; }

#M1_bottommenu {
	/* line-height = height */
	line-height: 20px;
	width: 621px;
	float: right;
	margin-bottom: 5px;
}
#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 {
	height: 20px;
	color: white;
	text-align: center;
}

#M1_disclaimer {
	text-align: center;
	color: white;
	width: 621px;
	float: right;
}

#M1_buffer {
	margin: 10px;
	width: 621px;
	float: right;
	color: yellow;
}

/*
	Inside M1_middle
*/
#M2_menu {
	width: 190px;
	color: white;
	float: left;
	padding-bottom: 3px;
}

#M2_content {
	width: 570px;
	background-image: url('../../styles/healthy/top.gif');
	background-repeat: no-repeat;
	color: white;
	overflow: hidden;
	float: right;
	background-color: #2b2b2b;
	border: 0px dashed green;
	padding: 10px;
	padding-bottom: 5px;
	min-height: 300px;
}

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

#M3_error {
	color: red;
}

#M3_content {

}

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

#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 2px 0 6px; 
	margin: 0;
	height: 20px;
	/* line-height = height */
	line-height: 20px;
	color: #035887;
	font-family: verdana;
	font-size: 10pt;
	font-weight: bold;
	background-repeat: no-repeat;
}

#boxed .boxcontent {
	padding: 4px; 
	margin: 0 0 6px 0;
	overflow: hidden;
	font-family: verdana;
	font-size: 8pt;
}

	#boxed .boxcontent ul,ol {
		padding: 4px 0 4px 36px;
	}

	#boxed .boxcontent ul li {
		padding: 0 0 3px 0;
	}

	#boxed .boxcontent ol li {
		padding: 0 0 3px 0;
	}

#boxed .boxcontent image {
	padding: 4px;
}

#boxed .boxsubcontent {
	width: 70%;
	margin: 7px;
	padding: 5px;
	overflow: hidden;
	border: 1px solid #8791a3;
	float: left;
	font-family: verdana;
	font-size: 8pt;	
}

#boxed .boximage {
	width: 120px;
	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;
}

#boxed .boximageleft {
	text-align: center;
	float: left;
	margin: 2px;
	overflow: hidden;
	font-family: verdana;
	font-size: 8pt;
	font-weight: bold;
}


/* M2_menu -> main menu */

.mainmenu {
	margin-bottom: 10px;
}
.mainmenu dl {
	width: 210px;
	margin: 0;
	padding: 0 0 0 0;
	background: inherit;
}
.mainmenu dt {
	margin: 2px;
	padding: 0 0 0 15px;
	font-size: 1.1em;
	font-weight:bold;
	height: 24px;
	line-height: 24px;
	color: #FFF;
	background-image: url('../../styles/healthy/Menubutton.jpg');
	background-repeat: no-repeat;
	border-bottom: 1px solid gray;
	background: inherit;
}

.mainmenu dd {
	margin: 0;
	background-repeat: no-repeat;
	padding: 0 0 0 0;
	color: #000;
	font-size: 1em;
	background: inherit;
}

.mainmenu a, .mainmenu a:visited {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration:none;
	display:block;
	padding: 0px 5px 0px 5px;
	background: inherit;

}
.menu dd div {
  padding: 0;
  font-weight: normal;
  color: #363527;
}
.menu span a, .menu span a:visited {
	background-color: inherit;
	color: red;
	font-weight: normal;
	padding: 0;
}
.menu a:hover, .menu span a:hover {
	background: inherit;
	color: red;
}

.mid {
	background-image: url(../../styles/healthy/menu_mid.gif);
	background-repeat: no-repeat;
	background-position: 4px 0px;
	padding-left: 20px;
	height: 17px;
	font-weight: normal;
}
.last {
  	 background-image: url(../../styles/healthy/menu_last.gif);
	 background-repeat: no-repeat;
	 background-position: 4px 0px;
	 padding: 0 0 0 20px;
	 height: 17px;
	font-weight: normal;
}

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