/*

colors used:
olive for text-color and backgroundcolor header
limegreen for the mouseover of the links and text-color h1-h6
white for the links in the footer

*/

* { margin: 0px;	padding: 0px; outline-style: none; }

html, body {
	height: 100%;
}

body {
	background: #858b0e url(pics/body_back.gif) left top repeat-x;
}

#site {
	position: relative;
	margin: 0px auto;
	padding: 0px 5px;
	width: 990px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	font: 11px arial, verdana, sans-serif;
	line-height: 16px;
	color: #1e1e1e;
	background: url(pics/site_back.png) left top repeat-y;
}

/* ------------------------------------------------------------------------- Header */

#print_header {
	display: none;
}

#header {
	width: 990px;
	height: 85px;
	background-color: #fff;
}

#header .logo a img {
	margin: 20px 20px 0px 20px;
	float: left;
	border: 0px solid #fff;
}

#header .topnav ul {
	float: right;
	width: 160px;
	margin: 20px;
	list-style-type: none;
}

#header .topnav li {
	float: left;
	display: inline;
}

#header .topnav li a:link, #header .topnav li a:visited {
	padding: 0px 5px;
	float: left;
	display: inline; 
	color: #666666;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

#header .topnav li a:hover, #header .topnav li.current a:link, #header .topnav li.current a:visited, #header .topnav li.current a:hover {
	color: #005c42;
}

/* ------------------------------------------------------------------------- Navigation */ 

#navigation {
	width: 990px;
	height: 30px;
	background: url(pics/nav_back.gif) left top repeat-x;
}

#navigation ul {
	margin: 0px 0px 0px 0px;
	list-style-type: none;
}

#navigation li {
	float: left;
	display: inline;
}

#navigation li a:link, #navigation li a:visited {
	padding: 0px 20px;
	float: left;
	display: inline; 
	color: #fff;
	line-height: 30px;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

#navigation li a:hover, #navigation li.current a:link, #navigation li.current a:visited, #navigation li.current a:hover {
	background-color: #004e38;
}

/* ------------------------------------------------------------------------- SubNavigation */ 

#subnavigation {
	width: 220px;
	min-height: 167px;
	height: auto !important;
	height: 167px;
}

#subnavigation h1 { margin-bottom: 25px; }

#subnavigation ul {
	margin: 0px 0px 0px 0px;
	list-style-type: none;
}

#subnavigation li a:link, #subnavigation li a:visited {
	padding: 0px 0px 0px 15px;
	color: #1e1e1e;
	line-height: 24px;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	background: url(pics/pointer_notop.gif) left top no-repeat;
}

#subnavigation li a:hover, #subnavigation li.current a:link, #subnavigation li.current a:visited, #subnavigation li.current a:hover {
	color: #9Fa615;
}

#subnavigation ul.subsub {
  margin-left: 20px;
}

#subnavigation li.current ul.subsub li a:link, #subnavigation li.current ul.subsub li a:visited {
  padding: 0px 0px 0px 15px;
  color: #1e1e1e;
  line-height: 24px;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  background: url(pics/pointer_notop.gif) left top no-repeat;
}

#subnavigation li.current ul.subsub li a:hover, #subnavigation li.current ul.subsub li.current a:link, #subnavigation li.current ul.subsub li.current a:visited {
    color: #9Fa615;
} 

/* ------------------------------------------------------------------------- Contactform */ 

#contactform {
	margin: 23px 0px 10px 0px;
}

#contactform h1 { margin-bottom: 25px; }
#contactform .radio { width: 232px; margin-bottom: 3px; }
#contactform .description { margin-top: 10px; }

#contactform input.textradio {
	margin-left: 10px;
	padding: 1px 2px;
	width: 152px;
	font: 11px arial, verdana, sans-serif;
	line-height: 16px;
	color: #999999;
	border: 1px solid #999999;
}

