* {
	margin:0;
	padding:0;
}
p, form, fieldset, ul {
	margin:5px 0;
}
.clear {
	clear:both;
}
img {
	border:0;
}
body {
  font:13px Arial, Helvetica, sans-serif;
  background:#fff;
}
h1 {
	font-size:30px;
	color:#ff0082;
	padding:20px 0 0 20px;
}
h2, h3, h4 {
	font:20px Myriad Pro, Arial, Helvetica, sans-serif;
	color:#fff200;
	font-weight:bold;
}
a {
	color:#fff;
	text-decoration:none;
}
a:hover {
	color:#fff200;
	text-decoration:none;
}
.active, .active a {
	color:#fff200;
}

#frameWrapper {
	background:url(images/bg.jpg);
	height:570px;
	width:100%;
	position:absolute;
	top:50%;
	margin-top:-300px;
	color:#fff;
}
#frameTop {
	width:100%;
	height:140px;
}
#logo {
	position:absolute;
	top:20px;
	left:20px;
}
#frameNavigation, .frameSubNavigation, .frameProjectNavigation {
	width:100px;
	height:100px;
	margin:15px 20px 0px 175px;
	float:left;
}
.frameSubNavigation, .frameProjectNavigation {
	width:100px;
	margin-left:20px;
}
#frameNavigation ul, .frameSubNavigation ul, .frameProjectNavigation ul {
	list-style-type:none;
	margin:0;
}
#frameNavigation ul li a, .frameSubNavigation ul li a, .frameProjectNavigation ul li a {
	font-weight:bold;
	line-height:16px;
}
.frameSubNavigation ul li a {
	color:#907e66;
}
.frameSubNavigation ul li a:hover {
	color:#fff200;
}
.frameSubNavigation ul li .active, .active a {
	color:#fff200;
}
#projectNav a {
	color:#655947;}
#projectNav a:hover {
	color:#fff200;}




#content {
	position:absolute;
	width:100%;
	height:415px;
	overflow:auto;
}
#contentScroll {
	height:390px;
	overflow:hidden;
	float:left;
}
#contentScroll img {
	margin:0px 0px;
	float:left;
}
#contentScroll .contentText img{
	margin:0;
}
#contentScroll table img {
	float:none;
	margin:0;
}
.contentText {
	width:200px;
	height:390px;
	margin:0px 20px;
	float:left;
	overflow:hidden;
	text-align:left;
	font-size:12px;
}
.item:hover{
	color:#655947;
}
.contentImg {
/*	width:300px;	*/
	margin:0px 20px;
	float:left;
	overflow:hidden;
	text-align:left;
}
.plakker {
	margin:0px 0px;
	float:left;
	overflow:hidden;
	text-align:left;
}
#frameFooter {
	position:absolute;
	top:50%;
	width:100%;
	height:20px;
	margin-top:270px;
	background:url(images/bgFooter.gif);
	z-index:0;
}
#navContact {
	position:absolute;
	top:50%;
	right:10px;
	margin-top:-280px;
	font:bold 20px Arial, Helvetica, sans-serif;
	z-index:100;
}
#scroller {
	float:right;
}
