/************************* GLOBAL ****************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, font, img, ins, kbd, q, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
	vertical-align: baseline;
}

html,body {
	height: 100%; /* needed for outer min-height */
}

body {
	background: #fff;
	font-family: "Tahoma", "Arial", "Helvetica" , sans-serif;
	color: #000;
	font-size: 1em;
	height: 99%; /* needed for outer min-height */
}

input, textarea {
	font-family: "Courier", "Helvetica" , sans-serif;
	font-size: 100%;
}

table {
	margin: 20px 0 0 10px;
}

.groupTable {
	margin: 0;
}

th {
	width: 100px;
	vertical-align: top;
	text-align: right;
	padding-right: 15px;
}

a {
	color: #666666;
	text-decoration: underline;
	cursor: pointer;
}

button {
	cursor:pointer;
}

a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}

a:focus, a:hover, a:active {
	color: #000000;
	text-decoration: none;
}

h1 {
	font-family: "Georgia", "Verdana", Sans-serif;
}

h1 a:link, h1 a:visited {
	text-decoration: none;
}

h1 a:focus, h1 a:hover, h1 a:active {
	text-decoration: none;
}

h3 {
	font-size: 100%;
	font-weight: bold;
}

h3 a:link, h3 a:visited, dt a:link, dt a:visited {
	text-decoration: none;
}

h3 a:focus, h3 a:hover, h3 a:active, dt a:focus, dt a:hover, dt a:active {
	text-decoration: none;
}

h4 {
	font-size: 100%;
}

h4 a:link, h4 a:visited {
	text-decoration: none;
}

h5 {
	font-size: 100%;
}

h6 {
	font-size: 100%;
}

ul {
	list-style-type: square;
}

ol {
	margin-left: 25px;
}


fieldset {
	border: 0;
}

#outer {
	position: relative;
	width: 100%;
	text-align: left;
	margin: 1px auto;
	border: 0;
	background: #fff;
}

iframe {
	float: right;
	border: 0;
}

/************************** HEADER *****************************/
#header {
 	display: none;
}

#logo {
 	display: none;
}

#headerNav {
 	display: none;
}

/************************ MENU/LINKERKANT *********************/

#flashObject {
	position: relative;
	height: 248px;
 	display: none;
}

#blackBar {
	position: relative;
	width: 746px;
	height: 22px;
	background: #fff url(zwart.gif) no-repeat 50% 0;
	background-color: #666666;
}

#colorBar {
	position: relative;
	width: 248px;
	height: 21px;
	background-color: #515151;
}

#presents {
 	display: none;
}

#presents a {
	display: block;
	/*height: 55px;*/
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;
}

#titlePresent {
 	display: none;
}

/************************* FOOTER ************************/
#footer {
	display: none;
}

/*********************** CONTAINER ***********************/
#container {
	position: relative;
	margin: 0;
}

#container ul {
	position: relative;
	margin: 10px 0 10px 20px;
	line-height: 18px;
}

#container p {
	line-height: 18px;
	margin: 0;
}

#container a {
	color: #aae104;
	text-decoration: underline;
}

#container a:focus, #container a:hover, #container a:active {
	color: #000000;
	text-decoration: underline;
}

#heading {
	position: relative;
	height: 36px;
	margin: 0 0 15px 0;
	border-bottom: 1px solid #e6e6e6;
}

.spacing {
	position: relative;
	height: 22px;
}

/*********************** LINKJES ***********************/
.meerLink {
	display: none;
}

.meerLink a {
	color: #aae104;
	text-decoration: underline;
	white-space: nowrap;
	background: url(link_zw.gif) 0 5px no-repeat;
	padding-left: 25px;
}

.meerLink a:focus, .meerLink a:hover, .meerLink a:active {
	color: #000000;
	text-decoration: underline;
}

#backLink {
	display: none;
}

#backLink a {
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
	white-space: nowrap;
	background: url(link_global.gif) 0 5px no-repeat;
	padding-left: 25px;
}

#backLink a:focus, #backLink a:hover, #backLink a:active {
	color: #aae104;
	text-decoration: underline;
}

#olderItems {
	position: relative;
	margin: 25px 0 0 25px;
	padding-top: 15px;
	border-top: 1px solid #ececec;
	color: #000000;
}

#olderItems a, #olderItems a:visited {
	color: #000000;
	display: block;
	padding-bottom: 5px;
	font-weight: bold;
	text-decoration: underline;
	white-space: nowrap;
	background: url(pijl_global.gif) 0 5px no-repeat;
	padding-left: 10px;
}

#olderItems a:focus, #olderItems a:hover, #olderItems a:active {
	color: #aae104;
	text-decoration: underline;
}

/*********************** CONTENT ***********************/

div.titleBox {
	position: relative;
	background-repeat: no-repeat;
	margin: 0 0 0 0;
	clear: both;
}

div.titleBox h4 {
	position: relative;
	display: block;
	font-size: 14px;
	font-weight: bold;
}

