body {
	font-family: tahoma, Verdana, Times, serif;
	background-color: #fff;
}
html {
	font-family: tahoma, Verdana, Times, serif;
	background-color: #fff;
	scrollbar-arrow-color: #fff;
	scrollbar-face-color: #6a86cd;
	scrollbar-highlight-color: #fff;
	scrollbar-3dlight-color: #fff;
	scrollbar-shadow-color: #fff;
	scrollbar-darkshadow-color: #fff;
	scrollbar-track-color: #fff;
}
/*text layout*/
h2 {
	font-family: tahoma, Verdana, Times, serif;
	font-size: 14px;
	font-weight: lighter;
	margin-top: 0px;
	margin-bottom: 4px;
}
h3 {
	font-family: tahoma, Verdana, Times, serif;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	margin-top: 0px;
	margin-bottom: 4px;
	color: #000000;
}
#container {
	color: #000;
	width: 100%; 
	height: 600px; 
	margin: 0px; 
	padding: 0px; 
	border: 0px solid #fff;
	overflow: hidden;
	
}
#text_block {
	font-family: tahoma, Verdana, Times, serif;
	font-size: 12px;
	overflow: auto;
	width: 465px;
	height: 570px;
	padding: 0px 10px 0px;
}
h2 {
	font-family: tahoma, Verdana, Times, serif;
	font-size: 14px;
	font-weight: bold;
}
#text_block img {
	border: 2px solid #242323;
	margin: 2px; 
	position: static;
}
#title {
	width: 480px; 
	font-family: tahoma, Verdana, Times, serif;
	font-size: 13px;
	color: #fff;
	margin-bottom: 10px;
	margin-right: 10px;
	padding: 2px;
	background-color: #aabae1;
}	
#project_info {
	font-family: tahoma, Verdana, Times, serif;
	font-size: 10px;
	font-weight: normal;
	color: #696665;
}
#text_block a 			{ text-decoration: none; color: #6a86cd; }
#text_block a:link      { text-decoration: none; color: #6a86cd; }
#text_block a:visited   { text-decoration: none; color: #6a86cd; }
#text_block a:hover     { text-decoration: underline; color: #6a86cd; }
#text_block a:active    { text-decoration: none; color: #6a86cd; }
/*----------- 
navigatie sub
------------*/
#menu_img {
	border: 0px solid #242323;
}
.transON {
	/* border: 3px solid #000;*/
	filter:alpha(opacity=75);
	-moz-opacity:.75;
	opacity:.75; 
}
.transOFF {
	/* border: 3px solid #242323;*/
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1; 
}
#sub_menu {
	font-family: tahoma, Verdana, Times, serif;
	font-size: 13px;
	font-weight: bold;
}
.act {
	text-decoration: none;
	color: #fff;
}
.pas {
	text-decoration: underline;
	color: #fff;
}

