
* 
{
			padding: 0;
			margin: 0;
}
		
html,body {
			margin:0;
			padding:0;
			height:100%; 
}

body {
			background-image: url(images/bg.png);
			font-family:  Helvetica, Arial, sans-serif;
			font-size: 12px;
			color: #969972;
}
		
p {
			color: #969972;
			margin-bottom: 18px;
}
		
h1 {
			font-family: "Lucida Grande","Lucida Sans Unicode", Arial, sans-serif;
			font-size: 18px;
			margin-bottom: 18px;
			color: #444436;
}
		
* html #header img {
			display: block;
}
		
#nav {
			margin: 0;
			list-style: none;
}
		
#nav ul { 
			padding: 0;
			line-height: 1;
}

#nav a {
			display: block;
			width: auto;
			color: #FFF;
			text-decoration: none;
			cursor:pointer;
}
		
#nav a:hover {
			color: #EFE7C5;
}

#nav li { 
			float: left;
			width: auto; 
			padding: 0px 5px;
			border-right: 1px solid #FFF;
			border-left: 1px solid #FFF;
			margin-right: 1px;
}

#nav li ul { 
			position: absolute;
			background: #444436;
			width: 240px;
			display:none;

			/*left: -999em; */

			list-style-type:none;
}
		
#nav li ul li {
			width: 233px;
			padding: 5px;
			border-right: none;
			border-left: none;
			border-bottom: 0px solid #FFF;
}
		
#nav li ul li.first-sub {
			padding-top: 15px;
}

#nav li:hover ul, #nav li.sfhover ul {
			left: auto;
			top: -44;
			display: block;
}
		
#nav  li:hover ul.eerst, #nav  li.sfhover  ul.eerst {
			left: auto;
			/*top: -68px;*/
			display: block;
			padding-bottom: 2px;
			margin-left:-5px;
}

#nav  li:hover ul.tweedst, #nav  li.sfhover  ul.tweedst {
			left: auto;
			top: -90px;
			display: block;
			padding-bottom: 4px;
			margin-left:-5px;
}

#nav  li:hover ul.vierdst, #nav  li.sfhover  ul.vierdst {
			left: auto;
			top: -46px;
			display: block;
			padding-bottom: 4px;
			margin-left:-5px;
}
#nav li.first {
			display: inline;
			border-left: none;
			margin-left: 210px;
}
		
#nav li.last {
			border-right: none;
}
		
#footer {
			position:absolute;
			width:100%;
			bottom:0; 
			background-color: #FFF;
			padding: 7px 0px;
			text-align: right;
}
		
#footer ul {
			list-style: none;
}
		
#footer li {
			font-size: 11px;
			display: inline;
			padding: 5px 0px 5px 20px;
			margin-right: 20px;
			background-position: 0px 1px;
			background-repeat: no-repeat;
			line-height: 20px;
}

#nav li.geselecteerd a {
			color:#969972;
}
.incubatorheader 
{
	padding : 2px 10px 2px 10px;
	background-color: #C0C28F;
	font-weight: bold;
	font-size: 11px;
	color: #444436;
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	}
.incubatorveld
{
	font-weight: bold;
	font-size: 11px;
	color: #444436;
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	padding-top:6px;
	}
