/* CSS Document */

body {
	background-color: #898989; 
	margin: 0 auto;
	height: 100%;
	margin-top: 30px;
	text-align: center;
}

html {
	overflow-x: hidden;
	overflow-y: show;

}
#wrapper {
width: 100%; 
height: auto;
margin: 0 auto;
text-align: center;

}


#header {
position: relative;
margin: 0 auto;
width: 1040px; 
height: 92px;
text-align: left;
background-image: url(../layout/header.jpg); 
background-repeat: no-repeat;
}


#container {
width: 1040px; 
height: auto;
margin: 0 auto;
text-align: left;
background-image: url(../layout/bg_container.jpg); 
background-repeat: repeat-y;

}

#inhoud {
width: 1030px; 
height: 100%;
margin-left: 0px;
text-align: left;
background-image: url(../layout/bg_inhoud.jpg); 
background-repeat: repeat-x;
background-position: bottom;
padding-bottom: 30px;

}

#footer{

margin-top: 30px;
margin: 0 auto;
width: 1040px; 
height: 102px;
text-align: left;
background-image: url(../layout/footer.jpg); 
background-repeat: no-repeat;
background-position: top;

}

#algemeen_wrapper {
margin-left:33px;
width: 322px;
padding-top: 11px;
float: left;

}

#algemeen {
width: 300px; 
min-height: 50px;
height: 100%;
text-align: left;
background-image: url(../layout/bg_alg_top.jpg); 
background-repeat: no-repeat;
background-color: #898989;
padding-left: 12px;
padding-right: 10px;
padding-top: 20px;
padding-bottom: 20px;

}

#algemeen_bottom {
width: 322px; 
height: 16px;
margin: 0 auto;
text-align: left;
background-image: url(../layout/bg_alg_bottom.jpg); 
background-repeat: no-repeat;
}


#uitgelicht_wrapper {
margin-left:33px;
width: 548px;
padding-top: 11px;
float: left;
margin-bottom: 30px;
}

#uitgelicht {
width: 548px; 

height: auto;
text-align: left;
background-image: url(../layout/uitgelicht_background.jpg); 
background-repeat: repeat-y;
margin-top:-3px;

}

#uitgelicht_top {
width: 549px; 
height: 24px;
margin: 0 auto;
text-align: left;
background-image: url(../layout/vacatures_top.jpg); 
background-repeat: no-repeat;

}


#uitgelicht_bottom {
width: 548px; 
height: 19px;
margin: 0 auto;
text-align: left;
background-image: url(../layout/uitgelicht_bottom.jpg); 
background-repeat: no-repeat;
}

#actueel_uitgelicht {
margin-right: 30px;

width: 289px;
float: right;
height: 218px;
background-image: url(../images/uitgelicht2.jpg); 
background-repeat: no-repeat;
}

#contact {
margin-right: 80px;
width: 534px;
float: right;
height: 200px;
}

#contactformulier {
margin-left: 32px;
margin-top: -40px;
width: 326px;
float: left;
height: 242px;
background-image: url(../layout/bg_contact.jpg); 
background-repeat: no-repeat;
background-position: 0px 20px;

}

input
{
color: #666666;
background: #ffffff;
border: 1px solid #cccccc;
}

textarea
{
color: #666666;
background: #ffffff;
border: 1px solid #cccccc;
}
