	* {
		margin: 0;
		padding: 0;
		border: 0;
		border-collapse: collapse;
		text-decoration: none;
		font-family:Arial;
		font-size:11px;
	}
	
	html{ 
		}

	body{
		background-image:url('../images/layout/bg.png');
		background-position:center top;
		background-repeat:no-repeat;
		background-color:#e0e0e0;
		} 
		
	p{
		color:#7e7e7e;
		line-height:18px;
	}
	
	li{
		color:#7e7e7e;
		line-height:18px;
		margin:0 0 0 15px;
	}

	h1{
		font-size:20px;
	}

	h2{
		font-size:13px;
		color:#cc0101;
		padding:10px 0 0 0;
	}
	
	h3{
		font-size:12px;
	}
			
		/********************************************/
		
	div.container{
		width:980px;
		margin-left:auto;
		margin-right:auto;
	}
	
		/********************************************/
		
	div.menucontainer{
		width:980px;
		height:130px;
	}
	
	div.logo{
		float:left;
		width:250px;
		height:80px;
		margin:25px 0 0 10px;
	}
	
	div#menuDiv {
		float:right;
		height: 20px;
		margin:57px 0 0 0;
	}
	
	div.menuNormal{
		float:left;
	}
	
	div.menuNormal a{
		font-size:14px;
		color:#3f3f3f;
	}
	
	div.menuNormal a:hover{
		color:#777777;
	}
	
	div.popupMenu {
		position:absolute;
		width:220px;
		float:left;
		margin:10px 0 0 0;
		z-index:2;
	}
	
	div.popupMenu ul {
		list-style-type: none;
	}
	
	div.popupMenu ul li div a.sub {
		background-image:url('../images/menu/menubg.png');
		background-repeat:no-repeat;
		display:block;
		font-size:11px;
		color:#fff;
		padding:0 0 0 25px;
	}

	div.popupMenu ul li div a.subpijl {
		background-image:url('../images/menu/menubgpijl.png');
		background-repeat:no-repeat;
		display:block;
		font-size:11px;
		color:#fff;
		padding:0 0 0 25px;
	}
	
	div.popupMenu ul li div a.sub:hover {
		background-image:url('../images/menu/pijl.png');
		background-repeat:no-repeat;
		background-color:#de3e3e;
		color:#fff;
	}

	div.popupMenu ul li div a.subpijl:hover {
		background-image:url('../images/menu/pijlhover.png');
		background-repeat:no-repeat;
		background-color:#de3e3e;
		color:#fff;
	}
	
	div.popupMenu ul li div {
		width:220px;
		text-align:left;
		line-height:25px;
		display:block;
	}
	

		/********************************************/
		
	div.contentContainer{
		background-color:#ffffff;
		width:980px;
	}
	
		/********************************************/
	
	div.header{
		width:980px;
		height:100%;
	}
	
	div.picturebox{
		width:960px;
		height:380px;
		padding:10px 0 0 0;
		margin:0 0 0 10px;
	}
	
	div#PictureBackground{
		z-index:1;
		width:960px;
		height:380px;
	}
	
	div#picture{
		width:960px;
		height:380px;
	}

		/********************************************/
	
	div.space{
		padding:0 0 5px 0;
	}
	
	div.contentContainerTop{
		background-color:#ffffff;
		background-image:url('../images/layout/contentbovenhome.png');
		background-repeat:no-repeat;
		width:980px;
		overflow:auto;
	}
	
	div.contentContainerTop p a{
		color:#7e7e7e;
		text-decoration:underline;
	}

	div.contentContainerTop a.link, div.contentContainerTop ul li a.link{
		color:#cc1010;
		text-decoration:none;
	}
	
	div.contentContainerBot{
		background-image:url('../images/layout/contentonderhome.png');
		background-repeat:no-repeat;
		width:980px;
		height:40px;
	}	

	div.leftMenu{
		width:200px;
		padding:30px 0 0 20px;
		float: left;
	}
	
	div.center{
		float:left;
		padding:30px 10px 0 30px;
	}
	
	.kop{
		font-weight:bold;
		font-size:16px;
		display:block;
		color:#cc0101;
		padding-left:5px;
	}
	
	a.subsite{
		color:#cc0101;
	}
	
	div.sideitem{
		float:left;
		width:225px;
		padding:30px 0 10px 20px;
	}
	
	div.sideitem a{
		color:#cc0101;
	}
	
	/********************************************/
	/*
	div.submenu{
		width:200px;
		float:left;
		border-top:1px solid #e3e3e3;
		margin:10px 0 0 0;
	}
	
	div.submenu a{
		display:block;
		color:#808080;
		font-size:12px;
		line-height:24px;
		padding:0 0 0 20px;
		border-bottom: 1px solid #e3e3e3;
		text-decoration:none;
	}
	
	div.submenu a:hover{
		background:url('../images/menu/sub_arrow.png') no-repeat center left;
		line-height:24px;
		color:#333333;
	}

	div.submenu a.active{
		background:url('../images/menu/sub_arrow.png') no-repeat center left;
		line-height:24px;
		color:#333333;
	}*/

	
	ul.submenu{
		width:200px;
		float:left;
		border-top:1px solid #e3e3e3;
		margin:10px 0 0 0;
		color:#808080;
	}

	ul.submenu li{
		color:#808080;
		list-style-type:none;
		margin:0;
	}
	
	ul.submenu li a{
		display:block;
		font-size:12px;
		line-height:24px;
		padding:0 0 0 15px;
		border-bottom: 1px solid #e3e3e3;
		text-decoration:none;
		list-style-type:none;
		color:#808080;
	}
	
	ul.submenu a:hover{
		background:url('../images/menu/sub_arrow.png') no-repeat center left;
		line-height:24px;
		color:#333333;
	}

	ul.submenu a.active{
		background:url('../images/menu/sub_arrow.png') no-repeat center left;
		line-height:24px;
		color:#333333;
	}
	
	/********************************************/
	
	div.projects{
		width:625px;
		padding:10px 0 10px 30px;
		float:left;
	}

	div.projects h3{
		padding:0 0 10px 0;
	}

	div.projectstop{
		background-image:url('../images/layout/projectsboven.png');
		background-repeat:no-repeat;
		width:980px;
		height:61px;
	}

	div.projectssub{
		height: 30px;
		float:right;
		padding:30px 15px 0 0;
	}

	div.projectssub a{
		height: 30px;
		padding:0 0 0 5px;
		float:left;
		display:block;
		width:60px;
		text-align:center;
		color:#c1c1c1;
		font-size:10px;
		font-weight:bold;
	}
	
	div.projectssub a.active{
		background-color:#ffffff;
		color:#808080;
		border-top:1px solid #e6e6e6;
		border-left:1px solid #e6e6e6;
		border-right:1px solid #e6e6e6;
	}
	
	/********************************************/
	
	div.projectslist{
		width:960px;
		height:260px;
		border-bottom:1px solid #e6e6e6;
		margin:0 0 0 10px;
	}
	
	div.projectslist img.image{
		float:left;
		margin:20px 40px 0 20px;
		border:1px solid #808080;
	}

	div.projectslist p{
		padding:10px 0 10px 0;
	}
	
	div.projectsthumbs{
		float:left;
		width:230px;
		margin:0 0 0 10px;
	}
	
	div.projectsthumbs img.image{
		border:1px solid #808080;
	}

	div#mediaInspector{
		display:none;
		z-index:1;
	}

	.thumbsHover{
		margin:1px 0px 0px 1px;
		position:absolute;
		width:210px;
		height:140px;
		z-index:1;
	}
	
	div.thumbsOver{
		background-image:url('../images/layout/thumbOverlay.png');
		background-repeat:no-repeat;
		overflow:hidden;
		width:210px;
		line-height:25px;
		height:25px;
		position:relative;
		left:1px;
		z-index:2;
	}
	
	a.thumbsLink{
		vertical-align:middle;
		padding:0 0 0 10px;
		font-size:10px;
		color:#ffffff;
	}
	
	div.links{
		width:960px;
		height:27px;
		padding:10px 0 10px 0;
		margin:0 0 0 10px;
	}
	
	div.links1{
		width:680px;
		height:27px;
		padding:10px 0 10px 0;
		margin:0 0 0 10px;
		float:left;
	}
	
	div.links a.button, div.links1 a.button{
		background-image:url('../images/menu/btn.png');
		background-repeat:no-repeat;
		text-transform:uppercase;
		cursor:pointer;
		display:inline-block;
		width:132px;
		line-height:27px;
		font-size:9px;
		text-align:center;
		color:#ffffff;
		float:right;
		margin:0 20px 0 10px;
	}
	
	div.content a.button, div.header a.button{
		background-image:url('../images/menu/btn.png');
		background-repeat:no-repeat;
		text-transform:uppercase;
		cursor:pointer;
		display:inline-block;
		width:132px;
		line-height:27px;
		font-size:9px;
		text-align:center;
		color:#ffffff;
	}
	
	/********************************************/
	
	div.footerblack{
		background-image:url('../images/layout/footerboven.png');
		background-repeat:no-repeat;
		width:980px;
		height:187px;
		clear:both;
	}
	

	div.referenties{
		background-image:url('../images/layout/referentieback.png');
		background-repeat:no-repeat;
		width:980px;
		height:157px;
	}
	
	div.footerwhite{
		background-image:url('../images/layout/footer.png');
		background-repeat:no-repeat;
		width:980px;
		height:87px;
		margin-bottom:20px;
	}
	
	div.footertekst{
		padding:25px 0 0 90px;
	}
	
	div.footertekst a{
		color:#808080;
	}
	
	div.footertekst a:hover{
		color:#bdbdbd;
	}
	
	div.footeritems{
		width:270px;
		float:left;
		padding:20px 0 0 40px;
	}


	div.footeritems a{
		padding: 0 0 0 10px;
		margin-left: -10px;
		color:#808080;
		width:200px;
		line-height:18px;
		text-align:left;
	}
	
	a.pijl:hover{
		background:url('../images/menu/pijlfooter.png') left center;
		background-repeat:no-repeat;
		color:#bdbdbd;
	}

	div.footeritems div.link a{
		color:#ffffff;
		font-size:11px;
	}
	
	/********************************************/
	div.weblogItem{
		border-bottom:1px solid #dcdcdc;
		height:160px;
		margin-bottom:5px;
		padding-top:15px;
		float:right;
	}	

	div.weblogImage{
		border:5px solid #dcdcdc;
		width:200px;
		height:130px;
		float:left;
	}
	
	div.weblogTekst{
		padding:0 0 0 20px;
		width:470px;
		float:left;
	}
	
	div.weblogZijItems{
		margin-bottom:20px;
		width:215px;
	}
	
	/********************************************/
	
	hr{
		width:960px;
		background-color:#e6e6e6;
		color:#e6e6e6;
		margin-left:10px;
		border:0;
		height:1px;
		clear:left;
	}
		
	.failed{
		color:red;
	}
	
	div.smi_googlemap{
		width:700px !important;
		height:400px !important;
		border:1px solid #808080;
		margin:10px 0 20px 0;
	}
	
	#printP{
		color:#cc0101;
		margin:10px 0 0 0;
		font-size:11px;
		text-decoration:underline;
	}
	
	#routeDiv{
		font-size:11px;
	}

	.txtInput {
		border: 1px solid #808080;
		color: #000;
		width: 190px;
		height: 17px;
		font-size: 11px;		
		padding: 4px 0px 0 2px;
		margin: 0;
	}
	
	div.verstuurbtn{
		background-image:url('../images/menu/btn3.png');
		background-repeat:no-repeat;
		display:block;
		line-height:30px;
		width:90px;
	}
	
	/**********************************************/
	
	.text {
		background-color: transparent;
		border: 1px solid #808080;
		color: #000;
		height: 18px;
		font-size: 11px;
		padding: 2px 0 0 2px;
		margin:0px 2px 5px 2px;
		width:330px;
	}
	
	.failed {
		font-weight: bold;
	}
	
	input.check {
		vertical-align: middle;
	}
	
	select {
	}
	
	input.button {
		background-image:url('../images/menu/btn3.png');
		background-color:transparent;
		cursor:pointer;
		height: 23px;
		width: 90px;
		text-align: center;
		vertical-align:middle;
		color: #FFFFFF;
		font-size:11px;
	}
	
	label {
		float: left;
		color: #000;
		font-size: 11px;
		vertical-align:top;
		margin:2px 0 0 0;
		height:100%;
		width:100px;
	}

	table.submitTable {
		width: 435px;
	}