@charset "utf-8";
/* CSS Document */
	
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #462e26;
	background-image: url(images/bg.gif);
	background-color: #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: 28px;
	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-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	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-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	margin:0px;
	padding: 0px 0px 5px 0px;
}

h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	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: #462e26;
}

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

/* Overige stijlen */

ul {
	margin-top: 0px;
}

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

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

img {
	border: 0px;
}

/* DIV's */

#container1 {
	width: 800px;
	height: 100%;
	position: absolute;
	background-color: #FFFFFF;
	left: 50%;
	top: 0px;
	margin-left: -400px; /* - (width/2)  */
}

#logo {
	height: 70px;
	width: 300px;
   	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 10px;
	left: 15px;
}

#belons {
	height: 50px;
	width: 500px;
   	margin: 0px;
	padding: 0px;
	text-align: right;
	position: absolute;
	top: 12px;
	right: 16px;
}

#belons p {
		font-family: Georgia, "Times New Roman", Times, serif;
		font-style: italic;
		font-size: 14px;
}

#headerbg {
	height: 220px;
	width: 800px;
   	margin: 0px;
	padding: 0px;
	background-image: url(images/headerbgbruin.gif);
	background-repeat: repeat-x;
	position: absolute;
	top: 85px;
	overflow: hidden;
}

	#header {
		height: 220px;
		width: 450px;
		margin: 0px;
		padding: 0px;
		position: absolute;
		top: 0px;
		overflow: hidden;
	}

	#quote {
		height: 200px;
		width: 275px;
		margin: 0px;
		padding: 0px;
		position: absolute;
		top: 40px;
		left: 490px;
	}

	#quote h1 {
		color: #FFFFFF;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 22px;
		font-style: italic;
		font-weight: normal;
	}


#container2 {
	width: 800px;
	background-color: #ffffff;
	position: relative; 
	top:305px;
}

	#menu {	
		width: 180px;
		background-color: #eeeeee;
		position: relative;
		float: left;
		top: 30px;
		left: 30px;
		padding: 15px;
		margin-bottom: 50px;
		overflow: hidden;
	}
	
	#main {
		width: 500px;
		background-color: #ffffff;
		position: relative;
		float: right;
		overflow: hidden;
		padding: 30px 30px;
		margin: 0px;
	}

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

#footer {
	height: 20px;
	width: 760px;
	background-image: url(images/footerbg.gif);
	border-top: 1px solid #CCCCCC;
	clear: both;
	padding: 15px 20px;
	overflow: hidden;
}

#footerleft {
	width: 300px;
	float: left;
}

#footerright {
	width: 460px;
	float: right;
	text-align: right;
}


/* Menu level 1*/

#menu ul {	
	 display: inline; 
	 padding:0;
	 margin:0;
}

#menu li {
   list-style-type: none;
   width: 180px;
  	background-color: #eeeeee;
   float: left;
   overflow: hidden;
}

#menu li a {
	color: #462e26;
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
	line-height: 25px;
	padding: 0px 10px;
   	display: block;
  	width: 100%;
    height: 100%;
   border-bottom: 1px solid #cccccc;
}

#menu li:hover, #menu li a:hover  {
	background: #462e26;
	font-weight: bold;
	color: #ffffff;
}

#menu li .menuactive  {
	background: #462e26;
	font-weight: bold;
	color: #ffffff;
}

/* Menu level 2*/

#menu li ul {
	display: none;
}

#menu li.menuactive ul {
	display: inline;
}

#menu li li {
   list-style-image: url(images/streepje.gif);
   width: 180px;
   height: 22px;
   line-height: 22px;
   float: left;
   overflow: hidden;
   margin-bottom: 0px;
   padding-left: 8px;
}

#menu li li a {
	color: #462e26;
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
	line-height: 22px;
	padding: 0px 0px;
	
  	width: 100%;
    height: 100%;
   border-bottom: 1px solid #cccccc;
}

#menu li li:hover, #menu li li a:hover  {
	background-color: #cccccc;
	font-weight: bold;
	color: #462e26;
}

#menu li li .menuactive, #menu li ul .menuactive {
	background-color: #eeeeee;
	font-weight: bold;
	color: #462e26;
}

