body {
	margin: 0;
	padding: 0;
	border: 0;
	background: black;
	font-family: Times, "Times New Roman", serif;
	color: #4F4F4F;

}

a {
	color: #df0021;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#header{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 400px;
	background-color: #000;
	text-align: center;
	overflow: hidden;
}

#header h1 {
	display: none;
}

#header img {
	position: relative;
}

img#header_open {
	z-index: 800;
}

img#header_closed {
	z-index: 700;
	top: -410px;
}

#trigger_header {
	display: block;
	background: transparent url(../gfx/btn_header_collapse.jpg) no-repeat;
	width: 16px;
	height: 14px;
	cursor: pointer;
	margin: 13px 0 0 0;
}

#trigger_header.closed {
	background-position: 0 -14px;
}

/** NAVIGATIE **/

#nav {
	position: fixed;
	top: 373px;
	width: 100%;
	z-index: 900;
	overflow: auto;
}

#nav_container {
	width: 1000px;
	margin: 0 auto;
	overflow: auto;
}

#nav ul {
	margin: 0;
	padding: 0;
	float: right;
}

#nav ul li {
	float: left;
	list-style: none;
}

#nav ul li a {
	display: block;
	margin-right: 7px;
	padding-right: 7px;
	height: 19px;
	border-right: 1px solid #888;
	outline: 0;
}

#nav ul li a span {
	display: none;
}

#nav_informatie {
	width: 51px;
	background: transparent url(../gfx/nav/infoNL.png) no-repeat;
}

#nav_informatie:hover {
	background-image: url(../gfx/nav/infoNL_hover.png);
}

#nav_informatie:active {
	background-image: url(../gfx/nav/infoNL.png);
}

#nav_contact {
	width: 49px;
	background: transparent url(../gfx/nav/contact.png) no-repeat;
}

#nav_contact:hover {
	background-image: url(../gfx/nav/contact_hover.png);
}

#nav_contact:active {
	background-image: url(../gfx/nav/contact.png);
}

#nav_links {
	width: 110px;
	background: transparent url(../gfx/nav/infoENG.png) no-repeat;
	border: 0 !important;
}

#nav_links:hover {
	background-image: url(../gfx/nav/infoENG_hover.png);
}

#nav_links:active {
	background-image: url(../gfx/nav/infoENG.png);
}

#nav_nieuws {
	width: 44px;
	background: transparent url(../gfx/nav/nieuws.png) no-repeat;
}

#nav_nieuws:hover {
	background-image: url(../gfx/nav/nieuws_hover.png);
}

#nav_nieuws:active {
	background-image: url(../gfx/nav/nieuws.png);
}

/** CONTENT **/

#content {
 padding: 420px 20px 0 20px;
/** padding: 315px 20px 0px 20px; **/
	width: 960px;
	margin: 0 auto;
	margin-bottom: 20px;
	background: white;
	overflow: auto;
}

#c_left {
	width: 680px;
	float: left;
	margin: 0 30px 0 0;
	overflow: hidden;
}

.project_item {
	overflow: auto;
	margin: 0 0 20px 0;
	padding: 0 0 3px 0;
	border-bottom: 1px solid #DEDEDE;
}

.first_project_item {
 border: 0;
 margin: 0 0 10px 0;
}

.pi_desc p {
	margin: 0 0 10px 0;
	font-size: 12px;
}

.pi_desc p em {
	font-style: italic;
}

.pid_left {
	width: 320px;
	float: left;
	margin-right: 40px;
}

.pid_right {
	width: 320px;
	float: left;
}

#c_right {
	width: 250px;
	float: left;
	font-size: 12px;
	overflow: auto;
}

#c_right p {
	margin: 0 0 12px 0;
}

#c_right em {
	font-style: normal;
	font-weight: bold;
}

.cr_item {
	margin-bottom: 20px;
	border-bottom: 1px solid #DDD;
	padding-bottom: 10px;
}

#links ul {
	margin: 0;
	padding: 0;
}

#links ul li {
	list-style: none;
}

#c_right h2 {
	font-size: 14px;
	font-weight: normal;
	margin: 0 0 5px 0;
}

.news_item h3 {
	font-size: 12px;
	font-weight: bold;
	margin: 10px 0 2px 0;
}

.news_item h3 span.date {
	font-weight: normal;
	color: #AAA;
}

#preload {
	display: none;
}

#c_bottom {
 clear: both;
}

#c_bottom .scroll span {
 display: none;
}

#c_bottom .scroll {
 display: block;
 width: 44px;
 height: 18px;
 background: white url(../gfx/nav/btn_top.jpg) no-repeat;
 float: right;
 margin-bottom: 12px;
 outline: none;
}