/* CSS Document */

body {
	margin:0px;
	padding:0px;
	border:0px;
	color:#636363;
	font-size: 62.5%;
	background-color:#50676e;
	background-image:url(img/body_bg.gif);
	background-repeat:repeat-x;
	text-align: center;
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	}
h1, h2, h3 {
	font-size: 120%;
	font-weight:bold;
}
	
td {
	font-size: 1em;
	line-height: 1.3em;
	padding: 0px;
	margin: 0px;
	text-align:center;
	}
td a, td a:visited {
	color:#636363;
	font-weight:bold;
	}
	
td a:hover {
	color:#f5a400;
	}
	
#container, kop {
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	}

#container {
	background-color:#F3F3F3; 
	width:780px; 
	padding: 0px 8px;
	border-left:2px solid; 
	border-right:2px solid; 
	border-color:#484848;
	}

#taalkeuze {
	background-color:#454545; 
	width:780px; 
	height:28px;
	border-top:2px solid;
	border-color:#343434;
	text-align:right;
	}
	
#logo {
	background:url(img/kop_bg.gif);
	width:780px;
	height:80px;
	}
	
#txt {
	font-size: 1.1em;
	line-height: 1.7em;
	padding: 10px;
	width:400px;
	text-align:justify;
	float:left;
	height:auto;
	}
	
#voetnoot {
	font-size:0.9em;
	line-height:0.9em;
	}
	
#contact {
	text-align: left;
}	

#txt a, #txt a:visited {
	color:#636363;
	}
	
#txt a:hover {
	color:#f5a400;
	}

#pics {
	text-align:center;
	font-size: 1.1em;
	line-height: 1.7em;
	background-color:#CCCCCC;
	padding:10px;
	width:320px;
	margin-left:430px;
	}
	
#pics img, iframe {
	border:#f5a400 solid;
	border-width:3px;
	margin-top:10px;
	}
	
#txt img, iframe {
	border:#878787 solid;
	border-width:3px;
	margin-bottom:10px;
	}

#footer {
	clear:both;
	padding-top:6px;
	margin-top:10px;
	color:#CCCCCC;
	text-align:center;
	/*letter-spacing:0.1em;*/
	background-color:#454545; 
	width:780px; 
	height:20px;
	border-bottom:2px solid;
	border-color:#343434;
	}
	
#ads {
	clear:both;
	padding-top:16px;
	margin-top:10px;
	color:#FFF;
	font-size:11px;
	text-align:center;
	/*letter-spacing:0.1em;*/
	background-color:#454545; 
	width:780px; 
	height:110px;
/*	border-bottom:2px solid;
	border-color:#343434;
*/	}
	
#footer a {
	color:#CCCCCC;
	}
	
#footer a:hover {
	color:#f5a400;
	}
	
.verplicht {
	color:#CC0000;
	font-weight:bold;
	font-size:18px;
	line-height:14px;
	vertical-align:bottom;
	}
	
.downloads {
	background-color:#FF9900;
	color:#000000;
	padding: 10px;
	line-height:180%;
}

#downloads a:link, #downloads a:hover, #downloads a:visited {
	color:#000000;
}

/* hover popup in tabellen */	
#popup{
position: relative;
z-index: 0;
}

#popup:hover{
background-color: transparent;
z-index: 50;
}

#popup span{
position: absolute;
visibility: hidden;
left: -1000px;
}

#popup span img{
border-color:#666666;
border-width: 2px;
}

#popup:hover span{
visibility: visible;
top: -80px;
left: 40px;
}
