	html, body
	{
		height: 100%;
	}
	
	body
	{
		margin: 0px;
		padding: 0px;
		background: #ad8667 url('images/bg.jpg');
		font-family: 'Source Sans Pro', sans-serif;
		font-size: 12pt;
		font-weight: 400;
		color: #515151;
	}
	
	
	h1, h2, h3
	{
		margin: 0;
		padding: 0;
		color: #32251B;
	}
	
	
	p, ol, ul
	{
		margin-top: 0;
	}
	
	ol, ul
	{
		padding: 0;
		list-style: none;
	}
	
	p
	{
		line-height: 180%;
	}
	.p-red {
		font-family: 'Source Sans Pro', sans-serif;
		font-size: 12pt;
		font-weight: 400;
		color: #F00;
	}
	.p-white {
		font-family: 'Source Sans Pro', sans-serif;
		font-size: 12pt;
		font-weight: 400;
		color: #fff;
	}
	
	strong
	{
	}
	
	a {
		text-decoration: none;
	}
	a:hover
	{
		text-decoration: none;
	}
	
	.paginakop {
		margin: 0em auto;
		width: 1200px;
		border-top: 5px solid #32251B;
	}
	.paginacontent {
		margin: 0em auto;
		width: 1200px;
		background-color: #FFF;
	}
	}
	.container
	{
		margin: 0em auto;
		width: 1200px;
		padding-left:20px;
	}
	
.links {
  float: left;
 }

.rechts {
  float: right;
 }

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

/*********************************************************************************/
/* Button Style                                                                  */
/*********************************************************************************/

	.button
	{
		display: inline-block;
		padding: 1em 3em 1em 2em;
		letter-spacing: 0.20em;
		text-decoration: none;
		text-transform: uppercase;
		font-weight: 400;
		font-size: 0.90em;
		color: #FFF;
	}
	
	.button:before
	{
		display: inline-block;
		background: #FFC31F;
		margin-right: 1em;
		width: 40px;
		height: 40px;
		line-height: 40px;
		border-radius: 20px;
		text-align: center;
		color: #272925;
	}
	.button-grijs {
  border: none;
  color: white;
  background-color:#666;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  border-radius:10px;
  margin: 4px 2px;
  cursor: pointer;
}
		
/*********************************************************************************/
/* Heading Titles                                                                */
/*********************************************************************************/

	.title
	{
		margin-bottom: 3em;
	}

	.title h2
	{
		font-weight: 400;
		font-size: 2.8em;
		color: #323232;
	}
	
	.title .byline
	{
		letter-spacing: 0.15em;
		text-transform: uppercase;
		font-weight: 400;
		font-size: 1.1em;
		color: #6F6F6F;
	}

/*********************************************************************************/
/* Header                                                                        */
/*********************************************************************************/
	
	#header-wrapper
	{
		position: relative;
  		z-index: 10;
	}

	#header
	{
		position: relative;
		height: 80px;
	}

/*********************************************************************************/
/* Logo                                                                          */
/*********************************************************************************/

	#logo
	{
		position: absolute;
		top: 0;
		left: 50px;
		width: 100%;
	}
	
	#logo h1
	{
		display: inline-block;
		font-size: 2.5em;
		text-transform: uppercase;
		font-weight: 700;
		color: #FFF;
		margin-top:10px;
	}
	
	#logo a
	{
		text-decoration: none;
		color: #FFF;
	}


/*********************************************************************************/
/* Banner                                                                        */
/*********************************************************************************/

	#banner
	{
	}

/*********************************************************************************/
/* Page                                                                          */
/*********************************************************************************/

	#page
	{
		overflow: hidden;
		background-color: #F3F3F3;
	}
/*********************************************************************************/
/* Header foto                                                                      */
/*********************************************************************************/
.foto {
  position: relative;
  text-align: center;
  color: white;
  margin-left:-20px;
}
.txt-left {
  position: absolute;
  bottom: 130px;
  left: 50px;
  font-weight: 400;
  font-size: 2.8em;
  color: #fff;
}
.container-wgr {
  position: relative;
  font-family: Arial;
}
.txt-wgr {
  position: absolute;
  top: 20px;
  background-color: #32251B;
  color: white;
  padding-left: 20px;
  padding-right: 20px;
}

/*********************************************************************************/
/* Content                                                                       */
/*********************************************************************************/

	#content
	{
		float: left;
		width: 500px;
		padding: 50px;
		background-color: #F3F3F3;
	}
	#content-wide
	{
		width: 1100px;
		padding: 50px;
		background-color: #F3F3F3;
	}

/*********************************************************************************/
/* Sidebar                                                                       */
/*********************************************************************************/

	#sidebar
	{
		float: right;
		width: 500px;
		padding: 50px;
	}

	#stwo-col
	{
		margin-top: 2em;
	}

	#stwo-col h2
	{
		display: block;
		padding-bottom: 1.5em;
		letter-spacing: 0.10em;
		text-transform: uppercase;
		font-size: 1.0em;
		font-weight: 600;
		color: #454445;
	}

	#stwo-col .sbox1
	{
		float: left;
		width: 230px;
	}

	#stwo-col .sbox2
	{
		float: right;
		width: 230px;
	}

/*********************************************************************************/
/* Footer                                                                        */
/*********************************************************************************/

	#footer {
		
	}

/*********************************************************************************/
/* Copyright                                                                     */
/*********************************************************************************/

	#copyright
	{
		overflow: hidden;
		padding: 5em 0em;
	}
	
	#copyright p
	{
		letter-spacing: 0.20em;
		text-align: center;
		text-transform: uppercase;
		font-size: 0.80em;
		color: #FFF;
	}
	
	#copyright a
	{
		text-decoration: none;
		color: #FFF;
	}

/*********************************************************************************/
/* One Column                                                                    */
/*********************************************************************************/

	#onecolumn
	{
		margin-top: 4em;
	}
	
	#onecolumn .title
	{
		margin-bottom: 1em;
	}

	#onecolumn .title h2
	{
		font-size: 1.8em;
	}
	
	.kmap {
		width:90%;
		height:600px;
		}
