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

* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(images/bg.png);
	background-repeat: repeat-x;
	background-color: #e0e4de;
	color: #444444;
	text-align:center;
}
/* Tekst stijlen */

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #444444;
	line-height: 18px;
	padding: 0px 0px 10px 0px;
}
h1 {
	font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #cb0000;
	padding: 0px 0px 10px 0px;
}
h2 {
	font-size: 20px;
	font-weight: normal;
	color: #cb0000;
	padding: 0px 0px 10px 0px;
}
h3, h4, h5, h6 {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
a {
	color: #cb0000;
	text-decoration: underline;
}
a:hover {
	color: #536549;
}
/* Overige stijlen */

ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #444444;
	margin: 0px 0px 10px 20px;
	line-height: 18px;
}
img {
	border: 0px;
}
#main img {
	padding: 5px;
}
hr {
	border: 0;
	color: #000000;
	height: 1px;
}

input, textarea, select {
margin: 0px 0px 10px 10px;
*margin: 0px 0px 0px 10px;
}

/* DIV's */

#container1 {
	width: 900px;
	position: relative;
	top: 0px;
	margin:0px auto;
	text-align: left;
}
#header {
	height: 220px;
	width: 900px;
	background-color: #ffffff;
	position: absolute;
	z-index: 1;
	text-align: right;
	border-left: 2px solid #536549;
	border-right: 2px solid #536549;
}
#flash {
	z-index: 2;
}
#logo {
	height: 50px;
	width: 207px;
	position: absolute;
	top: 40px;
	left: 40px;
	z-index: 3;
}
#titelbalk1 {
	width: 900px;
	height: 60px;
	background-color: #3f5434;
	position: absolute;
	top: 220px;
	overflow: hidden;
	z-index: 1;
	border-left: 2px solid #536549;
	border-right: 2px solid #536549;
}
	#titelbalk1 h1 {
		color: #ffffff;
		padding: 20px 10px 10px 300px;
	}
#titelbalk2 {
	width: 900px;
	height: 30px;
	background-color: #536549;
	position: absolute;
	top: 280px;
	overflow: hidden;
	z-index: 1;
	border-left: 2px solid #536549;
	border-right: 2px solid #536549;
}
	#titelbalk2 p {
		color: #ffffff;
		padding: 0px 10px 0px 310px;
		line-height: 28px;
		font-size: 10px;
	}
	
		#titelbalk2 a {
		color: #ffffff;
	}

#titelbalk1.home {
	height: 170px;
}
#titelbalk2.home {
	top: 390px;
}
#menu {
	min-height: 390px;
	width: 200px;
	background-color: #ffffff;
	position: absolute;
	top: 190px;
	left: 30px;
	padding: 0px 20px;
	overflow: hidden;
	z-index: 3;
}
#menu a.home {
	line-height: 30px;
	color: #444444;
	text-decoration: none;
	padding-left: 10px;
}
#menutop {
	height: 50px;
	width: 260px;
	background-image: url(images/menutop.png);
	position: absolute;
	top: 170px;
	left: 20px;
	z-index: 2;
}
#menuleft {
	height: 370px;
	width: 10px;
	background-image: url(images/menuleft.png);
	position: absolute;
	top: 220px;
	left: 20px;
	z-index: 2;
}
#menuright {
	height: 370px;
	width: 10px;
	background-image: url(images/menuright.png);
	position: absolute;
	top: 220px;
	left: 270px;
	z-index: 2;
}
#menuleft.home {
	background-image: url(images/menulefthome.png);
}
#menuright.home {
	background-image: url(images/menurighthome.png);
}
#container2 {
	width: 900px;
	background-color: #ffffff;
	position: absolute;
	top: 310px;
	border-left: 2px solid #536549;
	border-right: 2px solid #536549;
	border-bottom: 2px solid #536549;
}
#container2.home {
	top: 420px;
}
#main {
	min-height: 350px;
	width: 570px;
	padding: 25px 30px 20px 20px;
	background-color: #ffffff;
	position: relative;
	float: right;
}
#breadcrumbs {
	padding-bottom: 10px;
	margin: 0px;
	overflow: hidden;
}
#breadcrumbs a {
	color: #000000;
}
#content {
	padding-bottom: 10px;
	overflow: hidden;
}
#footer {
	height: 60px;
	width: 860px;
	background-color: #3f5434;
	text-align: right;
	clear: both;
	padding: 0px 20px;
	overflow: hidden;
	border-top: 2px solid #536549;
}
#footer  p, #footer a {
	color: #ffffff;
	font-size: 10px;
	margin-top: 10px;
}

/* Menu level 1*/

#menu ul {	
	 display: inline; 
}

#menu li {
   list-style-type: none;
   width: 200px;
   float: left;
   overflow: hidden;
}

#menu li a {
	color: #444444;
	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 a.home {
  border-bottom: 0px;
}

#menu li.sectionheader, #menu li.sectionheader:hover {
	background: #3f5434;
	color: #ffffff;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	line-height: 30px;
	padding: 0px 10px;
  display: block;
  width: 180px;
	height: 100%;
}

#menu li:hover, #menu li a:hover  {
	background: #e0e4de;
}

#menu li .menuactive  {
	font-weight: bold;
}

/* 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: #333333;
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
	line-height: 22px;
	padding: 0px 0px;
   	display: list-item;
	
  	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: #19335c;
}

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

