@import url(menu_orange.css);
@import url(search.css);
@import url(form.css);
@import url(screen.css);

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0px 0;
	margin-top: 10px;
	font-family: "verdana";
	font-size: 13px;
	color: #000;
	background-color: #fff;
	background-image: url('../img/bg.jpg');
	background-repeat: repeat-x;
	background-position:top;
}


h1, h2, h3 {
	color: #cccccc;
}

h1 { font-size: 17px; }
h2 { font-size: 15px; }
h3 { font-size: 13px; }

img {
	border: 0px;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearer {clear: both;}

a:link {color:#005480;text-decoration: none;}      
a:visited {color:#005480;text-decoration: none;}  
a:hover {color:#ff0000;text-decoration: none;}  
a:active {color:#005480;text-decoration: none;}  

#wrapper{
	margin: 0 auto;
	background-image: url('../img/bg_big.jpg');
	background-repeat: no-repeat;
	background-position:center top;
	min-height: 1200px;
}

#container{
	margin: 0px auto;
	width: 1024px;
	min-height: 808px;
	background-image: url('../img/body_bg.png');
	border: 1px solid #f78f1e;
}

.header{
	width: 1024px;
	height: 188px;
}

	.logo{
		position: absolute;
		margin-top: 38px;
		margin-left: 44px;
	}

	.contacttop{
		position: absolute;
		width: 1026px;
		height: 87px;
		background-image: url('../img/oranje/top_or.png');
		background-repeat: no-repeat;
		background-position:top;
	}

		.contact{
			margin-left: 860px;
			margin-top: 20px;
			font-size: 30px;
			font-family: verdana;
			color: #000;
		}

		a:link.contactlink {color: #fff;text-decoration: none;}
		a:visited.contactlink {color: #fff;text-decoration: none;}
		a:hover.contactlink {color: #000;text-decoration: none;}
		a:active.contactlink {color: #fff;text-decoration: none;}

	.linkedin{
		position: absolute;
		margin-left: 515px;
		margin-top: 89px;
		width: 292px;
		height: 99px;
	}
	.quote{
		position: absolute;
		margin-top: 32px;
		margin-left: 182px;
		width: 657px;
		height: 22px;
		line-height: 22px;
		text-align: center;
		font-family: verdana;
		font-size: 18px;
		color: #fff;
	}
 
.hoofdmenu{
	background-image: url('../img/oranje/menu_bg_or.png');
	background-repeat: repeat-x;
	height: 47px;
	width: 1024px;
}

.mainbanner{
	margin-top: 34px;
	margin-left: 44px;
	width: 937px;
	height: 139px;
}

.content{
	margin-top: 34px;
}

	.menuleft{
		float: left;
		width: 197px;
		min-height: 100px;
	}
		.menuleft_content{
			position: absolute;
			width: 196px;
			min-height: 100px;
			margin-top: 56px;
			background-color: #dad9d8;
			border-right: 1px solid #8f8f8f;
			border-bottom: 1px solid #8f8f8f;
		}

		.menuleft_top{
			position: absolute;
			width: 197px;
			height: 57px;
			background-image: url('../img/oranje/top_sidemenu_oranje.png');
			background-repeat: no-repeat;
			background-position: top;
		}

		.menuleft_top_titel{
			font-family: verdana;
			font-size: 24px;
			color: #000;
			margin-left: 22px;
			margin-top: 14px;
		}

	.contentmiddle{
		float: left;
		margin-left: 31px;
	}

		.content_top{
			width: 547px;
			height: 11px;
			background-image: url('../img/oranje/content_top_or.png');
			background-repeat: no-repeat;
		}

		.content_bg{
			width: 527px;
			min-height: 470px;
			overflow: auto;
			overflow-x: hidden;
			padding: 10px;
			background-image: url('../img/oranje/content_bg_or.png');
			background-repeat: repeat-y;
		}

		.content_bottom{
			width: 547px;
			height: 12px;
			background-image: url('../img/oranje/content_bottom_or.png');
			background-repeat: no-repeat;
			margin-bottom: 20px;
		}

	.itemsright{
		float: left;
		margin-left: 30px;
	}

	.offerte{
		width: 174px;
	}

	.cases{
		width: 174px;
		margin-top: 160px;
	}

		.itemsright_offerte{
			position: absolute;
			width: 174px;
			min-height: 60px;
			margin-top: 57px;
			background-color: #dad9d8;
			border-left: 1px solid #8f8f8f;
			border-right: 1px solid #8f8f8f;
			border-bottom: 1px solid #8f8f8f;
		}

		.itemsright_cases{
			position: absolute;
			width: 174px;
			min-height: 140px;
			margin-top: 57px;
			background-color: #ffffff;
			border-left: 1px solid #8f8f8f;
			border-right: 1px solid #8f8f8f;
			border-bottom: 1px solid #8f8f8f;
		}

		.itemsright_top{
			position: absolute;
			width: 176px;
			height: 57px;
			background-image: url('../img/right_top.png');
			background-repeat: no-repeat;
			background-position: top;
		}

		.itemsright_top_titel{
			font-family: verdana;
			font-size: 24px;
			color: #000;
			margin-left: 22px;
			margin-top: 14px;
		}



.footer{
	margin: 0 auto;
	height: 26px;
	width: 1026px;
	background-color: #f78f1e;
}


.footertext{
	line-height: 26px;
	color: #fff;
	font-size: 12px;
	font-family: verdana;
	text-align: center;
}


a:link.pro {color: #9f9f9f;font-size: 12px;text-decoration: none;font-family: Arial;line-height: 50px;}
a:visited.pro {color: #9f9f9f;font-size: 12px;text-decoration: none;font-family: Arial;line-height: 50px;}
a:hover.pro {color: #ffffff;font-size: 12px;text-decoration: none;font-family: Arial;line-height: 50px;}
a:active.pro {color: #9f9f9f;font-size: 12px;text-decoration: none;font-family: Arial;line-height: 50px;}