/* General Settings
----------------------------------------- */
*{
	margin:0px;
	padding:0px;
}

body{
	font-family:arial,sans-serif,tahoma;
	font-size:9pt;
	color:#616161;
	
	background-color:#afafaf;
	background-image:url(../images/center_bg.gif);
	background-repeat:repeat-y;
	background-position:center;
}

h1{
	color:#988a6d;
	font-size:18pt;
	font-weight:normal;
}

h2{
	color:#988a6d;
	font-size:14pt;
	font-weight:normal;
	margin:0px 0px 10px 0px;
}

h2 a:visited, h2 a:link{
	text-decoration:none;
}

h3{
	/* Eventueel groen: color:#5ca91b; */
	color:#988a6d;
	font-size:9pt;
	font-weight:bold;
	text-decoration:underline;
	margin:0px 0px 2px 0px;
}


h4{
	color:#616161;
	font-size:7pt;
	font-weight:bold;
}



a:link, a:visited{
	color:#867a60;
}

a:hover{
	color:#5ca91b;
}

p.content{
	padding:15px 0px 15px 0px;
}

.content_ul{
	margin:0px 20px 20px 20px;
}

#left ul{
	margin:0px 0px 0px 0px;
}

#left ul li{
	margin:0px 0px 0px 0px;
}

/* Buttons
----------------------------------------- */
.submit_email{
	width:75px;
	height:20px;
	color:#616161;
	background-color:#f2f2f2;
	border:2px solid #c3cbd0;
}

/* Containers
----------------------------------------- */
#main_container{
	margin:0px auto 0px auto;
	width:790px;
}

#navigation_container{
	height:42px;
	background-repeat:repeat-x;
	background-image:url(../images/nav_bg.jpg);
	z-index:100;
}

#navigation_items{
	position:relative;
	width:791px;
	height:42px;
	margin:0px auto 0px auto;
	z-index:100;
}

#header{
	position:relative;
	width:791px;
	height:220px;
	background-image:url(../images/headerbg.jpg);
	background-repeat:repeat-x;
	z-index:0;
}

#title{
	position:relative;
	float:left;
	height:30px;
	width:750px;
}

#logo{
	position:relative;
	float:left;
	top:15px;
	left:10px;
	width:172px;
	height:77px;
	background-image:url(../images/logo.gif);
	background-repeat:no-repeat;
}

#banner{
	position:relative;
	float:left;
	top:16px;
	left:20px;
	width:581px;
	height:190px;
	background-image:url(../images/header.jpg);
	background-repeat:no-repeat;
}

#content{
	position:relative;
	top:10px;
	width:754px;
	height:auto;
	margin:0px auto 0px auto;
	padding:10px 0px 0px 0px;
	border-top:1px dashed #7fa1b2;
}

#footer{
	position:relative;
	top:20px;
	width:754px;
	height:auto;
	margin:0px auto 0px auto;
}

#footer_contents{
	position:relative;
	float:left;
	left:0px;
	width:754px;
	height:35px;
	margin:0px auto 0px auto;
	padding:5px 0px 0px 0px;
	border-top:1px dashed #7fa1b2;
	
	color:#cbc9c9;
	font-size:10pt;	
}

#left{
	position:relative;
	float:left;
	width:475px;
	height:auto;
}

/*Content Area
----------------------------------------- */
#right{
	position:relative;
	float:left;
	width:279px;
	height:auto;
}

#left_containers{
	position:relative;
	float:left;
	width:455px;
	height:auto;
	margin:10px auto 0px auto;
	padding:10px;
	border-top:3px solid #c3cbd0;
	background-color:#f2f2f2;
}

	#left_containers label{
		position:relative;
		float:left;
		width:150px;
		margin-top:10px;
	}
	
	/* Sub of #left_containers */
	#left_containers  li, #left_containers_nieuws ul li{
		width:300px;
		padding:0px 0px 0px 20px;
		font-size:9pt;
		color:#616161;
		list-style-type:none;
		background-image:url(../images/li_arrow.gif);
		background-position:0px 2px;
		background-repeat:no-repeat;
	}

