@import url("menu.css");
BODY,HTML {
	margin:0;
	font-family:Tahoma;
	font-size:11px;
	color:#464a52;
	line-height:1.6em;
	background-color:#d9d9d9;
}

/* top */
	#top{
		display:none;;
		height:129px;
		background-color:#afafaf;
		font-size:1em;
		width:960px;
		margin:auto;
	}
		#top #header {
			width:960px;
			margin:auto;
			padding:0;
			height:129px;
			display:none;
		}
		
#feedback {
	display:none;
}
/* content */
#content {
	width:960px;
	margin:0px auto;
	padding:0;
	text-align:left;
	font-size:1em;
}
	#left {
		display:none;
		width:280px;
		margin:3px 3px 0 0;
		float:left;
		background-color:#ffffff;
	}
	#leftColor {
		background-color:#f8eac7;
	}
		#left div.new {
			display:block;
			height:345px;
		}
		#left div.projects {
			display:block;
			height:224px;
		}
	/* search */
		span.searchModule {
			display:block;
			width:180px;
			margin-bottom:10px;
			margin-right:6px;
			float:right;
		}
		span.searchModule .search {
			display:block;
			background-repeat:repeat-x;
			background-image:url(../../images/bg_search.gif);
			border:1px solid #828282;
			float:left;
			padding-left:5px;
			font-size:10px;
			height:14px;
			line-height:14px;
			width:145px;
			color:#828282;
		}
		span.searchModule .searchButton {
			display:block;
			width:24px;
			height:18px;
			border:0;
			cursor:pointer;
			background-image:url(../../images/search_button.gif);
			float:left;
		}
		/* submenu */
		#submenu h1 {
			display:block;
			height:23px;
			background-color:#e1b608;
			font-size:12px;
			color:#FFFFFF;
			margin:0;
			line-height:23px;
			padding-left:16px;
		}
		#submenu span a.level2 {
			font-size:0.9em;
			display:block;
			font-weight:bold;
			border-top:1px dotted #f3f3f3;
			color:#383d44;
			background-color:Transparent;
			border-top:1px dotted #dbd5c5;
			padding-left:10px;
		}
		#submenu span a.level3 {
			font-size:0.9em;
			display:block;
			padding-left:17px;
			font-weight:bold;
			color:#383d44;
			background-color:Transparent;
		}
		#submenu span a.level4 {
			font-size:0.9em;
			display:block;
			padding-left:17px;
			font-weight:normal;
			margin-left:15px;
			color:#383d44;
			background-color:Transparent;
		}
		#submenu span a:hover {
			text-decoration:underline;
		}
	#middle {
		display:block;
		width:677px;
		background-color:#FFFFFF;
		margin:3px 0 0 0;
		float:left;
		min-height:500px;
		height:auto !important;
		height:500px;
	}
	#middle .contentText {
		padding:21px;
		padding-top:10px;
	}
	#middle .contentText h1  {
		color:#e1b608;
	}
	
	#right
	{
		display:block;
		width: 0px;
		background-color:#FFFFFF;
		margin:3px 0 0 0;
		float: left;
		min-height:500px;
		height:auto !important;
		height:500px;
	}
	
	#content .frontImg {
		border-bottom:3px solid #d9d9d9;
	}
		#middle h1 {
			font-size:1.7em;
			margin:0 0 20px 0;
		}
		#middle span.homepageText {
			padding:23px;
			display:block;
			width:634px;
			min-height:152px;
			height:auto !important;
		}
		#middle span.homepageText h1 {
			font-size:16px;
			font-size:16px;
			color:#828282;
			margin:0 0 20px 0;
		}
		
	
	/* rightModules */
	
		.module {
			background-color:#f3f1e9;
			padding:10px;
			margin-bottom:10px;
			border:1px dotted #dbd5c5;
		}
		.innerModule .moduleTitle{
			display:block;
			width:166px;
			height:12px;
			font-size:1.5em;
			font-weight:bold;
			color:#f5821f;
			margin-bottom:5px;
		}
		.innerModule hr{
			background-color:#f3f1e9;
			color:#f3f1e9;
			border-bottom:1px dotted #dbd5c5;
		}
		.innerModule h1{
			font-size:1.1em;
			font-weight:bold;
			margin:0;
		}
		.innerModule span{
			display:block;
			margin-bottom:3px;
		}
		.innerModule img {
			margin-right: 5px;
			border:#5c5d4f;
		}
		.innerModule .moduleContentFooter{
			width:100%;
			text-align:right;
		}
/* faq */
#faq h1 {
	font-size:1.0em;
	margin:0 0 10px 0;
	border-bottom:1px solid #c3c3c3;
}
#faq h2 {
	font-size:1.0em;
	margin:0;
}
#faq span {
	display:block;
	width:100%;
	margin-bottom:20px;
}
#faq span ul  {
	margin:10px 0 20px 20px;
}
#faq span ul li  {
	list-style-type:disc;
	color:#c3c3c3;
	margin-top:5px;
}
#faq label  {
	display:block;
	width:150px;
	clear:right;
}
#faq input  {
	display:block;
	width:200px;
	margin-bottom:5px;
	border:1px solid #464a52;
}
#faq textarea  {
	width:200px;
	height:80px;
	margin-bottom:5px;
	border:1px solid #464a52;
}
#faq .button  {
	font-size:1.0em;
	font-weight:bold;
	cursor:pointer;
	border:1px solid #464a52;
	margin-top:10px;
	background-color:#dbd5c5;
	padding:2px;
}
/* news */
#news h1 {
	font-size:1.0em;
	display:block;
	width:100%;
	color:#464a52;
	border-bottom:1px dotted #464a52;
	margin:10px 0 10px 0;
	font-weight:normal;
}
#news h2 {
	font-size:1.2em;
	margin:0 0 5px 0;
}
#news h3 {
	font-size:1em;
	margin:5px 0 20px 0;
}
#news a {
	font-size:1em;
}
/* highlights */
#highlights h1 
{
	font-size:11px;
	display:block;
	width:100%;
	color:#464a52;
	font-weight:normal;
	margin:0;
}
#highlights h2 {
	font-size:11px;
	margin:0;
}
#highlights h3 {
	font-size:11px;
	margin:0;
}
#highlights a {
	font-size:11pxm;
	padding: 0px;
	margin:0;
	margin-top:5px;
}

