/* >>> ELEMENTS <<< */

* {
	margin: 0;
	padding: 0;
	}
body {
	color: #333;
	background-color: #2e3235;
	font-family: "Arial", "Tahoma", "MS Sans Serif", sans-serif;
	font-size: 75%;
	text-align: center;
	background-image:url(../images/pattern.png);
	}
	
a img {
	border: 0;
	}

/* >>> CONTAINERS <<< */

div#print {
	display: none;
	}
#container {
	position          	: absolute;
	top               	: 50%;
	left              	: 50%;
	width             	: 1000px;
	height            	: auto;
	margin-left       	: -500px;
	margin-top        	: -300px;
	z-index				: 2;
	text-align: left;
	}	
div#header-wrap {
	margin: 0;
	}
div#header-in {
	padding: 20px 20px 0 20px;
	color: inherit;
	}
div#header-none { /* voor alle fotopagina's */
	padding: 20px 0 0 0;
	color: inherit;
	}	
div#content-wrap {
		
	}
div#center {
	margin: 0 0 0 260px;
	color: inherit;
	}
div#center-in {
	padding: 4px 20px 0 20px;
	border-left: 1px solid #106580;
	}
div#left {
	float: left;
	width: 250px;
	height: 550px; /*550px*/
	}
div#left-in {
	display: block;
	text-align: right;
	}			
div#footer-wrap {
	clear: both;
	}
div#footer-in {
	height: 20px;	
	}


/* >>> SUB CONTAINERS <<< */


/* >>> LISTS <<< */
ul#nav-left {
	margin: 0 14px 20px 20px;
	list-style: none;
	}
ul#nav-left li {
	margin: 5px 0;
	background-color:#002F2F;
	}
ul#nav-left li a {
	width: 138px;
	line-height:35px;
	padding: 5px 10px;
	font-size: 130%;
	color: #A7A37E;
	letter-spacing: 0.1em;
	text-decoration: none;
	text-align: right;
	}
ul#nav-left li a:hover {
	color: #E6E2AF;
	background-color: #002F2F;
	font-weight: bold;
	}	
	
ul#nav-leftxtra { /* start voor alle fotopagina's */
	margin: 5px 14px 20px 20px;
	list-style: none;
	text-align: right;
	}
ul#nav-leftxtra li {
	margin: 5px 0;
	background-color:#002F2F;/*2e3235*/
	}
ul#nav-leftxtra li a {
	width: 138px;
	line-height:35px;
	padding: 5px 10px;
	font-size: 130%;
	color: #A7A37E;
	letter-spacing: 0.1em;
	text-decoration: none;
	text-align: left;
	}
ul#nav-leftxtra li a:hover {
	color: #E6E2AF;
	background-color: #002F2F;
	font-weight: bold;
	}	/* einde voor alle fotopagina's */
	
ul#nav-leftsub {
	margin: 5px 14px 20px 20px;
	list-style: none;
	font-size: 120%;
	color: #1b6f70;
	text-align: right;
	}
	
ul#nav-leftsub li {
	margin: 5px 10px;
	line-height:25px;
	letter-spacing: 0.1em;
	background-color:#002F2F;
	}
ul#nav-leftsub li a {
	width: 138px;
	padding: 0 0;
	color: #A7A37E;
	text-decoration: none;
	text-align: right;
	}
ul#nav-leftsub li a:hover {
	color: #E6E2AF;
	background-color: #002F2F;
	font-weight: bold;
	}	
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;
	font-size: 150%;
	letter-spacing: 0.1em;
	color: #E6E2AF;
	}
div#left h2 {
	margin: 0px 15px 10px 0;
	padding: 0 10px;
	color: #EFECCA;/*1b6f70*/
	background-color: inherit;
	font-size: 120%;
	text-align: right;
	letter-spacing:0.1em;
	line-height: 20px;
	font-weight: normal;
	}
	
div#center h2 a {
	color: #E6E2AF;
	text-decoration: none;
	font-weight: normal;
	border-bottom: 1px solid #098786;
	}
