/***********/
/*  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: #FFFFFF;
		font-family: Arial, sans-serif;
	}
    /* De container, daar staat de hele website in, die wordt gecentreerd */
#container {
    text-align:left;
    width:980px;
    margin:0 auto;
}

    /* In de content staat de inhoud van de pagina */
#content {
    position: relative;
    top: 500px;
    left: 0;
    width: 980px;
    margin: 0;
    color: #000000;
    font-size: 13px;
    padding: 0;
}

#content2 {
    position: relative;
    top: 420px;
    left: 0;
    width: 980px;
    margin: 0;
    color: #000000;
    font-size: 13px;
    padding: 0;
}

#maincontent {
    float: left;
    width: 630px;
    padding: 10px 10px 20px 10px;
}

#maincontent h1 {
    font-size: 26px;
    color: #2E7CDB;
}

#leftcolumn {
    width: 315px;
    float: left;
    padding: 20px 10px 10px 0px;
}

#rightcolumn {
    width: 305px;
    float: left;
    padding: 20px 0px 10px 0px;
}

#subcontent {
    float: right;
    position: relative;
    z-index: 1;
    width: 300px;
    min-height: 350px;
    padding: 20px 10px 20px 10px;
    background: url(img/zijbalk_back.gif) top left no-repeat;
}

#footersubcontent {
    position: absolute;
    z-index: 2;
    width: 320px;
    height: 13px;
    bottom: 0px;
    left: 0;
    background: url(img/zijbalk_footer.gif) top left no-repeat;
}

#contentheader {
    height: 400px;
    width: 980px;
    position: absolute;
    z-index: 0;
}

.rounded4 {
    width: 232px;
    height: 175px;
    float: left;
    margin-right: 14px;
    margin-top: 27px;
    border: 0px solid gray;
}


.notrounded4 {
    width: 232px;
    height: 175px;
    float: left;
    margin-right: 13px;
    margin-top: 27px;
    border: 0px solid gray;
}

.rounded2 {
    width: 478px;
    height: 80px;
    float: left;
    margin-right: 15px;
    margin-top: 12px;
    margin-bottom: 0px;
    border: 0px solid gray;
}

.rounded1 {
    width: 980px;
    height: 80px;
    margin-right: 1px;
    margin-top: 12px;
    border: 0px solid gray;
    background: url(img/footer.jpg) top left no-repeat;
    clear: both;
}

.end {
    margin-right: 0px;
}

.begin {
    clear: left;
    margin-left: 4px;
}

.noborder {
    border: none;
    margin: 0;
    padding: 0;
    text-decoration: none;
}

.logosleft {
    float: left;
    clear: none;
}

.logosright {
    float: right;
    clear: none;
}

   /* De footer is de balk onder de content en zijbalken */
#footer{
    background: #FFFFFF;
    color: #444444;
    float: left;
    padding: 0;
    margin: 0 auto;
    width: 980px;
    height: 50px;
    clear: left;
    text-align: right;
}

#footer p {
    color: #444444;
    font-size: 10px;
    padding: 10px 10px 0px 0px;
}

    /* De header is het hele gedeelte boven de content */
#header {
    background: #FFFFFF url(img/header.jpg) top center no-repeat;
    width: 980px;
    height: 500px;
    position: absolute;
    z-index: 0;
}

#logo {
    float: left;
}

    

    /* Het menu komt bovenin de header te staan, over de flash heen */
#menu {
    background: url(img/navback.png) top center no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width:980px;
    height: 120px;
}

#mainmenu {
    float: right;
    text-align: right;
    height: 40px;
    margin-top: 30px;
    width: 550px;
    padding-right: 50px;
}

#submenu {
    float: right;
    text-align: right;
    height: 30px;
    width: 550px;
    padding-right: 50px;
}

#menu #mainmenu a {
    color: #99cc33;
    font-size: 16px;
    text-transform: uppercase;
    padding: 15px 5px 0px 5px;
    text-decoration: none;
}

#menu #mainmenu a:hover {
    color: #FFFFFF;
}

#menu #submenu a {
    color: #008DFF;
    text-transform: capitalize;
    padding: 15px 5px 0px 5px;
    text-decoration: none;
    font-size: 13px;
}

#menu #submenu a:hover {
    color: #FFFFFF;
}

#menu a img {
    border: none;
    text-align: left;
    text-decoration: none;
}

#leftcolumn a, #rightcolumn a {
    color: #2E7CDB;
    text-decoration: none;
}

#leftcolumn a:hover, #rightcolumn a:hover {
    text-decoration: underline;
}

#leftcolumn h2, #rightcolumn h2 {
    color: #004A80;
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
    padding-bottom: 12px;
}

#leftcolumn p, #rightcolumn p {
    padding-bottom: 12px;
}

#subcontent h2 {
    color: #003471;
    font-weight: bold;
    font-size: 12px;
    padding: 4px 0px 4px 0px;
}

#subcontent p {
    font-weight: bold;
    font-size: 12px;
    color: #FFFFFF;
}

#subcontent a {
    text-decoration: underline;
}

#subcontent a:hover {
    color: #003471;
    text-decoration: underline;
}

#subcontent ul li {
    color: #FFFFFF;
    font-weight: bold;
    padding: 4px 0px 4px 4px;
    margin-left: 14px;
    list-style-type: disc;
    list-style-position: outside;
}



/* 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 .caption {
            font-size: 10px;
            color: #0066B3;
}

#content .boldblue {
            color: #00006E;
            font-weight: bold;
}

#content .boldgrey {
    color: #707070;
    font-weight: bold;
}

#content a {
    color: #F26522;
    text-decoration: underline;
} 

#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: #F4901E;
}

#extra .orange {
                padding: 2px 8px 4px 8px;
                color: #F4901E;
		font-size: 10px;
                line-height: 100%;
}

#extra .bluebackgr a {
                padding: 10px 0px 8px 8px;
                font-size: 13px;
                font-weight: bold;
                text-decoration: none;
                color: #FF7E00;
                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: 0px;
    margin-top: 0px;
    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;
}


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;
}

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;}
*/