#contactform input.text {
	width: 216px;
	padding: 1px 2px;
	font: 11px arial, verdana, sans-serif;
	line-height: 16px;
	color: #999999;
	border: 1px solid #999999;
}

#contactform input.button {
	margin-top: 10px;
	width: 94px;
	height: 19px;
	float: right;
	font-size: 0px;
	line-height: 0px;
	text-indent: -9999px;
	border: 0px solid #fff;
	background: url(pics/send.png) left center no-repeat; 
}

#contactform .value { position: relative; }

#contactform .value .errorMsg {
	position: absolute;
	top: 2px;
	left: 210px;
	z-index: 2000;
	height: 15px;
	width: 16px;
	font-size: 0px;
	line-height: 0px;
	color: #fff;
	border: 0px solid #fff;
	overflow: hidden;
}

#contactform .value .errorMsg img { margin: 0px;}

#tooltip {
	position: absolute;
	z-index: 3000;
	font: 12px arial, verdana;
	border: 1px solid #e7e7e7;
	background-color: #f7f7f7;
	padding: 5px;
}
#tooltip h3, #tooltip div { margin: 0; }


/* ------------------------------------------------------------------------- Blocks */ 

#blocks {
	width: 245px;
	float: left;
}

#blocks.home {
	padding-bottom: 40px;
	width: 990px;
	float: left;
}

#blocks .block {
	padding: 15px 15px 24px 24px;
	margin: 0px 0px 20px 0px;
	width: 188px;
	height: 140px;
	float: right;
	background: url(pics/block_back.gif) left top no-repeat;
}

#blocks.home .block {
	margin: 0px 6px 20px 11px;
	float: left;
	display: inline;
}

#blocks .block .intro {
	width: 188px;
	height: 75px;
	overflow: hidden;
}

#blocks .block .intro img { margin: 0px; }

#blocks .block .more {
	margin-top: 15px;
	width: 188px;
	height: 20px;
}

#blocks .block .more a:link, #blocks .block .more a:visited { border: 0px; float: right; }
#blocks .block .more a:link img, #blocks .block .more a:visited img { border: 0px; }

#blocks .block ul {
	margin: 0px 0px 0px 0px;
	list-style-type: none;
}

#blocks .block li {
	margin: 0px;
	padding: 0px 0px 0px 15px;
	color: #1e1e1e;
	line-height: 24px;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	background: url(pics/pointer.gif) left top no-repeat;
}

#blocks .block li a:link, #blocks .block li a:visited {
	margin: 0px;
	color: #1e1e1e;
	line-height: 24px;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

#blocks .block ul.nieuws li a:link, #blocks .block ul.nieuws li a:visited {
	margin: 0px;
	padding: 0px 0px 0px 15px;
	color: #1e1e1e;
	line-height: 24px;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	background: url(pics/pointer_notop.gif) left top no-repeat;
}

#blocks .block ul.nieuws li {
	padding: 0px;
	background: none;
}

/* ------------------------------------------------------------------------- Slideshow */ 

#content .slideshow {
	position: relative;
	margin-bottom: 30px;
	width: 705px;
	height: 160px;
	float: right;
	overflow: hidden;
}

#content .slideshow.home {
	margin-bottom: 0px;
	height: 250px;
}

#content .slideshow .images {
	position: absolute;
	top: 0;
	left: 0;	
	font-size: 0px;
	line-height: 0px;
}

#content .slideshow .images img { margin: 0px; border: 0px; }
#content .slideshow .images a { border: 0px; text-decoration: none; }

#content .slideshow .overlay {
	position: absolute;
	top: 90px;
	left: 0;
	padding: 0px 20px;
	min-width: 365px;
	width: auto !important;
	width: 365px;
	height: 50px;
	text-align: right;
	line-height: 50px; 
	overflow: hidden;
	background: url(pics/trans.png) left center repeat;
}

