*{
	outline:none;
}

img{
	border:none;
}

html {
     overflow: -moz-scrollbars-vertical;
}

BODY{
	margin:				0px;
	padding:			0px;
	
	background-color:	#FFFFFF;
	background-image:	url(../images/background_main.png);
	background-position: top center;
	background-repeat:	no-repeat;
}

/* GLOBAL */

#global{
	position: 			relative;
	top:				0px;
	
	text-align:			left;
	
	margin-left: 		auto;
	margin-right:		auto;
	 
	width: 				850px;
}

p,
#text_container p{
	font-family: arial;
	font-size:12px;
	line-height:20px;
	color:#2b2b2b; 
	
	margin:0;
	margin-bottom:20px;
}

h1,
#text_container h1{
	font-family: arial;
	font-size:15px;
	line-height:20px;
	color:#002a5e;
	
	margin:0;
	margin-top:10px;
}

h2{
	font-family: arial;
	font-size:12px;
	line-height:20px;
	color:#002a5e;
	
	margin:0;
}

.box3 h1{
	margin-top:0;
}

/* HEADER */

#header_container{
	position:			relative;
	top:				10px;
	
	width: 				850px;
	height:				80px;
}

#logo{
	position:absolute;
	top:10px;
	left:0;
	
	width:206px;
	height:52px;
}

#header_menu{
	position: absolute;
	top:10px;
	right:0;
}

#header_menu ul {
    list-style-image:	none;
    list-style-type:	none;
    margin: 			0px;
    padding: 			0px;
}

#header_menu li {
    float:left;
    margin-left:5px;
    
    font-family:Arial;
    font-size: 12px;
    color:#717171;
}

#header_menu li a{
	color:#717171;
	text-decoration: none;
}

#header_menu li a:hover {
	color:#1c3b6a;
}

/* MENU */

#menu_container{
	position: relative;
	width:850px;
	height:30px;
}

#projectomgeving{
	position: absolute;
	right:0;
	
	width:140px;
	height: 30px;
}

#ftp{
	position: absolute;
	right:0;
	
	width:350px;
	height: 30px;
}

#support{
	position: absolute;
	right:0;
	
	width:275px;
	height: 30px;
}

#support_div{
	position:absolute;
	top:30px;
	right:0;
	width:275px;
	height:50px;
	z-index:5;
	
	visibility: visible;
	
	background-image: url('../images/background_ftp.png');
	background-repeat: no-repeat;
}

#projectomgeving_login{
	position:absolute;
	top:30px;
	right:0;
	width:140px;
	height:43px;
	z-index:5;
	
	visibility: hidden;
	
	background-image: url('../images/background_projectomgeving.png');
	background-repeat: no-repeat;
}

#projectomgeving_login2{
	position:absolute;
	top:30px;
	right:0;
	width:140px;
	height:43px;
	z-index:5;
	
	visibility: visible;
	
	background-image: url('../images/background_projectomgeving.png');
	background-repeat: no-repeat;
}

#ftp_upload{
	position:absolute;
	top:30px;
	right:0;
	width:350px;
	height:300px;
	z-index:5;
	
	visibility: visible;
	
	background-image: url('../images/background_ftp.png');
	background-repeat: no-repeat;
}

#projectomgeving:hover{
	cursor: pointer;
}

/* SUBMENU */

.submenu{
	font-family: arial;
	font-size:14px;
}

.subknop{
	width:240px;
	height:28px;
	background-position: top left;
}

.subknop_aan{
	width:240px;
	height:28px;
	background-position: bottom left;
}

#sub_chainresult{
	background-image:url('../images/submenu/chainresult.png');
}

#sub_diensten{
	background-image:url('../images/submenu/diensten.png');
}

#sub_kennis{
	background-image:url('../images/submenu/kennisgebieden.png');
}

#sub_referenties{
	background-image:url('../images/submenu/referenties.png');
}

