/***********/
/*  RESET  */
/***********/

html{color:rgb(0,0,0); background:rgb(255,255,255);}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,legend,p,blockquote,th,td{margin:0; padding:0;}
table{border-collapse:collapse; border-spacing:0;}
img{border:0;}
address,caption,cite,code,dfn,th,var{font-style:normal; font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%; font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0; font-variant:normal;}
sup {vertical-align:text-top;} /* to preserve line-height and selector appearance */
sub {vertical-align:text-bottom;} /* to preserve line-height and selector appearance */
legend{color:rgb(0,0,0);} /*because legend doesn't inherit in IE */


/* Indeling in blokken */
    /* Allereerst de body */
body, html {
 		margin:0;
		padding:0;
		background: #bde4f5;
		font-family: Arial, sans-serif;
	}
    /* De container, daar staat de hele website in, die wordt gecentreerd */
#container {
    text-align:left;
    width:960px;
    margin:0 auto;
}

    /* De wrapper omvat de content, de linkerzijbalk en de rechterzijbalk */
#wrapper {
    width: 960px;
    position: relative;
    margin: 0 auto;
    min-height: 526px;
    clear: none;
    background: #FFFFFF url(img/wrapper.gif) top left repeat-y;
}

    /* In de content staat de inhoud van de pagina */
#content {
    float: left;
    position: relative;
    width: 590px;
    /* height: 493px; */
    min-height: 493px;
    margin: 0;
    color: #000000;
    font-size: 13px;
    padding: 20px 5px 0px 45px;
    overflow: visible; /* Alles dat breder is dan 590px wordt niet getoond */
}

    /* De extra is de rechterzijbalk */
#extra{
	width: 280px;
	float: right;
	padding-right: 0px;
	padding-left: 15px;
	padding-top: 30px;
	/* height: 493px; */
    min-height: 493px;
	overflow-x: hidden; /* Alles dat breder is dan 280px wordt niet getoond */
}

    /* De footer is de balk onder de content en zijbalken */
#footer{
    background: url(img/footer.gif) top center no-repeat;
    color: #000000;
    position: relative;
    padding: 0;
    margin: 0 auto;
    width: 960px;
    min-height: 134px;
    clear: both;
    z-index: 3;
}

#footermenu {
    width: 930px;
    float: left;
    display: inline;
    margin-left: 15px;
    margin-top: -10px;
    padding: 0;
    text-align: center;
    color: #acacac;
    font-size: 10px;
    font-weight: bold;
}

    /* De header is het hele gedeelte boven de content en zijbalken */
#header {
    background: #FFFFFF url(img/header.jpg) top center no-repeat;
    height: 196px;
    min-height: 196px;
}

    /* De searchcontainer omvat de zoekbox en zoeklinks */
#searchcontainer {
    float: right;
    background-color: transparent;
    height: 130px;
    width: 960px;
}

    /* Omvat de zoekbox */
#searchbox {
    background:transparent url(img/searchfield.gif) no-repeat center left; /* Haal deze regel weg om de zoekbox niet te tonen */
    float: right;
    margin: 74px 40px 0px 0px;
    padding: 0;
    width: 284px;
    height: 27px;
}

    /* De links onder de zoekbox */
#searchlinks {
    float: right;
    clear: right;
    margin: 7px 40px 10px 0px;
    padding: 0;
    width: 284px;
    height: 12px;
    line-height: 12px;
    color: #FFFFFF;
    font-size: 12px;
}


    /* Het menu komt onderin de header te staan */
#menu {
    background: url(img/menu.jpg) top center no-repeat;
    float: left;
    clear: both;
    text-align: center;
    z-index: 999;
    width:960px;
    text-transform: uppercase;
    height: 63px;
    padding-top: 3px;
    z-index: 3;
}

    /* Het kopje voor in de zijbalken, het is een class dus meerdere malen te gebruiken op een pagina, zie voorbeeld in HTML */
.bluebackgr {
	background: #00006E url(img/table_back.gif) top left no-repeat;
	width: 220px;
	position: relative;
	padding: 7px 0px 0px 0px;
	margin-bottom: 10px;
}

/*Zoekbox */

form {
    background: transparent;
    position: relative;
}

div.zoekbox_google {
    margin: 2px 0px 0px 4px !important;
}

input {
    border: solid 0 #fff;
    background: transparent;
}

input.zoekbox {
    border: 0px solid #FFFFFF !important;
}

input.zoekknop {
    color: #00006E;
}


#extra input {

                Background: white;

                }

/* Typografische opmaak */
#content h1 {
		padding: 5px 10px 0px 10px;
                color: #00006E;
		font-size: 26px;
		font-weight: bold;
	}

#content h2 {
		padding: 8px 0px 4px 8px;
		font-size: 14px;
		font-weight: bold;
                color: #00006E;
	}

#content p {
		padding: 2px 8px 4px 8px;
                color: #000000;
		font-size: 13px;
                line-height: 140%;
		/*word-spacing: 0.05em;*/
	}
        
        #content p.caption {
            font-size: 10px;
            color: #0066B3;
}

#content p.boldblue {
            color: #00006E;
            font-weight: bold;
}

#content p.boldgrey {
    color: #707070;
    font-weight: bold;
}

#content a {
	color: #FFA021;
	text-decoration: none;
} 

#content a:hover {
    color: #00006E;
    text-decoration: none;
}

