body {
	font-color:		#000;
	background:		#FBF7E2;
	font-family: 	Verdana, Arial, Helvetica, sans-serif; 
	font-size: 		11px; 
	font-style: 	normal; 
	line-height:	20px;
}

div.content {
	text-align:		left;
}

/* extra ruimte na ieder content element */
div.content_element {
	margin:			5px 5px 15px 8px;
}

/* lists */
ul, ol {
	font-color:		#000;
	font-family: 	Verdana, Arial, Helvetica, sans-serif; 
	font-size: 		11px; 
	font-style: 	normal; 
	line-height:	20px;
}

/* in-content tabellen */
table.contenttable {
	width:			100%;
}

tr {
	vertical-align:	top;
}

td {
	font-family: 	Verdana, Arial, Helvetica, sans-serif; 
	font-size: 		11px;	
	vertical-align:	top;
}

td.align-right {
	text-align:		right;
	padding:		0px 10px 0px 10px;
	vertical-align:	top;
}

thead tr td p.bodytext{
	font-size:		13px;
	color:			#000;
	font-weight:	bold;
}

/* kleine tabellen */
table.table-small-border, table.table-small-border tr td {
	border-collapse:collapse;
	border:			1px solid black;
	vertical-align:	top;
}

table.table-small-border tr td p.bodytext {
	font-size:		9px;
}


/* CSS Styled Content */

p.bodytext {
	font-size: 		11px; 
	font-family: 	Verdana, Arial, Helvetica, sans-serif; 
	font-size: 		11px; 
	font-style: 	normal; 
	line-height:	20px;
}

/* kleur wordt in sectie css gedefinieerd  */
.important-bold {
	font-weight:	bold;
}

div.page_title {
	margin:			8px 0px 25px 8px;
	font-size:		14px;
	font-weight:	bold;
}

div.csc-header h1 {
	font-size:		12px;
	color:			#000;
}

dd.csc-textpic-caption {
	font-style:		italic;
	font-size:		11px;
	color:			#000;
	padding:		0px 0px 10px 0px;	
}

