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

body  {	
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	width:100%;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}

.logo
{
	background-image:url(images/logo.gif); 
	background-repeat:no-repeat;
	text-align:center;
	width:952px;
	height:187px;
}

.container {
	background-image:url(images/home_bg.gif);
	background-repeat:no-repeat;
	width:952px;
	height:490px;
	margin-top:5px;
}

.container-contact {
	background-image:url(images/contact_bg.gif);
	background-repeat:no-repeat;
	width:952px; 
	height:494px;
	margin-top:5px;
	font-size: 13pt;
	font-weight: normal;
}

.container-overons {
	background-image:url(images/overons_bg.gif);
	background-repeat:no-repeat;
	width:952px; 
	height:494px;
	margin-top:5px;
}

.content-bar
{
	background-image:url(images/content_bar.gif);
	background-repeat:no-repeat;
	width: 400px;
	height: 25px;
	margin-bottom:10px;
}

.content-bar-over
{
	background-image:url(images/content_bar_over.gif);
	background-repeat:no-repeat;
	width: 400px;
	height: 25px;
}

.content-bar-over, p
{
	padding-left:10px;
}

.overons-left
{
	padding-left:10px;
	width: 400px;	
}

.container-vacatures {
	background-image:url(images/vacatures_bg.gif);
	background-repeat:no-repeat;
	width:952px; 
	height:494px;
	margin-top:5px;
}

.container-projecten {
	background-image:url(images/projecten_bg.gif);
	background-repeat:no-repeat;
	width:952px;
	height:1047px;
	margin-top:5px;
}
	
.contact-form
{
	float:left;
	width: 450px;
	margin-left:150px;
	text-align:left;
	font-family:Verdana, Geneva, sans-serif, Afton;
	font-size:13px;
}

.btn-versturen-contact
{
	border: 0;
	width: 100px;
}

.contact-vacature
{
	float:left;
	width: 520px;
	margin-top:30px;
	margin-left:100px;
	text-align:left;
	font-family:Verdana, Geneva, sans-serif, Afton;
	font-size:13px;
}

.contact-overons
{
	float:left;
	width: 520px;
	margin-top:30px;
	margin-left:100px;
	text-align:left;
	font-family:Verdana, Geneva, sans-serif, Afton;
	font-size:13px;
}

.rode-pijl
{
	background-image:url(images/rode_pijl.gif);
	background-repeat:no-repeat;
	width:97px;
	height:19px;
}

.btn-projects
{
	float:right;
	margin-top:425px;
	margin-right:63px;
}
input, textarea 
{
	border: solid 1px #999;
	background-color:#FFF;
	outline: 0;
	font: normal 13px/100% Verdana, Tahoma, sans-serif;

	scrollbar-3dlight-color:#FFFFFF;
       scrollbar-arrow-color:#c82700;
       scrollbar-base-color:;
       scrollbar-track-color:;
       scrollbar-darkshadow-color:;
       scrollbar-face-color:#FFFFFF;
       scrollbar-highlight-color:;

       scrollbar-shadow-color:#c82700;
}

.form label { color: #c82700; }

input:hover, textarea:hover,
input:focus, textarea:focus {
	border-color: #c82700;
	}