*{
	margin: 0;
	padding: 0;
	}
	
img{
	border: none;
	}
	
body{
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	width:100%;
	text-align: center;
	/*background: #BCD0E5 url(../img/body_bg2.gif) repeat-y top center;*/	
	background-attachment: fixed;
	color: #605c5a;
	}

#nav .selected, body.home #nav #home a, body.about #nav #about a, body.projects #nav #projects a,  body.downloads #nav #downloads a,  body.market #nav #market a{
	color: #fff;
	}

#container{
	width: 860px;
	position: relative;
	margin: 0 auto;
	text-align: left;
	background: #fff;
	}

a{
	color: #605c5a;
	text-decoration: underline;
	}

a:hover, a.selected{
	color: #000;
	}
	

#headerContainer{
	width: 100%;
	text-align: center;
	background: url(../img/header_bg.gif) repeat-x  center 50px;
	margin: 0 auto;
	height: 140px;
	padding-bottom: 30px;
	}
		
#header{
	width: 860px;
	position: relative;
	margin: 0 auto;
	text-align: left;
	background: #fff;
	/*height: 140px;*/
	padding: 50px 0 0px 0;
	}
#header h1{
	float: left;
	width: 354px;
	margin-left: -1px;
	}

#header h2{
	float: right;
	width: 500px;
	height: 85px;
	}

#header h2 a{
	display: block;
	width: 500px;
	height: 85px;
	}
	
#header h2 a span{
	display: none;
	}
	
		
body.nl #header h2 a{
	background: #fff url(../img/project_home_NL.gif) no-repeat  10px 0;
	}

body.en #header h2 a{
	background: #fff url(../img/project_home_ENG.gif) no-repeat  10px 0;
	}
		
#left{
	width: 175px;
	padding: 0 25px;
	float: left;	
	}
	
#content{
	width: 635px;
	float: left;
	padding-bottom: 40px;
	}	
			
.right{
	width: 155px;
	padding: 0 25px;
	float: left;	
	}

.center{
	width: 430px;
	float: left;	
	}
/********************************************** nav */

#nav{
	background: #B5D1E7;
	width: 175px;
	list-style-type: none;
	text-align: right;
	font-size: 12px;
	padding: 25px 0;
	font-weight: bold;
	}

#nav li{
	padding: 4px 20px 4px 0;
	}

#nav li a{
	color: #1168a0;
	text-decoration: none;
	}

#nav li a:hover, #nav li a.selected{
	color: #fff;
	}
		
#extraNav{
	background: #827D79;
	width: 175px;
	text-align: right;
	font-size: 11px;
	padding: 12px 0;
	margin: 15px 0 30px 0;
	color: #fff;
	}
	
#extraNav ul{
	list-style-type: none;
	}
	
#extraNav ul li{
	padding: 2px 14px 2px 0;
	}

#extraNav  a{
	color: #fff;
	text-decoration: none;
	}

#extraNav  a:hover{
	color: #ccc;
	}
		
#extraNav  a.selected{
	color: #ccc;
	}
		
/****************************************** center */
.homeImg{
	padding: 0 0 24px 0;
	}
	
.center h1{
	font-size: 24px;
	margin: 0 0 0.5em 0;
	color: #827D79;
	}

.center h2, .waasland_logistics_park h2{
	font-size: 16px;
	line-height: 22px;
	margin: 30px 0 10px 0;
	color: #1168A0;
	text-transform: uppercase;
	}

.center h2 a, .waasland_logistics_park h2 a{
	color: #1168A0;
	text-decoration: none;
	}

.center h2 ahover, .waasland_logistics_park h2 a:hover{
	color: #1168A0;
	text-decoration: underline;
	}

.center h1.news{
	margin: 0em 0 1em 0;
	}

.center h2.news{
	margin: 0px 0 0px 0;
	}
		
.center p{
	line-height: 16px;
	margin: 0 0 1em 0;
	}

.waasland_logistics_park p{
	line-height: 16px;
	margin: 0 0 1em 0;
	width: 515px;
	}


.center img{
	padding: 0 0 1em 0;
	}
	
.center a{
	color: #605c5a;
	border-bottom: 1px solid #99938f;
	text-decoration: none;
	}

.center a:hover{
	color: #605c5a;
	border-bottom: none;
	}

.center ul{
	margin: 0 0 0 20px;
	line-height: 20px;
	}
	
	
.center ul a:hover{
	color: #1168A0;
	}
		
/****************************************** right */

.right h1{
	font-size: 14px;
	color: #1168A0;
	margin-bottom: 10px;
	}

.right img{
	margin: 76px 0 0 0;
	border: 1px solid #ccc;
	}	
	
.newsItem{
	font-size: 11px;
	color: #1168A0;
	margin: 0 0 20px 0;
	}

.newsItem .date{
	font-weight: bold;
	} 


.newsItem .readMore{
	font-weight: bold;
	} 


.newsItem .readMore a{
	text-decoration: underline;
	color: #1168A0;
	} 

.newsItem .readMore a:hover{
	text-decoration: none;
	color: #1168A0;
	} 


/***************************************************footer */

#footer{
	border-top: 0px solid #CCC;
	color: #666;
	margin: 0 0px 0 220px;  	
	}	

#footer p{

	font-size: 10px;
	}	


#footer p a{
	color: #666;
	}	

#footer p a:hover{
	color: #999;
	text-decoration: underline;
	}	

		
/****************************************************/

form .input{
	margin: 0 0 12px 0;
}

fieldset{
	border: none;
	padding: 2em 0;
	border-bottom: 2px solid #C65D48;
	width: 700px;
}

label{
	display: block;
	padding: 0 0 2px 0;
	width: 400px; 
	font-weight: bold; 
	color: #408bbc;
}

input, textarea, select{
	font-family: Verdana, sans-serif;
	font-size: 11px;
}

textarea{
	height: 90px;
	min-height: 90px;
}

.text input, textarea{
	width: 390px;
	padding: 4px 0 0 0;
}

select{
	width: 400px;
}

.date select{
	width: auto;
}

option{
	padding: 0 0 0 5px;
}

.checkbox{
	float: left;
	padding: 0 .5em 0 0;
	clear: left;
}

.radio input{
	float: left;
}

.radio label{
	padding: 0 0 0 1.5em;
	margin-bottom: 0.25em;
}

.horizontal .radio input{
	float: none;
}

.vertical .radio{
	display: block;
	clear: both;
}

.horizontal .radio label{
	display: inline;
	padding: 0 1em 0 0.25em;
}

.submit input{
	border: 2px solid #53AADF;
	padding: 3px 10px;
	margin: 1em 0 0 0;
	font-weight: bold;
	color: #00649B;
	background: #A6CCE3;
	font-size: 14px;
	font-family: Arial, sans-serif;
}

form abbr.required{
	border: none;
	color: #000;
	font-size: 13px;
}

.input .error-message{
	color: #f00;
	margin: .25em 0 0 0;
	font-weight: bold;
}

.num{
	display: none;
}

.external{
	text-decoration: none !important;
}


/*************************************** formulier */


h3{
	margin: 2em 0 0.5em 0;
}
/****************************************************/


.clearfix{
	clear: both;
	}	

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