html, body{
	padding:0px;
	margin:0px;
	
	text-align:center;
	
	background-color:#02121A;
	background-image:url("../images/page_background.png");
	background-repeat:no-repeat;
	background-position:top center;
}

*{
	padding:0px;
	margin:0px;
	
	font-family:Lucida Sans Unicode, Arial, Helvetica, sans-serif;
	font-size:12px;
}


/*********************************************/
/*	ALGEMENE STIJL
/*********************************************/
a{
	color:#018DC7;
	text-decoration:underline;
	font-weight:bold;
}

a:hover{
	color:#016189;
}

ul{		
	list-style:none;
}

li{
	line-height:16px;
	margin-bottom:2px;	
	
	text-indent:10px;
	
	background-image:url(../images/list_icon.gif);
	background-repeat:no-repeat;
}

label{
	float:left;
	width:65px;
	display:block;
}

input, textarea, select{
	float:left;
	
	padding:2px;
	margin-right:10px;
	
	border:1px solid #CCE4F2;
	background-image:url(../images/input_bg.jpg);
	background-repeat:repeat-x;
}

select{
	border:1px solid #CCE4F2;
}


/*********************************************/
/*	HANDIGE CLASSES
/*********************************************/
.margin20{
	overflow:hidden;
	height:20px;
	width:20px;
	clear:left;
}

.margin10{
	overflow:hidden;
	height:10px;
	width:20px;
	clear:left;
}

.clear{
	overflow:hidden;
	height:0px;
	width:0px;
	clear:both;
}


/*********************************************/
/*	LAYOUT									*/
/*********************************************/

#site{
	margin:auto auto;
	text-align:left;
	width:838px;	
}

#menu{
	height:289px;
}

#home #menu{	
	height:350px;
}

#pageGradient{
	background-image:url("../images/page_gradient.jpg");
	background-repeat:repeat-x;
	background-color:#E5F1F8;
	margin-bottom:20px;	
}

/* UITLOOP BACKGROUND IMAGES */
#pageImage{			
	padding:15px 30px 30px 72px;
}

#home #pageImage{	
	background-image:url("../images/header_image_home_fade.jpg");
	background-repeat:no-repeat;	
}

#over #pageImage{	
	background-image:url("../images/header_image_we_fade.jpg");
	background-repeat:no-repeat;	
}

#knowhow #pageImage{	
	background-image:url("../images/header_image_knowhow_fade.jpg");
	background-repeat:no-repeat;	
}

#opdrachtgevers #pageImage{	
	background-image:url("../images/header_image_yourprojects_fade.jpg");
	background-repeat:no-repeat;	
}

#contact #pageImage{	
	background-image:url("../images/header_image_cometogether_fade.jpg");
	background-repeat:no-repeat;	
}

#nieuws #pageImage{	
	background-image:url("../images/header_image_nieuws_fade.jpg");
	background-repeat:no-repeat;	
}

#vacatures #pageImage{	
	background-image:url("../images/header_image_vacatures_fade.jpg");
	background-repeat:no-repeat;	
}

#pageContent{		
}




/*********************************************/
/*	TITELS									*/
/*********************************************/
h1{
	color:#018DC7;
	font-size:24px;
}

h2{
	color:#018DC7;
	font-size:20px;
}

h3{
	clear:left;
	font-weight:bold;
	font-size:14px;	
}


/*********************************************/
/*	HOME									*/
/*********************************************/

#home .textContainer{
	float:left;	
	width:400px;	
}

#home .sloganContainer{
	float:left;	
	width:290px;		
}

.nieuwsContainer{
	float:left;	
	width:290x;	
}

.vacaturesContainer{
	float:left;	
	width:290px;	
}

.verticalLine{
	float:left;	
	width:1px;
	height:370px;
	overflow:hidden;
	background-color:#4F7CAC;
	margin:0px 15px 0px 30px;
}

a.meerLink{
	clear: left;
	float:left;
	
	/*display:block;*/
	
	border:1px solid #D9EAF4;
	padding:2px;
	margin-top:2px;
	
	text-decoration:none;
	
	background-image:url(../images/meer_bg.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	background-color:#F4F9FC;	
	
}

a.meerLink:hover{
	border:1px solid #C0DCED;
		
	background-image:url(../images/meer_bg_over.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	background-color:#D9EBF4;	
}

/*********************************************/
/*	PAGE									*/
/*********************************************/

.textContainer{
	float:left;	
	width:490px;	
}

.sloganContainer{
	float:left;	
	width:244px;	
}

.horizontalLine{
	clear:both;
	float:left;
	height:1px;
	width:100%;
	overflow:hidden;
	background-color:#ccc;
	margin:15px 0px 15px 0px;
}

/*********************************************/
/*	VACATURES FORM							*/
/*********************************************/
.form_row{
	clear:both;
	padding-top:5px;	
	width:450px;		
}

label.long{
	width:160px;	
}

h3.date{
	margin-bottom:10px;
}

.werkervaring, .diploma{
	width:262px;
}

.werkervaring{
	height:50px;
}

.formButton, button{	
	float:right;
	margin-right:20px;
	
	color:#018DC7;
	font-weight:bold;
	
	border:1px solid #B3D7EC;
	padding:2px;
	margin-top:2px;	
		
	background-image:url(../images/meer_bg.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	background-color:#F4F9FC;	
	
}


/*********************************************/
/*	MEDEWERKER PAGINA		   				 */
/*********************************************/
a.medewerkerLink *{
	margin-left:50px;
}

span.medewerkerLink{
	margin-left:10px;
	float:left;
}

a.medewerkerLink{
	text-decoration:none;
}

.medewerkerLink h3{
	font-size:16px;
	color:#018DC7;	
}

.medewerkerLink span{	
	color:#000;	
	font-weight:normal;
}

a.medewerkerLink:hover h3{
	color:#016D9C;
}

a.medewerkerLink:hover span{
	color:#666;
}


.medewerkerFoto{
	float:left;	
}

