/* algemeen */

p {
	padding: 0;
	margin: 0;
}

body {
	margin: 0;
	padding: 0;
	font: 9pt Arial;
	height: auto;
	width: 100%;
	height: 100%;
	background-color: #f3f3f3;
	background-image: url(../images/body_bg.png);
	background-repeat: repeat-x;
	width: 930px;
	color: #0e3a60;
	line-height: 20px;
}

.pngfix {
    behavior: url(../images/iepngfix.htc);
}

hr {
	height: 2px;
	background: #0e3a60;
}

* {
	margin: 0;
	padding: 0;	
}

textarea {
	width: 80%;
	border: 0px;
	border-bottom: 1px solid #fff;
	background: #359ED7;
	color: #fff;
}

input {
	border: 1px solid #359ED7;
	background: #f2f2f2;
	color: #0e3a60;
	padding: 3px;
}

td {
	vertical-align: top;
}

img {
	border: 0px;
}

a {
	color: #0e3a60;
	text-decoration: none;
	font-weight: bold;
}

a:hover{
	text-decoration: underline;
	font-weight: bold;
}

hr {
	color: #fff;
	background-color: #fff;
	border: 0;
	margin-top: 5px;
}

ul#menuitems {
	list-style-type: none;
	line-height: 15px;
}

ul#menuitems li {
	float: left;
	margin-right: 20px;
}

ul#menuitems li a {
	color: #fff;
	text-decoration: none;
	font-weight: normal;
}

ul#menuitems li a:hover {
	text-decoration: underline;
}

ul#menuitems li.selected a {
	font-weight: bold;
}

ul#menuitems li.selected a:hover {
	font-weight: bold;
	text-decoration: none;
}

.fotomain {
	width: 845px;
	height:245px;
	margin-bottom: 10px;
}

div.fotomain div.niv1 {
	position: absolute;
	z-index: 0;
}

div.fotomain div.niv2 {
	position: absolute;
	z-index: 1;
	left: 825px;
	top: 130px;
}

div.fotomain div.niv3 {
	position: absolute;
	z-index: 2;
}

ul.fototrail {
	list-style-type: none;
}

ul.fototrail li {
	padding: 8px 5px 0px 14px;
	margin-left: 5px;
	background-image: url(../images/foto-trail.png);
	background-repeat: no-repeat;
	width: 37px;
	height: 33px;
	color: #fff;
	font-size: 12pt;
}

ul.fototrail li.selected {
	font-weight: bold;
	font-size: 16pt;
	padding: 6px 5px 0px 13px;
}

ul.projectmain {
	list-style-type: none;
}

ul.projectmain li {
	width: 207px;
	height: 430px;
	float: left;
}

ul.projectmain li.hoverenabled {
	filter:alpha(opacity=70);
	-moz-opacity:.70;
	opacity:.70;
}

ul.projectmain li.hoverenabled:hover {
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}


ul.projectmain li div.niv1 {
	position: absolute; 
	z-index: 0;
	width: 207px;
	height: 219px;
	overflow: hidden;
}

ul.projectmain li div.niv2 {
	position: absolute; 
	z-index: 1;
}

ul.projectmain li div.niv3 {
	position: relative; 
	top: 225px;
	height: 203px;
	padding-left: 10px;
	padding-right: 10px;
	overflow: hidden;
}

ul.projecthoofd {
	list-style-type: none;
}

ul.projecthoofd li {
	width: 279px;
	height: 245px;
	float: left;
}

ul.projecthoofd li div.niv1 {
	position: absolute; 
	z-index: 0;
}

ul.projecthoofd li div.niv2 {
	position: absolute; 
	z-index: 1;
}

ul.projectklein{
	list-style-type: none;
}

ul.projectklein li {
	width: 137px;
	height: 145px;
	cursor: pointer;
	float: left;
	overflow: hidden;
}

ul.projectklein li div.niv1 {
	position: absolute; 
	z-index: 0;
	width: 137px;
	height: 145px;
	overflow: hidden;
}

ul.projectklein li div.niv2 {
	position: absolute; 
	z-index: 1;
}

#header div {
	position: absolute;
}

#header div.menu {
	left: 143px;
	top: 79px;
	background: url(../images/menu_bg.png);
	background-repeat: no-repeat;
	width: 733px;
	height:32px;
	padding: 8px 5px 0px 10px;
	color: #fff;
}

.pushdown {
	clear:both;
	float:none;
}

#disclaimer {
	margin: 30px 40px 30px 40px;
}

.txtinsprong {
	padding-left: 10px;
}