/* Amazing Things 2007

Version: 2.0 (Jan 29, 2007)

Screen layout: */

body {
padding:15px 0 0 0;
margin:0;
font:76% tahoma, verdana, sans-serif;
background:#e0e0e0;
color:#303030;
}

a {
	color:#303030;
	text-decoration:none;
	border-bottom:1px dotted #505050;
}

a:hover {
	color:#303030;
	text-decoration:none;
	border-bottom:1px solid #505050;
}

h1 {
margin:0 0 12px 0;
font-size:2.2em;
font-weight:normal;
color:#CC6635;
}

h2 {
margin:0 0 12px 0;
font-size:1.6em;
font-weight:normal;
}

h3 {
margin:0 0 10px 0;
font-size:1.4em;
font-weight:normal;
}

p {
margin:0 0 15px 0;
line-height:1.5em;
text-align:left;
}

a img {
border:0;
}

#main ol {
	line-height: 15px;
	margin: 10px 0 10px 0;
}

#main ol li {
	margin: 5px 0 5px 30px;
}


#main ul {
	font-size: 11px;
	color:#333;
	line-height: 13px;
	margin: 5px 0 10px 0;
	list-style-type: none;
}

#main ul li {
	background: url('images/background-li.gif') no-repeat 5px 6px;	
	padding: 3px 3px 3px 25px;
}

/* Main container */

#container {
margin:0 auto 20px auto;
width:730px;
padding:5px 20px 20px 20px;
background:#ffffff;
}

/* Site title section */

#logo {
margin:15px 0 0 0;
}

#logo h1 a {
color:#505050;
border:none;
}

#logo h1 a:hover {
color:#303030;
text-decoration:none;
border:none;
}


#slogan{
	margin:-25px 0 25px 100px;
	font-size:11px;
	text-transform:uppercase;
	color:#CC6635;
}
/* Toptab menu */

#toptabs{
margin:-5px 5px 0 0;
float:right;
}

#toptabs a{
border-bottom:#fff;
opacity: 0.6;
filter: alpha(opacity=60); /*IEborder:#E2D3C3 solid 2px;*/
}

/**************************************#toptabs p {
text-align:right;
color:#808080;
}

.toptab {
padding:4px 5px 3px 5px;
margin:0 0 0 4px;
text-decoration:none;
background:#f0f0f0 url(images/corner2.gif) top right no-repeat;
color:#808080;
border-bottom:1px solid #e0e0e0;
}

.toptab:hover {
background:#fafafa url(images/corner2.gif) top right no-repeat;
border-bottom:1px solid #eaeaea;
color:#505050;
text-decoration:none;
}

.activetoptab {
padding:4px 5px 3px 5px;
margin:0 0 0 4px;
color:#505050;
text-decoration:none;
background:#ffffff url(images/corner2.gif) top right no-repeat;
border-bottom:1px solid #ffffff;
}

.activetoptab:hover {
text-decoration:none;
border-bottom:1px solid #ffffff;
}
*********************************************/


/* -------search box---------- */
#zoeken{
	margin-left:570px;
	margin-top:-50px;
}
#zoeken h2 {
	font-size: 1.2em;
	margin: 2px;
	text-transform: uppercase;
}
#zoeken form {
	margin:-50px 5px;
	padding: 0;
}
#zoeken input{
	margin: 0;
	padding: 0;
	width: 110px;
	float:left;
}

#zoeken .go-button {
	width:25px;
     	float:right;
	margin-top:-3px;
        }
        
/* -----breadcrumbs------ */
#breadcrumb {
	clear: both;
	font-size: 1em;
}
#breadcrumb ul{
	margin: -5px 0 10px 0;
	padding: 0 0 1px 0;
}
#breadcrumb li{
	display: inline;
	margin-left: 1px;
}
#breadcrumb ul li a{
	color: #CC6635;
}

/********************************nav anne*/




/* Set up the list items */
#pmenu li {float:left; background:#7484ad;}

