.hidden {
	visibility: hidden;
	}

/*	CONTENT MAIN */
/* ************** */

#content h1, #content h2, #content h3, #content h4, #content h5 {
	margin-bottom: 10px;
	margin-top: 0px;
	
	}

#content h1 {
	color:#003D90;
	font-weight: lighter;
	font-size:1.5em;
	text-transform: uppercase;
	margin-top: 0px;
	background-color: #E8F1FA;
	
	}

#content h2	{
	color:  #38475c;
font-size: 1.2em;
text-transform: uppercase;
border-bottom: 1px dashed #38475c;
	}

#content h3 {
	color: #655E57;
	font-size: 1.1em;
	font-weight: bold;
	
	}

#content h4 {
	color: #666;
	font-size: 1.2em;
	}

#content h5 {
	color: #666;
	font-size: 1.2em;
	}

#side-b-content h2 {
	color: #72afd2;
	font-size: 1.3em;
	}


#side-a-content h2 {
	color: #acd508;
	font-size: 1.6em;
	}
	
	

/*   HEADERS IN BOXES */

	#col2content-main h1,
	#col2content-sidebar h1{
	color: white;
	text-align: right;
	}
#col2content-sidebar h1{
	text-align: left;
	}


/* Headers, with link */
#content h1 A, #content h2 A, #content h3 A, #content h4 A, #content h5 A {
	color:#003D90;
	text-decoration: none;
	border-bottom: 1px solid #AFCEEA;
	}
#content h1 A {
	color:#003D90;
	
	}
#content h2 A {
	
	}

#content h3 A {
	
	}

#content h4 A {
	
	}

#content h1 A:hover, #content h2 A:hover, #content h3 A:hover, #content h4 A:hover, #content h5 A:hover {
	text-decoration: underline;
	border-bottom: 0px solid #AFCEEA;
	}


#footerspacer  {
	color: white;
	padding: 3px 12px;
	}
#footerspacer a:link,
#footerspacer a:visited {
	color: white;
	text-decoration: underline;
	}
	
	
	
	
	
	
/*******************/
/* RTE / Bodytext:*/
/*******************/
#content a,
#leftcontent a {
	margin: 0;
	padding: 0;
	}
#content td a:link,#content td a:visited,
#content p a:link,#content p a:visited,
#content li a:link, #content li a:visited,
#content span a:link, #content span a:visited
 {
	color: #0D4796;
	text-decoration: underline;
	padding-bottom: 0;
	}
#content td a:hover,
#content p a:hover,
#content li a:hover,
#content span a:hover
 {
	color: #0D4796;
	background-color: #E8F1FA;
	padding-bottom: 0px;
	}
#content ul li,
#content ol li,
p.bodytext {
	color: #fff;
	font-size: 1.1em;
	line-height: 1.4em;
	
	}


p.bodytext {
	margin-bottom: 15px;
	color: #555;
	font-size: 1em;
	line-height: 1.4em;
	}
 p.bodytext  {
	color: #555;
	}
/* RTE / Bulletlists */

#content ul li,
#content ol li {
	color: #555;
	font-size: 1em;
	/*margin: 10px 0 0 40px;*/
	
	}

#content ul,
#content ol  {
	margin: 10px 0 15px 40px;
	}
	
#content  .small {
	font-size: 0.8em;
	}
	
blockquote {
	background-color: #E8F1FA;
	
	padding: 8px 10px;
	font-style: italic;
	font-weight: bold;
	color: #003D90;
	}
	
	
/***************/
/* Bulletlists */
/***************/

/* Bulletlists, general */

#content ul li {
	list-style-type: disc;
	}

#content ul ul li{
	
	list-style-type: circle;
	}
	#content ol li {
	list-style-type: decimal;
	}

/* Bulletlists, specifically */

UL.csc-bulletlist-0 {
	list-style-image: url(submen-arrow.gif);
	}

UL.csc-bulletlist-1 {
	list-style-type: decimal;
	}

UL.csc-bulletlist-2 {
	list-style-position: inside;
	}

UL.csc-bulletlist-3 {
	list-style-image: url(img/red_arrow_bullet.gif);
	}


P, PRE {
	margin: 0px 0px 0px 0px;
	}







/********************************/
/* Frames, spacing, link-to-top */
/********************************/

P.csc-linkToTop {
	text-align: right;
	font-size: 0.9em;
	}

P.csc-linkToTop A {
	font-style: italic;
	}

DIV.csc-frame {
	border: 0px;
	}