div.itemFocus {
	position: relative;
	margin: 15px 0 20px 0;
	background-color: #ffffff;
	min-height: 130px;
}

* html div.itemFocus {
	height: 130px;
}

div.itemFocus p {
	padding: 7px 0 0 0;
}

p.rechts {
	text-align: right;
}

div.caseItem {	
	position: relative;
	top: 0;
	margin: 0 0 0 0;
	padding: 5px 5px 0 5px;
	border: 0;
}

div.caseItem p {
	padding: 0 10px 10px 10px;
}

div.caseItem p img,
div.caseItemImg img {
	float: left;
	margin: 0 1em 1em 0;
}

div.caseItem p a {
	white-space: wrap;
	color: #aae104;
}

div.caseItem p a:focus, div.caseItem p a:hover, div.caseItem p a:active{
	color: #000000;
}

div.caseItemImg {
	position: relative;
	top: 0;
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	border: 0;
	text-align: right;
	min-height: 130px;
}

* html div.caseItemImg {
	height: 130px;
}

div.caseItemImg p {
	padding: 10px;
}

div.caseItemImg p a {
	white-space: nowrap;
	color: #aae104;
}

div.caseItemImg p a:focus, div.caseItemImg p a:hover, div.caseItemImg p a:active{
	color: #000000;
}

div.teamList {
	position: relative;
	top: 30px;
	margin: 0 0 60px 30px;
	padding: 15px 0 15px 15px;
	background-color: #ffffff;
	border: 1px solid #ececec;
	color: #000000;
}

div.teamList p a {
	white-space: nowrap;
	background: url(link_zw.gif) 0 5px no-repeat;
	padding-left: 25px;
	color: #000000;
}

#div.teamList p a:focus, div.teamList p a:hover, div.teamList p a:active{
	color: #aae104;
}

div.featuring {
	position: relative;
	width: 415px;
	height: 50px;
	margin: auto 10px;
	background: transparent url("featuring_global.gif") 100% 0 no-repeat;
	padding-top: 21px;
	padding-bottom: 12px;
}

div.featuringItem {
	border: 1px solid #aae104;
	float: right;
	width: 255px;
	padding: 26px 0 5px 5px;
	color: #000000;
}

div.featuring img {
	float: left;
	margin-right: 4px;
}

div.images {
	position: relative;
	margin: 0;
	background: transparent url("images_global.gif") 95% 0 no-repeat;
	padding-top: 17px;
	padding-bottom: 5px;
}

div.slideshow {
	position: relative;
	margin: 0;
	background: transparent url("slideshow_global.gif") 95% 0 no-repeat;
	padding-top: 17px;
	padding-bottom: 5px;
}

div.video {
	position: relative;
	margin: 0;
	background: transparent url("video_global.gif") 95% 0 no-repeat;
	padding-top: 17px;
	padding-bottom: 5px;
}

div.snippet {
	position: relative;
	float: none;
	font-size: 90%;
	background: transparent url("snippet_global.gif") 95% 0 no-repeat;
	width: 99%;
	margin: 0 0 5px 10px;
	padding-top: 15px;
	color: #000000;
	z-index: 100;
}

div.snippetfull {
	position: relative;
	font-size: 90%;
	background: transparent url("snippet_global.gif") 95% 0 no-repeat;
	width: 99%;
	margin: 0 0 5px 0;
	padding-top: 15px;
	color: #000000;
	z-index: 100;
}

div.snippetleft {
	position: relative;
	float: none;
	font-size: 90%;
	background: transparent url("snippet_global.gif") 95% 0 no-repeat;
	width: 99%;
	margin: 0 10px 5px 0;
	padding-top: 15px;
	color: #000000;
	z-index: 100;
}

div.snippetItem {
	position: relative;
	border: 1px solid #ececec;
	padding: 15px;
}

div.snippetItem p {
	padding-top: 7px;
}


div.snippetItem img {
	display: block;
	border: 1px solid #999999;
	width: 174px;
	margin: auto 0;
	margin-top: 5px;
}

div.borderItem {
	position: relative;
	border: 0;
	text-align: left;
	padding: 15px 0 10px 0;
}

div.borderItem img {
	background-color: #aae104;
	border: 1px solid #e2f5a9;
	margin: auto 6px;
}

div.objectItem  {
	position: relative;
	border: 1px solid #ececec;
	padding: 10px 0 0 0;
}

#flashObjectBox, .flashObjectBox, 
#flashHompageBanner {
	display: none;
}

#wrapper h4 span {
	visibility: visible;
}

.uitvul {
	position: relative;
	background-color: #aae104;
	border: 10px solid #ffffff;
}

div.containerLevOne {
	position: relative;
	width: 225px;
	min-height: 280px;
	float: left;
	margin: auto 5px;
	margin-top: 25px;
	margin-bottom: 15px;
	background-color: #ffffff;
}

* html div.containerLevOne {
	height: 280px;
}

div.containerLevOne p {
	padding: 10px 10px 10px 62px;
}