/* For Non-IE browsers and IE7 */
#menu li:hover {position:relative;}

/* Make the hovered list color persist */
#menu level-two li:hover > a {display:block; position:absolute; top:-11px; left:80px; padding:10px 30px 30px 30px; background:transparent url(transparent.gif); width:120px;}

/* Set up the sublevel lists with a position absolute for flyouts and overrun padding. The transparent gif is for IE to work */
#menu li ul {display:none;}

/* For Non-IE and IE7 make the sublevels visible on list hover. This is all it needs */
#menu li:hover > ul {display:block; position:absolute; top:-11px; left:24px; padding:30px 0 0 0; background:transparent url(transparent.gif); width:120px;}



/* Position the first sub level beneath the top level liinks */
#pmenu > li:hover > ul {left:-30px; top:16px;}

/* get rid of the table */
#menu table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:100; font-size:1em;}

/* For IE5.5 and IE6 give the hovered links a position relative and a change of background and foreground color. This is needed to trigger IE to show the sub levels */
* html #pmenu li a:hover {position:relative; background:#dfd7ca; color:#c00;}

/* For accessibility of the top level menu when tabbing */
#pmenu li a:active, #pmenu li a:focus {background:#dfd7ca; color:#c00;}

/* Set up the pointers for the sub level indication */
#menu li.fly {background:#7484ad;}
#menu li.drop {background:#7484ad;}


/******************************************************* This lot is for IE5.5 and IE6 ONLY and is necessary to make the sublevels appear */

/* change the drop down levels from display:none; to visibility:hidden; */
* html #pmenu li ul {visibility:hidden; display:block; position:absolute; top:-11px; left:80px; padding:10px 30px 30px 30px; background:transparent url(transparent.gif);}

/* keep the third level+ hidden when you hover on first level link */
#pmenu li a:hover ul ul{
visibility:hidden;
}
/* keep the fourth level+ hidden when you hover on second level link */
#pmenu li a:hover ul a:hover ul ul{
visibility:hidden;
}
/* keep the fifth level hidden when you hover on third level link */
#pmenu li a:hover ul a:hover ul a:hover ul ul{
visibility:hidden;
}
/* keep the sixth level hidden when you hover on fourth level link */
#pmenu li a:hover ul a:hover ul a:hover ul a:hover ul ul {
visibility:hidden;
}

/* make the second level visible when hover on first level link and position it */
#pmenu li a:hover ul {
visibility:visible; left:-30px; top:14px; lef\t:-31px; to\p:15px;
}

/* make the third level visible when you hover over second level link and position it and all further levels */
#pmenu li a:hover ul a:hover ul{ 
visibility:visible; top:-11px; left:80px;
}
/* make the fourth level visible when you hover over third level link */
#pmenu li a:hover ul a:hover ul a:hover ul { 
visibility:visible;
}
/* make the fifth level visible when you hover over fourth level link */
#pmenu li a:hover ul a:hover ul a:hover ul a:hover ul { 
visibility:visible;
}
/* make the sixth level visible when you hover over fifth level link */
#pmenu li a:hover ul a:hover ul a:hover ul a:hover ul a:hover ul { 
visibility:visible;
}





div#menu, #menu ul, #menu li {
        padding:0;
        margin:0;
        border:0; 
        }

div#menu{ 
	margin-left:-3px;
	}

#menu ul {
        text-align:center; 
        }

#menu li {
		list-style:none;
		text-indent:0;
        	float:left;
        	margin-bottom:5px; 
        	}

      /*value for other browsers than IE*/
#menu ul>li {
		margin-right:0.2em;
		margin-left:0.2em;
		/*the sum of these values is the base for calculating the total width of the menu*/ 
		  }

#menu a, #menu a:link, #menu a:visited {
        /*other styles, like colors, borders and backgrounds*/
        padding:4px 8px 4px 8px;
	text-decoration:none;
	font-size:1.1em;
	background:#e0e0e0 url(images/corner.gif) top right no-repeat;
	border-bottom:1px solid #ffffff;
	border-left:1px solid #ffffff; 
}