#right_containers{
	position:relative;
	float:right;
	width:240px;
	height:240px;
	margin:10px auto 0px auto;
	padding:10px;
	border-top:3px solid #c3cbd0;
	background-color:#f2f2f2;
}
	/* Sub of #right_containers */
	#right_containers_green{
		position:relative;
		float:right;
		width:250px;
		height:245px;
		margin:10px auto 0px auto;
		padding:10px 5px 5px 5px;
		border-top:3px solid #67ae2b;
		background-color:#f2f2f2;
	}
	
	
/* Laatste Nieuws Area
----------------------------------------- */	
#laatste_nieuws{
	position:relative;
	padding:10px 0px 10px 0px;
	background-image:url(../images/laatste_nieuws_bg.jpg);
	background-repeat:no-repeat;
	background-position:center;
	background-position:bottom;
}

#laatste_nieuws a:link, #laatste_nieuws a:visited{
	text-decoration:underline;
	font-style:italic;
}

.laatste_nieuws{
	color:#867a60;
	font-size:8pt;
}

.laatste_nieuws a:link, .laatste_nieuws a:visited{
	text-decoration:none;
}

/* Nieuws Containers
----------------------------------------- */
#left_containers_nieuws{
	position:relative;
	float:left;
	width:450px;
	height:auto;
	margin:10px auto 0px auto;
	padding:10px;
	border-top:3px solid #c3cbd0;
	background-color:#f2f2f2;	
}

	#left_containers_nieuws li{
		margin:10px 0px 10px 20px;
	}

#left_containers_nieuws_low{
	position:relative;
	float:left;
	width:465px;
	height:13px;
	font-size:8pt;
	text-align:right;
	background-color:#d9ebca;
	padding:0px 5px 0px 0px;
}

#left_containers_nieuws_low a{
	color:#616161;
	text-decoration:none;
}

p.inhoud_kort{
	font-style:italic;
	margin-top:5px;
}
p {
	padding-top:10px;
	}

p.inhoud_lang{
	padding-bottom:5px;
	
}

p.download{
	padding:30px 0px 10px 0px;
}

p.download_omschrijving{
	padding-bottom:5px;
}

/* Nieuws Images
----------------------------------------- */
#right_container_images{
	position:relative;
	float:right;
	width:240px;
	height:auto;
	margin:10px auto 0px auto;
	padding:10px 10px 10px 10px;
	border-top:3px solid #c3cbd0;
	background-color:#f2f2f2;
	text-align:center;
}

#right_container_images img{
	position:relative;
	left:-5px;
}


/* Vacatures
----------------------------------------- */
p.vestiging{
	font-style:italic;
	text-decoration:underline;
}

p.inhoud{
	padding-top:0px;
}


/* Home
----------------------------------------- */
#left_containers_home1{
	position:relative;
	float:left;
	width:225px;
}

#left_containers_home2{
	position:relative;
	float:left;
	width:230px;
}

#left_containers_home2{
	text-align:right;
}	

.home_blok1{
	

}

.home_blok1 img{
	float:right;
	padding:0px 0px 10px 10px;
}

.home_blok2{
	float:left;
	width:250px;
	padding:0px 0px 0px 5px;
}





/* Contact
----------------------------------------- */
#left_containers_contact{
	position:relative;
	float:left;
	width:455px;
	height:340px;
	margin:10px auto 0px auto;
	padding:10px;
	border-top:3px solid #c3cbd0;
	background-color:#f2f2f2;
}

#left_containers_contact label{
	position:relative;
	float:left;
	width:150px;
	margin-top:10px;
}

#contact_gegevens{
	position:relative;
	float:left;
	height:250px;
	width:210px;
}

#contact_image{
	position:relative;
	float:right;
	top:5px;
	left:-2px;
	height:250px;
	width:240px;
}

/* Content Containers
----------------------------------------- */
#left_containers_content{
	position:relative;
	float:left;
	width:455px;
	height:auto;
	margin:10px auto 0px auto;
	padding:10px;
	border-top:3px solid #c3cbd0;
	background-color:#f2f2f2;
}

#left_containers_contact ul li{
	list-style-type:none;
	margin:3px 0px 3px 20px;
	color:#616161;
}

#left_containers_contact ul{
	padding:0px 0px 10px 0px;
}


#left_containers_contact h2{
	margin:10px 0px 10px 0px;
}


/* Partners
----------------------------------------- */
#left_partners{
	position:relative;
	float:left;
	width:750px;
	height:auto;
}

