/* ----------------------------------------------- START NORMALISEREN --------------------------------------------------------------- */
/* Normaliseren margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
margin : 0;
padding : 0;
}

/* Normaliseren font-size voor headers */
h1, h2, h3, h4, h5, h6 {
font-size : 100%;
}

/* Verwijderen list-style van lijsten */
ol, ul {
list-style : none;
}

/* font-style en font-weight op normaliseren */
address, caption, cite, code, dfn, em, strong, th, var {
font-style : normal;
font-weight : normal;
}

table {
border-collapse : collapse;
border-spacing: 0;
}

/* verwijderen randen van fieldset en img */
fieldset, img {
border : 0;
}

/* links aligneren caption en th */
caption, th {
text-align: left;
}

/* verwijderen van aanhalingstekens in q */
q:before, q:after {
content : '';
}

a
{
  outline: none;
}
/* ----------------------------------------------- EINDE NORMALISEREN --------------------------------------------------------------- */
html {
	text-align:center;
}

body {
	background-color: #fff;
}

#wrapper{
	width: 960px;
	position:relative;
	margin: 0 auto;
	text-align:left;
	display: table;
}

#lintboven{
	margin-top: 45px;
}

#content{
	margin: 0 auto;
  	width: 446px;
	margin-top:48px;
}

	#content #nl, #content #fr, #content #du, #content #en{
		background: #fff url(../images/bg_taalvlakken.gif) bottom repeat-x;
		text-align:left;
		padding: 8px;
		margin-top: 10px;
	}
	
		#content #nl h5, #content #fr h5, #content #du h5, #content #en h5{
			font-family:Arial, Helvetica, sans-serif;
			color:#000;
			font-size: 1em;
			font-weight:lighter;
			margin-bottom: 4px;
			text-decoration:none;
		}
		
			#content #nl h5 a, #content #fr h5 a, #content #du h5 a, #content #en h5 a{
				color:#000;
				text-decoration:none;
			}
				
		#content #nl h5 img, #content #fr h5 img, #content #du h5 img, #content #en h5 img{
			margin-right: 10px;
		}
		
		#content #nl h6 a, #content #fr h6 a, #content #du h6 a, #content #en h6 a{
			font-family:Arial, Helvetica, sans-serif;
			color:#000;
			font-size: 0.9em;
			font-weight:lighter;
			margin-left: 38px;
			text-decoration:none;
		}
		
		#content #nl p a, #content #fr p a, #content #du p a, #content #en p a{
			font-family:Arial, Helvetica, sans-serif;
			color:#000;
			font-size: 0.7em;
			margin-left: 38px;
			text-decoration:none;
			display:inline-block;
		}
		


