body{
	background:#e5e5e5;
	font-family:tahoma;
	font-size:12px;
	color:#636363;
}
a{
	color:#69a837;
}
	a:hover{
		color:#000000;
	}
h1{
	font-size:24px;
	color:#cc0000;
	font-weight:normal;
	padding: 5px 0px 5px 0px;
}
h2{
    font-size:17px;
	color:#cc0000;
	font-weight:normal;
	margin-top: 20px;
	margin-bottom: 5px;
}
hr {
	display: block;
	color: #336600;
	height: 2px;
	background-color: #336600;
	border: 0;
}

.subtitel1{
	font-size:17px;
	color:#cc0000;
	font-weight:normal;
	padding: 15px 0px 0px 0px;
}

p{
	line-height:19px;
	padding:5px 5px 10px 0px;
}
p.lead{
	font-weight:bold;
}

div.header{
	width:960px;
	height:167px;
	margin:auto;
	background:url('../img/headerBackground.png') no-repeat;
}

	div.header .logo {
		float: left;
		width: 130px;
		height: 102px;
		margin:60px 0px 0px 20px;
		text-indent: -99999px;
		padding: 0px;
	}
	
		div.header .logo a {
			width: 130px;
			height: 102px;
			display: block;
			overflow: hidden;
			padding: 0px;
			}
	
	div.header ul{
		display:inline;
		margin:20px 55px 0px 0px;
		float:right;
	}
		div.header ul li{
			float:left;
			padding:0px 10px 0px 10px;
		}
			div.header ul li a{
				color:#3a3a3a;
			}
				div.header ul li a:hover{
					text-decoration:underline;
				}

div.container{
	width:923px;
	margin:auto;
	background:url('../img/containerBackground.png') repeat-y;
	padding:0px 21px 1px 16px;
	overflow:hidden;
}

ul.menu{
	background:url('../img/menuBackgroundBig.png') no-repeat;
	width:918px;
	overflow:hidden;
	height:76px;
	position: relative;
}
	ul.menu li{
		float:left;
	}
	
	ul.menu li.active {
		font-weight: bold;
	}
	
		ul.menu li a{
			padding:12px 15px 12px 15px;
			display:block;
			color:#f3ffea;
		}
			ul.menu li a:hover{
				color:#ffffff;
				text-decoration:underline;
			}
			
			ul.menu li:hover ul, ul.menu li.over ul{ 
				display: block; 
				z-index:2; 
			}
			
			
/* SUBMENU */
		ul.menu li ul {
			position:absolute;
			width:918px;
			top:23px;
			padding-top:15px;
			height:36px;
			overflow:hidden;
			left:0px;
			display:none; /**/
			background:url('../img/submenuBackground.png') center 17px no-repeat;
			z-index:1;
		}
		
		ul.menu li.active ul {
			display:block;
			font-weight: normal;
		}
		
			ul.menu li ul li{
				float:left;
			}
				ul.menu li ul li a{
					padding:11px 15px 11px 15px;
					display:block;
					color:#7a7a7a;
				}
					ul.menu li ul li a:hover, ul.menu li ul li:hover {
						color:#cc0000;
						background:none;
					}



div.menuBottom{
	background:url('../img/menuBottomBackground.png') no-repeat;
	width:918px;
	height:2px;
	overflow:hidden;
}

ul.submenu{
	background:url('../img/submenuBackground.png') no-repeat;
	width:918px;
	overflow:auto;
}
	ul.submenu li{
		float:left;
	}
		ul.submenu li a{
			padding:11px 15px 11px 15px;
			display:block;
			color:#7a7a7a;
		}
			ul.submenu li a:hover{
				color:#cc0000;
			}

