/* 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:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#ffffff;
	margin: 0px;
	padding: 0px;
	background-image:url(images/bgintro.jpg);
	background-repeat:repeat-x;	
}
:focus{
	outline:none;
}
hr{
	border:1px solid #000;
}
table{
	font-size:12px;
	border-collapse:collapse;
	border-spacing:0;
}
a{
	color:#000000;
	text-decoration:none;
}
a:hover{
	color:#526170;
	text-decoration:underline;
}
p{
	margin-bottom:10px;
}
ul,ol{
	margin:5px 0 10px 25px;
}
/* ---------------------- */
#container{
	position:relative;
	width:700px;
	height:750px;
	background-image:url(images/intro.jpg);
	margin:0 auto;
	min-height:100%;
	background-repeat:no-repeat;
}
#sico{
	position:absolute;
	left:0;
	width:249px;
	height:750px;
	background-image:url(images/sico_menu.jpg);
	background-repeat:no-repeat;
	z-index:9;
}

#menuHome{
	position:absolute;
	left:0px;
	top:585px;
	padding:0;
	margin:0;
	width:700px;
	height:165px;
}

#menuHome ul{
text-decoration: none;
display: inline;
margin: 0px;
padding: 0px;
list-style-type:none;}

 .menuproxi span, .menuFR span, .menuNL span, .menuEN span 
{visibility:hidden; display:block; font-size:small;}


.menuproxi a, .menuproxi{
background-image:url(images/intro_proximedia.jpg);
background-repeat:no-repeat;
float:left;
width:36px;
height:165px;}

.menuproxi a:active, .menuproxi a:hover{
background-image:url(images/intro_proximedia.jpg);
background-repeat:no-repeat;
float:left;
width:36px;
height:165px;}

.menuNL a, .menuNL{
background-image:url(images/intro_nl.jpg);
background-repeat:no-repeat;
float:left;
width:246px;
height:165px;
}

.menuNL a:active, .menuNL a:hover{
background-image:url(images/intro_nl_hover.jpg);
background-repeat:no-repeat;
float:left;
width:246px;
height:165px;}

.menuFR a, .menuFR{
background-image:url(images/intro_fr.jpg);
background-repeat:no-repeat;
float:left;
width:150px;
height:165px;}

.menuFR a:active, .menuFR a:hover{
background-image:url(images/intro_fr_hover.jpg);
background-repeat:no-repeat;
float:left;
width:150px;
height:165px;}

.menuEN a, .menuEN{
background-image:url(images/intro_en.jpg);
background-repeat:no-repeat;
float:left;
width:194px;
height:165px;}

.menuEN a:active, .menuEN a:hover{
background-image:url(images/intro_en_hover.jpg);
background-repeat:no-repeat;
float:left;
width:194px;
height:165px;}


#nav a:hover,#nav b:hover {text-decoration:underline;}
#nav dt b, #nav dt a {display:block; color:#fff; height:22px; line-height:22px; cursor:pointer; width:190px;}
#nav dt b {background:url(arrow.gif) no-repeat left center;}
#nav dt a {color:#ffffff; text-decoration:none;}
#nav dd {padding:0; margin:0;}
#nav dd ul {padding:0; margin:0; list-style:none;}
#nav dd ul li {padding-left:10px;}
#nav dd ul li a {color:#fff; padding:3px 0; display:block;}
#sico #proximedia{
	position:absolute;
	bottom:0px;
	right:20px;
	font-size:10px;
}
#headerverf{
	position:relative;
	height:309px;
	background-image:url(images/sico_verf.jpg);
	background-repeat:no-repeat;
	margin-left:249px;
}
#headerverf #adres{
	position:absolute;
	color:#fff;
	left:120px;
	top:65px;
}

#headerverf #adres a{
font-weight:bold;
}

#headerverf #adres a:hover{
font-weight:bold;
}

#content{
	position:relative;
	margin-left:249px;
	background-image:url(images/sico_content2.jpg);
	background-repeat:repeat-x;	
	padding:20px;
}
#content h1{
	font-size:14px;
	font-weight:bold;
	margin-bottom:10px;
	text-transform:uppercase;
	color:#2c4056;
	border-bottom: 2px solid #2c4056;
	padding: 20px 0px 5px 5px;
	text-align:right;
}


#submenu{
	margin-right:20px;
	margin-top:25px;
	width:200px;
	display:block;
	float:left;
	clear:both;
}
#submenu a{
	padding:5px 0;
	display:block;
	border-bottom:1px dotted #999;
	color:#2e598f;
}