@charset "utf-8";
/* CSS Document */
	
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background: #eeeeee;
		height:100%;
	}
	
/* Tekst stijlen */

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	margin:0px;
	padding: 0px 0px 15px 0px;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 32px;
	font-weight: bold;
	color: #666666;
	margin:0px;
	padding: 0px 0px 15px 0px;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: bold;
	color: #19335c;
	margin:0px;
	padding: 0px 0px 5px 0px;
}

h3 {
	font-size: 18px;
	font-weight: bold;
	color: #bd1b21;
	margin:0px;
	padding: 0px 0px 5px 0px;
}

h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	margin:0px;
	padding: 0px 0px 5px 0px;
}

h5 {
	font-size: 16px;
	font-weight: bold;
	color: #19335c;
	margin:0px;
	padding: 0px 0px 5px 0px;
}

h6 {
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	margin:0px;
	padding: 0px 0px 5px 0px;
}

a {
	color: #bd1b21;
	text-decoration: underline;
}

#breadcrumbs a, #footer a {
	color: #333333;
}

a:hover, #breadcrumbs a:hover, #footer a:hover {
	color: #eb0000;
}

/* Overige stijlen */

ul {
	margin-top: 0px;
}

#main img {
	margin: 0px;
	margin: 0px 15px 15px 0px;
}

hr {
	border: 0;
	color: #333333;
	height: 1px;
}

img {
	border: 0px;
}

/* DIV's */

#container1 {
	width: 100%;
}

#header, #quote, #footerleft {
		display: none;
}

#container2 {
	width: 100%;
}

	#menu {	
		display: none;
	}
	
	#main {
		width: 100%;
	}

		#breadcrumbs {
			overflow: hidden;
		}
		
		#content {
			padding: 20px 0px;
			margin: 0px;
			overflow: hidden;
		}

#footer {
	text-align: left;
	width: 100%;
}