/*
-------------------------------------------------

	Concept, design and pogramming: 
	Heleen Emanuel
      
-------------------------------------------------
*/


/* Body
------------------------------------------------- */	

body {
	text-align: center;
	padding: 0px; 
	background-color: #c8d5b7;
	margin: 0px;
	margin-top: 30px;
	margin-bottom: 50px;
	padding: 0px;
	background-image: url(../img/bg_body.gif);
	font-family: Trebuchet MS,Arial,Helvetica,Verdana;
	font-size: 11px; }
	
/* Layout
------------------------------------------------- */
#shadow {
	position: relative;
	margin: 0px auto 0px auto;
	width: 640px;
	text-align: left;
	background-repeat: repeat-y;
	background-color: #a4b196; }
	
#page {
	width: 640px;
	text-align: left;
	background-color: #ffffff; 
	margin: 0px;
	padding: 0px;
	position: relative;
	left: -4px;
	top: -4px;
	padding: 8px; }

#logo {
	background-color: #6f7e67;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height: 130px;
	width: 200px;
	 }
	
#banner {
	background-color: #6f7e67;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height: 130px;
	width: 416px;
	float: right; }
	
#container {
	background-image: url(../img/bg_submenu.gif);
	background-repeat: repeat-y;
	padding: 0px;
	margin: 0px;
	top: 0px;
	margin-top: 8px; }

#content {
	width: 416px;
	margin-left: 208px;
	positon: relative; }

/* Menu
------------------------------------------------- */	
#menu {
	background-color: #ecf4e0;
	float: left;
  	width: 100%; }
	
#menu ul {
	margin: 0;
	padding: 0px;
	list-style: none; }
	
#menu li {
	float:left;
	margin: 0;
	padding: 0;
	line-height: normal;
	text-indent: 0;
	background-color: #ecf4e0;
	background-image: none; }
	
#menu a, #menu strong {
	display: block;
	padding: 5px 10px 3px 10px;
	margin: 0px;
	color: #3b4a32;
	text-decoration: none;
	white-space: nowrap;
	font-weight: bold; }
	
#menu a {
	border-bottom: 3px solid #ecf4e0; }

#menu a:hover {
	color:#44983D;
	border-bottom: 3px solid #daecca; }

#menu .current a {
	border-bottom: 3px solid #44983d; }
	
#menu .current a:hover {
	border-bottom: 3px solid #d68f00; }


/* Text
------------------------------------------------- */	
#text {
	margin: 0px 12px;
	clear: both; }

h1 {
	color: #44983d;
	font-family: "Trebuchet MS";
	font-size: 24px;
	padding: 14px 0px 10px 0px;
	margin: 0; }
	
h1 span {
	font-size: 16px;
	font-style: normal; }

h3 {
	color: #44983d;
	font-family: "Trebuchet MS";
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	padding: 24px 0px 10px 0px;
	margin: 0; }

h4 {
	font-size: 11px;
	font-family: "Trebuchet MS";
	color: #44983d;
	line-height: 16px;	
	padding: 0;
	margin: 14 0 14px 0; }

h5 {
	font-size: 11px;
	font-weight: normal;
	font-family: "Trebuchet MS";
	color: #3b4a32;
	line-height: 17px;	
	padding: 0;
	margin: 0 0 14px 0;
	text-align: justify; }
	
h6 {
	color: #4d4d4d;
	font-size: 11px;
	line-height: 16px;
	margin: 0;
	padding: 0; }

p {
	color: #717171;
	line-height: 16px;
	margin: 0;
	padding: 0 0 14px 0;
	text-align: justify; }

ul {
	color: #717171;
	line-height: 16px;
	margin: 0;
	padding-left: 14px;
	padding-bottom: 14px;
	list-style-type: none;
	list-style-position: outside;
	}
	
t {
	color: #4D5C44;
	line-height: 16px;
	margin: 0;
	padding: 0 0 14px 0;
	text-align: justify; }
	
li {
	padding-left: 14px;
	list-style-type: none;
	list-style-position: outside;
	background-image: url(../img/bg_ul.gif);
	background-repeat: no-repeat;
	background-position:top left;
	}



/* links with diffrent colors in diffrent tags 
------------------------------------------------- */		
a:link		{ color: #44983d; }	
a:visited 	{ color: #44983d; }	
a:hover 	{ color: #d68f00; }	
	
	
	
/* Table
------------------------------------------------- */		

table {
	width: 392px;
	}

tr.head th {
	color: #44983d;
	border-bottom: 2px solid #ebebeb; }

th {
	text-align: left;
	padding: 6px;
	font-family: georgia;
	font-size: 10px;
	color: #3b4a32;
	border-bottom: 1px solid #ebebeb; }
td {	
	padding: 6px;
	font-size: 11px;
	border-bottom: 1px solid #ebebeb; }
	
th.right, td.right {
	text-align: right; }

td, td a {
	color: #3b4a32; }
	
td span {
	color: #989898;	}
	
	
	
/* Image
------------------------------------------------- */	
div.imgr {
	float: right; }
	
div.imgl {
	float: left; }

div.imgright {
	padding-left: 10px; }

div.imgleft {
	padding-right: 10px; }
	
div.imgr div, div.imgl div {
	background-color: #e3e3e3;
	width: 120px;
	 }

div.nom div {
	background-color: #e3e3e3;
	width: 208px;
	height: 208px;
}

div.imgl div div, div.imgr div div {
	/*padding: 3px; */
	border: solid 1px #c7c7c7;
	background-color: #fff;
	left: -1px;
	top: -1px;
	position: relative; }

div.imgl p, div.imgr p {
	padding-top: 3px;
	padding-bottom: 7px;
	color: #44983d;
	font-size: 10px;
	text-align: center;
	line-height: 14px;
	font-family: georgia;}

.imgl div a img, .imgr div a img {
	border: solid 3px #fff;
	}

.imgl div a:hover img, .imgr div a:hover img {
	border: solid 3px #efefef;
	}

.imgl div img, .imgr div img {
	border: solid 3px #fff;
	}

div.imgBig, div.imgBig div {
	width: 382px;
	}

/* Submenu / Adres
------------------------------------------------- */	

#submenu {
	top: 146px;
	left: 8px;
	width: 200px;
	position: absolute;
	z-index: 2;
	padding: 16px 12px; }
		
#submenu p, #adres p, #submenu ul {
	color: #4d5c44;	}

#submenu ul {
	padding-left: 0px;
	margin-left: 0px;
	}

#submenu li {
	background-image: url(../img/bg_submenu_ul.gif);
	}

#tijdelijk {
	bottom: 110px;
	position: absolute;
	padding: 7px 12px;
	left: 8px;
	width: 200px; }
	
#adres {
	bottom: 10px;
	position: absolute;
	padding: 7px 12px;
	left: 8px;
	width: 200px; }

/* Misc
------------------------------------------------- */	

div 	{ 
	-moz-box-sizing: border-box; }

img	{ 
	border: 0px; }

map, img, area {
	margin: 0px; }
	
hr {
	border: 0px solid #a6a7a7;
	border-top: solid 1px #a6a7a7;
	height: 0px; }