#extra .bluebackgr p {
                padding: 1px 8px 8px 8px;
                color: #FFFFFF;
		font-size: 12px;
                line-height: 120%;
                margin: 0;
}

#extra h2 {
	padding: 8px 0px 0px 8px;
	font-size: 14px;
	font-weight: bold;
	color: #FFA021;
}

#extra p.orange {
	padding: 2px 8px 4px 8px;
	color: #FFA021;
	font-size: 10px;
	line-height: 100%;
}

#extra .bluebackgr a {
	padding: 10px 0px 8px 0px;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #FFA021;
	margin: 0;
}

#extra .bluebackgr a:hover {
                text-decoration: none;
                color: #00ABFF;
}

#extra a.white {
                padding: 2px 8px 4px 8px;
                color: #FFFFFF;
		font-size: 12px;
                line-height: 140%;
                text-decoration: none;
}

#extra a.white:hover {
    text-decoration: underline;
}

#searchlinks p {
    color: #FFFFFF;
    font-size: 12px;
}

#searchlinks a {
    color: #FFFFFF;
    text-decoration: none;
}

#searchlinks a:hover {
    text-decoration: none;
    color: #00006E;
}



p.footercopy {
    clear: left;
    font-size: 8px;
    font-weight: bold;
    color: #000000;
    padding: 15px 0px 0px 30px;
}

p.footermenu {
    font-size: 10px;
    color: #ACACAC;
    font-weight: bold;
    padding: 0;
    margin: 0;
    vertical-align: top;
}

p.footermenu a {
    color: #ACACAC;
    text-decoration: none;
}

p.footermenu a:hover {
    text-decoration: underline;
}

#content a.noborder img {
    border: none;
    margin: 0;
    margin-bottom: -3px;
    margin-top: -3px;
    padding: 0;
    text-decoration: none;
}

#extra img.noborder {
    border: none;
    margin: 0;
    margin-bottom: -4px;
    padding: 0;
    text-decoration: none;
}

img {
    padding: 0;
    /* margin: -3px 0px -3px 0px; */
    border: none;
}

img.footermenuimgtop {
    height: 3px;
    padding: 0;
    margin: 0;
    vertical-align: bottom;
}

img.footermenuimgbottom {
    padding: 0;
    height: 3px;
    margin: 0;
    vertical-align: top;
}

.noborder {
    padding: 0;
    margin: 0;
    border: none;
    text-decoration: none;
}

    /* Speciale opmaak voor de sponsorlinks */
a.wwf {
    background: url(img/sprite_wwf.gif) bottom left no-repeat;
    vertical-align: top;
    padding: 0;
    display: inline;
    float: left;
    margin-left: 18px;
    width: 220px;
    height: 50px;
}

a:hover.wwf {
    background: url(img/sprite_wwf.gif) top left no-repeat;
}

a.dcna {
    background: url(img/sprite_dcna.gif) bottom left no-repeat;
    vertical-align: top;
    padding: 0;
    display: block;
    float: left;
    width: 300px;
    height: 50px;
}

a:hover.dcna {
    background: url(img/sprite_dcna.gif) top left no-repeat;
}

a.widecast {
    background: url(img/sprite_widecast.gif) bottom left no-repeat;
    vertical-align: top;
    padding: 0;
    display: block;
    float: left;
    width: 379px;
    height: 50px;
}

a:hover.widecast {
    background: url(img/sprite_widecast.gif) top left no-repeat;
}

/* Opmaak voor de broodkruimeltjes */
#breadcrumb {
    width: 930px;
    margin: 0;
    float: left;
    padding: 0px 0px 0px 30px;
    background: transparent;
}

.dot {
    padding-left: 40px;
    padding-right: 5px;
    background: url(img/track.gif) center left no-repeat;
}

.nodot {
    background: transparent;
    padding-left: 0px;
    padding-right: 5px;
}

p.breadcrumb {
	color: #5F5F5F;
        background: url(img/turtle.gif) center right no-repeat;
	font-size: 11px;
        line-height: 18px;
	text-align: left;
        float: left;
        margin: 3px 0px 0px 0px;
	padding: 0px 40px 0px 0px;
        text-transform: none;
}

span.breadcrumbp {
	color: #5F5F5F;
	font-weight: bold;
}

a.breadcrumba {
	color: #5F5F5F;
	font-weight: bold;
        text-decoration: none;
}

a:hover.breadcrumba {
	color: #5F5F5F;
	font-weight: bold;
        text-decoration: underline;
}

/* Opmaak voor links 
a.contenta {
	color: #00006E;
}

a {
	color: #00006E;
}*/

/* Extra opmaak voor dingetjes enzo */

.centeredImage {
    	text-align:center;
    	margin-top:0px;
   	margin-bottom:0px;
   	padding:0px;
    }

.clear {
    clear: left;
}

br {
	padding-top: 0px;
        clear: both;}

#content ul li {
	color: #000000;
	padding: 4px 0px 4px 4px;
	margin-left: 14px;
	list-style-type: disc;
	list-style-position: outside;
}

.opsomming {
 color: #000000;
 padding: 4px 0px 4px 4px;
 margin-left: 14px;
 list-style-type: disc;
 list-style-position: outside;
}

#content ol li {
	color: #000000;
	padding: 4px 0px 4px 4px;
	margin-left: 28px;
	list-style-type: decimal;
	list-style-position: outside;
}