/* Global styles
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td{
	margin:0;
	padding:0;
	border:none;
	outline:0;
}
html,body{
	height:100%;
}
body{
	font-family:"Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	background-image:url(images/bg.jpg);
	background-position:left top;
	background-repeat:repeat-x;
	background-color:#87b6c9;
}
:focus{
	outline:none;
}
hr{
	border:1px solid #000;
}
table{
	font-size:12px;
	border-collapse:collapse;
	border-spacing:0;
}
a{
	color:#333;
}
a:hover{
	color:#111;
	text-decoration:none;
}
p{
	margin-bottom:10px;
}
ul,ol{
	margin:5px 0 10px 25px;
}
/* ---------------------- */
#container{
	position:relative;
	width:800px;
	margin:0 auto;
	background-color:#cee1e9;
	min-height:100%;
	
}
#header{
	position:relative;
	height:208px;
	background-color:#fff;
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
	background-position:left top;
}
#header h1{
	position:absolute;
	text-indent:-9999px;
}
#header #adres{
	position:absolute;
	right:10px;
	bottom:5px;
	font-size:11px;
	text-align:right;
	color:#fff;
}
#header #adres a{
	color:#fff;
}
#menu{
	position:relative;
	height:32px;
	background-color:#6a6565;
}
#menu #nav{
	position:relative;
	list-style:none;
	margin:3px 0 0 0;
	float:left;
	left:50%;
}
#menu #nav li{
	position:relative;
	float:left;
	margin-right:1px;
	right:50%;
}
#menu #nav a{
	padding:3px 10px;
	display:block;
	color:#fff;
	text-decoration:none;
}
#menu #nav a:hover{
	color:#00a9eb;
}

#welkom{
	position:relative;
	height:32px;
	font-family:Tahoma;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	margin-bottom:10px;
}

#slideshow{
	position:relative;
	width:689px;
	height:126px;
	margin-left:50px;
	background-repeat:no-repeat;
	background-position:center top;
	}
#content{
	padding:10px 15px 40px;
	text-align:justify;
}
#content h1{
	font-size:12px;
	margin-bottom:10px;
}
#content a{
	color:#0099FF;
}
#content a img{
	border:1px solid #666;
	padding:4px;
	background-color:#f9f9f9;
}
#content form a img,#content #GalleryModule a img{
	border:none;
	padding:0;
	background:none;
}
#footer{
	position:relative;
	width:800px;
	height:70px;
	margin:-30px auto 0;
	background-color:#87b6c9;
	background-image:url(images/footer.jpg);
	background-repeat:repeat-x;
	background-position:left-top;
	color:#fff;
	text-align:right;
}
#footer .logo-proximedia{
	margin:35px 5px 0 0;
	vertical-align:middle;
	padding-bottom:5px;
}
#footer #taalkeuze{
	position:relative;
	left:35px;
	top:5px;
	margin:0;
	list-style:none;
	text-align:center;
	font-size:10px;
}
#footer #taalkeuze li{
	float:left;
	margin-right:5px;
}
#footer #taalkeuze a{
	color:#fff;
}
#Newsletter{
	color:#333;
	padding:5px 10px;
}
#Newsletter h1{
	font-size:18px;
	margin-bottom:10px;
}
#NewsletterModule{
	width:250px;
}
#Newsletter #NewsletterModule{
	position:absolute;
	left:15px;
}
#NewsletterModule center,#NewsletterModule table{
	text-align:left;
}
#Newsnews_sujet{
	border-bottom:1px solid #000;
	font-size:18px;
	padding:5px;
	display:block;
	margin-top:10px;
	margin-bottom:10px;
	background-color:#f6f6f6;
}
#MessageBox{
	position:absolute;
	top:-20px;
	width:500px;
	left:50%;
	margin-left:-250px;
	z-index:999;
	background:#ffc;
	padding:5px;
	border:1px solid #ccc;
	text-align:center;
	font-weight:bold;
}
#MessageBox #Close{
	float:right;
	cursor:pointer;
}