.highlightitem 
{
	border-bottom: 1px dotted #DBD5C5;
	padding:15px;
	height:77px;
}
.highlightitemLink 
{
	border-bottom: 1px dotted #DBD5C5;
	padding:15px;
}


/* pager */
#news div.pager{
	border:0;
	width:390px;
	text-align:left;
	padding-bottom:6px;
	padding-right:10px;
	margin-top: 10px;
	font-weight:bold;
}
#news div.pager span{
	margin-left:5px;
	color:#60604e;
	font-size:1.2em;
}
#news div.pager a{
	color:#94bd0d;
	text-decoration:underline;
	margin-left:5px;
	font-size:1.2em;
}
#news div.pager a:hover{
	text-decoration:none;
}

#search tr.pager {
	font-weight:normal;
	font-size:1.1em;
	text-align: center;
}
#search tr.pager td {
	border-top:1px solid #c3c3c3;
}
#search tr.pager td table tr td{
	border-top:0;
	padding-top:10px;
}
#search .pager a {
	margin-left: 6px;
}
#search .pager span {
	margin-left: 6px;
	color: #b2b2b2;
}

/* project */
#project h1 {
	font-size:1.7em;
	margin:0 0 20px 0;
	margin:10px 0 10px 0;
	font-weight:bold;
}
#project h2 {
	font-size:11px;
	margin:0 0 5px 0;
	font-weight:normal;
}
#project h3 {
	font-size:13px;
	margin:5px 0 20px 0;
	font-weight:bold;
}
		
#ProjectInfoBlock {
	display:block;
	height:178px;
}

#LastProjects 
{
	display:block;
	width:300px;
	float:left;	
}

#meerProjecten {
	display:block;
	height:24px;
}
#project select {
	display:block;
	width:207px;
	float:left;
	font-size:11px;
	font-family:Tahoma;
}
#project input.medium {
	width:200px;
	margin-bottom:3px;
	background-color:#FFFFFF;
	border:1px solid #afafaf;
	font-size:11px;
	padding:1px;
}
#project .button  {
	font-size:11px;
	font-weight:bold;
	height:20px;
	xmargin-left:130px;
	cursor:pointer;
	border:1px solid #afafaf;
	width:120px;
	margin-top:10px;
	color:#FFFFFF;
	background-color:#e1b608;
}
	
	
/* footer */
	#footer {
		display:none;
		width:950px;
		height:20px;
		line-height:20px;
		margin:10px auto;
		padding-bottom:30px;
		color:#828282;
		font-size:10px;
		padding-left:10px;
		font-weight:normal;
	}
	#footer ul {
		padding: 0;
		margin: 0;
		list-style-type: none;
	}
	#footer ul li {
		float:left;
		list-style-type:none;
	}
	#footer ul li a, .footer ul li a:visited {
		display:block; 
		text-decoration:none; 
	}
	#footer ul li a:hover {
		text-decoration:underline;
	}
	#footer ul li.sep {
		margin-left:10px; 
		margin-right: 10px;
		display: block;
	}
	
#search table {
	width:100%;
}
#search table table {
	width:auto;
}
#search h1 {
	font-size:1.3em;
	display:block;
	width:100%;
	margin:0 0 5px 0;
	font-weight:normal;
}
.searchword {
	background-color:#f5821f;
	color:#FFFFFF;
}
#forms h3 {
	font-family:Tahoma;
	font-size:11px;
	color:#464a52;
	font-weight:normal;
}
#forms select {
	display:block;
	width:207px;
	float:left;
	font-size:11px;
	font-family:Tahoma;
}
#forms .otherInput input {
	border:0px;
	margin-right:5px;
	height:22px;
	float:left;
}
#forms .otherInput label {
	margin-right:0px;
	float:left;
	width:300px;
}
#forms label.labelLarge {
	margin-right:10px;
	float:left;
	text-align: right;
	width:300px;
}
#forms label {
	display:block;
	width:130px;
	padding-top:4px;
	float:left;
}
#forms textarea {
	margin-bottom:20px;
	margin-top:5px;
	width:200px;
	height:100px;
	background-color:#FFFFFF;
	border:1px solid #afafaf;
	font-size:11px;
	padding:1px;
}
#forms input.medium {
	width:200px;
	margin-bottom:3px;
	background-color:#FFFFFF;
	border:1px solid #afafaf;
	font-size:11px;
	padding:1px;
}
#forms .button  {
	font-size:11px;
	font-weight:bold;
	height:20px;
	margin-left:130px;
	cursor:pointer;
	border:1px solid #afafaf;
	width:120px;
	margin-top:10px;
	color:#FFFFFF;
	background-color:#e1b608;
}
