/*----------------- BODY ----------------------*/

body, html {
color: #001d5a; 
font-family: "Gill Sans MT","Gill Sans", Tahoma, Verdana, sans-serif;
background-color: #FFFFFF; 
text-align: left; 			/* FCK */
height: 100%;
line-height:1.25em;
}
body {
font-size: 80%;
}
.CMSEdit {
font-size: 100%;
}


/*----------------- PARAGRAPHS ---------------*/
p {
padding: 0px 0 15px 0;
text-align: left;
}
/*----------------- LINKS --------------------*/
a {
color:#ff6608;
text-decoration: none;
}
a:hover {
color: #001d5a;
text-decoration: underline;
}
a.linkblauw {
color:#001d5a;
text-decoration: none;
}
a.linkblauw:hover {
color: #ff6608;
text-decoration: underline;
}

.blockLink	{
	display:block;
	}
	
.linkArrow	{
	background:url(../imgs/shared/pijl_Overview.gif) no-repeat 0px 9px;
	padding:5px 0 0 10px;
	display:block;
	}
/*----------------- HEADERS ------------------*/
h1 {
font-size: 2em;
font-weight: normal;
color:#008FE1;
line-height: 25px;
padding:3px 0 8px 0;
}

/*.contentWrapper h1	{
	padding-top:5px;
	}*/

h2 {
font-size: 1.15em;
color:#001d5a;
padding-bottom:5px;
}

h3 {
font-size: 1.05em;
font-weight: bold;
color:#008FE1;
margin:0px;
}

h4 {
font-size: 1em;
font-weight: normal;
color:#008FE1;
padding-bottom:8px;
}

h5 {
font-weight: bold;
color:#001d5a;
margin:0px;
font-size:1em;
}

.kleurDonkerblauw	{
	color:#001d5a;
}




/*----------------- BOLD & HIGHLIGHT --------------------*/
.bold {
font-weight: bold;
}
.highlight {
font-weight: bold;
color:#993399;
}

/*----------------- HORIZONTAL RULERS -------*/
hr {    
border: 0;
color: #62002E; /* IE */
background-color: #62002E; /* FF */
width: 100%;
margin: 3px 0 11px;
}
* html hr {
margin:-7px 0 -2px;
}
hr.dun {
height: 1px;
}
hr.dik {
height: 2px;
}


/*----------------- TABLE --------------------*/
table.ContentTable {
border-collapse:collapse;
font-size: 100%;
width:100%;
margin-bottom:13px;
border-bottom: 1px solid #001d5a;
}

table.ContentTable th {
padding: 6px 12px 6px 12px;
text-align: left;
speak-header: once;
background-color:#001d5a;
border-left:1px solid #001d5a;
color:#FFFFFF;
}

table.ContentTable th a {
font-weight: bold;
}

table.ContentTable a {
color:#F0037F;
font-size:11px;
}
table.ContentTable a:hover {
color:#3e82af;
}

table.ContentTable tbody {
border: 1px solid #001d5a;
}

table.ContentTable td {
border-left: 1px solid #001d5a;
border-right: 1px solid #001d5a;
padding: 6px 12px 6px 12px;
background-color:#dce7f4;
}
table.ContentTable td.alt {
padding: 6px 12px 6px 12px;
background-color:#b9cee9;
}
table.ContentTable td.sub {
padding: 6px 12px 6px 12px;
background-color:#008fe1;
color:#FFFFFF;
}

/*----------------- IMAGES ------------------*/
img.ImageLeft {
float:left;
margin: 3px 10px 10px 0;
}

img.ImageRight {
float:right;
margin: 3px 0 10px 10px;
}

