body, html {
	background-color: #FFFFFF;
	height: 100%; margin: 0; padding: 0;
	font-family: verdana, arial;
	font-size: 10pt;
	color: #000000;
}

#container {
	margin:0 auto;
	width: 800px;
	height: 100%;
}


#header {
	margin:0 auto;
	width:800px;
	height:25px;
}

	#h-l {
		width:300px;
		float: left;
		font-weight: bold;
		font-size: 12pt;
		text-align: left;
		color: #336699;
	}
	
	#h-m {
		width:200px;
		float: left;
		font-weight: bold;
		text-align: center;
		font-size: 12pt;
		color: #336699;
	}
	
	#h-r {
		width:300px;
		float: left;
		text-align: right;
		font-size: 8pt;
		color: #336699;
	}


#google {
	margin:0 auto;
	width:800px;
	height:58px;
	background-color: #FFFFFF;
}

	#g-b {
		width:70px;
		float: left;
		margin-top: 1px;
	}

	#g-b1 {
		width:67px;
		float: left;
		margin-top: 1px;
	}
	

	#g-l {
		width:137px;
		float: left;
		margin-top: 5px;
	}
	
	#g-m {
		width:341px;
		float: left;
		margin-top: 15px;
		margin-left: 7px;
	}
	
	#g-r {
		width:50px;
		float: left;
		margin-top: 15px;
	}
	#g-radar {
		width: 58px;
		float: left;
		margin-top: 1px;
	}

	#g-reclame {
		width: 108px;
		float: left;
		margin-top: 1px;
	}


#tussenruimte-20 {
	margin:0 auto;
	width:800px;
	height:20px;
}

#tussenruimte-10 {
	margin:0 auto;
	width:800px;
	height:10px;
}

#tussenruimte-2 {
	margin:0 auto;
	width:800px;
	height:2px;
}


#balk {
	width:800px;
	height:22px;
	margin:0 auto;
	background-color: #FFFFFF; 
}

	#balk-l {
		width: 185px;
		height: 20px;
		float: left;
		background-color: #336699; 
		color: #FFFFFF;
		margin-right: 20px;
		font-weight: bold;
		text-align: left;
		font-size: 11pt;
	}

	#balk-r {
		width: 185px;
		height: 20px;
		float: left;
		background-color: #336699; 
		color: #FFFFFF;
		font-weight: bold;
		text-align: left;
		font-size: 11pt;
	}

	#balk-pl {
		width: 152px;
		height: 20px;
		float: left;
		background-color: #336699; 
		color: #FFFFFF;
		font-weight: bold;
		text-align: left;
		font-size: 11pt;
	}

	#balk-pr {
		width: 152px;
		height: 20px;
		float: left;
		background-color: #336699; 
		color: #FFFFFF;
		font-weight: bold;
		text-align: left;
		font-size: 11pt;
	}

	#plaatje-l {
		width: 33px;
		height: 20px;
		float: left;
		margin-right: 20px;
		background-color: #336699; 
	}

	#plaatje-r {
		width: 33px;
		height: 20px;
		float: left;
		background-color: #336699; 
	}

#content {
	width:800px;
	height:115px;
	margin:0 auto;
}

	#tekst-l {
		width: 185px;
		float: left;
		background-color: #F8EACD;
		text-align: left;
		margin-right: 20px;
	}

	#tekst-r {
		width: 185px;
		float: left;
		background-color: #F8EACD;
		text-align: left;
	}

#content-lang {
	width:800px;
	height:450px;
	margin:0 auto;
}

	#tekst-lang-l {
		width: 185px;
		float: left;
		background-color: #FFFFFF;
		text-align: left;
		margin-right: 20px;
	}

	#tekst-lang-r {
		width: 185px;
		float: left;
		background-color: #FFFFFF;
		text-align: left;
	}

#info {
	width:800px;
	height:25px;
	margin:0 auto;
}

	#info-l {
		width: 600px;
		float: left;
		text-align: left;
	}

	#info-r {
		width: 200px;
		float: left;
		text-align: right;
	}

#dropdown {
	width:800px;
	height:27px;
	margin:0 auto;
}

	#drop-l {
		width: 185px;
		float: left;
		text-align: left;
		margin-right: 20px;
	}

	#drop-r {
		width: 185px;
		float: left;
		text-align: left;
	}


.homepage{
	text-decoration: none;
	color:#336699;
}	/* unvisited link */
	
.homepage:visited {
	text-decoration: none;
	color:#336699;
} 	/* visited link */
	
.homepage:hover{
	text-decoration: none;
	color: #000000;
}  /* mouse over link */
	
.homepage:active {
	text-decoration: none;
	color:#000000;
}  /* selected link */



a:link {
	text-decoration: none;
	color:#000000;
}  /* unvisited link */

a:visited {
	text-decoration: none;
	color:#000000;
} 	/* visited link */

a:hover {
	text-decoration: none;
	color:#336699;
}   /* mouse over link */

a:active {
	text-decoration: none;
	color:#336699;
}   /* selected link */

select
{
	font-family: verdana, arial;
	font-size: 8pt;
	width: 185px;
	color: #000000;
	border: 1px solid #336699;
	background-color: #C0C0C0;
}