div.content{
	margin:5px 0px 3px 0px;
	overflow:auto;
}
	div.sidebar{
		float:left;
		width:260px;
	}
	div.sidebar h1 {
		font-size:17px;
		color:#cc0000;
		font-weight:normal;
	}
	div.sidebar h2 {
		margin-top:5px;
	}
	div.text{
		float:left;
		width:650px;
		margin:0px 0px 0px 7px;
		padding: 0px 0px 0px 0px;
	}
            div.text .pageBlock {
            float: left;
            width:650px;
            margin-bottom: 10px;
            }
		div.item{
			background:url('../img/textBackgroundGradient.png') bottom repeat-x;
			padding:5px 10px 10px 10px;
		}
		ul.list{
			overflow:auto;
			margin: 10px 0px 10px 0px;
		}
			ul.list li{
				padding:3px;
			}
				ul.list li a{
					background:url('../img/bullet.png') 0px 5px no-repeat;
					padding:0px 0px 0px 15px;
					
				}
					ul.list li a:hover{
						background:url('../img/bulletHover.png') 0px 5px no-repeat;
					}
		
		div.text img {
			padding-bottom: 3px;
		}
		
		div.text ul {
			overflow:auto;
			padding: 5px 0px 5px 0px;
		}
		
			div.text ul li {
				padding: 0px 0px 5px 15px;
				line-height:19px;
				background:url('../img/bullet.png') 0px 7px no-repeat;
			}
		
		div.text ul.listItems{
			overflow:auto;
			padding: 0px;
		}
			div.text ul.listItems li{
				float:left;
				background:url('../img/textHighlightBackground.png') left bottom no-repeat;
				height:106px;
				width:194px;
				margin:1px;
				padding: 0px 10px 0px 10px;
			}
			
			div.text ul.listItems h1 {
				font-size:17px;
				color:#cc0000;
				font-weight:normal;
			}
			div.text ul.listItems p{
				line-height:19px;
				padding:0px;
			}
			
				div.text ul.listItems li a{
					color:#636363;
				}
					div.text ul.listItems li a:hover{
						color:#69a837;
					}
					
	
		div.reference{
			margin:10px 0px 15px 10px;
		}
			div.reference a{
				background:url('../img/bulletReference.png') 0px 5px no-repeat;
				margin:5px 0px 5px 15px;
				padding:0px 0px 0px 15px;
			}

div.footer{
	width:918px;
	padding:17px 0px 16px 15px;
	background:url('../img/footerBackground.png') no-repeat;
	color:#51773f;
}
	div.footer a{
		color:#111111;
	}
		div.footer a:hover{
			text-decoration:underline;
		}

div.bottom{
	width:960px;
	height:88px;
	margin:auto;
	background:url('../img/bottomBackground.png') no-repeat;
}
	div.bottom ul{
		width:300px;
		margin:28px 10px 0px 0px;
		float:right;
		display:inline;
	}
		div.bottom ul li{
			float:left;
			width:100px;
			padding:0px 10px 8px 10px;
		}
			div.bottom ul li a{
				color:#3a3a3a;
			}
				div.bottom ul li a:hover{
					text-decoration:underline;
				}
				
				
/*********************
***** Formulieren *****/
form {
	width: 100%;
	margin:5px 0px 12px 0px;
	padding: 3px 0px 5px 0px;
}
	form input {
		padding: 5px 5px 5px 5px;
		margin: 2px 2px 2px 2px;
		width: 120px;
		border: 1px solid #b8b8b8;
		font-family: tahoma;
		color: #515151;
		font-size: 12px;
	}
	form input.button{
		background:url('../img/textBackgroundGradient.png') bottom repeat-x;
		border:0px;
	}
	form textarea {
		padding: 5px 5px 5px 5px;
		border: 1px solid #b8b8b8;
		font-family: tahoma;
		color: #515151;
		font-size: 12px;
		width: 350px;
		height: 100px;
	}
	form input:focus, form textarea:focus {
		background: #f5faf2;
		color: #000000;
		border: 1px solid #b8b8b8;
	}
	form fieldset {
		margin: 0px 0px 20px 0px;
		padding: 5px;
		border: 0px;
	}
	form legend {
		margin: 0px 0px 5px 10px;
		font-size: 12px;
		font-weight: normal;
		color: #cc0000;
	}

/********************************
***** Formulieren Foutmelding *****/
form label {
	display: block;
	clear: left;
	float: left;
	width: 100px;
	text-align: right;
	padding: 5px 10px 0px 0px;
	margin:2px 2px 2px 2px;
}
	form label:hover {
		cursor: pointer;
	}

	
/********************************
***** Tabelletjes enzovoort *****/
table{
	width:100%;
	margin:5px 0px 12px 0px;
}
table th{
	font-weight:normal;
	color:#000000;
	margin:5px;
	padding: 5px 5px 5px 5px;
	text-align:left;
	background:url('../img/textBackgroundGradient.png') bottom repeat-x;
}
table td{
	margin:5px;
	padding:3px 5px 3px 5px;
	background: #E8EFE2;
}
