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

*{
	margin: 0px;
	padding: 0px;
	border: none;
}

.breadcrumbs {
	color: #e2e417;
}
	.breadcrumbs a{
		color: #676767;
	}

.errortabel{
	width: 100%;
	padding: 5px;
	margin-bottom: 20px;
	
	border: 1px #CC0000 solid;
}

.erroricoon{
	float: left;
	width: 50px;
	height: 50px;
	background-image: url('img/fout_50.gif');
	background-repeat: no-repeat;
	vertical-align: top;
}

.errortekst{
	margin-left: 10px;
	float:left;
	line-height: 18px;
	
	vertical-align: middle;
	
	color: #CC0000;
}

.goodtabel{
	width: 100%;
	padding: 5px;
	margin-bottom: 20px;
	
	border: 1px #228B22 solid;
}

.goodicoon{
	float: left;
	width: 64px;
	height: 50px;
	background-image: url('img/goed_50.gif');
	background-repeat: no-repeat;
	vertical-align: top;
}

.goodtekst{
	margin-left: 10px;
	float:left;
	line-height: 18px;
	
	vertical-align: middle;
	
	color: #228B22;
}

.inputbox{
	border: 1px solid black;
	padding-right:2px;
	padding-left:1px;
	
}

.button{
	border: 1px solid black;
}

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}


.main{
	margin: 0px auto;
	width: 960px;
}


.top{
	background: url("../img/foto.jpg?f") no-repeat top right;
	background-color: #e2e417;
	height: 200px;
}

	.top .logo{
		float: left;;
	}
	
	.top .info{
		float: right;
		margin-right: 20px;
		margin-top: 10px;
		font-weight: bold;
		text-align: right;
	}
/*}*/
	
	
.menu{
	background: #676767 url("../img/balk_bg.gif") repeat-x;
	height: 24px;
	border-top: #ffffff 1px solid;
}

	.menu a{
		display: block;
		float: left;
		color: #ffffff;
		text-decoration: none;
		font-weight: bold;
		padding:	4px 10px 5px 10px;
		font-size: 12px;
	}
	
	.menu a:hover{
		background-color: #ffffff;
		color: #333333;
	}
	
	.menu .sel{
		color: #e2e417;
	}
	
	.menu .sel:hover{
		color: #e2e417;
	}
	
	
.submenus{
	float: left;
	width: 295px;
	margin-right: 20px;
	margin-top: 20px;
}

	.sub{
		margin-bottom: 20px;
	}

		.submenus .sub h3{
			background: #676767 url("../img/balk_bg.gif") repeat-x;
			height: 14px;
			color: #e2e417;
			font-size: 11px;
			padding: 4px 10px;
			margin-bottom: 10px;
			font-size: 12px;
		}
		
		.submenus .sub a{
			display: block;
			
			padding: 4px 20px;
			color: #676767;
			text-decoration: none;
			font-weight: bold;
			background: url("../img/pijltje.gif") no-repeat 10px 7px;
		}
		
		.submenus .sub a:hover{
			background-color: #676767;
			color: #ffffff;
		}


.maincontent{
	float: left;
	width: 640px; /*640*/
	margin-top: 20px;
	
	line-height: 18px;
}

	.maincontent h1{
		color: #676767;
		font-size: 16px;
		font-weight: bold;
		margin-bottom: 18px;
		margin-top: 4px;
	}
	

.footspacer{
	height: 20px;
}


.foot{
	background-color: #565657;
	background-image: url('../img/foot_bg.gif');
	background-repeat: repeat-x;
}

	.foot .footcontent{
		float: left;
		width: 340px;
		margin-right: 20px;
	}
	
	.foot .logo_fehac{
		float:right;
		width:70px;
		margin-top:10px;
		
	}

		.foot .footcontent h4{
			height: 14px;
			color: #e2e417;
			font-size: 11px;
			padding-left: 10px;
			margin-bottom: 10px;
			margin-top: 10px;
			font-size: 12px;
		}
		
		.foot .footcontent a{
			display: block;
			
			padding: 4px 20px;
			color: #ffffff;
			text-decoration: none;
			font-weight: bold;
			background: url("../img/pijltje.gif") no-repeat 10px 7px;
		}
		
		.foot .footcontent a:hover{
			color: #bbbbbb;
		}