/* 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-color:#ededed;
}
: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:1024px;
	margin:0 auto;
	background-color:#ffffff;
	min-height:100%;
}
#header{
	position:relative;
	height:108px;
	background-color:#ffffff;
	background-image:url(images/logo.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:#000;
}
#header #adres a{
	color:#3d719c;
}
#menu{
	position:relative;
	height:30px;
	font-family:verdana;
	font-size:12px;
	font-weight:bold;
	background-color:#d6d6d6;
}
#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;
	background-color:#d6d6d6;
	display:block;
	color:#5c5c61;
	text-decoration:none;
}
#menu #nav a:hover{
	color:#fff;
	background-color:#666;
}

#break {
background-image:url(images/bgbreak.jpg);
height:256px;
}
#content{
	padding:20px 50px 40px;
	text-align:justify;
	font-family:verdana;
	font-size:12px;
	color:#333333;
	
}

.content-line {
	margin-top: 20px;
	width: 735px;
	min-height: 250px;
	float: left;
	border-right: 1px solid #000;
}


#content h1{
	font-size:24px;
	margin-bottom:10px;
}
#content a{
	color:#3d719c;
}
#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:1024px;
	height:30px;
	margin:-30px auto 0;
	background-color:#ebebeb;
	color:#fff;
	text-align:right;
}
#footer .logo-proximedia{
	margin:5px 5px 0 0;
	vertical-align:middle;
	padding-bottom:5px;
}
#footer #taalkeuze{
	position:absolute;
	left:10px;
	top:5px;
	margin:0;
	list-style:none;
	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;
}

/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	
	padding:		0;
	list-style:		none;
	
}
.sf-menu {
	line-height:	1.0;
	margin-left:105px;
}
.sf-menu ul {
	position:		absolute;
	
	top:			-999em;
	width:			15em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	padding:3px 10px;
	background-color:#d6d6d6;
	display:block;
	color:#5c5c61;
	text-decoration:none;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.sf-menu {
	float:			left;
	margin-bottom:	1em;
}
.sf-menu a {
	
	
	padding: 		.75em 1em;
	text-decoration:none;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#ffffff;
}
.sf-menu li {
	background:		#BDD2FF;
}
.sf-menu li li {
	background:		#AABDE6;
}
.sf-menu li li li {
	background:		#9AAEDB;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background:		#666;
	outline:		0;
}

/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background-color:#3e858d;
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('../images/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}
