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


.CMSEdit {
font-size: 100%;
}

/*----------------- PARAGRAPHS ---------------*/
p {
padding: 0 0 15px;
text-align: left;
}
.noEnter {
padding: 0px!important;
}
/*----------------- LINKS --------------------*/
a {
color: #92006e;
text-decoration: none;
}
a:hover {
color: #ffa300;
text-decoration: underline;
}
/*----------------- HEADERS ------------------*/
h1 {
font-size: 2em;
font-weight: normal;
color:#92006e;
padding: 0 0 10px 0;
line-height: 20px;
}
h2 {
font-size: 1.1em;
font-weight: bold;
color:#c70016;
}

h2 a	{
	color:#c70016;
	}
	
h2 a:hover	{
	color:#92006e;
	}
	
.bigger	{
	font-size:1.1em!important;
	padding-bottom:3px;
	}
	
.smaller	{
	font-size:1em!important;
	padding-bottom:0px!important;
	}

h3 {
font-size: 1.2em;
font-weight: bold;
color:#92006e;
padding-bottom:5px;
}

.introText	{
	font-weight: bold;
	padding-bottom:30px;
	}

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

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

table.ContentTable td {
border-left: 1px solid #92006e;
border-right: 1px solid #92006e;
padding: 6px 12px 6px 12px;
background-color:#efefef;
}
table.ContentTable td.alt {
padding: 6px 12px 6px 12px;
background-color:#fff;
}
table.ContentTable td.sub {
padding: 6px 12px 6px 12px;
background-color:#d399c5;
color:#FFFFFF;
}

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

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