/* Standaard waardes */

* {
	margin: 0;
	padding: 0;
	list-style: none;
}
html {
	background: url('images/htmlbg.gif') repeat-x top left;
}
body {
	width: 782px;
	margin: 0px auto;
	font: 12px "Trebuchet MS",Arial, Helvetica, sans-serif;
}
h2 {
	color: #fff;
	font: bold 14px "Trebuchet MS",Arial, Helvetica, sans-serif;
	height: 26px;
	padding: 6px 0px 0px 10px;
}

/* Header */
h1#header {
	margin-top: 12px;
	width: auto;
	height: 136px;
	background: url('images/header.png') no-repeat top left;
	_background: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod='scale', src='images/header.png');
}
h1#header a {
	position: absolute;
	display: block;
	width: 308px;
	height: 130px;
	margin-top: 6px;
	margin-left: 468px;
	text-indent: -99999999px;
	overflow: hidden;
}

/* Container 1 */
div#container {
	background: url('images/containerbg.png') repeat-y top left;
	margin-bottom: 0;
	_height: 1%;
	_background: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod='scale', src='images/containerbg.png');
}
/* Container 2 */
div#container2 {
	background: url('images/headerbg.png') no-repeat top center;
	height: 100%;
}

/* Linkpartners include */
div#links {
 	color:#000000;
}
div#links a{
	color: #000;
	text-decoration: none;

	width: 100%;
	text-indent: 4px;
}
div#links a:hover { 
	background-color: #37a3f0; 
}

/* Menu */
div#menu {
	padding: 11px 0px 0px 16px;
	width: 160px;
	float: left;
	_position: relative;
}
div#menu h2.leden {
	background: url('images/menuh2leden.gif') no-repeat top left;
}
div#menu h2.algemeen {
	background: url('images/menuh2algemeen.gif') no-repeat top left;
}
div#menu h2.linkpartners {
	background: url('images/menuh2linkpartners.gif') no-repeat top left;
}
div#menu h2.advertentie {
	background: url('images/menuh2advertentie.gif') no-repeat top left;
}
div#menu ul {
	background-color: #fff;
	padding: 5px 0px 5px 0px;
	margin: 0 0 15px 5px;
	width: 151px;
}
div#menu ul.rood { border-bottom: 3px solid #e12121; }
div#menu ul.geel { border-bottom: 3px solid #eee639; }
div#menu ul.blauw { border-bottom: 3px solid #37a3f0; }
div#menu .groen { border-bottom: 3px solid #5ef11f; }
div#menu ul li a {
	color: #000;
	text-decoration: none;
	display: block;
	width: 100%;
	text-indent: 4px;
}
div#menu ul.rood li a:hover { background-color: #e12121; }
div#menu ul.geel li a:hover { background-color: #eee639; }
div#menu ul.blauw li a:hover { background-color: #37a3f0; }
div#menu ul.groen li a:hover { background-color: #5ef11f; }
div#menu p {
	background-color: #fff;
	padding: 4px;
	margin: 0 0 15px 5px;
	width: 143px;
}

div#menu p.geel { border-bottom: 3px solid #eee639; }
/* Content */
div#content {
	width: 590px;
	float: left;
	padding-left: 10px;
	_position: relative;
}

/* Berichtenbalk */
p#berichtenbalk {
	background: url('images/berichtenbalkbg.gif') no-repeat top left;
	height: 26px;
	color: #fff;
	padding: 6px 10px 0px 10px;
}

/* 2e content */
div#context {
	padding: 30px;
}
div#context h2.rood {
	background: url('images/contexth2roodbg.gif') repeat-x top left;
}
div#context h2.groen {
	background: url('images/contexth2groenbg.gif') repeat-x top left;
}
div#context h2.geel {
	background: url('images/contexth2geelbg.gif') repeat-x top left;
}
div#context h2.blauw {
	background: url('images/contexth2blauwbg.gif') repeat-x top left;
}
div#context div.content {
	background: #fff url('images/contentvraagteken.gif') no-repeat top left;
	margin-bottom: 30px;
	padding: 10px;
}

/* Footer */
p#footer {
	background: url('images/footerbg.gif') 0 -1px no-repeat;
	text-align: right;
	padding: 24px 10px 5px 0px;
	margin-top: -1px;
}
#footer a {
	color: #000;
	text-decoration: underline;
}
#footer a:hover {
	text-decoration: none;
}

ul.icon  {
  margin: 0 0 10px 2px;
  padding: 0;
  list-style: none;
}

.icon li img {
 padding: 0px;
 margin: 0 5px 3px 0;
 width: 37px;
 height: 30px;
 vertical-align: middle; 
}

.icon li {
 clear: both;
}

.icon li a {
  text-decoration: none;
}