DIV.csc-frame-invisible {
	
	}

DIV.csc-frame-rulerBefore {
	border-top: 1px solid #AFCEEA;
	}

DIV.csc-frame-rulerAfter {
	border-bottom: 1px solid #AFCEEA;
	}

DIV.csc-frame-indent {
	padding-left: 100px;
	}

DIV.csc-frame-indent3366 {
	padding-left: 33%;
	}

DIV.csc-frame-indent6633 {
	padding-right: 33%;
	}

DIV.csc-frame-frame1 {
	background-color: #E7EEF6;
	padding:10px;
	color: #577B17;
	}

DIV.csc-frame-frame2 {
	background-color: #FFFFFF;
	border-bottom: 1px dotted #AFCEEA;
	
	padding:4px 0px 8px 0px;
	margin-bottom:12px;
	margin-top:5px;
	}
	DIV.csc-frame-frame1 h1, DIV.csc-frame-frame1 h2, DIV.csc-frame-frame1 h3, DIV.csc-frame-frame1 h4, DIV.csc-frame-frame1 h5 { margin-top:2px; }
	
	DIV.csc-frame-frame2 h1, DIV.csc-frame-frame2 h2, DIV.csc-frame-frame2 h3, DIV.csc-frame-frame2 h4, DIV.csc-frame-frame2 h5 {margin-top:2px; }
	

/* Header date */

P.csc-header-date {
	color: #839AAF;
	font-size: 0.8em;
	font-style: italic;
	}

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


/********			**/
/* Images CAPTION 	 */
/********			**/
.csc-textpic-caption {
	font-style: italic;
	color: #738694;
	font-size: 0.8em;
	}





