@charset "UTF-8";
/* standaard elementen */

*{
	margin: 0;
	padding: 0;
	border: 0 none;
	
}

ul{list-style-type: none;}
	
	
body, html{
	height: 100%;
}

body{
	font-family:Arial,Helvetica, sans-serif;
	font-size:82.5%;
	background:url(../images/background.jpg) center top no-repeat #e9e9e9;
	color: #2a2a2a;
}


h1{
	clear: both;
	}

h1 a{
	display: block;
	text-indent: -9999px; 
	background: url(../images/logo.png) no-repeat;
	width: 224px;
	height:153px;
	}
	
h2{
	border-bottom: #017bc4 1px solid;
	text-align: right;
	font-size:1.3em;
	text-transform:uppercase;
	line-height: 2;
	margin: 20px 0 20px 0;
	clear:both;
	font-weight: bold;
	
	}
	
p{
	text-align: justify;
	margin: 10px 0 0 0;
	line-height: 1.5;
	clear:both;
	}
	
a{
	color: #017bc4;
	text-decoration: underline;
	}
	
a:hover{
	text-decoration: none;
	}
	
br.clear{
	clear:both;
}

address{
	font-style:normal;
}

/*custom selectors*/

div#wrapper{
	min-height:100%;
	height: auto;
	margin: 0 auto;
	width: 642px;
	position: relative;
	
}


	
ul#menu{
	float: left;
	margin: 37px 0 0 12px;
	}
ul#menu li{
	width: 185px;
	text-align: right;
	}
	
ul#menu li a.selected{
	background: url(../images/menu_arrow.png) left center no-repeat;
	padding: 0 0 0 18px;
	}
	
ul#menu li a{
	font-size: 1.02em;
	font-weight: bold;
	text-decoration: none;
	color: #017bc4;
	line-height: 2;
	
	}
	
	
ul#menu li ul li a{
	color: #2a2a2a;
	font-size: 0.9em;
	line-height: 1.5;
	}
	
	
div#content{
	float: right;
	width: 350px;
	margin: -10px 0 0 0;
	overflow: hidden;
	padding: 0 0 280px 0;
	}
	
div#footer{
width: 642px;
position: absolute;
bottom:0px;
height: 194px;

	
	}
	
div#footer ul{
	float: left;
	margin: 170px 0 0 33px;
}
	
div#footer ul li{
	float: left;
	margin: 0 10px 0 0;
	}
div#footer ul li a{
	color: #2a2a2a;
	text-decoration:none;
	font-size: 0.9em;
}

div#footer ul li a:hover{
	text-decoration:underline;
}


div#footer dl{
	background: url(../images/footer.png) left no-repeat;
	width: 224px;
	height: 174px;
	float: right;
	color: #fff;
	padding: 20px 0 0 0;
	font-size: 0.9em;
	margin: 0 -7px 0 0;
	
}


div#footer dl dt{
	float: left;
	text-align: left;
	width: 32px;
	height: 20px;
	margin: 0 0 0 29px;
}

div#footer dl dt.remove{
	text-indent: -9999px;
}

div#footer dl dd{
	float:right;
	width: 134px;
	margin: 0 27px 0 0;
	text-align:right;
	height: 20px;
	}
div#footer dl dd#dd_name,div#footer dl dt#dt_name{
	height: 30px;
	font-weight: bold;
	font-size: 1.1em;
	}
	
div#footer dl dd#dd_address,div#footer dl dt#dt_address{

height: 60px;
}
	
img.right{
	float:right;
	margin: 5px 0 0 10px;
	}
	
.bold{
	font-weight:bold;
}

.no_float{
	float:none;
	}
	
div.error{
	background: url(../images/error_field_back.png) left top no-repeat #c6c6c6;
	width: 300px;
	min-height: 35px;
	color:#d61818;
	font-weight:bold;
	padding: 19px 0 0 50px;
	}
	
.right{
	float: right;
	}
	
p.gray_block{
	width: 330px;
	min-height: 35px;
	padding: 10px;
	background: #c6c6c6;
	text-align: justify;
	line-height: 1.2;
	}