/* Body layout */

body {
	background-color: #5f0d01;
	background-position: top center;
	background-repeat: repeat-x;
	background-image: url(../images/bg_site.gif);
	text-align: center;
	margin: 0px;
	font-family: Verdana;
	font-size: 11px;
	color: #9b1f03;
	line-height: 16px;
}

/* Hoofdlayout layers*/
#container {
	position: relative;
	width: 960px;
	height: auto;
	margin: 0px auto;
	text-align: left;
	top: 0px;
}
#header {
	position: relative;
	background-image: url(../images/logo_ws.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	width: 960x;
	height: 151px;
	z-index: 1;
}
#date {
	position: absolute;
	background-image:url(../images/bg_date.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	width: 165px;
	height: 20px;
	z-index: 2;
	top: 18px;
	right: 10px;
	color: #ec7d6a;
	text-align: center;
}
#navigation {
	position: absolute;
	width: 655px;
	height: 39px;
	z-index: 2;
	text-align: right;
	bottom: 0px;
	right: 10px;
}
#photo {
	position: relative;
	width: 960px;
	height: 175px;
	background-image: url(../images/photo.jpg);
	background-repeat: no-repeat;
	background-position: left;
}
#intro {
	position: relative;
	width: 928px;
	height: auto;
	padding: 10px 16px 16px 16px;
	background-color: #7a7a7a;
	color: #ffffff;
	border-bottom: solid 2px #dbdbdb;
	z-index: 1;
}
#sub_content {
	position: relative;
	width: 928px;
	height: auto;
	padding: 10px 16px 16px 16px;
	background-color: #f3f3f3;
	z-index: 1;
}
#columns {
	position: relative;
	width: 960px;
	height: 220px;
	padding: 10px 0px 16px 0px;
	background-color: #f3f3f3;
	z-index: 1;
}
#footer {
	position: relative;
	height: 36px;
	width: 960px;
	background-image: url(../images/bg_footer.gif);
	background-position: top;
	background-repeat: repeat-x;
	z-index: 1;
}
#copyright {
	position: absolute;
	width: 424px;
	height: 20px;
	z-index: 2;
	bottom: 1px;
	left: 0px;
	color: #9c2006;
	font-size: 10px;
}
#subnav {
	position: absolute;
	width: 528px;
	height: 20px;
	z-index: 2;
	bottom: 1px;
	right: 0px;
	color: #9c2006;
	text-align: right;
	font-size: 10px;
}
.column {
	position: relative;
	width: 207px;
	height: 220px;
	float: left;
	padding-right: 16px;
	padding-left: 16px;
	border-right: solid 1px #d2d2d2;
	line-height: 20px;
	text-align: justify;
}
.btn_leesmeer {
	position: absolute;
	z-index: 2;
	width: 92px;
	height: 22px;
	right: 16px;
	bottom: 10px;
}
.td_form1 {
	line-height: 22px;	
	font-weight: bold;
	vertical-align: top;
}
input, textarea{
	border-style: solid;
	border-color: #b0b0b0 #ffffff #ffffff #c3c3c3;
	background-image: url(../images/bg_input.gif);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #e5e5e5;
	margin-bottom: 2px;
	font-size: 11px;
	color: #063258;
	border-width:1px;
}
textarea{
	overflow: auto;
	width: 350px;
	height: 150px;
}
input.formbig{
	width: 240px;
	height: 18px;
}

a,
a:visited {
	color: #b22d05;
	text-decoration: none;
}

a:hover {
	color: #cb390e;
	text-decoration: underline;
}
a.footlink,
a.footlink:visited {
	color: #e8552a;
	text-decoration: none;
}

a.footlink:hover {
	color: #dc6a48;
	text-decoration: none;
}
.title {
	color: #4d4d4d;
	font-weight: bold;
}
.titlegraph {
	padding-bottom: 8px;
}

