html, body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color:#f6f7f7;
	padding:0px;
	margin:0px;
	width:100%;
	overflow: hidden;
	min-height:100%;
	height:100% !important; /* voor moderne browsers */	
}

a:link 		{ 
	color: #000000; 
	text-decoration:none;
} /* unvisited link */

a:visited 	{ 
	color: #000000; 
	text-decoration:none;
} /* visited link */

a:focus 	{ 
	color: #000000; 
	text-decoration:none;
} /* visited link */

a:hover 	{ 
	color: #FFFFFF; 
	text-decoration:none;
} /* mouse over link */
	
a:active 	{ 
	color: #FFFFFF;
	text-decoration:none;
} /* selected link */

#projects a {
	font-weight:bold;
}

#projects a.active:link {
	font-weight:bold;
	color:#FFFFFF;
}

#container {
	position:absolute;
	
    margin-left:-480px; 
    margin-top:-250px;
	top:50%;
	left:50%;
	
    text-align:left;
    width:960px;
    height:500px;
}

#main {
	width:960px;
	height:500px;
	background-color:#B1B0D1;
}

#top {
	width:960px;
	height:250px; 
	background-color:#FFFFFF;
}

#logo {
	position:absolute;
	margin:10px 0px 0px 15px;
}

#menu {
	position:absolute;
	width:140px;
	top:140px;
}

#content_holder {
	position:absolute;
	width:960px;
	height:250px;
	font-size:12px;
	line-height:14pt;	
}

#submenu {
	position:absolute;
	width:140px;
}

#projects {
	position:absolute;
	width:250px;
	left:200px;
	height:225px;
	overflow:auto;
	margin-top:12px;
}

#content_buro {
	margin-top:10px;
	height:227px;
	width:750px;
	overflow:auto;
	position:absolute;
	left:200px;
}

#content {
	padding:12px 0px 15px 200px;
	margin:0px;
	height:223px;
	width:760px;
	overflow:auto;
}

#content_news {
	height:250px;
	overflow:auto;
	font-size:12px;
	line-height:14pt;
}

.news1 {
	padding:12px 10px 15px 200px;
	margin:0px;
}

.news2 {
	padding:0px 0px 0px 200px;
	margin:0px;
	background-color:#FFFFFF;
	border:1px solid #FFFFFF;
}

#thumbnails {
	border-top:1px solid #FFFFFF;
	border-bottom:1px solid #FFFFFF;
	border-left:1px solid #FFFFFF;
	height:41px;
	position:absolute;
	left:479px;
	top:0px;
}

.thumb {
	float:left;
	width:79px;
	height:41px;
	border-right:1px solid #FFFFFF;
}

.thumb img {
	width:79px;
	height:41px;
}

#header { /* toegevoegd voor vaste header positie */
	position:absolute;
	left:479px;
	top:50px;
	font-size:12px;
	line-height:14pt;
	width:460px;
	height:20px;
	overflow:none;	
}

#description {
	position:absolute;
	left:479px;
	top:76px;
	font-size:12px;
	line-height:11pt;
	width:470px;
	height:165px;
	overflow:hidden;	
}

#description span {
	width:150px;
	float:left;
	/*font-weight:bold;*/
	color:#FFFFFF;
	margin-bottom:7px;
	text-align:right;
}

#description div {
	width:280px;
	float:left;
	margin-bottom:7px;
	margin-left:7px;
	/*border:1px solid #000000;*/
}

* {
	scrollbar-3dlight-color: #B1B0D1; /* shadow left */
	scrollbar-arrow-color: #B1B0D1; /* arrows scrollbar */
	scrollbar-base-color: #FFFFFF; /*  */
	scrollbar-darkshadow-color: #B1B0D1; /*shadow right */
	scrollbar-face-color:#FFFFFF; /* scrollbar color */
	scrollbar-highlight-color: #FFFFFF; /* background of scrollbar */
	scrollbar-shadow-color: #FFFFFF; /* shadow right */
	scrollbar-track-color: #B1B0D1; /* bg scrollbox */
}