/* indexed search extension */
.tx-indexedsearch .tx-indexedsearch-browsebox LI { display:inline; margin-right:5px; }
.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-button { width:100px; }
.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-sword { width:150px; }
.tx-indexedsearch .tx-indexedsearch-whatis { margin-top:10px; margin-bottom:5px; }
.tx-indexedsearch .tx-indexedsearch-whatis .tx-indexedsearch-sw { font-weight:bold; }
.tx-indexedsearch .tx-indexedsearch-noresults { text-align:center; font-weight:bold; }
.tx-indexedsearch .tx-indexedsearch-res TD.tx-indexedsearch-descr {  }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr .tx-indexedsearch-redMarkup { color:black; background-color:yellow; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-info { background:#eeeeee; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead { margin-top:20px; margin-bottom:5px; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead H2 { margin-top:0px; margin-bottom:0px; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead TD { background:#cccccc; vertical-align:middle; }
.tx-indexedsearch .tx-indexedsearch-res .noResume { color:#666666; }
.tx-indexedsearch .tx-indexedsearch-category { background:#cccccc; font-size:16px; font-weight:bold; }

/* Additional styles, needed for the tableless template_css.tmpl (styles don't conflict with the original template) */
.tx-indexedsearch .res-tmpl-css { clear:both; margin-bottom:1em; }
.tx-indexedsearch .searchbox-tmpl-css LABEL { margin-right:1em; width:10em; float:left; }
.tx-indexedsearch .result-count-tmpl-css, .tx-indexedsearch .percent-tmpl-css { letter-spacing:0; font-weight:normal; margin-top:-1.2em; float:right; }
.tx-indexedsearch .info-tmpl-css dt, .tx-indexedsearch dl.info-tmpl-css dd { float:left; }
.tx-indexedsearch .info-tmpl-css dd.item-mtime { float:none; }
.tx-indexedsearch .info-tmpl-css dd.item-path { float:none; }

/* CSS Styled Content */
/* default styles for extension "tx_cssstyledcontent" */
/* Captions */
DIV.csc-textpic-caption-c .csc-textpic-caption { text-align: center; }
DIV.csc-textpic-caption-r .csc-textpic-caption { text-align: right; }
DIV.csc-textpic-caption-l .csc-textpic-caption { text-align: left; }

/* Needed for noRows setting */
DIV.csc-textpic DIV.csc-textpic-imagecolumn { float: left; display: inline; }

/* Border just around the image */
DIV.csc-textpic-border DIV.csc-textpic-imagewrap .csc-textpic-image IMG {
	border: 2px solid black;
	padding: 0px 0px;
}

DIV.csc-textpic-imagewrap { padding: 0; }

DIV.csc-textpic IMG { border: none; }

/* DIV: This will place the images side by side */
DIV.csc-textpic DIV.csc-textpic-imagewrap DIV.csc-textpic-image { float: left; }

/* UL: This will place the images side by side */
DIV.csc-textpic DIV.csc-textpic-imagewrap UL { list-style: none; margin: 0; padding: 0; }
DIV.csc-textpic DIV.csc-textpic-imagewrap UL LI { float: left; margin: 0; padding: 0; }

/* DL: This will place the images side by side */
DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image { float: left; }
DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image DT { float: none; }
DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image DD { float: none; }
DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image DD IMG { border: none; } /* FE-Editing Icons */
DL.csc-textpic-image { margin: 0; }
DL.csc-textpic-image DT { margin: 0; display: inline; }
DL.csc-textpic-image DD { margin: 0; }

/* Clearer */
DIV.csc-textpic-clear { clear: both; }

/* Margins around images: */

/* Pictures on left, add margin on right */
DIV.csc-textpic-left DIV.csc-textpic-imagewrap .csc-textpic-image,
DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap .csc-textpic-image,
DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap .csc-textpic-image {
	display: inline; /* IE fix for double-margin bug */
	margin-right: 10px;
}

/* Pictures on right, add margin on left */
DIV.csc-textpic-right DIV.csc-textpic-imagewrap .csc-textpic-image,
DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap .csc-textpic-image,
DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap .csc-textpic-image {
	display: inline; /* IE fix for double-margin bug */
	margin-left: 10px;
}

/* Pictures centered, add margin on left */
DIV.csc-textpic-center DIV.csc-textpic-imagewrap .csc-textpic-image {
	display: inline; /* IE fix for double-margin bug */
	margin-left: 10px;
}
DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image .csc-textpic-caption { margin: 0; }
DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image IMG { margin: 0; }

/* Space below each image (also in-between rows) */
DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image { margin-bottom: 5px; }
DIV.csc-textpic-equalheight DIV.csc-textpic-imagerow { margin-bottom: 5px; display: block; }
DIV.csc-textpic DIV.csc-textpic-imagerow { clear: both; }

/* No margins around the whole image-block */
DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-firstcol { margin-left: 0px !important; }
DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-lastcol { margin-right: 0px !important; }

/* Add margin from image-block to text (in case of "Text w/ images") */
DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap,
DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap {
	margin-right: 10px !important;
}
DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap,
DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap {
	margin-left: 10px !important;
}

/* Positioning of images: */

/* Above */
DIV.csc-textpic-above DIV.csc-textpic-text { clear: both; }

/* Center (above or below) */
DIV.csc-textpic-center { text-align: center; /* IE-hack */ }
DIV.csc-textpic-center DIV.csc-textpic-imagewrap { margin: 0 auto; }
DIV.csc-textpic-center DIV.csc-textpic-imagewrap .csc-textpic-image { text-align: left; /* Remove IE-hack */ }
DIV.csc-textpic-center DIV.csc-textpic-text { text-align: left; /* Remove IE-hack */ }

/* Right (above or below) */
DIV.csc-textpic-right DIV.csc-textpic-imagewrap { float: right; }
DIV.csc-textpic-right DIV.csc-textpic-text { clear: right; }

/* Left (above or below) */
DIV.csc-textpic-left DIV.csc-textpic-imagewrap { float: left; }
DIV.csc-textpic-left DIV.csc-textpic-text { clear: left; }

/* Left (in text) */
DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap { float: left; }

/* Right (in text) */
DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap { float: right; }

/* Right (in text, no wrap around) */
DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap { float: right; clear: both; }
/* Hide from IE5-mac. Only IE-win sees this. \*/
* html DIV.csc-textpic-intext-right-nowrap .csc-textpic-text { height: 1%; }
/* End hide from IE5/mac */

/* Left (in text, no wrap around) */
DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap { float: left; clear: both; }
/* Hide from IE5-mac. Only IE-win sees this. \*/
* html DIV.csc-textpic-intext-left-nowrap .csc-textpic-text { height: 1%; }
/* End hide from IE5/mac */

/* mailform layout */

.csc-mailform {
	border:0px;
	width: 100%;
}

div.vint-form-label {
	width:	100px;
	float:left;
	clear: both;
}

div.vint-form-field {
	
}

div.csc-form-item {clear:both;}

/*
<fieldset class="csc-mailform">
	<div class="csc-mailform-field">
		<label for="mailformname">Name:</label> 
		<input type="text" name="name" id="mailformname" size="40" value="Enter your name here" />
	</div>
</fieldset>
*/


/* changes for new design */
span.top_links {
	color:				#fff;
}

span.top_links a, span.top_links a:visited {
	color:				#fff;
	text-decoration:	none;
}


span.top_links a:hover {
	color:				#fff;
	text-decoration:	underline;
}

.info_box_header {
	color: #990000;
	font-weight: bold;
}

/* sitemap */
div.csc-sitemap ul li a {
	color:				#000;
	text-decoration:	none;
}

div.csc-sitemap ul li a:hover {
	text-decoration:	underline;
}


/* left navigation */
/* generic markup */
div.menu_level {
	background-repeat:	no-repeat;
	width: 				175px;
	height:				25px;
	margin:				2px 0px 2px 0px;
}

div.menu_level a {
	position:			relative;
	top:				5px;
	font-family:		Helvetica, Verdana;
	margin:				0px;
	padding:			0px;
	text-decoration:	none;
}

div.menu_level a:hover {
	text-decoration:	underline;
}

div.menu_active a {
	/* color: #000 !important; */
}

div.level_1 a {
	font-size:			12px;
	font-weight:		bold;
	left:				20px;	
}

div.level_2 a {
	font-size:			11px;
	font-weight:		normal;
	left:				30px;
}

div.level_3 a {
	font-size:			11px;
	font-weight:		normal;
	left:				40px;
}

/* section dependent code - red */

div.menu_red div.level_1 {
	background-image:	url('../gfx/menu/red_level_1.gif');
}

div.menu_red div.level_1 a {
	color:				#A90027;
}

div.menu_red div.level_2 {
	background-image:	url('../gfx/menu/red_level_2.gif');
}

div.menu_red div.level_2 a {
	color:				#A90027;
}

div.menu_red div.level_3 {
	background-image:	url('../gfx/menu/red_level_3.gif');
}

div.menu_red div.level_3 a {
	color:				#A90027;	
}

div.menu_red div.level_4 {
	background-image:	url('../gfx/menu/red_level_4.gif');
}

div.menu_red div.level_4 a {
	color:				#A90027;	
}

/* section dependent code - blue */

div.menu_blue div.level_1 {
	background-image:	url('../gfx/menu/blue_level_1.gif');
}

div.menu_blue div.level_1 a {
	color:				#086b91;
}

div.menu_blue div.level_2 {
	background-image:	url('../gfx/menu/blue_level_2.gif');
}

div.menu_blue div.level_2 a {
	color:				#086b91;
}

div.menu_blue div.level_3 {
	background-image:	url('../gfx/menu/blue_level_3.gif');
}

div.menu_blue div.level_3 a {
	color:				#086b91;	
}

div.menu_blue div.level_4 {
	background-image:	url('../gfx/menu/blue_level_4.gif');
}

div.menu_blue div.level_4 a {
	color:				#086b91;	
}

/* section dependent code - green */

div.menu_green div.level_1 {
	background-image:	url('../gfx/menu/green_level_1.gif');
}

div.menu_green div.level_1 a {
	color:				#017e5c;
}

div.menu_green div.level_2 {
	background-image:	url('../gfx/menu/green_level_2.gif');
}

div.menu_green div.level_2 a {
	color:				#017e5c;
}

div.menu_green div.level_3 {
	background-image:	url('../gfx/menu/green_level_3.gif');
}

div.menu_green div.level_3 a {
	color:				#017e5c;	
}

div.menu_green div.level_4 {
	background-image:	url('../gfx/menu/green_level_4.gif');
}

div.menu_green div.level_4 a {
	color:				#017e5c;	
}

/* nieuwe toevoegingen maart 2008 */

div.breadcrumb {
	margin:			5px 5px 15px 8px;
	font-size: 90%;
}

div.breadcrumb a {
	text-decoration: none;
}

div.breadcrumb a.active {
	font-weight: bold;
}
	

/* paragraph style: pullquote */
div.csc-frame-pullquote {
	width: 250px;
	border:0px;
	float:right;
	margin: 10px 0px 10px 10px;
	padding: 0px 10px 0px 10px;
	background: #FCE97F; /* FBF7E2 */
}

div.csc-frame-pullquote h1 {
	font-size: 16px;
}

div.csc-frame-pullquote blockquote {
	margin: 0px 0px 0px 25px;
	
}

div.csc-frame-pullquote p.bodytext {
	font-size: 12px;
}

/* paragraph style: underlined header */

div.csc-frame-underlined-header h1 {
	font-size: 12px;
	border-bottom: 1px solid #C4132F;
}

/* paragraph style: attention box */

div.csc-frame-attention {
	background: #FCF8F3; /* FBF7E2 */
	padding: 10px;
}

div.csc-frame-attention h1 {
	font-size: 12px;
}

/* paragraph style: line-under */

div.csc-frame-line-under {
	border-bottom: 1px solid #C4132F;
}

/* news center */
div#news-center h1 {
	font-size:14px;
}

div#news-center h2 {
	font-size:12px;
	margin-bottom: 0px;
}

div#news-center p {
	margin-bottom:20px;
}

div#news-center a {
	text-decoration: none;
}

