/******************/
/* Headers, plain */
/******************/
H1 { font-size: 16px; color:#6BC1BE; font-weight:bold;}
H2 { font-size: 14px; color:#6BC1BE; font-weight:bold;}
H3 { font-size: 12px; color:#6BC1BE; }
H4 { font-size: 11px; color:#6BC1BE; }
H1, H2, H3, H4, H5, H6 { margin: 0px; margin-top:10px; }
H1.csc-firstHeader, H2.csc-firstHeader, H3.csc-firstHeader, H4.csc-firstHeader, H5.csc-firstHeader, H6.csc-firstHeader { margin-top: 0px; }

/* Headers, with link */
H1 A, H2 A, H3 A, H4 A, H5 A { color: #000000; text-decoration: none; }
H2 A { color: #186900; }
H3 A { color: #10007B; }
H4 A { color: #8A0020; }
H1 A:hover, H2 A:hover, H3 A:hover, H4 A:hover, H5 A:hover { text-decoration: underline; }

/* Header date */
P.csc-header-date {  color: #186900; }

/* Subheader, general */
P.csc-subheader { font-style: italic; background-color: #EDEBF1; }

/* Subheader, specific */
P.csc-subheader-0 { font-style: normal; }
P.csc-subheader-1 { color: #186900; }
P.csc-subheader-2 { color: #10007B; }
P.csc-subheader-3 { color: #8A0020; }



/*******************/
/* RTE / Bodytext: */
/*******************/
P.bodytext {  color: #FFFFFF;
line-height:18px;
}

P.bodytext A { font-weight: bold; }

/* RTE / Bulletlists */
UL { margin-top: 0px;  }
UL UL LI {  }
OL { margin-top: 0px; }
LI { margin-top: 0px; margin-bottom: 0px; padding-top: 0px; }

/**********/
/* Images */
/**********/

/* Images / Captions */
P.csc-caption { font-style: italic; }


/***************/
/* Bulletlists */
/***************/

/* Bulletlists, general */
UL.csc-bulletlist LI {  }

/* Bulletlists, specifically */
UL.csc-bulletlist-0 { color: #000000; }
UL.csc-bulletlist-1 { color: #186900; list-style-type : decimal; }
UL.csc-bulletlist-2 { color: #10007B; list-style-position : inside; }
UL.csc-bulletlist-3 { color: #8A0020; list-style-image: url(img/red_arrow_bullet.gif); }

/*******************/
/* typo3 classes   */
/*******************/
.align-justify {
	text-align:justify;
}
.align-right {
	text-align:right;
}
.align-left {
	text-align:left;
}
.align-center {
	text-align:center;
}
.csc-textpic-caption {
	font-size: 10px;
}
/*mail beschermen*/
.mailencrypt1 {
	display:none;
}
.mailencrypt2 {
}
/*footer disclaimer en copyrigth link effect*/
#footertext a {
	color : #7A7B7D;
	font-size:11px;
	text-decoration:none;
}
#footertext a:hover {
	color : #FFFFFF;
}

a {color : #FFFFFF; text-decoration : none; }
a:link { color : #FFFFFF; text-decoration : underline; }
a:visited{ color : #FFFFFF; text-decoration : underline;}
a:hover {color : #6BC1BE; text-decoration : underline;}
a.selected {color : #6BC1BE; text-decoration :none;}

BLOCKQUOTE P{
	color:#424043;
	font-size: 11px;
	background-color:#6AC1BD;
	margin:20px;
	padding:10px;
	border: 2px solid #386664;
}
BLOCKQUOTE P a, BLOCKQUOTE P a:link,BLOCKQUOTE P  a:visited,BLOCKQUOTE P  a.selected {
	color : #FFFFFF; text-decoration : underline;
}
BLOCKQUOTE P  a:hover {
	color : #FFFFFF; text-decoration : none; 
}

/*zorg dat de lijstjes goed gepositioneerd worden */
ul,ol {
 margin-left:40px;
 padding:0px;
 line-height:18px;
}
/* formulier opmaak */
#mailformformtype_mail{
	width:90px;
	margin:10px 10px 0px 0px;
	float:right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #6BC1BE;
	font-weight:bold;
}
fieldset {
	margin:0px;
	padding:5px 10px 5px 10px;
	border:0px;
}
.csc-mailform-field {
	width :500px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
.csc-mailform-field label{
	width:200px;
	padding-right: 10px;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
}
.csc-mailform-field input{
	width:288px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
}

