/* 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;
}

#left {
	position: absolute;
	width: 318px;
	height:536px;
	background-image: url(images/intro.png);
	left: 0;
	top:0;
	z-index:10;
}

#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;
}

#teksten {
position: relative;
width: 250px;
margin-top: 330px;
float: right;
margin-right: 70px;
}

#teksten ul {
list-style:none;
margin:3px 0 0 0;
}

#teksten ul li {
	position: relative;
	margin: 25px 0 0 0;
}

#teksten ul li a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 14px;
}

#teksten ul li a:hover {
	color: #333333;
	text-decoration: none;
}

#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;
}
