/* LAYOUT ELEMENTEN */

a img {
	border: 0;
}

body{
	text-align:center;
	overflow: -moz-scrollbars-vertical;
}

html,body {
	height: 100%; /* HEEL BELANGRIJK! */
	font-family: Verdana;
	color:#333;
	font-size:11px;
	background-image:url(../images/bg.png);
	background-position:center;
	background-position:top;
	background-repeat:no-repeat;
	margin:0;
	padding:0;
}

table,td {
	font-family: Verdana;
	color:#333;
	font-size:11px;
}


.clear {
	clear: both; /* deze class wordt gebruikt om de twee floats #left en #center te clearen. */
}

.container {
	min-height: 100%;
	_height: 100%;
	width: 	864px;
	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%;
}

.left {
	width: 180px; 
	float: left;
	height: auto;
	margin-bottom: 30px; /* dezelfde hoogte als de hoogte van #footer, anders zal de tekst in deze div onderaan achter de footer vallen omdat #footer absoluut gepositioneerd is */
}

.center {
	width: 484px;
	float: left;
	height: auto;
	margin-bottom: 30px; /* dezelfde hoogte als de hoogte van #footer, anders zal de tekst in deze div onderaan achter de footer vallen omdat #footer absoluut gepositioneerd is */
	margin-left:10px;
}

.right{
	width: 170px;
	float: left;
	height: auto;
	margin-bottom: 30px; /* dezelfde hoogte als de hoogte van #footer, anders zal de tekst in deze div onderaan achter de footer vallen omdat #footer absoluut gepositioneerd is */
	margin-left:17px;
}

.footer {
	position: absolute;
	bottom: 0;
	left: 5;
	width: 864px;
	height: 30px;
	line-height: 15px;
	vertical-align: middle;
}

.faux {
	background: #FFF;
	height: 1%;
	margin: 0 auto;
	width: 690px;
}



/* VORMGEVING ELEMENTEN */
.header_sitemap {
	height:35px; 
	text-align:right; 
	padding-right:5px;
}

.header_flash {
	height:35px; 
	text-align:right; 
	padding-right:5px;
}

.header_picture {
	height:91px; 
	text-align:center; 
	padding-top:18px; 
	padding-bottom:35px;
}

.header_sitemap { 
	color:#999;
}

.header_sitemap a { 
	margin:0;
	font-family:Verdana;
	font-size:10px;
	color:#999;
	text-decoration:none;
}

.header_sitemap a:hover {
	text-decoration:none;
	color:#333;
}

.center {
	line-height:1.4; 
	text-align:justify;

}

.center h1{
	color:#333;
	font-size:13px;
	margin-bottom:-10px;
	margin-top:26px;
}

.center p{
	font-size:11px;
}

.center a{
	font-size:11px;
	color:#0083C7;
	text-decoration:none;
}

.center ul{
	margin-left:-20px;
	_margin-left:20px;
}

.center li{
	list-style-image:url(../images/arrow_blue.gif);
}

.center a:hover{
	font-size:11px;
	color:#0083C7;
	text-decoration:underline;
}

.right {
	line-height:1.4;
	text-align:left;
	color:#333;
}

.right h1{
	color:#333;
	font-size:13px;
	margin-bottom:-25px;
	margin-top:26px;
	color:#333;
}

.right p{
	font-size:11px;
	color:#333;
}

.right ul{
	margin-left:-20px;
	_margin-left:20px;
	margin-top:15px;
}

.right li{
	list-style-image:url(../images/arrow_blue.gif);
	padding-bottom:10px;
	color:#333;
}

.right a{
	font-size:11px;
	color:#0083C7;
	text-decoration:none;
}

.right a:hover{
	font-size:11px;
	color:#0083C7;
	text-decoration:underline;
}

.footer {
	color:#0083C7;
	text-decoration:none;
	font-size:9px;
	text-align:left;
}

.footer a{
	color:#0083C7;
	text-decoration:none;
}

.footer a:hover{
	color:#0083C7;
	text-decoration:underline;
}

h1 {
	font-size:12px;
}
h2 {
	font-size:11px;
}
sup {
	font-size:9px;
	line-height: 1.4;
	vertical-align: text-top;
}
.tx-wecflashplayer-pi1{
	text-align:center;
}