	
/* apply a natural box layout model to all elements */
* { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
	
	/* Algemeen */
	
body,html { 
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #393536;
	font-family: Arial;
	background: #5C5C5C;
}

body {
    min-width:1004px;
	padding: 0 0 0 3px; 
}

@media only screen and (max-width: 1010px) {
    body {
        min-width: 100%;
    }
}


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


@media only screen and (max-width: 1010px) {
    #container {
        width: 90%;
    }
}

#main {
	width: 1004px;
	margin: 0;
	padding: 34px;
	float: left;
	background-color: #ffffff;
}

@media only screen and (max-width: 1010px) {
	#main {
		width: 100%;
		padding: 5%;
	}
}

	/* Einde algemeen */

	/* Stripes */

.stripe {
	width: 1004px;
	margin: 0;
	padding: 0;
}

@media only screen and (max-width: 1010px) {
	.stripe {
		width: 100%;
	}
}

#grey {
	background-color: #5C5C5C;
	height: 40px;
}

#green {
	background-color: #9BB022;
	height: 20px;
}

#red {
	background-color: #870D12;
	height: 35px;
}

#light {
	background-color: #FEF0C7;
	height: 40px;
}

#pink {
	background-color: #EB97D0;
	height: 50px;
}

#darkgreen {
	background-color: #244C24;
	height: 20px;
}


	/* Einde Stripes */
	
	/* Main */

#logo { 
	margin: 0;
	width: 300px;
	height: 136px;
	padding: 0 0 34px 0;
	float: left;
}


@media only screen and (max-width: 1010px) {
	#logo {
		max-width: 70%;
		height: auto;
		padding: 0 0 14px 0;
	}
}

#logo a img {
		width: 100%;
		height: auto;
}

#referee {
	width: 600px;
	height: 102px;
	font-style: italic;
	margin: 0;
	padding: 0 0 0 400px;
	float: left;
}


@media only screen and (max-width: 1010px) {
	#referee {
		display: none;
	}
}

#referee h3 {
	font-style: normal;
	color: #9BB022;
	margin: 0;
	padding: 0;
	font-size: 12px;
}

/* Everything CSS Sprite Menu */  
    #navigatie ul {
	margin:0; 
	padding:0; 
	list-style:none; 
	float:left;
	}  


@media only screen and (max-width: 1010px) {
	#navigatie ul {
			margin-bottom:20px;
	}
}

            #navigatie ul li{
			width:160px; 
			height:29px; 
			margin-right:10px;
			margin-bottom:10px;
			}  

@media only screen and (max-width: 1010px) {
	#navigatie ul li {
			height:20px; 
			margin-right:6px;
			margin-bottom:8px;
			display: inline;
	}
}
			#navigatie ul li a {
			color: #5C5C5C;
			text-decoration: none;
			font-size: 20px;
			display: inline-block;
			}

@media only screen and (max-width: 1010px) {
	#navigatie ul li a {
			font-size:14px; 
	}
}

			#navigatie ul li a:hover {
			color: #9BB022;
			}
			
			#navigatie ul li a.selected {
			color: #9BB022;
			}

			#address {
			overflow: visible; 
			text-indent: 0px; 
			padding: 0 0 0 246px; 
			width: 1004px; 
			margin: 0 0 0 0; 
			line-height: 18px; 
			font-size: 12px; 
			background-color: white;
			}

@media only screen and (max-width: 1010px) {
	#address {
			padding: 5%; 
			width: 100%; 
	}
}

#content { 
	float: left;
	padding: 0;
	margin: 0;
	width: 638px;
	margin: 0 30px 0 50px;
	line-height: 18px;
}

@media only screen and (max-width: 1010px) {
	#content {
		width: 80%;
		margin: 0 10px 0 20px;
		font-size: 125%;
	}
}



#content h1 {
	color: #9BB022;
	margin: 0;
	padding: 0 0 20px 0;
	font-weight: normal;
	font-size: 20px;
}

#content h2 {
	color: #9BB022;
	margin: 0;
	padding: 0 0 12px 0;
	font-weight: bold;
	font-size: 14px;
}

#content h3 {
	color: #9BB022;
	margin: 0;
	padding: 0 0 12px 0;
	font-weight: bold;
	font-size: 12px;
}

#content a, #referee a {
	text-decoration: none;
	color: #9BB022;
}

#content a:hover, #referee a:hover {
	text-decoration: underline;
	color: #9BB022;
}

#content a.anker {
	text-decoration: none;
	color: #9BB022;
}

img.right {
	float: right; 
	margin: 0 10px 10px 10px; 
	border: 1px solid #393536;
}

img.left {
	float: left; 
	margin: 0 10px 10px 0; 
	border: 1px solid #393536;
}

@media only screen and (max-width: 1010px) {
img.right, img.left {
	float: none;
	display: block;
	margin: 10px 0 10px 0;
}
}

@media only screen and (max-width: 1010px) { 
	.mobile_hide {
		display: none; 
	}
}

iframe {
	width: 425px;
	height: 350px;
}


@media only screen and (max-width: 1010px) { 
	iframe {
		width: 425px;
		height: 350px;
	}
}

@media only screen and (max-width: 400px) { 
	iframe {
		width: 100%;
		height: 150%;
	}
}

div.spacer {
	clear: both;
}

	/* Einde Main */

