

* {
	margin: 0;
	padding: 0;
	}
body {
	color: #313638;
	background-color: #6AA995;/*575757*/
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 75%;
	text-align: center;
	}
a img {
	border: 0;	
	}
	
div#center img.bigimg {
	padding: 0 0 20px 0;
	}	
		
	
div#right-in img {
	margin: 20px 0 20px 10px;
	}
	
div#left-in img {
	margin: 20px 0 20px 10px;
	}	


/* -------------- CONTAINERS -------------- */

div#print {
	display: none;
	}
div#container {
	width: 990px;
	margin: 10px auto;
	text-align: left;
	background: url(../images/bg_paper02.jpg) repeat left top;
	}
div#header-wrap {
	background: url(../images/header_dodo_11.png) no-repeat left top;
	height:300px;
	margin: 0 0;
	padding:10px 0 0 0;
	}
div#header-in {
	padding: 0 20px 10px 20px;
	color: #9af5d8;
	}
div#content-wrap {
	margin: 0 0px;/*  20px  !!!!!!!!!!!!!!*/
	}
div#center {
	margin: 0 375px 0 0;
	color: #9af5d8;
	/*background-color:#3C6;*/
	}
div#center-in {
	width:595px;
	padding: 0;
	/*background-color:#666;*/
	}
div#right {
	float: right;
	width: 375px;
	margin: 0 0 0 0;
	color: #eee;
	}
div#right-in {
	padding: 0 0 20px 0;
	margin: 10px 30px 20px 10px;
	border-bottom: 2px solid #6AA995;
	}
div#left-in {
	padding: 0 0 20px 0;
	margin: 10px 30px 20px 10px;
	border-bottom: 2px solid #6AA995;
	}	
div#footer-wrap {
	clear: both;
	}
div#footer-in {
	padding: 10px 0 10px 20px;
	background-color: #575757;	
	}
div#onecontent {
	padding: 10px 10px 10px 25px;
	}	
	
		

/* ------------------ SUB CONTAINERS ------------------- */

div.box {
	float: right;
	width:565px;
	margin: 0 0 20px 0;
	padding: 5px 0 5px 0;
	color: inherit;
	border-bottom: 2px solid #6AA995;
	}
div.basic {
	float: right;
	margin: 0 0 20px 0;
	}
	
div.xtrabox {
	float: left;
	margin: 0 0 10px 30px;
	padding: 0 0 10px 0;
	color: inherit;
	border-bottom: 2px solid #6AA995;
	}
	div.left {
		width: 365px;
		margin: 0 0 0 0;
		border: 0;
		}
	div.right {
		float: right;
		width: 200px;
		margin: 0;
		border: 0;
		}	


/* --------------------- LISTS --------------------- */

ul#nav-right {
	margin: 20px 0;
	list-style: none;
	}
ul#nav-right li {
	
	}
ul#nav-right li a {
	display: block;
	width: 335px;
	padding: 8px 0;
	font-size:120%;
	color: #313638;
	background-color: inherit;
	text-decoration: none;
	border-bottom: 1px solid #313638;
	}
ul#nav-right li a:hover {
	color: #F1F7FF;
	background-color: #F1F7FF;
	border-bottom: 1px solid #E3EFFF;
	}
ul#nav-top {
	float: left;
	padding: 247px 0 0 2px;
	list-style: none;
	}	
ul#nav-top li {
	display: inline;
	}
ul#nav-top li a {
	margin: 0 28px;
	color: #575757;
	background-color: inherit;
	font-size: 180%;
	text-decoration: none;
	/*border-bottom: 1px solid #eee;*/
	}
ul#nav-top li a:hover {
	color: #fff;
	background-color: inherit;
	border-bottom: 1px solid #F1F7FF;
			}
ul#nav-top li a span {
	color:#a45217;
	border-bottom: 1px solid #a45217;
	}			
