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


.CMSEdit {
font-size: 100%;
}

/*----------------- PARAGRAPHS ---------------*/
p {
padding: 0 0 15px;
text-align: left;
}
/*----------------- LINKS --------------------*/
a {
color: #0874c0;
text-decoration: none;
}
a:hover {
color: #6fd028;
text-decoration: underline;
}
/*----------------- HEADERS ------------------*/
h1 {
font-size: 2em;
font-weight: normal;
color:#6f1798;
padding: 0 0 10px 0;
line-height: 20px;
}
h2 {
font-size: 1.2em;
font-weight: bold;
color:#6fd028;
}

h2 a	{
	color:#6fd028;
	}
	
h2 a:hover	{
	color:#6f1798;
	}
	
.bigger	{
	font-size:1.1em!important;
	}
	
.paragraphTitle	{
	font-size:1.05em!important;
	padding-bottom:3px!important;
	}

h3 {
font-size: 1.05em;
font-weight: bold;
color:#6f1798;
padding-bottom:5px;
}

/*----------------- KLEUREN --------------------*/
.colorLight	{
	color:#fff;
	}

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

table.ContentTable th {
padding: 6px 12px 6px 12px;
text-align: left;
speak-header: once;
background-color:#6f1798;
border-left: 1px solid #6f1798;
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 #6f1798;
}

table.ContentTable td {
border-left: 1px solid #6f1798;
border-right: 1px solid #6f1798;
padding: 6px 12px 6px 12px;
background-color:#e0d3e6;
}
table.ContentTable td.alt {
padding: 6px 12px 6px 12px;
background-color:#eee8f1;
}
table.ContentTable td.sub {
padding: 6px 12px 6px 12px;
background-color:#0874c0;
color:#FFFFFF;
}

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

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

