/************************************* 
	BODY / CONTAINER
**************************************/

body {
	background: #ffffff;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
	color:  #ffffff;
	text-align: justify;
	line-height: 24px;	
}

a:link, a:visited, a:active{
	color: #26a2dc;
	text-decoration: underline;
}

a:hover{
	text-decoration: none
}

strong {	
	font-weight: bolder;
	font-size: 12px;
	color: #26a2dc;
}

#container{
	width: 966px;
	margin: 0 auto;
}

/*********************************
		  HEADER
*********************************/

h1{
	text-align: center;
	font-size: 50px;
	margin: 50px 30px 20px 20px;
	color: #26a2dc;
}

h1 a{
	color: #26a2dc;
	list-style: none;
}

h1 a:link{
	color: #26a2dc;
	text-decoration: none;
}

h1 a:visited{
	color: #26a2dc;
	text-decoration: none;
}

h2{
	color: #767056;
	text-align: center;
	font-size: 24px;
	margin: 0 0 50px 80px;
	line-height: 0px;
	font-weight: normal;
}

/*********************************
		  NAVIGATIE
*********************************/

.navigatie{
	padding: 0 0 10px 0;
	margin: 0 0 0 0;
	border-bottom: 5px solid #26a2dc;
}

.navigatie ul{
	margin: 0px;
	padding: 0 0 20px 0;
	list-style: none;
}

.navigatie ul li{
	float: left ;
	margin: 0 60px 0 10px;
}

.navigatie ul li a{
	color:#26a2dc;
	text-decoration: none;
	font-size: 20px;
	font-weight: bold;
}

.navigatie ul li a:hover{
	color: #767056;
	font-size: 20px;
	font-weight: bold;
}

.navigatie ul li a.active{
	color: #767056;
}

/*********************************
		  CONTENT
*********************************/

#content{
	position: absolute;
	width: 450px;
	height: 480px;
	padding: 10px;
	margin: 21px 0 0 0;
	background: #767056 ;
}

h3{
	font-weight: bolder;
	font-size: 20px;
}



/*********************************
		 FOOTER
*********************************/

#footer{
	color: #26a2dc;
	font-weight: bold;
	margin: 20px 0 0 0;
}

a img{
	border: none;
}
#footervinden{
	float: left;
	border-right: 2px dashed #26a2dc;
	margin: 0 50px 0 10px;
	padding: 0 30px 18px 0;
}

a.facebook{
	padding: 0 10px 0 0 ;
}

a.flickr{
	padding: 0 30px 0 0;
}
#footerinfo{
	float: left;
	color: #26a2dc;
	font-weight: bolder;
	margin: 0 0 0 0;
	border-right: 2px dashed #26a2dc ;
	padding: 0 30px 0px 0;
}

#footerinfo ul{
	list-style: none;
	line-height: 16px;
}


#footercopy{
	clear: both;
	font-size: 10px;
	
}




