body {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	line-height: 125%;
	font-weight: normal;
	color: #000000;
}

.container{
	width:809px;
	margin-left:auto;
	margin-right:auto;
}

.container_top{
	width:110px;
	position:relative;
	float:left;
	
}

.content{
	width:809px;
	position:relative;
	float:left;
	clear: both;
	background-image: url(../images/bg_taalkeuze.jpg);
	background-repeat: no-repeat;
	height: 280px;
}

.nederlands{
	width:500px;
	position:relative;
	float:left;
	clear: both;
	margin-left: 170px;
	margin-top: 40px;
	display: inline;
}

.frans{
	width:500px;
	position:relative;
	float:left;
	clear: both;
	margin-left: 170px;
	margin-top: 40px;
	display: inline;
}

h1{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.7em;
	line-height:75%;
	margin:5px 0px 5px 0px;
	color: #0cabd3;
	font-weight: normal;
}

a:link, a:visited, a:active {
	color:#F27C06;
	font-size:1em;
	text-decoration:none;
}
a:hover{
text-decoration:underline;
}
