@charset "utf-8";
/* CSS Document */


body {
	margin: 0;
	padding: 0;
	background-color: #dedede;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444;
	}

h1, h2, h3 {color: #014488; font-family: Arial, Helvetica, sans-serif; font-weight: bold; padding: 5px 0 10px 0; margin: 0; font-size: 12px;text-shadow:#fff 0 0 1px;}
h1 {font-size: 24px; text-shadow:#fff 1px 1px 1px; letter-spacing:-1px}
h2 {font-size: 18px; text-shadow:#fff 1px 1px 1px; letter-spacing:-1px}
h3 {font-size: large;}

h1.wit {font-size: inherit; color: #7D0F02;}


#main
{
	margin: auto;	
	position: relative;
	padding: 0;
	width: 998px;
	background-color:#f3f3f3;
	border: 1px solid #CCC;
}


#topbar
{
	background: url('../img/navbar.jpg') no-repeat top left;
	height: 83px;
	width: 1000px;
	margin: 0;
	padding-left: 0;
	margin-left: -1px;
}

#logo{
	float: left;
	width: 226px;
	position: relative;
	margin:0;
	padding: 0;
	}

#navigatie {
	list-style:none;
	float: left;
	position: relative;
	margin-left: 0px;
	padding-top: 0px;
	font-weight: bold;
	}

#navigatie li{
	/*background: url('../img/menuitem.png') no-repeat;*/
	/*padding-left: 20px;*/
	padding-top: 22px;
	color: #fff;
	float:left;	
	width: 120px;
	height: 83px;
	text-align:center;
	}


#navigatie a{
	/*background: url('../img/menuitem.png') no-repeat;*/
	text-decoration:none;
	color: #fff;
	}


#footer a{
	/*background: url('../img/menuitem.png') no-repeat;*/
	text-decoration:none;
	color: #fff;
	}
/*
#navigatie a:link{
	text-decoration:none;
	padding-top: 6px;
	}*/

#navigatie a:visited{
	color: #ffffff;
	}

#navigatie a:hover{
	color:	#efefef;
	/*border-bottom: #666666 solid 5px; */
	}

#navigatie li#huidig{
	background: url('../img/menuitem.png') no-repeat;
	}

a {
  text-decoration:none;
  color: #003d63;
  } 
  
a:visited {
  text-decoration:none;
  color: #2197df;
  } 
    
a:hover {
  text-decoration:none;
  color: #0066a5;
  }

#header
{
	float:left;
	height: 178px;
	width: 940px;
	margin: 0 30px 10px 30px;
	background-color: #666;
	color: white;
}
/* Contentgedeelte*/

.maincontent{
	width: 940px;
	margin-left: 30px;
	margin-top: -2px;
}

.index_tekst{
	position: relative;
	float:left;
	width: 550px;
	padding-left: 0px;
	line-height: 18px;
	margin: 0 ;
	text-shadow:#fff 1px 1px 1px;
}

.indexhelp{
	position: relative;
	float:left;
	width: 860px;
	padding-left: 0px;
	line-height: 18px;
	margin: 0 ;
	text-shadow:#fff 1px 1px 1px;
}

.index_tekstprojecten{
	position: relative;
	float:left;
	width: 940px;
	padding-left: 0px;
	line-height: 18px;
	margin: 0 ;
	text-shadow:#fff 1px 1px 1px;
}

#nieuws{
	position: relative;
	float:right;
	width: 330px;
	margin: 0px 0px 20px 0px;
	padding:  0px 10px 10px 10px;
}

#offerte{
	position: relative;
	float:right;
	background-image:url('../img/offerte_bg.jpg');	
	border: 1px solid #c7d8ea;
	width: 330px;
	height: 135px;
	margin: 0px 0px 10px 0px;
	padding:10px;
}

.project{
	position: relative;
	float:left;
	background: #EEE;
	border: 1px solid #CCC;
	width: 910px;
	/*height: 335px;*/
	margin: 0px 0px 10px 0px;
	padding:10px;
}

.tekstofferte
{
	color: #014488; 
	text-shadow:#fff 1px 1px 1px;
}

.knopofferte
{
	width: 300px;
	padding-left:80px;
}


.brake{
	position: relative;
	float:left;
	width: 998px;
	height:25px;
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
	}

p.tekst{
	position: relative;
	float: left;
	line-height: 18px;
	text-align:justify;
}

p.tekstoff{
	position: relative;
	float: left;
	width: 600px;
	line-height: 18px;
	text-align:justify;
}

hr.grijs{
	height: 0;
	border: 0;
	border-top: 1px solid #666;

}

hr.rood{
	height: 0;
	border: 0;
	border-top: 1px solid #7D0F02;
}

.referentie{
	position: relative;
	float:left;
	height: 78px;
	width: 97%;
	background-color:#EBEBEB;
	border: 1px solid #E0E0E0;
	padding: 5px 15px 5px 5px;
	margin: 5px 5px 5px 0px;
	line-height: 18px;
	text-align: left;
}

.refimage{
	padding-top: 5px;
	padding-left: 5px;
	float: left;
	width: 27%;
}

.reftekst{
	width: 70%;
	float: right;
	}


/*footer*/

#footer
{
	background-color: #014488;
	border-color: #014488;
	height: 25px;
	margin-top: 10px;
	width: 998px;
	padding-top: 10px;
	font-size: 11px;
	color: #fff;
	text-align:center;
	position: relative;
	clear: both;
}