#menu a:hover, #menu .level-two a:hover {
        /*other styles specific for menu item that has focus et cetera, like colors, borders and backgrounds*/
        text-decoration:none;
	background:#d0d0d0 url(images/corner.gif) top right no-repeat;
	border-bottom:1px solid #ffffff;
}

#menu a:focus, #menu li span {
	padding:4px 8px 5px 8px;
	color:#ffffff;
	font-size:1.1em;
	text-decoration:none;
	background:#505050 url(images/corner.gif) top right no-repeat;
	}
	

	
#menu ul ul {
	font-size: 10px;
	list-style: none;
	margin-left: -22px;
	padding: 0;
	margin-top:5px;
}
#menu ul ul li {
	margin-right:0.2em;
	margin-left:0.2em;
}
#menu li.level-two{
	line-height: 15px;
	list-style: none;
	margin: 0px;
	padding: 5px 0px;
	font-size:1.1em;
	background:#e0e0e0 url(images/corner.gif) bottom left no-repeat;
	border-bottom:1px solid #ffffff;
	border-left:1px solid #ffffff; 
}
#menu .level-two a, #menu .level-two span{
	padding:4px 8px 4px 8px;
	text-decoration:none;
	font-size:1.1em;
	background:#e0e0e0 url(images/corner.gif) bottom left no-repeat;
	border-bottom:1px solid #ffffff;
	border-left:1px solid #ffffff; 
}

/********************************************einde nav anne*/

/* Header description */

#desc {
height:200px;
color:#ffffff;
padding:0;
background:#505050 url(images/front.jpg) top left no-repeat;
clear:both;
margin:5px 0 15px 0;
}

#desc div {
	width:290px;
}

#desc p {
width:290px;
font-size:1em;
line-height:1.3em;
padding:0 0 0 15px;
}

#desc h1 {
padding:15px 15px 0 15px;
color:#ffffff;
}

#desc a {
color:#ffffff;
text-decoration:none;
border-color:#ffffff;
}

/* Main content */

#main {
width:540px;
float:left;
padding:0 5px 0 0;
margin:0;
border-right:1px solid #d8d8d8;
}


#main2 {
width:735px;
float:left;
padding:0 15px 0 0;
margin:0;
}

/* Sidebar */

#sidebar {
width:170px;
float:right;
}

#sidebar p {
font-size:0.9em;
line-height:1.3em;
margin:0 0 15px 0;
}

#sidebar a {
text-decoration:none;
border-bottom:#FFF;
}

/* Footer */

#footer {
	clear:both;
	background:#fafafa;
	padding:0;
	margin:0;
	border-top:1px solid #d8d8d8;
}

#footer a {
	color:#808080;
}

#footer a:hover {
	color:#303030;
}

#footer p {
	color:#808080;
	font-size:0.9em;
	line-height:1.3em;
	margin:5px 0 0 0;
	padding:0;
	text-align:center;
}

#bottommenu ul{
	list-style: none;
	margin: 10px 0 10px 225px;
	padding: 0;
}
#bottommenu ul li{
	color: #CCC;
	display: inline;
}
#bottommenu ul li a{
	color: #CC6635;
}

/* Various classes */


.block {
background:#f0f0f0;
padding:10px;
}

.sidelink {
text-align:left;
display:block;
width:140px;
background:#f0f0f0 url(images/corner.gif) top right no-repeat;
padding:3px 4px 3px 8px;
margin:5px 10px 5px 0;
border:none;
}

.sidelink:hover {
background:#e0e0e0 url(images/corner.gif) top right no-repeat;
text-decoration:none;
border:none;
}

.hide {
display:none;
}








/* -----news------- */
.news-title{
	font-weight: bold;
	font-size: 1em;
	text-transform: none;
}
span.news-date{
	background: #BAC2CC;
	color: #C21B00;
	display: block;
	font-size: 0.9em;
	margin-top: 2em;
	padding: 0.3em;
	width: 6.7em;
	text-decoration: none;
}
.news-latest-container p, .news-list-container p{
	margin-top: 0.2em;
}