#content .home .overlay { 
	position: absolute; 
	top: 25px; 
	right: 0; 
	left: auto; 
	z-index: 999999999;
	text-align: left; 
}

#content .slideshow .overlay h1 { line-height: 50px; }

/* ------------------------------------------------------------------------- Content */ 

#sidebar {
	padding: 30px 20px;
	width: 220px;
	float: left;
	display: inline;
	overflow: hidden;
}

#sidebar.home { height: 225px; }

#content {
	padding: 30px 0px;
	margin: 0px 0px 0px 5px;
	width: 705px;
	float: left;
	display: inline;
	overflow: hidden;
}

#content .text {
	width: 460px;
	float: left;
	display: inline;
	overflow: hidden;
}

h1, td h1 {font: 18px arial, verdana, sans-serif; font-weight: bold; color: #005c42; margin-bottom: 7px;}
h2, td h2 {font: 17px arial, verdana, sans-serif; font-weight: bold; color: #005c42; margin-bottom: 7px;}
h3, td h3 {font: 15px arial, verdana, sans-serif; font-weight: bold; color: #005c42; margin-bottom: 7px;}
h4, td h4 {font: 14px arial, verdana, sans-serif; font-weight: bold; color: #005c42; margin-bottom: 7px;}
h5, td h5 {font: 13px arial, verdana, sans-serif; font-weight: bold; color: #005c42; margin-bottom: 7px;}
h6, td h6 {font: 12px arial, verdana, sans-serif; font-weight: bold; color: #005c42; margin-bottom: 7px;}

#content a:link, #content a:visited {text-decoration: none; color: #9fa615 ;  border-bottom: 1px solid #9fa615;}
#content a:hover { color: #005c42;  border-bottom: 1px solid #005c42; }

table {margin: 5px 0px;}
td {
	font: 12px arial, verdana, sans-serif;
	line-height: 16px;
}

#content img { margin: 10px 0px; }
#content img.left {	margin: 0px 10px 10px 0px; float: left; }
#content img.right { margin: 0px 0px 10px 10px; float: right; }

p { margin-bottom: 9px;}

#content li { margin: 0px 0px 0px 15px;}
#content ol { margin: 10px 0px 10px 20px;}

#content ul {
	margin: 0px 0px 0px 0px;
	list-style-type: none;
}

#content li {
	padding: 0px 0px 0px 15px;
	color: #1e1e1e;
	line-height: 24px;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	border: 0px solid #fff;
	background: url(pics/pointer.gif) left top no-repeat;	
}

#content li a:link, #content li a:visited {
	color: #1e1e1e;
	line-height: 24px;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	border: 0px solid #fff;
}

#content li a:hover, #content li.current a:link, #content li.current a:visited, #content li.current a:hover {
	color: #9Fa615;
}

/* ------------------------------------------------------------------------- Footer */ 

* html #footer {
	position: absolute;
	bottom: -1px;
}

#footer {
	position: absolute;
	bottom: 0;
	width: 990px;
	height: 30px;
	font: 10px arial, verdana, sans-serif;
	color: #aeaeae;
	text-align: right;
}

#footer .container {
	padding: 0px 20px;
	width: 950px;
	height: 29px;
	background-color: #fff;
  border-top: 1px solid #005c42;
}

#footer .container .left {
	padding-top: 5px;
	width: 100px;
	text-align: left;
	float: left;
}

#footer .container .right {
  padding-top: 5px;
	width: 800px;
	float: right;
	
}

#footer a:link, #footer a:visited {
	text-decoration: none;
	color: #aeaeae;
}

#footer a.twitter:link, #footer a.twitter:visited {
  margin-top: 3px;
  float: right;
     display: inline;
     width: 20px;
}

#footer a.twitter:link img, #footer a.twitter:visited img {
  float: right;
  border: 0px solid #fff;
}

#footer a:hover { color: #005c42; }

br.clear { height: 0px; font: 0px arial, verdana, sans-serif; line-height: 0px; clear: both; }