div.news a {
	text-decoration: none;
}

div.news a:hover {
	text-decoration: underline;
}


h1.news {
	font-size: 12px;
	border-bottom: 1px solid #C4132F;
	margin-top: 20px;
}

h1.news a {
	color: #000;
}


/* manual sidebar news styling */
div.news div.csc-header h1 {
	font-size: 12px;
	border-bottom: 1px solid #C4132F;
	margin-top: 20px;
}

td.tx-ttnews-browsebox-SCell a {
	font-weight: bold;
}


/* default styles for extension "tx_pbsurvey_pi1" */
.tx-pbsurvey-pi1 div {margin-bottom: 10px;}
.tx-pbsurvey-pi1 .pagenumbering {font-size: 60%; position: relative; height: 15px;}
.tx-pbsurvey-pi1 .barcontainer {background-color: #FFFFFF; border: 1px solid #000000; width: 100px; height: 15px; position: absolute; z-index: 6; right: 0px;}
.tx-pbsurvey-pi1 .bar {background-color: #CCCCFF; height: 15px; z-index: 4; position: absolute; left: 0px;}
.tx-pbsurvey-pi1 .bartext {z-index: 5; text-align: center; position: absolute; left: 0px; width: 100px; height: 15px;font-size:10px;}
.tx-pbsurvey-pi1 .pageHeader {font-size: 150%; font-weight: bold; color: #003399;}
.tx-pbsurvey-pi1 .pageIntroduction {}
.tx-pbsurvey-pi1 .survey_item {margin-top: 20px; margin-bottom: 20px;}
.tx-pbsurvey-pi1 .itemform {}
.tx-pbsurvey-pi1 .question {font-size: 120%; font-weight: bold;}
.tx-pbsurvey-pi1 .questionNumber { padding-right:10px;}
.tx-pbsurvey-pi1 .questionSubtext {font-size: 80%; margin: 0px 0px 10px 0px;}
.tx-pbsurvey-pi1 .required {color: #FF0000; vertical-align: super;display:none;}
.tx-pbsurvey-pi1 .survey_error {color: #FF0000;}
.tx-pbsurvey-pi1 .additional_ver {margin-left: 18px;margin-top:4px;}
.tx-pbsurvey-pi1 .matrix {width: 100%;}
.tx-pbsurvey-pi1 .matrix .surveyrow_even {background-color: #CCCCFF;}
.tx-pbsurvey-pi1 .matrix .columnFirst {font-weight: bold; text-align: left;}
.tx-pbsurvey-pi1 .matrix .columnNext {text-align: center;}

.tx-pbsurvey-pi1  fieldset {
	border: 0px solid red;
	padding: 0px;
}

.tx-pbsurvey-pi1 legend {
	margin: 0px 0px 10px 0px;
}

.tx-pbsurvey-pi1 input,
.tx-pbsurvey-pi1 textarea {
	margin-left: 20px;
}

/* news image layout */
.news-image {
	float:right;
	text-align:center;
	width:240px;
	margin-left:10px;
}

.news-image-caption {
	padding-top:5px;
	display:block;
	border:0px dashed gray;
	clear:both;
	font-size:90%;
	font-style:italic;
	width:100%;
}

/* partners form */
.tx-srfeuserregister-pi1-radio {
 display:block;
 clear:left;
 float:left;
}

label {
	margin-left:5px;
	display:block;
	padding-top:1px;
}