/* -------contact mailform-------- */
.csc-mailform {
	border: none;
}
.csc-mailform label {
	float: left;
	display: block;
	width: 100px;
}

/* -------indexed search-------- */
.tx-indexedsearch-redmarkup {
	color: #FF0000;
}

.tx-indexedsearch fieldset{
	border: none;
}
.tx-indexedsearch legend{
	display: none;;
}

.tx-indexedsearch div{
	margin: 1em 0;
}

.tx-indexedsearch label{
	display: block; float: left;
	width: 100px;
	text-align: right;
	margin: 0 10px;
}

.tx-indexedsearch-browsebox{
	margin: 1em 0;
}

.tx-indexedsearch-browsebox ul.browsebox{
	list-style: none;
	margin: 0;
	padding: 0;
}
.tx-indexedsearch-browsebox ul li{
	float: left;
	margin-right: 1em;
}
.tx-indexedsearch h3{
	background: none;
	font-size: 1.2em;
}

.tx-indexedsearch-res{
	margin-top: 20px;
	width: 95%;
}

.tx-indexedsearch-sw {
	font-weight: bold;
}

.tx-indexedsearch-percent{
	float: right; 
	font-weight: bold;
}

/**************************************************************************************************************************************/
/*Styles the Indexed Search plugin*/
/*********/

.tx-indexedsearch-rules, .tx-indexedsearch-rules h2{
	padding-bottom:8px;
	padding-top:15px; 
	color:#29536F;
	}
	
.tx-indexedsearch td {
	font-family: Verdana, Arial, sans-serif;
	font-size:11px;
}

.tx-indexedsearch h2 {
	margin: 2px 0 -8px 0;
}
.tx-indexedsearch-selectbox-sections{
	font-size:12px;	
	margin:2px;
		
}

.tx-indexedsearch-selectbox-desc {
	font-size:12px;	
	margin:2px;
		
}

.tx-indexedsearch-selectbox-group {
	font-size:12px;	
	margin:2px;
		
}

.tx-indexedsearch-selectbox-type {
	font-size:12px;
	margin:2px;	
		
}

.tx-indexedsearch-selectbox-defop {
	font-size:12px;	
	margin:2px;
		
}

.tx-indexedsearch-selectbox-media {
	font-size:12px;	
	margin:2px;
		
}

.tx-indexedsearch-selectbox-order {
	font-size:12px;	
	margin:2px;
		
}
.tx-indexedsearch-selectbox-results {
	font-size:12px;	
	margin:2px;
		
}

.tx-indexedsearch-browsebox {
	border-bottom:dotted 1px #1F2951;
	color:#1F2951;
}

.tx-indexedsearch-title {
	font-weight:bold;
}
.tx-indexedsearch-icon {
	padding: 5px 0 5px 0;
}


.tx-indexedsearch-descr {
width: 500px;
}

.tx-indexedsearch-path{
width: 500px;
}
.tx-indexedsearch-res{
	width:100%;
}

