/* 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:#47949d;
}
:focus{
	outline:none;
}
hr{
	border:1px solid #000;
}
table{
	font-size:12px;
	border-collapse:collapse;
	border-spacing:0;
}
a{
	color:#333;
	outline:none;
}
a:hover{
	color:#111;
	text-decoration:none;
}
p{
	margin-bottom:10px;
}
ul,ol{
	margin:5px 0 10px 25px;
}
/* ---------------------- */

#info {
	display:block;
	float:left;
}

/* ---------------------- */
#container{
	position:relative;
	width:1024px;
	margin:0 auto;
	background-color:#000000;
	
}
#header{
	position:relative;
	height:190px;
	background-color:#47949d;
	background-image:url(img/logo-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:30px;
	width:1024px;
	background-color:#47949d;
}
#menu #nav{
	position:relative;
	list-style:none;
	margin:3px 0 0 0;
}


#menu #nav li{
	position:relative;
	float:left;
	margin-right:1px;
}
#menu #nav a{
	padding:3px 10px;
	background-color:#3e858d;
	display:block;
	color:#fff;
	text-decoration:none;
}
#menu #nav a:hover{
	color:#3e858d;
	background-color:#cfdeff;
}

#menu #nav dt a{
	padding:3px 10px;
	background-color:#3e858d;
	display:block;
	color:#fff;
	text-decoration:none;
}
#menu #nav dt a:hover{
	color:#fff;
	background-color:#666;
}
#menu #nav dd ul{
	margin:0;
	list-style:none;
}
#menu #nav dd ul li{
}
#menu #nav dd ul li a{
	padding:3px 10px;
	background-color:#3e858d;
	display:block;
	color:#fff;
	text-decoration:none;
}
#menu #nav dd ul li a:hover{
	color:#fff;
	background-color:#666;
}
#content{
	padding:10px 15px 40px;
	text-align:justify;
	min-height:352px;
	color:#FFFFFF;
	
}
#content h1{
	font-size:24px;
	margin-bottom:10px;
}
#content a{
	color:#47949d;
}
#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:165px;
	margin:-30px auto 0;
	background:url(img/footer-bg.png) 0 124px no-repeat;
	color:#fff;
}

#navfoot {
	position:absolute;
	list-style:none;
	margin:3px 0 0 0;
	float:left;
	left:198px;
	top: 392px;
	}


#footer .logo-proximedia{
	position:absolute;
	top:108px;
	right:0;
}
#footer #taalkeuze{
	position:absolute;
	top:107px;
	margin:0;
	list-style:none;
	font-size:10px;
	width: 538px;
	height: 68px;
}
#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;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			180px; /* 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 {
	display:		block;
	position:		relative;
	background-color:#3e858d;
}
.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:		#CFDEFF;
	outline:		0;
	color:			#3e858d;
}
/*** 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;
}


