
/* -------------------------------- PAGE -------------------------------- */
@charset "UTF-8";
/* CSS Document */
body, html{
	height:100%;
}
body{
	background:url(/site/gfx/bg.gif) fixed;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:14px;
	margin:0;
	padding:0;
}

p {
	margin:0;
	padding:0;
}
img{
	border:0px;
}
a {
	color: #16363E;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #000;
}
a:active {
	text-decoration: none;
	color: #000;
}
input {
	border:1px solid #ccc;
	padding:2px;
	width:100px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
input:focus{
	border:1px solid #16363E;
}
td {
	border:none;
	padding:4px;
	border-collapse:collapse;
}
tr{
	border:none;
	border-collapse:collapse;
}
table {
	border:none;
	background:url(/site/gfx/bg_dotted.gif) 1px 10px;
	border-collapse:collapse;
}
/* -------------------------------- LAYERS -------------------------------- */
#page{
	margin:10px;
}
#sidebar{
	float:left;
	width:120px;
}
#left{
	float:left;
	width:500px;
	margin-right:20px;
	background:url(/site/gfx/bg_dotted.gif) 0px 0px fixed;
}
#right{
	float:left;
	width:220px;
	margin-right:20px;
	margin-left:100px;
}

#menu1 {
	width:255px;
	float:left;
	padding-left:4px;
}
#menu2 {
	width:215px;
	float:left;
	padding-left:4px;
}

#menu1 .item {
	font-size:11px;
	line-height:15px;
	font-weight:bold;
	text-transform:uppercase;
	margin-bottom:10px;
}
#menu1 .item a{
	margin-left:4px;
	color: #16363E;
}

#menu2 .item {
	font-size:11px;
	line-height:15px;
	font-weight:bold;
	margin-bottom:10px;
}
#menu2 .item a{
	margin-left:4px;
	color: #16363E;
}

#zoeken{
	color: #16363E;
	position:absolute;
	bottom:10px;
	left:10px;
	font-size:11px;
	line-height:13px;
}
#content{
	float:left;
	font-size:12px;
	line-height:14px;
	margin-top:15px;
}
/* -------------------------------- LAYOUT -------------------------------- */
.header{
	height:24px;
	margin-left:4px;
	clear:both;
}
.col{
	float:left;
	width:80px;
	margin-right:4px;
}
.col_2{
	float:left;
	width:182px;
	margin-left:4px;
}
.col_3{
	float:left;
	width:390px;
	margin-right:4px;
	font-size:11px;
}
.navigatie_col{
	float:left;
	width:188px;
	height:64px;
}
.content_text{
	padding:4px;
	font-size:12px;
	line-height:15px;
	width:478px;
}
.content_text img{
	margin:0 0 0 10px;
}
.content_text table { margin: 5px 0; }
.content_text td { border: 1px solid #16363E; padding: 2px 4px; }

.content_header{
 	display:block;
	clear:both;
	margin:4px;
}
.content_submenu{
 	display:block;
	font-size:11px;
	line-height:14px;
	font-weight:bold;
	margin:0 0 8px 4px;
}
.content_submenu a{
	color:#666;
}
.list_item_text{
	float:left;
	clear:both;
	width:400px;
	margin-top:6px;
	margin-bottom:14px;
	font-size:12px;
}
/* -------------------------------- TEXT -------------------------------- */
.rgt{
	text-align:right;
}
.green{
	color:#16363E;
}
.green a{
	color:#16363E;
}
.green a:hover{
	color:#000;
}
.gray, a:link.gray{
	color:#BDBDBD;
}
.gray a{
	color:#BDBDBD;
}
.gray a:hover{
	color:#000;
}
.d_gray, a:link.d_gray{
	color:#808080;
}
.d_gray a{
	color:#808080;
}
.d_gray a:hover{
	color:#000;
}
.black, a:link.black{
	color:#000;
}
.black a{
	color:#000;
}
.black a:hover{
	color:#16363E;
}
.kop1{
	font-size:13px;
	color:#16363E;
	font-weight:bold;
	text-transform:uppercase;
	margin-bottom:2px;
}
.kop2{
	font-size:14px;
	font-weight:bold;
}
.klein{
	font-size:10px;
}

/* -------------------------------- overig -------------------------------- */
.cb{
	clear:both;
}
.blok{
	display:block;
}
.img_offset{
	margin:4px 0;
}
.space_right{
	margin-right:10px;
}
.space_left{
	margin-left:10px;
}
a.pdf{
	clear:both;
	display:block;
}