/******************************** default styles for extension "tx_indexedsearch" ***************************/
	.tx-indexedsearch .tx-indexedsearch-browsebox LI { }
	.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-button { 
		margin: 5px;
		vertical-align: middle;	
		font-size: 12px;
		}
	.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-sword { 
		font-size:11px;	
		line-height: 16px;
		width: 100px;
		height: 18px;
		border: solid 1px #8C8C8C;
		vertical-align: middle; 
		margin:5px;  
		}
	.tx-indexedsearch-selectbox-results results{ margin:5px; }
	.tx-indexedsearch .tx-indexedsearch-whatis { margin-top:10px; margin-bottom:5px; color:#1F2951; }
	.tx-indexedsearch .tx-indexedsearch-whatis .tx-indexedsearch-sw { font-weight:bold; font-style:italic; }
	.tx-indexedsearch .tx-indexedsearch-noresults { text-align:center; font-weight:bold; }
	.tx-indexedsearch .tx-indexedsearch-res TD.tx-indexedsearch-descr { font-style:italic; font-size: 11px;}
	.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr .tx-indexedsearch-redMarkup { color:#A91D3A; }
	.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-info { background-color:#D4D6D4; width: 500px; }
	.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:12px; 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; font-size:11px; font-weight:bold; }
		
/**************************** default styles for extension "tx_cssstyledcontent" ****************************/
	/* Captions */
	DIV.csc-textpic-caption-c .csc-textpic-caption { text-align: center; color:#1F2951; font-size:9px; font-style:italic; }
	DIV.csc-textpic-caption-r .csc-textpic-caption { text-align: right;color:#1F2951;font-size:9px; font-style:italic; }
	DIV.csc-textpic-caption-l .csc-textpic-caption { text-align: left;color:#1F2951; font-size:9px; font-style:italic;}

	/* 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 {
		padding:2px;
		margin:0 0 8px 0;
		background-color:#f0f0f0;
		border:1px solid #d8d8d8;
	}

	DIV.csc-textpic-imagewrap { padding: 0px; }

	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: 20px 10px 0 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; padding-right:5px;  }

	/* Right (in text) */
	DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap { float: right; padding-left:5px; }

	/* 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 */
/*****************mailformulier********************* default styles for content element "tx_sremailsubscribe_pi2 csc_mailformulier" *****************************************/
	.csc-header csc-header-n1{ }
	.csc-firstHeader { font-size:16px; }
	.csc-mailform { border:0; }
	.csc-mailform-field { margin-left:15px; }
	.csc-mailform-field check { margin-left:50px;}
	.csc-mailform-field input{ margin:2px 5px 2px 15px; }
	.csc-mailform-field textarea{ width:250px;font-family: Verdana, Arial, sans-serif; font-size:11px; margin-left: 25px;}
	.csc-mailform-field label{ vertical-align:top; }
	.csc-mailform-submit { margin-left:50px; }
	.csc-header-n2 h1{ font-size:15px;  font-variant:small-caps; }
	
	.tx-sremailsubscribe-pi1{font-size:12px;}

/* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 

/*hide the right column when printing*/ 
#rightcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}


/*****************news********************* default styles for content element "news" *****************************************/
		
		
/*-----------------------------------  clearer  -----------------------------------*/
/* prevent floated images from overlapping the div-containers they are wrapped in  */

.news-list-container HR.clearer, .news-single-item HR.clearer, .news-latest-container HR.clearer{
	clear:right;
	height:1px;
}
.news-latest-item hr{
	color:#fff;
	clear: right;
	}
	
.news-latest-container HR.clearer {
	/* 	clear: both; */
}

.news-latest-item h3 a{
         font-size:12px;
	color:#CC6635;
	font-weight:bold;
	padding:15px;
        }

/*-----------------------------------  tt_news LATEST view  -----------------------------------*/

.news-latest-container {
	border:0px solid #333;
	width:170px;
	font-size:1em;
	line-height:1.3em;
	padding:0 0 0 -20px;
}

.news-latest-container H2 {
	color:#333333;
	margin:0;
	font-size:11px;
	font-weight:bold;
}

.news-latest-gotoarchive {
	font-size:9px;
	text-align:right;
	margin-top:5px;
}
#twocols .news-latest-gotoarchive A:LINK, #twocols .news-latest-gotoarchive A:VISITED, #twocols .news-latest-gotoarchive A:HOVER, #main-column .news-latest-gotoarchive A:LINK, #main-column .news-latest-gotoarchive A:VISITED, #main-column .news-latest-gotoarchive A:HOVER {
	color:#fff;
}
.news-latest-gotoarchive A {
	color:#fff;
}
.news-latest-item {
	/* IE hack */
	height: 1%;
	line-height: 1.3;
	/* IE hack end */
	padding:3px;
	margin:3px;
	margin-bottom:-10px;
}
.news-latest-item p {
	margin:0 5px 5px -15px;
	float:left;
}

.news-latest-item IMG {
	margin-bottom:5px;
	margin-right:5px;
	border:1px solid #cdcdcd;
	float:right;
}
.news-latest-category IMG {
	float: none;
	border:none;
	margin:0px;
}
.news-latest-date,.news-latest-morelink,.news-latest-category {
	font-size:9px;
	float:right;
	padding-bottom:5px;
}
.news-latest-date a{
	text-decoration:none;
	border-bottom:#fff;
	}

.news-latest-morelink {
	height:12px;
}
.news-latest-morelink hr{
	border:0;
}

.news-latest-morelink A {
	float:right;
}

.newsmore{
        padding-bottom: 5px;
        float:right;
}


/*--------------------------------- tt_news LIST view  -----------------------------------*/
.news-list-container {
	border:0px solid #000;
}

.news-list-item {
	/* IE hack */
	height: 1%;
	line-height: 1.3;
	/* IE hack end */
	padding:3px;
	margin:3px;
	border-top:1px dotted #333;
	background-color:#fefefe;
	}
	
.news-search-form {
	padding:3px;
	margin-bottom:5px;
	border:1px solid #666;
	background-color:#FDF2D6;

}
.news-search-emptyMsg{
	margin:0px;
}
.news-search-form FORM {
	margin:0px;
}
.news-list-container H3 {
	margin-bottom: 5px;
	padding: 2px;
	border-bottom: 0px solid #000;
	background-color: #fff;
}
.news-list-container H3 A:LINK,.news-list-container H3 A:VISITED,.news-list-container H3 A:HOVER {
	color:#CC6635;
        font-size:12px;
	padding-left:2px;
}
.news-list-container H3 A {
	color:#fff;

}
.news-list-container P {
	padding-left:3px;
}
.news-list-date {
	float: right;
	color: #333;
	width: 180px;
	text-align: right;
	height: 20px;
	margin-top: -2px;
	margin-right: -2px;
	font-size: 9px;
	font-weight: normal;
	}


.news-list-imgcaption {
	float: right;
	padding-top:3px;
	padding-right:3px;
	font-size: 9px;

	}

.news-list-container IMG {

	float: right;
	border:1px solid #666;
	margin-bottom:5px;
	margin-right:2px;
	margin-left:5px;
}
.news-list-category IMG {
	float: none;
	border:none;
	margin:0px;
}

.news-list-category{
		font-size:9px;
		color:#FFCA69;
		padding:10px 0 10px 0;
	}

	.clearer{
		border:0px;
	}
.news-list-morelink {	
		font-size:10px;
		margin-left:3px;
		margin-bottom:3px;
		}

.news-list-browse {
	text-align: center;
}



	/*---------------------------------  tt_news Page-Browser ---------------------------------*/
.tx-ttnews-browsebox {
	margin:3px;
	border:0px solid #666;
	padding:3px;
	background-color:#dedede;
}
.tx-ttnews-browsebox TD {
	font-size: 10px;
}
.tx-ttnews-browsebox-strong, .tx-ttnews-browsebox-SCell {
	font-weight: bold;
}
.tx-ttnews-browsebox-SCell P,.tx-ttnews-browsebox TD P{
	margin:0px;
}

.tx-ttnews-browsebox-SCell {
	background-color: #FFF;
}
.news-search-emptyMsg {
	font-size: 11px;
	margin-left: 10px;
}
	/*--------------------------------- tt_news SINGLE view  ---------------------------------*/
.news-single-item {
	padding:5px;
	margin-bottom:5px;
	border:0;

}
.news-single-item H2 {
	font-size:16px;
	color: #CC6635;
	font-weight:normal;
	margin-top: 20px;
	margin-bottom:-10px;
}
.news-single-item H3 {
	margin-bottom: 11px;
	font-size:11px;
	color: #000;
	font-weight:normal;
}

.news-single-img {
	float: right;
	margin-left:5px;
	background: url(images/shadowAlpha.png) no-repeat bottom right;
  	background: url(images/shadow2.gif) no-repeat bottom right;
  	margin: 10px 10px 0px 10px;
}
#main-column .news-single-img img {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin: -6px 6px 6px -6px;
  padding: 4px;
  }
.news-latest-item img {
margin: -16px 0px 5px 2px;
padding:1px;}


.news-single-imgcaption {
	padding:3px;
	clear:both;
}

.news-single-category {
	float: left;
font-size:9px;
color:#FFCA69;
padding-top:10px;
}
.news-single-backlink, .news-single-backlink a {
	font-weight: normal;
	font-size: 11px;
	margin-bottom: 15px;
	margin-top: 10px;
}
.news-single-timedata{
		float: right;
	color: #CC6635;
		}

.news-single-timedata, .news-single-author,.news-single-imgcaption {
	font-size: 9px;
}
.news-single-author {
	padding-bottom: 3px;
}
.news-single-additional-info {
	background-color: #dedede;
/* 	clear: both; */
	padding:0.1em;
	margin-top:10px;
	padding-left:10px;
	width:100%;
}

.news-single-related,.news-single-files {
	margin:0px;
	margin-bottom: 3px;
	padding:3px;
	color:#fff;
	background: #F5ECDB;
	border:0px;
	font-size:11px;
}	
.news-single-links, #main-column .news-single-links DT a {
		color:#303030;
		}

.news-single-related DD, .news-single-links DD, .news-single-files DD {
	margin-left:20px;
	font-size:11px;
}

.news-single-related DT, .news-single-links DT, .news-single-files DT {
	font-weight: bold;
	font-size: 11px;
	margin-left:5px;
	width:90%;
}
.news-single-related dt{
	color:#F5ECDB;
	}

/*--------------------------------- tt_news Archivemenu (AMENU) --------------------------------- */
.news-amenu-container {
	background-color:#F5ECDB;
	border-bottom:2px dotted #712505;
}
.news-amenu-container LI {
	padding-bottom:1px;
}
.news-amenu-container UL {
	padding:3px;
	margin-top:5px;
	margin-left:0px;
	margin-bottom:0px;
	list-style-type: none;
}
.news-amenu-container H2 {
	color:#fff;
	padding:3px;
	margin:3px;
	background-color:#712505;
	font-size:11px;
	width:50%;
}
.news-amenu-item-year {
	float: right;
	color: #FFCA69;
	margin-top: -2px;
	margin-right: -2px;
	font-size: 11px;
	font-weight: bold;
}

/*--------------------------------- tt_news Categorymenu (CATMENU) --------------------------------- */


.news-catmenu  {
	padding:5px;
	margin:10px 0px 10px 10px;
	border:1px solid #666;
	background-color:#FDF2D6;
}
.news-catmenu-header  {
	font-size:11px;
	font-weight:bold;
}
.news-catmenu DIV {
	font-size:10px;
	white-space: nowrap;
}
.news-catmenu DIV img {
	margin:0px;
	padding:0px;
	vertical-align: middle;
}
.news-catmenu-ACT {
	font-weight:bold;
}

/*  Styles for catmenu mode "nestedWraps" */
.level0 {
	background-color:#fff;
}
.level1 {
	padding-left:10px;
	background-color:#eee;
}
.level2 {
	padding-left:10px;
	background-color:#ddd;
}
.level3 {
	padding-left:10px;
	background-color:#ccc;
}
.level4 {
	padding-left:10px;
	background-color:#bbb;
}

/******************************************* einde nieuwsmodule ******************************************/

/* Inschrijving nieuwsbrief *** Added by Joris */
.tx-sremailsubscribe-pi1-multiple-checkboxes {
margin-top: 15px;
}
.tx-sremailsubscribe-pi1-multiple-checkboxes dt {
width: 5%;
}
.tx-sremailsubscribe-pi1-multiple-checkboxes dd {
width: 80%;
margin-top: -15px;
}

.tx-sremailsubscribe-pi1 dd {
margin-bottom: 15px;
}


