a img {
	border: 0;
}

* {
	margin: 0;
	padding: 0;
}

body{
	text-align:center;
	overflow: -moz-scrollbars-vertical;
}

html,body {
	height: 100%; /* HEEL BELANGRIJK! */
	font-family: Verdana;
	color:#3A7398;
	font-size:11px;
	line-height:20px;
	background-color:#B2D2CE;
	background-image:url(../images/bg.gif);
	background-repeat:no-repeat;
	background-position:center;
	background-position:top;
	behavior:url(/fileadmin/template/main/css/csshover.htc);
}


.tx-dropdownsitemap-pi1{
	width:500px;
	margin-left:60px;
	text-align:left;
	list-style-type:none;
	background-image:none;
}


.clear {
	clear: both; /* deze class wordt gebruikt om de twee floats #left en #right te clearen. */
}

.container {
	min-height: 100%;
	width: 900px;
	_height: 100%;
	text-align:left;
	margin: 0 auto; /* deze div links zetten (gebruik 'auto' om te centreren */
	position: relative; /* De footer wordt absoluut gepositioneerd, relatief aan #container. */
}

* html > .container {
	height: 100%;
}

.header {
	height: 142px;
	text-align:right;
	color:#3A7398;
	font-size:9px;
}

/*
.vlaggen {
	position:absolute;
	top:40px;
	right:18px;
	text-align:right;
}
*/

.taalkeuze {
	position:absolute;
	left:780px;
	top:30px;
	width:164px;
	height:18px;
}

.search{
	position:absolute;
	top:15px;
	right:18px;
	text-align:right;
	font-size:9px;
}



.navbar {
	height: 39px; /* height en vertical-align: middle zorgen ervoor dat de inhoud altijd verticaal gecentreerd wordt. */
	vertical-align: middle;
	z-index:100;

}

.navbar li{
	float:left;
}

.breadcrumbs_text{
	float:left;
	font-family: Verdana;
	color:#3A7398;
	font-size:10px;
	padding-top:5px;
	padding-left:55px;
}

.left {
	position:absolute;
	top:200px;
	left:0px;
	width: 676px; 
	height: auto;
	padding-top:0px;
	margin-bottom: 30px; /* dezelfde hoogte als de hoogte van #footer */
}
	.left p {
		padding-left: 0px;
		padding-right: 0px;
		padding-bottom:10px;
		text-align:left;
	}
	.left h1 {
		font-size: 12px;
		font-weight: bold;
		padding-left: 0px;
		padding-right: 0px;
		padding-bottom:5px;
		text-align:left;
	}
	.left ul {
		margin-left:20px;
	}
	.left li{
		background: url(../images/bullet_blue.gif) top left no-repeat;
		list-style-type:none;
		padding-left:15;
	}

	.left a{
		color:#3A7398;
		text-decoration:underline;
	}
	.left a:hover{
		color:#3A7398;
		text-decoration:none;
	}
.right {
	position:absolute;
	top:230px;
	left:676px;
	width: 224px;
	height: auto;
	margin-bottom: 30px; /* dezelfde hoogte als de hoogte van #footer */
}
	
	.right h1{
		padding-left: 20px;
		padding-bottom:5x;
		text-align:left;
		font-size:12px;
		font-weight:bold;
	}
	.right p {
		padding-left: 20px;
		padding-bottom:20px;
		text-align:left;
	}
	.right a{
		color:#3A7398;
		text-decoration:underline;
	}
	.right a:hover{
		color:#3A7398;
		text-decoration:none;
	}
	.right ul {
		text-align:left;
		margin-left:20px;
		padding-bottom:30px;
	}
	.right li{
		background: url(../images/bullet_blue.gif) top left no-repeat;
		list-style-type:none;
		padding-left:15px;
		margin-left:4px;
	}
	

.faux {
	background: #FFF;
	height: 1%;
	margin: 0 auto;
	width: 970px;
}

.csc-firstHeader {
	padding-top:0px;
}

td {
	font-family:Verdana;
	font-size:11px;
	vertical-align:top;
}

h3 {
	color:#3A7398;
	font-size:11px;;
	height:19px;
	font-weight:bold;
	text-align:left;

}

td h4 {
	font-size:12;
	font-weight:bold;
}

td h5 {
	font-size:12;
	line-height:16px;
}

td h5 a {
	color:#3A7398;
	font-size:12px;
	font-weight:normal;
	text-decoration:underline;
}
td h5 a:hover {
	color:#3A7398;
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
}

/* Settings voor TT_NEWS */

.news-list-morelink {
	margin-left:0px;
	padding-bottom:50px;
}
.news-single-backlink{
	margin-left:0px;
}
.news-list-item {
	margin-bottom:25px;
}
.csc-BackAgain {
	padding-top:15px;
}