/* ----------------------------------------------- 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 --------------------------------------------------------------- */
*{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

html{

}

body{
	font-family: 'Ubuntu', sans-serif;
	font-size:1em;
	color:#6a696a;
}

h1{
	font-family: 'Ubuntu', sans-serif;
	color:#bf1e2e;
	font-size:1.3125em;
	font-weight: 500;
	margin-bottom:0.5em;
}

h2{
	font-family: 'Ubuntu', sans-serif;
	color:#2983c1;
	font-size:1.3125em;
	font-weight: 400;
	margin-bottom:0.5em;
}

#wrapper {
	display: block;
	width: 960px;
	margin: 0 auto;
}

		#header{
			padding-top:20px;
			overflow: hidden;
		}

	#headerleft{
		float:left;
		width:200px;
		margin-left:10px;
		margin-bottom:19px;
	}

	#headerright{
		float:right;
		text-align:right;
		color:#8a7069;
	}

		#headerright a{
			color:#0e76bc;
			text-decoration: none;
			font-size: 0.75em;

		}

			#headerright p.lang{
				margin-right:10px;
				font-size:0.875em;
			}

			#headerright ul{
				margin-right:10px;
				margin-top:51px;
			}

					#headerright ul li{
						display:inline;
						margin-left:1px;
					}

					#headerright ul li a{
						background-color: #bf1e2e;
						color:#fff;
						font-size: 1em;
						padding:20px;
						-webkit-transition: all 0.5s ease-in-out;
						-moz-transition: all 0.5s ease-in-out;
						-o-transition: all 0.5s ease-in-out;
						transition: all 0.5s ease-in-out;
					}

					#headerright ul li a:hover, #headerright ul li a.actief{
						background-color: #0e76bc;
					}

#mainpic{
	clear: both;
	margin:0;
	padding:0;
}

#content{
	overflow: hidden;
	margin-top:-4px;
}					

	#content p{
		line-height: 1.325em;
		margin-bottom:0.5em;
	}


	p.meer{
		margin-top:5px;
		display:inline-block;
		background-color: #bf1e2e;
		border-radius: 5px;
		text-align:center;
		padding:3px 10px;
		color:#fff;
		-webkit-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
	}

	p.meer:hover{
		background-color:#0e76bc;
	}

		p.meer a{
			color:#fff;
			font-size:1em;
			text-decoration: none;
			font-weight: normal;
		}

#contentl{
	overflow: hidden;
	float:left;
	padding-top:20px;
	width:720px;
	padding-left:10px;
	padding-right:10px;
}

a{
	color:#6a696a;
}

#contentr{
	float:left;
	width:220px;
	margin:0 10px 0 10px;
	padding:20px 10px 10px 10px;
	background-color: #f1f7fb;
}

	#contentr ul.mainlist{
		padding-left:10px;
		font-size:1em;
		color:#0e76bc;
		font-weight: 700;
	}

	#contentr ul.mainlist a{
		color:#0e76bc;
	}

	#contentr ul.mainlist a.actief{
		color:#bf1e2e;
	}

			#contentr ul.mainlist li{
				border-bottom:1px solid #daeaf5;
				margin-bottom:7px;
				padding-bottom:7px;
			}

	#contentr ul.sublist{
		padding-left:10px;
		font-size:0.875em;
		font-weight: 400;
	}

			#contentr ul.sublist li{
				border-bottom:0;
				margin-bottom:2px;
				margin-top:2px;
				padding-bottom:0;
			}

hr {
	clear:both;
	float: none; 
	width: 100%; 
	height: 1px;
	border: none; 
	background: url(../images/hor_line.png) repeat-x top center;
	margin-top:20px;
	margin-bottom:20px;
	display:inline-block;
}

.kijker{

}

.kijker img{
	border:5px solid #b6d6eb;
}

	.kijk1{
		float:left;
		margin:0 10px 0 0;
		width:220px;
	}

	.kijk2{
		float:left;
		margin:0 10px;
		width:220px;
	}

	.kijk3{
		float:left;
		margin:0 0 0 10px;
		width:220px;
	}

	.kijk1 p, .kijk2 p, .kijk3 p{
		margin-top:-3px;
		background-color: #bf1e2e;
		padding:6px 10px;
		color:#fff;
		font-size:0.875em;
		font-weight: 300;
	}

	.kijk1 p em, .kijk2 p em, .kijk3 p em{
		display:block;
		text-align: right;
		margin-top:5px;
	}

	.kijk1 p a, .kijk2 p a, .kijk3 p a{
		color:#fff;
		font-size:0.6875em;
	}

img.vbfoto{
	border:5px solid #b6d6eb;
	float:left;
	display:inline-block;
	width:220px;
	margin-right:20px;
	overflow:hidden;
}

ul.fotos li{
		display:inline-block;
		margin-right:10px;
		margin-bottom:10px;
}
	
	img.vbfotoinline{
		border:5px solid #b6d6eb;
		width:220px;
		height:auto;
	}

#werken{
	overflow:hidden;
	clear:both;
	margin:20px 10px 0 10px;
}

	#werken li{
		display:inline;
		margin-right:20px;
	}

#footer p{
	margin-top:20px;
	background-color: #2181c1;
	color:#fff;
	padding:10px;
	font-size:0.875em;
	font-weight:300;
	line-height: 1.5em;
}

#footer a{
	color:#fff;
}

#flockdesign p{
	float:right;
}

strong{
	font-weight: 700;
}