#left_containers_partners{
	float:left;
	width:450px;
	padding:10px;
	margin:10px 0px 0px 0px;
	background-color:#f2f2f2;
	border-top:3px solid #c3cbd0;
}

#left_containers_partners_low{
	float:left;
	width:465px;
	height:10px;
	padding:0px 5px 0px 0px;
	background-color:#d9ebca;
	font-size:6pt;
	text-align:right;
}

#left_containers_partners_right{
	float:right;
	width:200px;
	padding:10px;
	margin:10px 0px 0px 35px;
	background-color:#f2f2f2;
	border-top:3px solid #c3cbd0;
	text-align:center;
}






/*

#left_containers_partners{
	position:relative;
	float:left;
	width:450px;
	height:auto;
	margin:10px auto 0px auto;
	padding:10px;
	border-top:3px solid #c3cbd0;
	
	background-color:#f2f2f2;
}

	#left_containers_partners_right{
		float:float;
		width:225px;
		height:auto;
		margin:10px 0px 0px 0px;
		padding:10px;
		border-top:3px solid #c3cbd0;
		background-color:#f2f2f2;
		
		
	}

#left_containers_partners_low{
	position:relative;
	float:left;
	width:465px;
	height:13px;
	font-size:8pt;
	text-align:right;
	background-color:#d9ebca;
	padding:0px 5px 0px 0px;
	
	background-color:#00CC33;
}

	#left_containers_partners_low_right{
	position:relative;
	float:left;
	width:225px;
	height:13px;
	font-size:8pt;
	text-align:right;
	background-color:#d9ebca;
	padding:0px 5px 0px 0px;
	
	background-color:#663399;
	}

#right_containers_partners{
	position:relative;
	float:left;
	width:240px;
	height:auto;
	margin:10px auto 0px auto;
	padding:10px;
	border-top:3px solid #c3cbd0;
	background-color:#f2f2f2;
	
	background-color:#FFFF00;
}

#partners_images{
	position:relative;
	left:-5px;
	width:250px;
	height:auto;
}

#partners_images img{
	margin:10px 0px 0px 0px;
}

*/

#left_containers_partners ul li{
	list-style-type:none;
}


/* Medewerkers
----------------------------------- */
#left_containers_medewerkers{
	position:relative;
	float:left;
	width:455px;
	height:auto;
	margin:10px auto 0px auto;
	padding:10px;
	border-top:3px solid #c3cbd0;
	background-color:#f2f2f2;
}

#left_containers_medewerkers ul{
	margin:10px 0px 15px 0px;
}

#left_containers_medewerkers ul li{
	list-style-type:none;
}


/* Medewerkers
----------------------------------- */
#left_containers_historie{
	position:relative;
	float:left;
	width:455px;
	height:auto;
	margin:10px auto 0px auto;
	padding:10px;
	border-top:3px solid #c3cbd0;
	background-color:#f2f2f2;
}


/* Bedrijfsautomatisering
----------------------------------- */
#left_containers_bam{
	position:relative;
	float:left;
	width:455px;
	height:auto;
	margin:10px auto 0px auto;
	padding:10px;
	border-top:3px solid #c3cbd0;
	background-color:#f2f2f2;
}


/* Netwerk
----------------------------------- */
#left_containers_netwerk{
	position:relative;
	float:left;
	width:455px;
	height:auto;
	margin:10px auto 0px auto;
	padding:10px;
	border-top:3px solid #c3cbd0;
	background-color:#f2f2f2;
}

#left_containers_netwerk  li, #left_containers_netwerk ul li{
	width:300px;
	padding:0px 0px 0px 20px;
	font-size:9pt;
	color:#616161;
	list-style-type:none;
	background-image:url(../images/li_arrow.gif);
	background-position:0px 2px;
	background-repeat:no-repeat;

}


/* Beheer
----------------------------------- */
#left_containers_beheer{
	position:relative;
	float:left;
	width:455px;
	height:auto;
	margin:10px auto 0px auto;
	padding:10px;
	border-top:3px solid #c3cbd0;
	background-color:#f2f2f2;
}

#left_containers_beheer ul{
	margin:10px 0px 15px 0px;
}

#left_containers_beheer ul li{
	list-style-type:none;
}