@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

/*
li {
margin-left: 20px;
list-style-type: disc;
}
*/

td {
	font-family: Arial, Helvetica, sans-serif;
        font-size: 13px;
	
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
/*	line-height:22px;*/
	background:#eaecec;
	margin: 0px;  /* ------< dit zorgt ervoor dat IE ook centreert | bij container moet wel tekst-align aangegeven worden */
	padding:0px;
	text-align:center;

}
#container {
	width: 1113px;
	text-align:left;
	margin: 0 auto; 
}
#laag1 {
float: left;
width:1113px;
}
#header {
	background:url(../images/header_bg.jpg) no-repeat;
	margin-top: 20px;
	height:149px;
	z-index:1;
}
.email {
	text-decoration:none;
	color:#3e85ba;
}
.email:hover {
	text-decoration:none;
	color:#000000;
}
p.adres {
	font-size: 12px;
	padding: 23px 15px 0 0;
	line-height: 18px;
	text-align:right;
	color: #3e85ba;
}

/* ---------------------------------------------------- Inhoud */
#inhoud {
	padding-bottom: 30px;
}

/* ----------------------------------------- Menu */
#diensten {
	float:left;
	width: 235px;
	margin-top:10px;
	/*margin-right:10px;*/
}
#diensten_titel {
	background: url(../images/diensten.gif) no-repeat;
	height: 44px;
}
p.diensten {
	color: #FFFFFF;
	font-size: 12px;
	font-weight:bold;
	padding: 10px 0 0 10px;
}
#menu {
	width:235px;
	margin-top:5px;
	z-index:2;
}
#nav {
	display:block;
	/*width:240px;*/
	list-style: none;

}
#nav li a {
		display:block;
		padding: 3px 20px 3px 5px;
		margin-top: 7px;
		text-decoration: none;
		height:79px;
		font-size:11px;
		line-height: 17px;
		color:#231f20;
		background:url(../images/nav_bg.gif) no-repeat;
}
#nav li a:hover {
		display:block;
		padding: 3px 20px 3px 5px;
		margin-top: 7px;
		text-decoration: none;
		height:79px;
		font-size:11px;
		line-height: 17px;
		color:#ffffff;
		background:url(../images/nav_bg_over.gif) no-repeat;
}
.kop {
		font-size:12px;
		font-weight:bold;
		color:#3e85ba;
}

/* -------------- Content */
#content {
	width:656px;
	float:left;
	/*margin-left: 10px;*/
}
#content1 {
    
	width:656px;
}
#contact {
	width:405px;
	float:left;
	height:46px;
	/*padding: 21px 0 0 10px;*/
	background:url(../images/contact_bg.gif) no-repeat;
}
.contact {	
	margin-left: 6px;
    color:#FFFFFF;
	float:left;
    font-size: 13px;
	font-weight:bold;
	padding: 21px 0 0 10px;
	text-decoration: none;
}
#portfolio {
	width: 241px;
	float:left;
	margin-left:10px;
	background: url(../images/portfolio.gif) no-repeat;
	height: 46px;
}
#content2 {
	width:637px;
	margin-top: 15px;
	float:left;
	background:#FFFFFF;
	padding-bottom: 30px;
}
h1 {
	background:url(../images/h1_bg.gif) no-repeat;
	color:#FFFFFF;
	height:33px;
	font-size:20px;
	padding: 4px 0 0 10px;
}
h2 {
	color:#3e85ba;
	font-size:14px;
	padding: 4px 0 4px 0px;
}

#witte_rand {
	float: left;
	background: url(../images/onder_wit.gif) no-repeat;
	width: 637px;
	height: 3px;
	list-style: none;
}
#content_inhoud {
	padding: 2px 10px 0 10px;
	line-height: 20px;
	min-height: 375px;
}

/* -------------------- Portfolio */
#portfolio_rij {
	width:225px;
	float: left;
	margin-top:10px;
	margin-left: -3px;
}
#port_nav {
	display:block;
	width:225px;
	list-style: none;

}
#port_nav li {
    display: block;
}
#port_nav li a {
		display:block;
		padding: 3px 20px 3px 5px;
		margin-top: 7px;
		text-decoration: none;
		height:16px;
		font-size:12px;
		font-weight:bold;
		line-height: 17px;
		color:#3e85ba;
		background:url(../images/p_bg.gif) no-repeat;
}
#port_nav li a:hover {
		display:block;
		padding: 3px 20px 3px 5px;
		margin-top: 7px;
		text-decoration: none;
		height:16px;
		font-size:12px;
		font-weight:bold;
		line-height: 17px;
		color:#ffffff;
		background:url(../images/p_bg_over.gif) no-repeat;
}

/* ------------------------------------------------------ Portfolio */
#footer {
	width:100%;
	padding: 15px 0 30px 0;
	text-align:center;
	float:left;
}
#partners {
	filter:alpha(opacity=50);  /* <----------------------------- Hier wordt aangegeven dat de logotjes 50% zichtbaar zijn */
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;

	margin: 0 auto;
	width: 1113px;
}

#footer a:link {
color:grey;
text-decoration: none;
}

#footer a:visited {
color:grey;
text-decoration: none;
}

#footer{
color:grey;
text-decoration: none;
}