.subknop:hover {
	background-position: bottom left;
}

.submenu, .submenu ul {
  list-style-type:none;
  margin: 0;
  padding: 0;
  width: 240px;
}

.submenu a {
  display: block;
  text-decoration: none;	
}

.submenu li a {
  color: #616161;	
}

/*
.submenu li ul li:last-child{
	border-bottom: 1px #cecece solid;
}
*/
.sub_aan {
	color: #002a5e;
	background-color: #f6f6f6;
	font-size: 12px;
	padding: 0.5em;
	border-left: 1px #cecece solid;
	border-right: 1px #cecece solid;
	border-bottom: 1px #cecece solid;
	padding-left: 19px;
}

.submenu li ul li a {
	color: #616161;
	background-color:#fefefe;
	font-size: 12px;
	padding: 0.5em;
	border-left: 1px #cecece solid;
	border-right: 1px #cecece solid;
	border-bottom: 1px #cecece solid;
	padding-left: 19px;
}

.submenu li ul li a:hover {
	color: #002a5e;
	background-color: #f6f6f6;

}

/* HOME */

#home_container{
	position:relative;
	top:10px;
	
	z-index: -999;
	
	width:850px;
}

#quick_container{
	position: relative;
	top:22px;
	
	width:850px;
	height:155px;
}

#diensten_container{
	position: relative;
	left:0;
	
	float:left;
	
	width:600px;
	height:135px;
}

#ref_container{
	position: absolute;
	right:0;
		
	width:240px;
	height:135px;
	
	background-image: url('../images/background_referenties.png');
}

/* CHOICE */

#diensten_container ul {
    list-style-image:	none;
    list-style-type:	none;
    margin: 			0px;
    padding: 			0px;
}

#diensten_container,
#diensten_container ul,
#diensten_container li a {
	background-image: url('../images/choice.png');
}

#diensten_container li{
    float:left;
    width:200px;
 	height: 135px;
	overflow: hidden;
}

#diensten_container li a {
	background-repeat: no-repeat;
	position: relative;
	z-index: 2;
	display: block;
	text-indent: -9999px;
	width: 100%;
	height: 100%;
	outline: none;
}

#diensten_container li a:link,
#diensten_container li a:visited {
	background-position: 9999px 9999px;
}

#diensten_container ul.home { background-position: 0px 0px; }

#diensten_container li.choice_project a:hover { background-position: 0px -135px; }
#diensten_container li.choice_project a:active { background-position: 0px -135px; }
#diensten_container ul.choice_project li.choice_project a,
#diensten_container ul.choice_project li.choice_project a:hover { background-position: 0px -135px; }

#diensten_container li.choice_business a:hover { background-position: -200px -135px; }
#diensten_container li.choice_business a:active { background-position: -200px -135px; }
#diensten_container ul.choice_business li.choice_business a,
#diensten_container ul.choice_business li.choice_business a:hover { background-position: -200px -135px; }

#diensten_container li.choice_implementatie a:hover { background-position: -400px -135px; }
#diensten_container li.choice_implementatie a:active { background-position: -400px -135px; }
#diensten_container ul.choice_implementatie li.choice_implementatie a,
#diensten_container ul.choice_implementatie li.choice_implementatie a:hover { background-position: -400px -135px; }

/* PROJECTOMGEVING */

#ftp_upload p,
#support_div p,
#projectomgeving_login p,
#projectomgeving_login2 p {
	margin:0;
	padding:0;
	margin-top:1px;
	margin-left:4px;
	
	font-family: Arial;
	font-size: 12px;
	color:#1c3b6a;
}

#ftp_upload p{
	margin-left:10px;
	margin-bottom:15px;
}

#support_div p{
	margin-left:10px;
	margin-bottom:15px;
}

