*{
	padding:0;
	margin:0;
}

html, body {
	font: 1.0em "Trebuchet MS", Verdana, Arial, sans-serif;
	background-position: top ;
	background-image: url(../img/backgrounds/background.jpg) ;
	background-repeat: repeat-x ;
}

a:link {
	color: #c03 ;
	text-decoration: none ; 
}

a:visited {
	color: #c03 ; 
	text-decoration: none ;	
}

a:hover {
	color: #c03 ;
	text-decoration: none ;	
}

a:active {
	color: #c03 ;
	text-decoration: none ;	
}

#container {
	height: auto;
	width: 1010px;
	margin:50px auto;
	border: 1px solid #000;
	
	
}

#hoofdmenu {
	background-image: url(../img/backgrounds/top.png) ;
	height: 105px;
}

/* De opmaak van het hoofdmenu */

		#navigatie {
			margin-left: 50px ;
			padding-top: 70px ;
			text-align: left;
		}
		#navigatie ul{
			width: 800px ;
			padding: 0 ;
			margin: 0 ;
			white-space: no-wrap;
		}
		#navigatie ul li{
			display: inline ;
		}
		#navigatie ul li a{
			padding-right: 18px ;
			font-size: 16px ;
			font-weight: bolder ;
			text-decoration: none;
			color: #666 ;
		}
		#navigatie ul li a:hover{
			color: #000;
			font-weight: bolder ;
		}
		#navigatie ul li a:active{
			color: #c03;
			font-weight: bolder ;
		}

#content {
	width: 910px ;
	height: 480px ;
	margin-left:50px;
	
}


#left {
 	background-color: transparent ;
 	float: left ;
 	width: 440px ;
 	height: 480px ;
 }

	#leftcontent {
 		background-image: url(../img/backgrounds/content_grey.gif) ;
 		width: 440px;
 		height: 460px;
 		position: absolute ;
 	}

#right {
 	background-color: transparent ;
 	float: right ;
 	width: 440px ;
 	height: 480px;
}

	#rightcontent {
 		background-image: url(../img/backgrounds/content_grey.gif) ;
 		width: 440px;
 		height: 460px;
 		position: absolute ;
 	}

#footer {
 	background-color: transparent ;
 	width: 1010px ;
 	height: 30px ;
 	}
		.flag {
			margin-left: 50px ;
		}

.adres {
	font-size: 0.7em ;
	font-weight: normal ;
	margin-left: 386px ;
	margin-right: 15px ;
	margin-top: 0 ;
	color: #000 ;
 }


/* Vormgeving van teksten in content */

p.content {
	font-size: 0.7em ;
	font-weight: normal ;
	line-height: 16px ;
	margin-left: 15px ;
	margin-right: 15px ;
	margin-top: 0 ;
	color: #000 ;
 }
 
 p.home {
	font-size: 0.7em ;
	font-weight: normal ;
	line-height: 34px ;
	margin-left: 15px ;
	margin-right: 15px ;
	margin-top: 0 ;
	color: #000 ;
 }
 
  p.content16 {
	font-size: 0.7em ;
	font-weight: normal ;
	line-height: 12px ;
	margin-left: 15px ;
	margin-right: 15px ;
	margin-top: 0 ;
	color: #000 ;
 }
 
 .red {
		color: #c03 ;
 }
 
 h1.content {
	font-size: 1em ;
	font-weight: bold ;
	line-height: 16px ;
	margin-left: 15px ;
	margin-right: 15px ;
	margin-bottom: 10px ;
	margin-top:30px;
	color: #c03 ;
 }
  
ul.opsomming {
 	list-style-type: none ;
	font-size: 0.82em ;
	font-weight: normal ;
	line-height: 16px ;
	margin-left: 15px ;
	margin-right: 15px ;
	margin-top: 0 ;
	color: #000 ;

}

ul.opsomming li{
 	list-style-type: none ;
	font-size: 0.82em ;
	font-weight: normal ;
	line-height: 16px ;
	margin-left: 15px ;
	margin-right: 15px ;
	margin-top: 0 ;
	color: #000 ;
}

p.tabellinks {
	font-size: 0.7em ;
	font-weight: normal ;
	line-height: 16px ;
	margin-left: 15px ;
	margin-right: 15px ;
	margin-top: 0 ;
	color: #000 ;
 }
p.tabelrechts {
	font-size: 0.7em ;
	font-weight: normal ;
	line-height: 16px ;
	margin-left: 0 ;
	margin-right: 0 ;
	margin-top: 0 ;
	color: #000 ;
 }
