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:#244A9A;
	font-size:12px;
	line-height:16px;
	background-image:url(../images/bg.gif);
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:center;
	background-position:top;
	behavior:url(../css/csshover.htc);
}

.clear {
	clear: both; /* deze class wordt gebruikt om de twee floats #left en #right te clearen. */
}

.container {
	min-height: 100%;
	width: 954px;
	_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%;
}

.navbar {
	background: url(../images/header_nav.gif) top left no-repeat;
	height: 150px; /* height en vertical-align: middle zorgen ervoor dat de inhoud altijd verticaal gecentreerd wordt. */
	vertical-align: middle;
	z-index:100;

}

.navbar li{
	float:left;
}

.left {
	width: 680px; 
	float: left;
	height: auto;
	padding-top:15px;
	margin-bottom: 30px; /* dezelfde hoogte als de hoogte van #footer */
}
	.left h1, .left p {
		padding-left: 57px;
		padding-right: 50px;
		padding-bottom:5px;
		text-align:left;
	}
	.left p{
		padding-bottom:10px;
	}
	.left h1 {
		font-size: 12px;
	}
	.left ul {
		margin-left:60px;
		_margin-left:40px;
	}
	.left li{
		background: url(../images/bullet_blue.gif) top left no-repeat;
		list-style-type:none;
		padding-left:15;
		_margin-left:19px;
	}
	.csc-textpic-imagewrap{
		margin-left:45px;
		margin-bottom:25px;
		}
	.csc-textpic-text{
		margin-bottom:20px;
	}
	
	.left a{
		color:#7A7A7A;
		text-decoration:underline;
	}
	.left a:hover{
		color:#7A7A7A;
		text-decoration:none;
	}
	.left td p{
		padding-right:0px;
		padding-left:52px;
	}
.right {
	width: 274px;
	float: left;
	height: auto;
	padding-top:15px;
	margin-bottom: 30px; /* dezelfde hoogte als de hoogte van #footer */
}
	
	.right h1{
		padding-left: 60px;
		padding-right: 30px;
		padding-bottom:5x;
		text-align:left;
		font-size:12px;
	}
	.right p {
		padding-left: 60px;
		padding-right: 30px;
		padding-bottom:20px;
		text-align:left;
	}
	.right a{
		color:#7A7A7A;
		text-decoration:underline;
	}
	.right a:hover{
		color:#7A7A7A;
		text-decoration:none;
	}
	.right ul {
		text-align:left;
		margin-left:59px;
		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;
	}
	


.footer {
	position: absolute;
	bottom: 0;
	width:954px;
	height: 30px;
	color:#095093;
	text-decoration:none;
	font-size:10px;
	text-align:right;
}
.footer p {
	padding-right: 45px;
	padding-top: 12px;
}
.footer a{
	color:#095093;
	text-decoration:none;
}
.footer a:hover{
	color:#095093;
	text-decoration:underline;
}

.faux {
	background: #FFF;
	height: 1%;
	margin: 0 auto;
	width: 954px;
}

.csc-firstHeader {
	padding-top:0px;
}

td {
	font-family:Verdana;
	font-size:11px;
	vertical-align:top;
}

h3 {
	margin-left:54px;
	_margin-left:54px;
	background-color:#095093;
	background-image:url(../images/titel_bg.gif);
	background-repeat:no-repeat;
	padding-left:25px;
	padding-top:2px;
	padding-bottom:0px;
	padding-right:0px;
	color:white;
	font-size:12;
	font-weight:bold;
	width:570px;
	_width:583px;
	text-align:left;
	margin-bottom:5px;

}

td h4 {
	margin-left:54px;
	_margin-left:54px;
	background-image:url(../images/titel_bg.gif);
	background-repeat:no-repeat;
	padding-left:25px;
	padding-top:2px;
	padding-bottom:2px;
	padding-right:3px;
	color:white;
	font-size:12;
	font-weight:bold;
	width:240px;
	_width:270px;
}

td h5 {
	margin-left:54px;
	_margin-left:54px;
	background-image:url(../images/titel_body_bg.gif);
	background-repeat:repeat;
	padding-left:14px;
	padding-top:5px;
	padding-bottom:5px;
	padding-right:3px;
	color:#095093;
	font-size:12;
	line-height:16px;
	width:251px;
	_width:270px;
}

td h5 a {
	color:#095093;
	font-size:12px;
	font-weight:normal;
	text-decoration:underline;
}
td h5 a:hover {
	color:#095093;
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
}

/* Settings voor TT_NEWS */

.news-latest-item li{
	list-style-type:none;
	background: url(../images/clear.gif) top left no-repeat;
	margin-bottom:-22px;
	padding-left:0px;
	margin-left:1px;
}
.news-list-morelink {
	margin-left:57px;
}
.clearer{
	padding-bottom:20px;
	margin-left:57px;
}
.csc-BackAgain {
	padding-top:15px;
}