* {
	margin: 0;
	padding: 0;
}

body {
	width: 98%;
	background-color: #fff;
	font-family: arial, verdana, helvetica, sans;
	font-size: 10pt;
	color: #000;
}

a {
	color: #0085ff;
}

a img {
	border: none;
}

p {
	margin: 5px 0;
}

#container {
	margin: 0 auto;
	width: 970px;
	padding: 0 10px 160px 10px;
	height: 710px;
}

#navigation {
	width: 950px;
	padding: 10px 0;
	margin-bottom: 80px;
}

#navigation ul {
	list-style-type: none;
}

#navigation  ul li {
	display: inline;
}	

#navigation ul li a {
	color: #787878;
	font-size: 0.8em;
	float: left;
	border-bottom: 1px dashed #787878;
	width: 163px;
	margin-right: 25px;
	text-decoration: none;
	padding: 10px 0;
}


#navigation ul li a:hover, #navigation ul .selected {
	color: #0085ff;
	border-color: #0085ff;
}

.category {
	height: 99%;
	width: 175px;
	float: left;
	overflow: hidden;
	margin: 7px 14px 7px 0;
}

#wrapper {
	position: relative;
}

#flashcontent {
	position: absolute;
	z-index: 3;
	width: 280px;
	height: 200px;
	background: white url('../images/zonderboter.jpg') top left no-repeat;
	left: -90px;
}

#articles {
	position: absolute;
	z-index: 2;
}

.article {
	float: left;
	display: block;
	width: 160px;
	height: 135px;
	overflow: hidden;
	margin: 14px 0;
}

.article h1 {
	color: #0085ff;
	font-size: .9em;
	font-weight: normal;
}

.article .image {
	display: block;
	width: 160px;
	height: 135px;
	overflow: hidden;
	z-index: 10;
	position: relative;
}

.article .details {
	top: -135px;
	position: relative;
	padding: 5px;
	width: 150px;
	height: 125px;
	z-index: 4;
	color: #fff;
	background: #3f3f3f;
}

.article .details a {
	color: #fff;
	display: block;
	width: 150px;
	height: 125px;
	text-decoration: none;
}

.article .readmore {
	width: 100%;
	text-align: right;
	display: block;
}

#projectwrapper {
	width: 800px;
	padding: 20px;
}

#title {
	padding: 40px 0 10px 0;
	width: 160px;
	border-bottom: 1px dashed #787878;
	font-size: .9em;
	font-weight: bold;
}

#pagecontent {
	padding: 10px 10px 70px 0;
	font-size: .8em;
}

#pagecontent .column {
	width: 160px;
	float: left;
	height: 100%;
	margin-right: 30px;
}

#pagecontent h1, #projectcontent h1 {
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 10px;
}

#projectcontent, #imagewrapper, #projectimagecontainer, #otherarticles  {
	float: left;
}

#imagewrapper {
	margin-top: 60px;
}

#projectcontent {
	width: 160px;
	font-size: .8em;
	color: #c90000;
}

#otherarticles {
	width: 160px;
	color: #c90000;
}

#projectimagecontainer {
	width: 560px;
	margin-top: 60px;
	overflow-x: hidden;
} 

#imagewrapper {
	width: 180px;
	margin-left: 15px;
	padding: 0 10px;
}

#imagewrapper .image_container {
	float: left;
	height: 80px;
	width: 80px;
	margin: 0 5px 5px 0;
	overflow: hidden;
}

#projectcontent h2,
#projectimagecontainer h2,
#imagewrapper h2 {
	color: #0085ff;
	font-size: .8em;
	font-weight: bold;
	margin-bottom: 10px;
}

#projectcontent h2 {
	width: 100%;
	margin-top: 35px;
	padding-bottom: 10px;
	font-size: 1em;
	border-bottom: 1px dashed #0085ff;
}

#otherarticles #articlelist li {
	list-style-type: none;
}

#otherarticles #articlelist li a {
	color: #0085ff;
	text-decoration: none;
}

#otherarticles #articlelist li a:hover {
	color: #0085ff;
	text-decoration: underline;
}

.clear {
	clear: both;
}

.articlecontent {
	color: #000;
}

a.homelink {
	display: block;
	clear: both;
}