div.casesLevOne {
	position: absolute;
	height: 46px;
	border: 1px solid #ececec;
	padding: 5px;
	bottom: 0;
}

div.casesLevOne img {
	margin : 0 4px 0 4px;
	float: right;
}

#viewCasesOne {
	position: absolute;
	width: 46px;
	height: 46px;
	left: 7px;
	float: left;
	background-color: #fff;
	z-index: 100;
}

#viewCasesOne a{
	display: block;
	width: 46px;
	height: 46px;
	background: transparent url(viewall_grants.gif) no-repeat left top;
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;
}

#viewCasesTwo {
	position: absolute;
	width: 46px;
	height: 46px;
	left: 7px;
	float: left;
	background-color: #fff;
	z-index: 100;
}

#viewCasesTwo a{
	display: block;
	width: 46px;
	height: 46px;
	background: transparent url(viewall_programmes.gif) no-repeat left top;
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;
}

div.containerLevTwo {
	position: relative;
	background: transparent url("stippel.gif") 0 100% repeat-x;
	margin: 30px 0 30px 0;
	background-color: #ffffff;
	min-height: 180px;
}

* html div.containerLevTwo {
	height: 180px;
}

div.containerLevTwo p {
	padding: 10px;
	padding-top: 34px;
}

/******************** QUOTES *******************/

.quote {
	position: relative;
	background: transparent url("openquote_global.gif") 0 1px no-repeat;
	font-family: "Georgia", sans-serif;
	font-style: italic;
	font-size: 100%;
	line-height: 22px;
	margin: 30px 20px 30px 0;
	padding: 0 0 0 40px;
	color: #333333;
}

.quote blockquote {
	background: transparent url("closequote_global.gif") 100% 100% no-repeat;
	padding: 0px 20px 10px 0;
}

/******************* IMAGES ********************/

img.imgLeftBorder {
	position: relative;
	float: none;
	border: 1px solid #ececec;
	margin: 0;
}

img.imgRightBorder {
	position: relative;
	border: 1px solid #ececec;
	float: none;
	margin: 0;
}

img.imgLeft {
	position: relative;
	float: none;
	margin: 0;
}

img.imgRight {
	position: relative;
	float: none;
	margin: 0;
}

img.imgFree {
	position: relative;
	display: block;
	clear: both;
	margin: 0;
}

/******************* SITEMAP / SEARCH ********************/

ul#siteSupport {
	list-style-type: square;
}

#siteSupport {
	position: relative;
	border-style: solid solid solid solid;
	border-color: #eeeeee #eeeeee #eeeeee #1769b0;
	border-width: 1px 1px 1px 5px;
	margin: 0 0 10px 0;
	padding-left: 10px;
}

#siteSupport a, #siteAdvocate a, #siteFocus a, #siteBasic a, .searchBasic a {
	color: #333333;
	background: url(pijl_zw.gif) 0 5px no-repeat;
	padding-left: 10px;
}

#siteSupport a:focus, #siteSupport a:hover, #siteSupport a:active {
	color: #1769b0;
}

#siteAdvocate {
	position: relative;
	border-style: solid solid solid solid;
	border-color: #eeeeee #eeeeee #eeeeee #ffcc00;
	border-width: 1px 1px 1px 5px;
	margin: 0 0 10px 0;
	padding-left: 10px;
}

#siteAdvocate a:focus, #siteAdvocate a:hover, #siteAdvocate a:active {
	color: #ffcc00;
}

#siteFocus {
	position: relative;
	border-style: solid solid solid solid;
	border-color: #eeeeee #eeeeee #eeeeee #cc0066;
	border-width: 1px 1px 1px 5px;
	margin: 0 0 10px 0;
	padding-left: 10px;
}

#siteFocus a:focus, #siteFocus a:hover, #siteFocus a:active {
	color: #cc0066;
}

#siteBasic {
	position: relative;
	border-style: solid solid solid solid;
	border-color: #eeeeee #eeeeee #eeeeee #aae104;
	border-width: 1px 1px 1px 5px;
	margin: 0 0 10px 0;
	padding-left: 10px;
}

.searchBasic {
	list-style-type: none;
	margin: 0;
}

#siteBasic a:focus, #siteBasic a:hover, #siteBasic a:active, .searchBasic a:focus, .searchBasic a:hover, .searchBasic a:active {
	color: #aae104;
}

#siteSupport ul, #siteAdvocate ul, #siteFocus ul, #siteBasic ul {
	margin: 2px 0 2px 20px;
	list-style-type: none;
}

#siteLevOne a.linkLevOne {
	font-weight: bold;
	background: none;
	padding: 0;
}

#siteLevOne {
	list-style-type: none;
}

.rtTitle {
	display: block;
	text-align: left;
}

#popinDiv {
	border: solid 10px #aae104;
}

#popinDiv img {
	display: block;
}

.searchResultIntro {
	margin: 0 0 10px 10px;
}

#leftNav {
	display: none;
}

#menu {
	display: none;
}

p {
	text-align: left;
	padding: 0.2em 0;
}