
* {
	margin: 0;
	padding: 0;
}

img {
	border: 0px;
}

body {
	background-color: #a8a9ab;
	color: #000;
	font-family: verdana;
}

h1, h2, h3 {
	color: #000;
}

h1 {
	margin-bottom: .5em;
	font-size: 23px;
	font-weight: normal;
	font-family: verdana;
	color: #f49225;
}

h2 {
	margin-bottom: .5em;
	font-size: 18px;
	font-weight: normal;
	font-family: verdana;
}

h3 {
	font-size: 100%;
	font-weight: bold;
}

p{
	margin: 0 auto;
	padding: 0;
}

hr{	
	text-align: center;
	border: 0px;
	color: #6f5429;
	background-color: #6f5429;
	height: 1px;
	width: 107px;
	margin-top: 7px;
	margin-bottom: 7px;
	margin-left: 9px;
}

.clearer{
	clear: both;
	font-size: 1px;
}

#wrapper{
	margin: 0 auto;
	margin-top: 5px;
}

#container{
	margin: 0 auto;
	width: 900px;
	height: 847px;
	background-image: url('../img/bg.jpg');
	background-repeat: no-repeat;
}

#header{
	height: 97px;
	width: 847px;
}

	.headertop{
		position: absolute;
		height: 46px;
		width: 847px;
		background-color: #f49225;
		border-bottom: 1px solid #000000;
	}

	.headerlogo{
		position: absolute;
		height: 96px;
		width: 347px;
		margin-left: 250px;
		background-image: url('../img/logo.png');
		background-repeat: no-repeat;
		z-index: 1000;
	}

#contentholder{
	height: 570px;
	width: 847px;
}

	.breadcrumbs{
		height: 38px;
		padding-left: 27px;
		line-height: 38px;
		font-family: verdana;
		font-size: 11px;
		font-weight: bold;
		color: #333333;
		text-transform: uppercase;
	}

	#menutekstholder{
		width: 847px;
		height: 576px;
	}

		.menu{
			float: left;
			margin-left: 8px;
			width: 212px;
			height: 347px;
			background-image: url('../img/menu.png');
			background-repeat: no-repeat;
		}
			.menutekst{
				position: absolute;
				padding-top: 23px;
				padding-left: 20px;
				padding-right: 20px;
				padding-bottom: 10px;
				line-height: 22px;
			}
			.menulogo{
				position: absolute;
				width: 115px;
				height: 171px;
				margin-top: 157px;
				margin-left: 48px;
				background-image: url('../img/logo_menu.png');
				background-repeat: no-repeat;
			}

		.tekstholder{
			float: left;
			width: 600px;
			height: 513px;
			margin-left: 16px;
		}
			.teksttop{width: 600px;height: 23px;}
			.tekstmiddle{width: 600px;height: 469px;background-image: url('../img/content_middle.png');background-repeat: repeat-y;}
				.tekst{padding-left: 20px;padding-right: 20px;font-size: 12px;font-family: verdana;color: #000000;}
			.tekstbottom{width: 600px;height: 21px;}


#footer{
	height: 189px;
	width: 847px;
	background-image: url('../img/footer.jpg');
	background-repeat: no-repeat;
}

	.footertekst{
		float: right;
		margin-right: 12px;
		margin-top: 7px;
		color: #ffffff;
		line-height: 25px;
		font-family: verdana;
		font-size: 12px;
	}

	.av{
		float: left;
		margin-top: 170px;
		margin-left: 10px;
		width: 130px;
		height: 24px;
		color: #fff;
		font-size: 10px;
		font-family: verdana;
	}
		.avlink{
		color #ffffff;
		}

		a:link.avlink {color: #ffffff;text-decoration: none;font-family: verdana;}
		a:hover.avlink {color: #F49225;text-decoration: none;font-family: verdana;}




a {
	text-decoration: none;
	color: #2a2a2a;
}

a:hover {
	text-decoration: none;
	color: #F49225;
}



a.bread:link{color: #ffffff;text-decoration: none;font-family: verdana;font-size: 11px;font-weight: bold;}
a.bread:visited{color: #ffffff;text-decoration: none;font-family: verdana;font-size: 11px;font-weight: bold;}
a.bread:hover{color: #f49225;text-decoration: none;font-family: verdana;font-size: 11px;font-weight: bold;}
a.bread:active{color: #ffffff;text-decoration: none;font-family: verdana;font-size: 11px;font-weight: bold;}

a.hoofdmenu:link{color: #ffffff;font-size: 14px;text-decoration: none;font-weight: bold;font-family: verdana;line-height: 22px;}
a.hoofdmenu:visited{color: #ffffff;font-size: 14px;text-decoration: none;font-weight: bold;font-family: verdana;}
a.hoofdmenu:hover{color: #49bbb9;font-size: 14px;text-decoration: none;font-weight: bold;font-family: verdana;}
a.hoofdmenu:active{color: #ffffff;font-size: 14px;text-decoration: none;font-weight: bold;font-family: verdana;}

a.avlink:link{color: #ffffff;text-decoration: none;font-family: verdana;font-size: 10px;font-weight: normal;}
a.avlink:visited{color: #ffffff;text-decoration: none;font-family: verdana;font-size: 10px;font-weight: normal;}
a.avlink:hover{color: #F49225;text-decoration: none;font-family: verdana;font-size: 10px;font-weight: normal;}
a.avlink:active{color: #ffffff;text-decoration: none;font-family: verdana;font-size: 10px;font-weight: normal;}

	/* Formulier */

label{
    float: left;
    width: 75px;
    text-align: right;
    margin-right: 15px;
}

input{
    background-color: #fff;
    font-size: small;
    border-width: 1px;
    border-style: solid;
    border-color: #f49225;  
    margin-bottom: 10px;
}

select{
	width: 143px;
	height: 20px;
	*height: 22px;
    *width: 142px;
    font-size: x-small;
    background-color: #fff;
    border-color: #f49225;
    border-style: solid;
    border-width: 1px;
    margin-bottom: 10px;
}

textarea{
    width: 300px;
    height: 100px;
    background-color: #fff;
    border-width: 1px;
    border-style: solid;
    border-color: #f49225;
    font-family: Verdana;
    font-size: small;
    margin-bottom: 10px;
}

#submit{
    background-color: #f49225;
	color: #fff;
	padding: 5px;
}

.radio{
	border: 0px;
    background-color: #fff;
    font-family: Verdana;
    font-size: small;
    margin-bottom: 0px;
	padding-bottom: 20px;
}

	.imagebox{
		float: left;
		height: 132px;
		width: 132px;
		text-align: center;
		font-size: 10px;
		font-family: verdana;
		background-color: #fff;
		border: 1px solid #7B7B7B;
		padding: 0px;
		margin-bottom: 2px;
		margin-top: 5px;
		margin-right: 10px;
	}

	.imagebox2{
		float: left;
		height: 132px;
		width: 132px;
		text-align: center;
		font-size: 10px;
		font-family: verdana;
		background-color: #fff;
		border: 1px solid #7B7B7B;
		padding: 0px;
		margin-bottom: 2px;
		margin-top: 5px;
		margin-right: 5px;
	}

	.front{
		width: 435px;
		margin-left: 60px;
		margin-top: 50px;
		height: 276px;
	}

	.front2{

	}

	.projecttekst{
			width: 580px;
			height: 308px;
			
	}