/******************************************************************************************************
	STANDAARD
******************************************************************************************************/
* {
	margin: 0;
	padding: 0;
}

html, body {
   border: none;
   height: 100%;
}

img, fieldset {
   border: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td {
	vertical-align: top;
}

#icstats {
   visibility: hidden;
   display:none;
   height: 0px;
}

/******************************************************************************************************
	ALGEMENE STIJLEN
******************************************************************************************************/
* {
	font-family: Verdana;
}

body {
	background: url(../images/body_greyline.gif) repeat-x 0 90px;
}

h1 {
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 14px;
	color: #222222;
	/* letter-spacing: -2px; */
}

h2 {
	font-size: 22px;
	margin-bottom: 10px;
	font-weight: normal;
	color: #222222;
	/* letter-spacing: -2px; */
	line-height: 120%;
}

h3 {
	font-size: 22px;
	font-weight: normal;
	color: #222222;
	/* letter-spacing: -2px; */
	padding-bottom: 8px;
}

h4 {
	font-size: 24px;
	font-weight: normal;
	color: #ce2442;
	/* letter-spacing: -2px; */
	line-height: 120%;
	/* margin-top: -4px; */
}

h1 a, h2 a, h3 a {
	color: #222222;
	text-decoration: none;
}

p, li {
	font-size: 11px;
	line-height: 16px;
	color: #666666;
}

a {
	color: #ce3133;
}

/******************************************************************************************************
	SPECIFIEKE PROJECTONDERDELEN
******************************************************************************************************/


div#container {
	width: 900px;
	margin: 0 auto;
	min-height:100%;
}

div#main {
	width: 852px;
	padding: 24px;
}

	div#logo {
		float: left;
		width: 120px;
		height: 48px;
	}

	ul#nav {
		width: 681px;
		float: right;
		height: 33px;
		margin: 34px 0 51px 0;
		list-style-type: none;
	}

	ul#nav li {
		float: right;
		height: 33px;
		margin-left: 30px;
		background-repeat: no-repeat;
		background-position: 50% bottom;
	}

	div#canvas {
		clear: both;
	}

div.free {
	clear: both;
	height: 10px;
}

div.spacer {
	height: 35px;
	clear: both;
}

div#col1, div#col2, div#col3, div#col4 {
	background-color: transparant;
}

#frmContact {
	border: 1px solid #a8a8a8;
	padding: 10px 28px 19px 28px;
	background-color: #f0f0f0;
}

	#frmContact label {
		display: block;
		margin: 22px 0 8px 0;
		font-size: 12px;
		color: #4c4c4c;
		width: 343px;
	}

	#frmContact input {
		display: block;
		width: 343px;
		padding: 4px;
		height: 15px;
		border: 1px solid #c7c7c7;
		color: #333333;
		font-size: 12px;
	}

	#frmContact input.hidden {
		display: none;
	}

	#frmContact textarea {
		display: block;
		width: 343px;
		height: 98px;
		padding: 4px;
		border: 1px solid #c7c7c7;
		color: #333333;
		font-size: 12px;
	}

	#frmContact img {
		float: right;
	}

div#copyright {
	clear: both;
	padding-top: 45px;
	height:30px;
	margin-top:-75px;
}

	div#copyright p {
		text-align: center;
		font-size: 10px;
	}

ul#news-latest {
	list-style: none;
}

	ul#news-latest li {
		margin-top: -1px;
		border-top: 1px solid #dfdfdf;
		border-bottom: 1px solid #dfdfdf;
		line-height: 26px;
	}

	ul#news-latest li a {
		font-weight: normal;
		text-decoration: none;
		color: #666666;
	}

	ul#news-latest li a:hover {
		font-weight: normal;
		text-decoration: underline;
		color: #ce2442;
	}

ul#news-archive {
	list-style: none;
}

ul#news {
	list-style: none;
}

	ul#news li {
		clear: both;
		margin-bottom: 40px;
	}

	ul#news div.news-content {
		float: left;
		width: 220px;
		padding-right: 30px;
	}

	ul#news h2 {
		margin-bottom: 0;
	}

	ul#news p.news-publicatie {
		font-size: 13px;
		color: #999999;
		margin-bottom: 12px;
		/* margin-top: -4px; */
		margin-top: 2px;
	}

	ul#news div.news-image {
		float: left;
	}

div#work-cats {
}

	div#work-cats h3 {
		margin-bottom: -4px;
	}

	div#work-cats ul {
		list-style: none;
		margin-bottom: 20px;
	}

	div#work-cats ul li {
		font-size: 12px;
		line-height: 22px;
		clear: both;
	}

	div#work-cats ul li a {
		color: #606060;
		text-decoration: none;
	}

	div#work-cats ul li a:hover {
		color: #333;
	}

	div#work-cats ul li ul {
		margin-bottom: 0;
	}

	div#work-cats ul li ul li {
		clear: both;
		font-size: 11px;
	}

	div#work-cats ul li ul li span {
		display: block;
		width: 15px;
		float: left;
	}

	div#work-cats ul li ul li a {
		color: #888;
		text-decoration: none;
		display: block;
		width: 145px;
		float: left;
	}

div#work-details {
}

	div#work-details ul {
		list-style: none;
	}

	div#work-details ul li {
		width: 190px;
		height: 188px;
		float: left;
		margin: 0 0 30px 30px;
		background: #e5e5e5 url(../images/work_overzicht_plus.gif) no-repeat right bottom;
		cursor: pointer;
	}

	div#work-details ul li div {
		width: 190px;
		height: 130px;
		margin-bottom: 12px;
		text-align: center;
	}

	div#work-details ul li p {
		margin: 0 10px 0 10px;
		font-size: 11px;
		line-height: 16px;
	}

	div#work-details ul li p.project a {
		color: #333333;
		text-decoration: none;
	}

	div#work-details ul li p.cat a {
		color: #818181;
		text-decoration: none;
	}

div#work-project {
	width: 180px;
	float: left;
	margin-left: 30px;
}

div#work-media {
	width: 420px;
	float: left;
	margin-left: 30px;
}

	div#work-media img {
		display: block;
		margin-bottom: 20px;
	}

p.project {
	font-weight: bold;
	color: #333;
	margin-top: 8px;
}

div#work-latest {
}

	div#work-latest ul {
		list-style: none;
	}

	div#work-latest ul li {
		float: left;
		width: 190px;
	}

div#see-also { padding-top: 8px;
}
	
	div#see-also span {
		float: left;
		display: block;
		width: 15px;
	}

	div#see-also a {
		float: left;
		display: block;
		width: 165px;
		color: #888;
		text-decoration: none;
	}

	div#see-also a:hover {
		color: #ce2442;
		text-decoration: underline;
	}

   .divHide {
      visibility: hidden;
      display:none;
   }

   .divShow {
   	float:left;
      visibility: visible;
      display: inline;
   }

   #TxtOnzin {
      display: none;
   }

/******************************************************************************************************
	BEGRIPPENLIJST
******************************************************************************************************/
a.begrip {
	color: green;
	border-bottom: 1px dotted green;
}

.begrippenlijst {
   padding: 10px;
   border: 1px solid #CCE4F2;
   background-color: #F8FDFF;
   font: 9px Tahoma;
   width: 250px;
}

.begrippenlijst h3 {
	font-size: 14px;
	line-height: 17px;
	margin-bottom: 8px;
}

.begrippenlijst p {
	font-size: 12px;
	line-height: 17px;
	color: #434242;
}
