@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
	}

a {
	outline:none;
	color:#74bef1;
	}

img a, img {
	border:0;
	}

html {
	min-height: 100%;
	height: auto;
	}
	
body {
	font-family:Arial, Helvetica, sans-serif;
	}

.top {
	width:100%;
	height:50px;
	background-color:#74bef1;
	}

	.top-content {
		margin-left:auto;
		margin-right:auto;
		width:990px;
		height:50px;
		}
		
	.mininav {
	
		}

		.mininav a {
			float:left;			
		}
		
		.navitems {
			margin:15px 0 0 10px;
			display:inline;
			}
	
	.sb {
		float:right;
		padding-top:13px;
		}
		
		.sb_text {
			padding:4px 10px 4px 10px;
			border:0;
			font-size:12px;
			}
		
		.sb_submit {
			padding:3px 10px 3px 10px;
			background-color:#2caf45;
			color:#fff;
			border:0;
			font-size:12px;
			}

.main {
	width:100%;
	
	/*background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	background-attachment:fixed;
	overflow:hidden;*/
	
	background-image:url(images/clouds.jpg);
	background-repeat:repeat-x;
	background-color:#fff;
	background-position:top;
	min-height:620px;
	height: auto !important;
	height: 620px;
	}

	.container {
		margin-left:auto;
		margin-right:auto;
		width:990px;
		}

	.header {
		float:left;
		background-image:url(images/header.png);
		background-repeat:no-repeat;
		width:990px;
		height:340px;
		padding-bottom:20px;
		}
		
		.logo {
			padding:15px 0 0 185px;
			}
		
	.nav {
		float:left;
		width:260px;
		}
	
	.content {
		float:right;
		width:690px;
		font-size:12px;
		padding:0 10px 0 10px;
		}
		
		.breadcrumb {
			float:right;
			}
		
		.title {
			float:left;
			}

.footer {
	width:100%;
	background-image:url(images/gras.jpg);
	background-repeat:repeat-x;
	background-color:#ecf0f2;
	min-height:530px;
	height: auto !important;
	height: 530px;
	float:left;
	} 

/* h1 t/m h6 + hr */

hr {
	height:1px;
	color:#2caf45;
	background-color:#2caf45;
	border:0;
	}
			
h1 {
	font-size:22px;
	color:#020000;
	}	

h2 {
	font-size:18px;
	color:#74bef1;
	}	
			
h3 {
	font-size:16px;
	color:#2caf45;
	}	
			
h4 {
	font-size:14px;
	color:#74bef1;
	}	
			
h5 {
	font-size:12px;
	color:#2caf45;
	}	
			
h6 {
	font-size:11px;
	color:#f79339;
	}

/*navigatie*/

.navbar {
	float:right;
	display:block;
	margin-bottom:80px;
	}

/*hier geef je de hoogte van een knop aan*/
.navbar li {
	display:inline;
	text-align:right;
	margin-bottom:6px;
	height:20px;
	float:right;
	width:260px;	
	}

/*hier geef je aan hoe de normal er uit komt te zien met tekstopmaak*/
.navbar li a {
	display:inline-block;
	color:#fff;
	text-decoration:none;
	padding:5px 10px 5px 50px;
	background-color:#74bef1;
	font-size:12px;
	}
	
/*hier geef je de hover aan van een knop*/
.navbar li a:hover {
	color:#ffffff;
	font-weight:bold;
	}
	
/*hier geef je de active aan van een knop voor de huidige pagina*/
.navbar li .nav_link_0_active a {
	color:#ffffff;
	font-weight:bold;
	}
	
/*hier geef je de hover aan voor de active-knop van de huidige pagina*/
.navbar li .nav_link_0_active a:hover {
	color:#ffffff;
	font-weight:bold;
	}


/*credits */

.credits ul {
	float:right;
	display:block;
	}
	
.credits li {
	float:right;
	width:260px;
	margin-bottom:1px;
	display:inline;
	}

.credits li span {
	display:inline-block;
	float:right;
	height:20px;
	text-align:right;
	font-size:12px;
	padding:5px 10px 0px 20px;
	background-color:#2caf45;
	color:#fff;
	}

	.credits li a {
		color:#fff;
		text-decoration:none;
		font-size:12px;
		}