* {margin:0; padding:0;} 

html {
	height: 100%;
}
 
body {
	margin: 0px;
	height: 100%;
	text-align: center;
	background-image:  url(pics/body_back.gif);
	background-position: top center;
	background-repeat: repeat-y;
}

#site {
	position:relative;
	width: 770px;
	height: 100%;
	margin: 0px auto;
	padding: 0px;
	color: #004d8b;
	text-align: left;
}

/* ========================= right ========================= */

#left {
	width: 625px;
	height: 100%;
	float: left;
	background-image:  url(pics/right_top_back.gif);
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #fff;
}

#left .header_foto {
	width: 0px;
	height: 199px;
	float: left;
	overflow: none;
	background-image: url();
	background-position: top left;
	background-repeat: no-repeat;
}

#left .header_ivengi {
	width: 365px;
	height: 29px;
	padding-right: 5px;
	float: right;
	font: 11px Arial, Helvetica, sans-serif;
	line-height: 29px;
	text-align: right;
	color: #b2b2b2;
}

#left .header_ivengi a {
	font: 11px Arial, Helvetica, sans-serif;
	line-height: 29px;
  text-decoration: none;
	color: #b2b2b2;
}

#left .header_ivengi a:hover {
	padding-bottom: 1px;
  border-bottom: 1px solid #b2b2b2;
}

#left .header_slogan {
	width: 625px;
	height: 170px;
	float: left;
	text-indent: -9999px;
	overflow: none;
	background-image: url(pics/top.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
}

#left .header_bottom {
	width: 625px;
	height: 5px;
	font: 0px sans-serif;
	line-height: 0px;
	background-image:  url(pics/right_bottomnav_back.gif);
	background-position: top left;
	background-repeat: repeat-x;
}

/* ------------------------- end ------------------------- */


/* ========================= right ========================= */

#right {
	width: 140px;
	height: 100%;
	float: right;
}

#right .right_top {
	width: 140px;
	height: 29px;
	background-image:  url(pics/right_top_back.gif);
	background-position: top left;
	background-repeat: repeat-x;
}

#right .right_bottomnav {
	width: 140px;
	height: 3px;
	background-image:  url(pics/right_bottomnav_back.gif);
	background-position: top left;
	background-repeat: repeat-x;
}

#logo {
	width: 140px;
	height: 110px;
	text-indent: -9999px;
	overflow: none;
	background-image: url();
	background-position: bottom center;
	background-repeat: no-repeat;
}

/* ------------------------- end ------------------------- */


/* ========================= navigation ========================= */
 
#navigation {
	margin: 0px;
	width: 140px;
	height: 170px;
}

#navigation ul {
	width: 140px;
	list-style-type: none;
} 

#navigation li {
	margin: 0px;
	padding: 0px;
	float: right;	
	background-image: url(pics/navigation_link.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
} 

#navigation li a:link, #navigation li a:visited {
	width: 80px;
	padding: 10px 10px 0px 20px;
	display: block;
	font: 11px Arial, Helvetica, sans-serif;
	line-height: 16px;
	font-weight: normal;
	text-decoration: none;
	text-align: right;
	color: #333;
} 

#navigation li a:hover, #navigation li.current, #navigation li.current a:link, #navigation li.current a:visited, #navigation li.current a:hover {
	color: #007dbc;
	background-image: url(pics/navigation_over.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
}

/* ------------------------- end ------------------------- */

/* ========================= content ========================= */

#content {
	width: 625px;
}

#content .kop {
	width: 585px;
	height: 19px;
	margin: 15px 20px 0px 20px;;
	font: 17px Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 19px;
	color: #777;
	background-image:  url(pics/kop_back.gif);
	background-position: top left;
	background-repeat: repeat-x;
}

#content .tekst_home {
	width: 585px;
	margin-bottom: 2px;
	padding: 10px 20px;
	font: 13px Arial, Helvetica, sans-serif;
	line-height: 30px;
	font-weight: bold;
	color: #fff;
	background-color: #007dbc;
}

#content .tekst_home h1{
	font: 26px Arial, Helvetica, sans-serif;
	line-height: 38px;
	font-weight: bold;
	color: #fff;
	background-color: #007dbc;
}

#content .tekst {
	width: 585px;
	padding: 10px 20px;
	font: 12px Arial, Helvetica, sans-serif;
	line-height: 26px;
	color: #777;
}

#content .tekst img {
	float: right;
	clear: right;
	margin: 9px 0px 1px 15px;
	border: 1px solid #555;
}

#content td {
	font: 12px Arial, Helvetica, sans-serif;
	line-height: 26px;
	color: #777;
}

#content h3 {
	margin: 0px;
	font: 17px Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 19px;
	color: #777;
}

#content br {
	line-height: 16px;
}

#content p {
	margin-bottom: 16px;
	clear: left;
}

#content ul {
	margin: 12px 0px 12px 15px;
	list-style-type: square;
}

#content a:link, #content a:visited {
	font: 12px Arial, Helvetica, sans-serif;
	line-height: 26px;
	text-decoration: none;
	color: #777;
	border-bottom: 1px solid #007dbc;
}

#content a:hover {
	color: #007dbc;
}

#content .projecten a:link, #content .projecten a:hover{
	font: 12px Arial, Helvetica, sans-serif;
	line-height: 26px;
	text-decoration: none;
	color: #007dbc;
	border-bottom: 0px solid #007dbc;
}

#content .projecten a:visited {
	color: #777;
	border-bottom: 0px solid #007dbc;
}

#content .projecten a:link, #content .projecten a:hover{
	color: #007dbc;
	border-bottom: 1px solid #007dbc;
}

#content #laatste_project {
	width: 200px;
	float: right;
	margin-top:8px;
	margin-bottom: 10px;
	font: 13px Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 20px;
	text-align: center;
	color: #777;
}

#laatste_project a:link, #laatste_project a:visited, #laatste_project a:hover{
	border-bottom: 0px solid #007dbc;
}

#content #laatste_project .kader {
	width: 200px;
	float: right;
	padding: 0px 10px;
	color: #777;
	border: 1px solid #aaa;
}

#content #laatste_project img {
	clear: both;
	align: center;
	float: none;
	margin: 2px 0px 5px 0px;
	border: 1px solid #555;
}

#content #laatste_project .no_border img{
	border: 0px solid #555;
}

/* ------------------------- end ------------------------- */

#footer {
	width: 625px;
	height: 3px;
	padding-bottom: 1px;
	background-image:  url(pics/footer_back.gif);
	background-position: top left;
	background-repeat: repeat-x;
}

br.clear {
	clear: both;
	height: 0px; 
	font: 0px sans-serif;
	line-height: 0px;
}

/* ------------------------- end ------------------------- */