#project_input{
	margin:				0;
	padding:			0;
	margin-left:4px;
	
	font-family: arial;
	font-size:11px;
	color:#939393; 

	width:101px;
	height:15px;

	border-top:			1px solid;
	border-top-color: 	#205eaf;
	border-left:		1px solid;
	border-left-color: 	#205eaf;
	border-right:		1px solid;
	border-right-color: #205eaf;
	border-bottom:		1px solid;
	border-bottom-color:#01193d;
	background-color: 	#FFFFFF;
}

.project_submit{
	margin:				0;
	padding:			0;
	
	font-family: arial;
	font-size:11px;
	color:#FFFFFF;

	width:20px;
	height:17px;

	border-top:			1px solid;
	border-top-color: 	#205eaf;
	border-left:		1px solid;
	border-left-color: 	#205eaf;
	border-right:		1px solid;
	border-right-color: #205eaf;
	border-bottom:		1px solid;
	border-bottom-color:#01193d;
	background-color: 	#1c3b6a;
}

/* GOOGLE MAPS */

#map{
	position: relative;
	width:600px;
	height:300px;
	
	overflow:hidden;
	
	text-align: justify;
	
	font-family: arial;
	font-size:12px;
	line-height:20px;
	color:#2b2b2b; 
	
	margin:0;
	margin-bottom:10px;
}
/*
#map{
	position: relative;
	width:850px;
	height:300px;
	
	overflow:hidden;
	
	text-align: justify;
	
	font-family: arial;
	font-size:12px;
	line-height:20px;
	color:#2b2b2b; 
	
	margin:0;
	margin-bottom:10px;
}
*/

#directions_container{
	margin-bottom:20px;
}

#directions{
	font-family: arial;
	font-size:12px;
	line-height:20px;
	color:#2b2b2b; 
}

#directions a{
	color:#1c3b6a;;
}

.input{
	margin:				0;
	padding:			0;
	
	font-family: arial;
	font-size:12px;
	color:#2b2b2b; 

	border-top:			1px solid;
	border-top-color: 	#BFBFBF;
	border-left:		1px solid;
	border-left-color: 	#BFBFBF;
	border-right:		1px solid;
	border-right-color: #FFFFFF;
	border-bottom:		1px solid;
	border-bottom-color:#FFFFFF;
	background-color: 	#EFEFEF;
}
	
.knoppen{
	margin:				0;
	padding:			0;
	
	font-family: arial;
	font-size:12px;
	color:#2b2b2b; 

	border-top:			1px solid;
	border-top-color: 	#FFFFFF;
	border-left:		1px solid;
	border-left-color: 	#FFFFFF;
	border-right:		1px solid;
	border-right-color: #BFBFBF;
	border-bottom:		1px solid;
	border-bottom-color:#BFBFBF;
	background-color: 	#EFEFEF;
}

#contact{
	position: relative;
	top:0;
	left:0;
	width:240px;
	height:240px;
	
	background-image: url('../images/background_contact.png');
}

#contact h1{
	margin-top:0;
	margin-bottom:5px;
	padding-top:5px;
	padding-left:5px;
}

#contact p{
	padding-left:5px;
}

#contact a{
	text-decoration: none;
	color:#002a5e;
}

#contact a:hover {
	text-decoration: underline;
}

/* CONTENT */

.content_container{
	position: relative;
	float:left;
	clear:left;	
	top:10px;
	
	width: 850px;
	
	min-height: 515px;
	
	padding:0;
}

.box1{ 
	float:left;
	width:240px;
	margin-right: 10px;
}

.box2{
	float: left;
	width: 600px;
}

.box3{
	float: left;
	width: 850px;
}

#submenu_container{
	position:relative;	
	width:240px;
}

#text_container{
	position:relative;
	width: 600px;
}

/* REFERENTIES */

.ref_download{
	position:relative;
	top:0;
	left:0;
	width:600px;
	height:100px;
	border-top:			1px solid;
	border-top-color: 	#BFBFBF;
	
	font-family: 		arial;
	font-size:			14px;
	font-weight: 		bold;
	color:				#002a5e;
}