ul#nav-footer {
	margin: 0 20px 0 0;
	padding: 0 2px;
	color: #6aa866;
	background-color: inherit;
	font-size: 80%;
	list-style: none;
	text-align: right;
	}
	ul#nav-footer li {
		display: inline;
		}
	ul#nav-footer li.left {
		float: left;
		}
		ul#nav-footer li a {
			margin: 0 3px;
			color: #6aa866;
			background-color: inherit;
			}
		ul#nav-footer li a:hover {
			color: #6aa866;
			background-color: inherit;
			}
ul.list {
	margin: 20px 30px;
	font-size: 90%;
	line-height: 20px;
	}




/* ---------- TYPOGRAPHY ---------- */

*.x {
	display: none;
	}
div#header-wrap h1 {
	display: none;
	}
div#center h2 {
	margin: 0 0 5px 0;
	color:#575757;
	font-size: 170%;
	font-style: normal;
	font-weight: bold;
	}
div#center h3 {
	margin: 0 0 5px 0;
	font-size: 170%;
	font-style: normal;
	font-weight: bold;
	color:#575757;
	}	
div#right h2 {
	margin: 10px 0 5px 0;
	font-size: 140%;
	color:#575757;	}		
div#center p {
	margin: 15px 0 15px 0;
	padding: 0 0;
	color: #313638;
	background-color: inherit;
	font-size: 120%;
	line-height:1.4em;
	}
div#right p {
	margin: 0 0 0 0;
	color: #313638;
	background-color: inherit;
	font-size: 120%;
	line-height:1.4em;
	}
p a, ul.list a {
	color: #313638;
	background-color: inherit;
	text-decoration: none;
	border-bottom: 1px solid #313638;
	line-height: 18px;
	}
p a:hover, ul.list a:hover {
	color: #F1F7FF;
	background-color: inherit;
	border-bottom: 1px solid #F1F7FF;
	}
ul#nav-right li {
	color: #313638;
	background-color: inherit;
	text-decoration: none;
	border-bottom: 1px solid #313638;
	line-height: 35px;
	}	
	
/* ----------------------- image map -------------------- */		
	
#imap {
	display:block; 
	width:325px; 
	height:0px; 
	position:relative; 
	margin:0 0 0 0;
	}
#imap a#logo {
	display:block; 
	width:325px; 
	height:0; 
	padding-top:0; 
	overflow:hidden; 
	position:absolute; 
	left:0px; 
	top:0; 
	cursor:default;
	}
#imap a#logo:hover {
	background-position: 0 0; 
	z-index:10;
	}
#imap dd {
	position:absolute; 
	padding-top:0px; 
	margin:0;
	}
#imap #home {
	left:315px; 
	top:20px; 
	z-index:20;
	}
#imap a#link_home {
	display:block; 
	width:325px; 
	height:190px; 
	text-decoration:none; 
	z-index:20;
	}
#imap a#link_home:hover {
	border: 0px solid #083058;
	}
	
/* ------------- TABLE ------------ */	
	
table { 
	width: 100%;
	font-size: 120%;
	border-collapse: collapse;
	text-align: left;
	margin: 10px 20px 20px 0;
	}
table tr td {	
	vertical-align: top;
	padding: 8px 0 0 0;
	color: #313638;
	}
table tr td a {
	background-color: inherit;
	text-decoration: none;
	}
table tr th {
	vertical-align: top;
	padding: 0 20px 20px 20px;
	}		

/* --------------- start Lightbox thumb area ------------------- */

.thumbnail {
	float: left;
	margin: 5px 5px 5px 5px;
	background-color: #ddd6bb;
	padding: 6px;
	text-align: center;
	color: #CCCCCC;
	width: 166px;
	height: 150px;
	}


.thumbnailhover{
	background:  none;	
	display:block;
	width: 166px;
	height: 150px;
}

a.thumbnailhover:hover{
	background:  url(images/bg_body.jpg) no-repeat left top;	
	display:block;
	width: 166px;
	height: 150px;
		color: #76B41C;
	font-weight: bold;
}


.thumbnail img{
	padding: 7px;
	margin: auto;
	display:block;
}



.thumbnail a {
	color:#999999;
	text-decoration: none;
}

a img {
border:none;

}

#gallerycontainer{
	padding: 0px;
	text-align:center;
}

/* --------------- einde Lightbox thumb area ------------------- */
