@charset "utf-8";
/* CSS Document */
	
*{
	margin:0;
	padding:0;
}

body{
	background: #a4a4a4;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
	
div#container{
	background: url(../../gfx/bg.jpg) repeat-y;
	text-align: left;
	width: 960px;
	margin: 0 auto;
}
	
div#header{
	background: url(../../gfx/bg_header.jpg) repeat-x;
	position: absolute;
	top: 0;
	width: 960px;
	height: 180px;
}
	
div#logo{
	background: url(../../gfx/logo.jpg) no-repeat;
	position: absolute;
	top: 34px;
	right: 0px;
	width: 550px;
	height: 145px;
}

div#content{
	padding-top: 45px;
	padding-left: 10px;
	margin-top: 170px;
	margin-left: 254px;
	width: 430px;
	min-height:500px;
  	height:auto !important; /*For IE6*/
  	height:500px; /*For IE6*/
	padding-bottom: 20px;
}

div#content p{
	margin-bottom: 10px;
}

.item{
	margin-left: -10px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #00a0e1;
	color: #00a0e1;
	width: 400px;
}

.kop{
	font-size: 14px;
	color: #00a0e1;
	margin-bottom: 10px;
	font-weight: bold;
}

.sub_kop, .sub_kop a{
	color: #a4a4a4; 
	margin: 5px 0px;
}

div#menu_left{
	position: absolute;
	top: 220px;
	width: 200px;
	padding-left: 15px;
	border-bottom: 1px solid #00a0e1;
}
div#menu_left ul{
	list-style: none;
}

div#menu_left li{
	padding: 10px;
}

div#menu_left a{
	text-decoration: none;
	font-weight: bold;
	color: #a4a4a4;
}

div#img_left{
	background: url(../../gfx/img_left.jpg) no-repeat;
	height: 320px;
	width: 200px;
	position: absolute;
	top: 420px;
}

div#link_buttons{
	position: relative;
	padding-top: 201px;
}

div#menu_right{
	height: 300px;
	width: 190px;
	position: absolute;
	top: 240px;
	margin-left: 740px;
	border-top: 1px solid #00a0e1;
	padding: 10px 0px 0px 30px;
}

div#menu_right li{
	list-style-image: url(../../gfx/list_img_right.jpg);
	padding-bottom: 20px;
	color: #a4a4a4;
}

.blue{
	font-weight: normal;
	color: #00a0e1;
}

.kop_menu_right{
	position: absolute;
	top: 215px;
	margin-left: 770px;
	font-size: 12px;
	color: #a4a4a4;
}
/******************* Shadow imgage **************/
.xb1, .xb2, .xb3, .xb4, .xb5, .xb6, .xb7, .xb8, .xb9 { display:block; float:left; font-size:1px; }
.xb1, .xb3, .xb4, .xb6, .xb7, .xb9 { width:4px; }
.xb1, .xb2, .xb3, .xb7, .xb8, .xb9 { height:4px; }
.xb4, .xb7 { clear:left; }

.xb1 { background:url(../../gfx/shadow2/tl.gif); }
.xb2 { background:url(../../gfx/shadow2/top.gif); }
.xb3 { background:url(../../gfx/shadow2/tr.gif); }
.xb4 { background:url(../../gfx/shadow2/lft.gif); }
.xb5 { background:#606060; }
.xb6 { background:url(../../gfx/shadow2/rgt.gif); }
.xb7 { background:url(../../gfx/shadow2/bl.gif); }
.xb8 { background:url(../../gfx/shadow2/bot.gif); }
.xb9 { background:url(../../gfx/shadow2/br.gif); }

.shadowbox {
	display: block;
	background: transparent;
	position: relative;
}

.shadowbox img {
	display: block;
	position: absolute;
	left: 4px;
	top: 4px;
	background: #fff;
}
/************************************************/
div#contact{
	margin: 5px 0px 0px -10px;
	padding: 20px 0px 0px 10px;
	color: #00a0e1;
	border-top: 1px solid #00a0e1;
}

div#contact .input_text{
	background: #ccecf9; 
	border: none; 
	width: 210px;
	color: #00a0e1;
	margin-top:5px;
}

table#datalist th {
	text-align: left;
	font-weight: bold;
	color: #00a0e1;
}

table#datalist td, table#datalist th {
	padding: 0 15px 10px 0;
}

table#datalist td, table#datalist a{
	color: #a4a4a4;
}

.leden_naam {
	text-decoration: underline;
	color: #00a0e1;
}

.center_table {
	text-align: center;
}