.ref_download:hover {
	background-color:#F1F1F1;
	cursor: pointer;
	text-decoration: underline;
}

.ref_logo{
	position: relative;
	width:200px;
	float:left;
}

.ref_text{
	position:relative;
	top:40px;
	float:left;
	width:400px;
	height:20px;
}

#hr1{
	position:			relative;
	height : 			1px;
	width:				600px;
	
	margin:				0px;
	
	background-color:	#BFBFBF;
	border-width: 		0px 0px 0px 0px;
	border-color : 		#BFBFBF;
	border-style:		solid;
}

/* SITEMAP */

ul#sitemap{
    list-style-type:	disc;
    margin: 			0px;
    margin-left:		15px;
    padding: 			0px;
}

ul#sitemap li{
	margin:				0px;
	padding:			0px;
	
	font-family: 		Arial;
	font-size:			12px;
	line-height: 		20px;
	
	color:				#2b2b2b;
}

ul#sitemap li a{
	color:				#2b2b2b;
	text-decoration: 	none;
}

ul#sitemap li a:hover {
	color:				#1c3b6a;
	text-decoration: 	underline
}

/* FOOTER */

#footer_container{
	position: relative;
	top:9px;
	
	float: left;
	
	width:850px;
	height:24px;
	
	background-image: url('../images/background_footer.png');
	background-repeat: repeat-x;
}

#footer_links{
	position: relative;
	float:left;
}

#footer_rechts{
	position: relative;
	float:right;
}

#footer_container p{
	font-family: arial;
	font-size: 11px;
	color:#717171;
	
	margin:0;
	padding:3px;
}

#footer_container p a{
	color:#717171;
	text-decoration: none;
}

#footer_container p a:hover {
	color:#1c3b6a;
}


#printpdf_container{
	position: absolute;
	top:158px;
	right:0;
	width: 75px;
	height: 16px;
	text-align:right;
}

#printpdf_container a{
	font-family: arial;
	font-size:12px;
	color:#2b2b2b; 
	margin:0;
}

#printpdf_container a:hover {
	text-decoration: underline;
	cursor: pointer;
}

#print,
#pdf{
	opacity:0.6;
	filter:alpha(opacity=60);
}

#print:hover,
#pdf:hover {
	opacity:1;
	filter:alpha(opacity=100);
	
	cursor: pointer;
}

.file_input_textbox
{
	float: left;
	margin:				0;
	padding:			0;
	
	font-family: arial;
	font-size:11px;
	color:#939393; 

	height:15px;

	border-top:			1px solid;
	border-top-color: 	#205eaf;
	border-left:		1px solid;
	border-left-color: 	#205eaf;
	border-right:		1px solid;
	border-right-color: #205eaf;
	border-bottom:		1px solid;
	border-bottom-color:#01193d;
	background-color: 	#FFFFFF;
	
}

.file_input_div
{
	position: relative; 
	width: 100px; 
	height: 23px; 
	overflow: hidden;
	
}

.file_input_button
{
	width:100px;
	position: absolute; 
	

	
	margin:				0;
	padding:			0;
	
	font-family: arial;
	font-size:11px;
	color:#FFFFFF;

	border-top:			1px solid;
	border-top-color: 	#205eaf;
	border-left:		1px solid;
	border-left-color: 	#205eaf;
	border-right:		1px solid;
	border-right-color: #205eaf;
	border-bottom:		1px solid;
	border-bottom-color:#01193d;
	background-color: 	#1c3b6a;
}

.file_input_hidden
{
	font-size: 45px; 
	position: absolute; 
	right: 0px; 
	top: 0px; 
	opacity: 0; 
	
	filter: alpha(opacity=0); 
	-ms-filter: "alpha(opacity=0)"; 
	-khtml-opacity: 0; 
	-moz-opacity: 0;
}