/***************/
/* Bulletlists */
/***************/
/* Bulletlists, general */
UL.csc-bulletlist LI {color: #8A0020;list-style-image: url(images/../../../../../media/bullets/dot.gif);}
/* Bulletlists, specifically */
UL.csc-bulletlist-0 {color: #8A0020;list-style-image: url(images/../../../../../media/bullets/dot.gif);}
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(images/img/red_arrow_bullet.gif);}
	
	
	
	
	
/*********************/
/* Tables, generally */
/*********************/
TABLE.contenttable {width: 100%;
	border: 1px solid #AFCEEA;
	padding: 3px;
	background-color: #C3D0DF;
margin: 0 20px 20px 0;}
TABLE.contenttable TR TD {vertical-align:top;padding:3px 5px;color:#555;}
TABLE.contenttable {font-size: 1em; line-height: 1.1em;}
TABLE.contenttable TR TD P.bodytext {font-size:1.1em;color:#555;}
TABLE.contenttable TR td {border: 1px solid white}
/* TABLE 1 */
TABLE.contenttable-1 TR.tr-0 TD {background-color:#AFCEEA ;
color: #4576B3;
font-weight: bold;}
/* TABLE 2 */
TABLE.contenttable-2 {color:gray;}
TABLE.contenttable-2 TR TD.td-0 {	width: 150px;
background-color:#AFCEEA ;
color: #4576B3;
font-weight: bold;}
TABLE.contenttable-2 TR TD.td-0 {font-weight:bold;}
/* TABLE 3 */
TABLE.contenttable-3 {color:gray;}
TABLE.contenttable-3 TR TD.td-0, TABLE.contenttable-3 TR.tr-0 TD {	width: 150px;
background-color:#AFCEEA ;
color: #4576B3;
font-weight: bold;}
TABLE.contenttable-3 TR TD.td-0 P, TABLE.contenttable-3 TR.tr-0 TD P {font-weight:bold;}
/* TABLES TR EVEN / ODD */
TABLE.contenttable .tr-even {background-color:#E8F1FA ;}
TABLE.contenttable .tr-odd {background-color:#fff;}



/*********************/
/* Tables, STORES TIMETABLE */
/*********************/
TABLE.storetimes {
	width: 100%;
	padding: 3px;
	margin: 0 20px 20px 0;
	background: transparent;
	border: 0;}
	
TABLE.storetimes TR TD {vertical-align:top;padding:3px 3px;color:#fff;}
TABLE.storetimes {font-size: 1em; line-height: 1em;}
TABLE.storetimes TR TD P.bodytext {font-size:1em;color:#fff;}
TABLE.storetimes TR {}
/* TABLE 1 */
TABLE.storetimes-1 TR.tr-0 TD {background-color:#A1928B ;
color: #fff;
font-weight: bold;}
/* TABLE 2 */
TABLE.storetimes-2 {color:#fff;}
TABLE.storetimes-2 TR TD.td-0 {	width: 150px;
background-color:#A1928B ;
color: #fff;
font-weight: bold;}
TABLE.storetimes-2 TR TD.td-0 {font-weight:bold;}
/* TABLE 3 */
TABLE.storetimes-3 {color:#fff;}
TABLE.storetimes-3 TR TD.td-0, TABLE.storetimes-3 TR.tr-0 TD {	width: 150px;
background-color:#A1928B ;
color: #fff;
font-weight: bold;}
TABLE.storetimes-3 TR TD.td-0 P, TABLE.storetimes-3 TR.tr-0 TD P {font-weight:bold;}
/* TABLES TR EVEN / ODD */
TABLE.storetimes .tr-even {background-color:#A1928B ;}
TABLE.storetimes .tr-odd {background-color:#AFA099;}




/************************/
/* Filelinks, generally */
/************************/
TABLE.csc-uploads {border: 0px;width: 100%;}
TABLE.csc-uploads TR TD p {background-color: transparent;font-size: 1em;color: #738694;}
TABLE.csc-uploads TR TD p a {color: #fff;}
TABLE.csc-uploads TR TD {vertical-align: top;padding: 0px;}
TABLE.csc-uploads TR.tr-even {}
TABLE.csc-uploads TR.tr-odd {}
TABLE.csc-uploads TR TD.csc-uploads-icon {padding: 0px;}
TABLE.csc-uploads TR TD.csc-uploads-fileName {}
TABLE.csc-uploads TR TD.csc-uploads-fileName P A {font-weight: bold;}
TABLE.csc-uploads TR TD.csc-uploads-fileName P.csc-uploads-description {font-style: italic;}
TABLE.csc-uploads TR TD.csc-uploads-fileSize {}
/* Filelinks, specifically */
TABLE.csc-uploads-1 {}
TABLE.csc-uploads-2 {}
TABLE.csc-uploads-3 {}
TABLE.csc-uploads-3 TR TD {}
TABLE.csc-uploads-3 TR.tr-even TD.csc-uploads-icon IMG {border: 0px;} 
TABLE.csc-uploads-3 TR.tr-odd TD.csc-uploads-icon IMG {border: 0px;}
TABLE.csc-uploads tr:hover {color: #fff;}
TABLE.csc-uploads tr:hover p {color: #fff;}
TABLE.csc-uploads tr:hover p a {color: #fff;text-decoration: underline;}




/* csc-mailform */

/*****************/

#mailform {
	padding: 10px;
	border: 1px solid #AFCEEA;
	background-color: #E8F1FA;
	}

.csc-mailform-field {}

#mailform label
 {
	color: #576C7F;
	font-size: 1.1em;
	padding: 5px;
	margin-bottom: 3px;
	border-bottom: 1px solid #DBF0F3;
	position: absolute; 
	text-align:right; 
	width:160px;
	
	
	}
/*****************/

/* csc-mailform */

/*****************/

#mailform {
	padding: 10px;
	background-color: #E8F1FA;
	margin-bottom: 20px;
	}

.csc-mailform-field {}



#content	#mailform .csc-mailform-field input, 
#content	#mailform .csc-mailform-field textarea, 
#content	#mailform .csc-mailform-field select
	
	{
	
	width: 280px;
	font-size: 1.3em;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 190px;
	margin-bottom:8px;
	padding:4px;
	
	border: 3px double #8EB0CF;
	background-color: #EFF7FF;
	color: #4F687F;
	}

	
	#mailform  option {
		padding:2px 6px;
		}
		
	#mailformtext_area,
	#mailforminput_field {
		width: 400px;
	}

#content #mailform .csc-mailform-field textarea {
	font-size: 0.9em;
	}

#content	#mailform .csc-mailform-field input:focus, 
#content	#mailform .csc-mailform-field textarea:focus,
#content	#mailform .csc-mailform-field select:focus {
		border: 3px double #576C7F;
	background-color: #fff;
	color: #576C7F;
	}

#mailform label
 {
	color: #4F687F;
	font-size: 1em;
	font-style: italic;
	padding: 5px;
	margin-bottom: 3px;
	border-bottom: 1px solid #AFCEEA;
	position: absolute; 
	text-align:right; 
	width:160px;
	}

fieldset.csc-mailform {
	border: 0px;
	}


	
#content .csc-mailform-radio legend {
		display:none;
		border:0;
		}
#content .csc-mailform-radio  fieldset {
		border:0px;
		}		

#content .csc-mailform-radio label {
		border:0px;
		position: absolute;
	
		margin: -5px 0 0 -390px;
		border:0px solid white;
		}		
		
		
		
	#content #mailform .csc-mailform-submit {
		color: #fff;
		background-color: #8CAC0B;
		border: 0;	
		}

	#content 	#mailform .csc-mailform-submit:hover {
		color: #fff;
		background-color: #4F687F;	
		}



.csc-mailform-req label {
	color: red;
	}

.csc-mailform-radio label { position:relative;}
.csc-mailform-radio input {margin-left:175px;}

#mailformradio_button input {
border:0px;
}

	
#mailform .csc-mailform-submit,
.tx-srfeuserregister-pi1-submit {
	background: #FFB900;
	padding: 5px;
	font-weight: bold;
	font-size: 1.1em;
	color: white;
	margin-top: 10px;
	}









/* @group MACMADE LOGINBOX */

/* 	MACMADE LOGINBOX */
	.tx-loginboxmacmade-pi1 {
	width:300px;
	color: #567B11;
	padding: 25px;
	background-color: #F2F9DA;
	border: 2px solid #95AD62;
	}

.tx-loginboxmacmade-pi1 a:link,
.tx-loginboxmacmade-pi1 a:visited{
	
	color: #567B11;
	
	}


	
	.tx-loginboxmacmade-pi1 .tx-loginboxmacmade-pi1-error {
			color: #FF0000;
		}
		.tx-loginboxmacmade-pi1 TABLE.tx-loginboxmacmade-pi1-loginTable {
			margin-top: 10px;
			margin-bottom: 10px;
		
			
		}
		#content .tx-loginboxmacmade-pi1 table td input {
	padding:4px;
	font-size: 1.1em;
	width: 160px;
	margin-left: 0;
	border: #CEEF86;
	background: url(img/formback-off.gif) top left no-repeat;
	border:2px solid #D6DFB5;
	}

#content .tx-loginboxmacmade-pi1 table td input.submit{
	background: url(img/aanmelden-button.jpg) top left no-repeat;
	color: white;
	display: block;
	width: 174px;
	height: 34px;
	padding: 4px 0 0 6px;
	border: 0;
	font-weight: bold;
	}
		.tx-loginboxmacmade-pi1 TABLE.tx-loginboxmacmade-pi1-loginTable input {
			
		}
		.tx-loginboxmacmade-pi1 TABLE.tx-loginboxmacmade-pi1-loginTable TD {
			padding: 8px 0 0px 0px;
			
		}
		#content .tx-loginboxmacmade-pi1 TABLE.tx-loginboxmacmade-pi1-loginTable TD.tx-loginboxmacmade-pi1-labelCell {
			font-weight: bold;
			width: 150px;
		}

/* @end */
		
		


/* @group FE REG */


	.tx-srfeuserregister-pi1 input,
	.tx-srfeuserregister-pi1 textarea,
	.tx-srfeuserregister-pi1 select
	{
	border: 3px double #8EAFA5;
	background-color: #fff;
	font-size: 1em;
	color: #555;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom:5px;
	padding:4px;
	}




p.tx-srfeuserregister-pi1-trash {
	background-color: #FFEFEF;
	padding: 8px;
	text-align: center;

	border: 1px solid red;
	display: block;
	width: 500px;
	font-weight: bold;
	font-size: 0.8em;
	}

p.tx-srfeuserregister-pi1-trash a:link,
p.tx-srfeuserregister-pi1-trash a:visited{
	color: red;
	text-decoration: none;
		}

p.tx-srfeuserregister-pi1-trash a:hover
{
	color: red;
	text-decoration: underline;
		}
	
	
.tx-srfeuserregister-pi1 {
	margin-top: 20px;
	}
.tx-srfeuserregister-pi1 label {
	color: #36A6B4;
	font-size: 1.1em;
	
	padding: 5px;
	margin-bottom: 2px;
	border-bottom: 1px solid white;
	
		border-bottom: 1px solid white;
	}

		

p.tx-srfeuserregister-pi1-notice {
	background-color: #FFF9DF;
	padding: 8px;
	text-align: center;
	color: #555;
	border: 1px solid #FFB900;
	display: block;
	width: 500px;
	font-weight: bold;
	font-size: 0.8em;
	}
	
	
	.tx-srfeuserregister-pi1 legend,
	.tx-srfeuserregister-pi1 fieldset {
	border: 0;
	color: #8EAFA5;
	}	

		/* @end */