
html {
	margin: 0;
	padding: 0;
	height: 100%;
}

body {
	background-image: url('images/back.jpg');
	background-repeat:repeat-x;
	background-color: #F5F5F5;
	min-width: 760px;
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
}

#wrapper {
	width: 760px;
	position: relative;
	left: 50%;
	margin-left: -380px;
	background: #FFFFFF;
	height: 98%;
	border-bottom: 20px solid gray;
	


}

/*\ IE Win hack ~ height acts like min-height */
* html #container {
	height: 100%;
}
/* end comment required */


#titel {
	height: 100px;
	width: 760px;
	border-top: 1px solid #FFF;
}

#header {
	height: 107px;
	width: 760px;
	background-image: url('images/header2.jpg');
	border-bottom: 9px solid #ccc;
	border-top: 9px solid #ccc;
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
}

#bottom {
	width: 760px;
	background-image: url('images/bottom.gif');
	border-top: 3px solid #ccc;
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
}

h1 {
	margin: 75px 0 0 0;
	color: gray;
	font-size: 20px;
  	line-height: 28px;
  	letter-spacing: -1.5px;
  	text-align: center;
}

h2 {
	margin-top: 2px;
	text-align: center;
	color: gray;
	font-size: 20px;
	line-height: 28px;
  	letter-spacing: -1.5px;
  	margin-bottom: 20px;
}

#sub h2 {
	margin-top: 2px;
	text-align: center;
	color: gray;
	font-size: 17px;
	line-height: 20px;
  	letter-spacing: -1px;
  	margin-bottom: 20px;
}


h3 {
	color: gray;
	font-size: 20px;
	font-weight: normal;
	text-align: center;
	line-height: 20px;
  	letter-spacing: -1px;

}

.kader {
	float: left;
	width: 253px;
	height: 250px;
	padding-top: 5px;
	background-image: url('images/block2.jpg');
	background-repeat: no-repeat;
	background-position: center;
}

.kader2 {
	float: left;
	width: 253px;
	height: 250px;
	padding-top: 5px;
}

.kader a:link, .kader a:active, .kader a:visited {
	color: #950016;
	text-decoration: none;
}

.kader a:hover {
	text-decoration: underline;
}

.kader2 a:link, .kader a:active, .kader a:visited {
	color: #950016;
	text-decoration: none;
}

.kader2 a:hover {
	text-decoration: underline;
}


li a:link, li a:active, li a:visited {
	color: #950016;
	text-decoration: none;
}

li a:hover {
	text-decoration: underline;
}


.kader2 ul {
	margin-top: 43px;
	margin-left: 25px;
	padding-left: 50px;
}

.kader2 li {
	padding-left: 5px;
	margin-bottom: 15px;
	font-weight: normal;
	list-style-type: none;
	font-size: 18px;
	line-height: 20px;
  	letter-spacing: -1px;
  	list-style-image:url('images/pijltje.gif')
	}
	
	


#cibnet {
	clear: both;
	width: 760px;
	height: 100px;
	top: 300px;
	background-image: url('images/cibnet.gif');
	background-repeat: no-repeat;
}

.cibnetNLlink {
	position: absolute;
	left: 50%;
	margin: 16px 0 0 -235px;
	height: 63px;
	width: 180px;
} 

.cibnetFRlink {
	position: absolute;
	left: 50%;
	margin: 16px 0 0 50px;
	height: 63px;
	width: 180px;
}


#banner {
	width: 760px;
	height: 150px;
	text-align: center;
	background: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
}

#banner p {
	margin-top: 3px;
}

#banner a:link, #banner a:active, #banner a:visited {
	color: black;
	text-decoration: none;
}

#banner a:hover {
	text-decoration: underline;
}

/*
#footer_sidebar {
	position: absolute;
	width: 173px;
	height: 20px;
	left: 50%;
	bottom: 0px;
	margin: 0 0 0 -380px;
	background-color: #950016;
	border-top: solid #FFFFFF 1px;
	border-right: solid #FFFFFF 1px;
}

#footer_sidebar p {
	line-height: 15px;
	margin: 0 3px 0 0;
}

*/

#footer_new {
	position: absolute;
	width: 760px;
	height: 22px;
	bottom: 0px;
	background-color: #B4B4B4;
	display: table-cell;
}


#footer_new p {
	line-height: 22px;
	color: white;
	margin: 0;
	
}