div#center h2 a:hover {
	font-weight: bold;
	}	
	
div#center h3 {
	margin: 10px 0 5px 0;
	font-size: 150%;
	letter-spacing: 0.1em;
	color: #E6E2AF;
	font-weight: normal;
	}
div#center h3 a {
	color: #E6E2AF;
	text-decoration: none;
	font-weight: normal;
	border-bottom: 1px solid #098786;
	}
div#center h3 a:hover {
	font-weight: bold;
	}
div#center h4 {
	margin: 10px 0 5px 0;
	font-size: 100%;
	letter-spacing: 0.1em;
	color: #A7A37E;
	font-weight: normal;
	}				
div#center p {
	width:630px; /**/
	margin: 10px 0 10px 0; /* 5 0 5 0 */
	color: #E6E2AF;
	background-color: inherit;
	font-size: 110%; /*100*/
	letter-spacing:0.1em; /**/
	line-height: 18px;
	}
span {
	font-size: 120%;
	font-weight: bold;
	}	
div#left p {
	margin: 0 20px 5px 20px;
	padding: 0 10px;
	color: #E6E2AF;
	background-color: inherit;
	font-size: 90%;
	text-align: right;
	letter-spacing:0.1em;
	line-height: 20px;
	}
p a, ul.list a, table tr td a {
	color: #E6E2AF;
	background-color: inherit;
	text-decoration: none;
	border-bottom: 1px solid #098786;
	}
p a:hover, ul.list a:hover, table tr td a:hover {
	color: #098786;
	background-color: inherit;
	border-bottom: 1px solid #098786;
	}

/* ------------ NAVIGATIE ------------ */

#nav {
	margin-top: 0px;
	height: 20px;
	width: 200px;
	margin-left: 20px;
  	font-size: 100%;
	color:#E6E2AF;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 0px;
	text-align: left;
	font-weight:bold;
	}
 
#navleft {
    float: left;
	color:#E6E2AF;
	}
	
#navleft a {
	color:#E6E2AF;
	font-weight: bold;
	text-decoration:none;
	}	
 
#navright {
    float: right;
	color:#E6E2AF;
	}
	
#navright a {
	color:#E6E2AF;
	font-weight: bold;
	text-decoration:none;
	}

/* >>> IMAGES <<< */
div#imgbox {
	min-height: 511px;
	}

img.displayed {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}	

/* -------------- TABLE PUBLICATIES --------------- */

table { 
	width: 100%;
	font-size: 120%;
	border-collapse: collapse;
	text-align: center;
	}
table tr td {	
	vertical-align: top;
	}
table tr td a {
	background-color: inherit;
	text-decoration: none;
	}
table tr th {
	vertical-align: top;
	padding: 20px 0 0 0;
	}
	
/* ------------- TABLE CV --------------- */	
	
div.info table {
	width:100%;
	margin: 0 auto;
	}	
/*div.info table a {
	color: #E6E2AF;
	background-color: inherit;
	text-decoration: underline;
	}

div.info table { 
	margin: 0 0 25px 0;
	font-size: 85%;
	letter-spacing: 0.1em;
	color: #E6E2AF;
	border-collapse: collapse;
	text-align: left;
	}
div.info table tr td {
	vertical-align: top;
	text-align: center;
	}*/
	
div.info table { 
	margin: 10px 0 0 0;
	font-size: 110%;
	letter-spacing: 0.1em;
	color: #E6E2AF;
	border-collapse: collapse;
	text-align: left;
	}
div.info table tr td {
	padding: 2px 0;
	vertical-align: top;
	text-align: left;
	}
	
#c1 {
	width: 15%;
	}
#c2 {
	width: 85%;
	}
	
	
	
	
img.floatLeft { 
    float: left; 
    margin: 10px 20px 10px 0; 
}
img.floatRight { 
    float: right; 
    margin: 0 20px 10px 20px;
}
.nieuws-item{
	padding: 0 0 10px 0;
	border-bottom: 1px solid #106580;
	}




																/* >>> END <<< */
