body {
    margin: 0;
    padding: 0;
	color: #404040;
    font-size: 13px; 
    text-align: center;
    font-family: Verdana, Arial, "Times new roman";
    background: #818A84 url("images/bodybg.png") repeat-x top left;
}
#body {
	margin: 0;
    padding: 0;
    width: 100%;
 	background: #FFFFFF url("images/bodybg.png") repeat-x top left;
}
#site {
	width: 919px;
	margin: 0 auto;
	text-align: left;
}
/* LOGO / MENU */
#top {
	height: 110px;
	overflow: hidden;
	position: relative;
}
#menu {
	right: 0;
	bottom: 7px;
	width: 659px;
	height: 37px;
	overflow: hidden;
	position: absolute;
	text-align: center;
}
#menu tr, #menu tr td {
	height: 37px;
	overflow: hidden;
}
#menu td:hover, #menu td.active {
	background: transparent url("images/loopmenu.png") repeat-x top left;
}
#menu td:hover a span, #menu td.active a span {
	display: inline;
}
#menu td a {
	height: 17px;
	color: #323232;
	display: block;
	min-height: 17px;
	max-height: 17px;
	line-height: 17px;
	font-size: 15.24px;
	position: relative;
	padding: 8px 0 12px 0;
	text-decoration: none;
	vertical-align: middle;
	font-family: "Trebuchet MS", Trebuchet, Helvetica, Verdana, Arial, "Times new roman";
}
#menu td a:hover, #menu td.active a {
	color: white;
}
#menu td a span {
	top: 0;
	width: 5px;
	height: 37px;
	display: none;
	cursor: pointer;
	position: absolute;
}
#menu td a span.L {
	left: 0;
	background: transparent url("images/menuL.png") no-repeat top left;
}
#menu td a span.R {
	right: 0;
	background: transparent url("images/menuR.png") no-repeat top left;
}
/* HEADER / INTRO */
#eyecather {
	float: left;
	width: 254px;
	height: 275px;
	position: relative;
}
#eyecather #headerimage {
	top: 0;
	left: 0;
	width: 254px;
	height: 275px;
	overflow: hidden;
	position: absolute;
}
#eyecather #overlay {
	top: 0;
	left: 0;
	z-index: 45;
	position: absolute;
}
#intro {
	float: right;
	width: 623px;
	height: 262px;
	padding: 12px 20px 0px 15px;
	overflow: hidden;
	background: transparent url("images/intro.png") no-repeat top right;
}
#intro p {
	color: white;
	line-height: 23px;
	font-size: 15.24px;
	margin: 10px 0 0 0;
}
/* SUBMENU */
#left {
	float: left;
	width: 254px;	
}
#submenu {
	margin: 0;
	list-style: none;
	padding: 5px 0 20px 0;
}
#submenu li a {
	display: block;
	color: #3A413B;
	line-height: 17px;
	text-decoration: none;
	padding: 2px 3px 4px 48px;
	background: transparent url("images/submenu.png") no-repeat 0px 6px;
}
#submenu li a:hover {
	color: #C1D72D;
}
#submenu li.active a {
	color: #C1D72D;
	text-decoration: underline;
}
#submenu li.news {
	margin-top: 20px;
	margin-right: 30px;
	padding-left: 20px;
	padding-bottom: 2px;
	border-bottom: solid 1px #E3E3E3;
}
/* CONTENT */
#right {
	float: right;
	width: 638px;
}
#sharethis {
	text-align: right;
	padding: 15px 3px 20px 0;
}
#forms {
	height: 109px;
	margin-bottom: 20px;
	background: transparent url("images/forms_home.png") no-repeat top right;
}
#forms form, #loginforms form {
	float: left;
	width: 319px;
	height: 109px;
	display: block;
	position: relative;
}
#forms #frmSS4 input {
	top: 65px;
	left: 86px;
	width: 144px;
	padding: 4px;
	border: none;
	position: absolute;
	background-color: transparent;
}
#forms #frmSS4 input[type=submit]  {
	left: 246px;
	width: 33px;
	cursor: pointer;
	text-indent: 50px;
	color: transparent;
	padding: 5px 5px 8px 5px;
}
#forms #klantenlogin {
	float: left;
	width: 319px;
	height: 109px;
	display: block;
}
/* LOGIN FORMS */
#loginforms {
	height: 109px;
	margin-bottom: 20px;
	background: transparent url("images/forms.png") no-repeat top right;
}
#loginforms #filebox input {
	top: 36px;
	left: 130px;
	width: 101px;
	padding: 4px;
	border: none;
	position: absolute;
	background-color: transparent;
}
#loginforms #filebox input[type=password] {
	top: 65px;
}
#loginforms #filebox input[type=submit]  {
	top: 64px;
	left: 246px;
	width: 33px;
	height: 31px;
	cursor: pointer;
	overflow: hidden;
	text-indent: 150px;
	color: transparent;
	line-height: 300px;
	padding: 5px 5px 8px 5px;
}
#loginforms #mijnacc {
	float: left;
	width: 319px;
	height: 109px;
	display: block;
}
/*#loginforms #mijnacc input {
	top: 36px;
	left: 150px;
	width: 101px;
	padding: 4px;
	border: none;
	position: absolute;
	background-color: transparent;
}
#loginforms #mijnacc input[type=password] {
	top: 65px;
}
#loginforms #mijnacc input[type=submit]  {
	top: 64px;
	left: 266px;
	width: 33px;
	cursor: pointer;
	text-indent: 50px;
	color: transparent;
	padding: 5px 5px 8px 5px;
}*/
/* FOOTER */
#bottom {
	min-height: 200px;
	background: #818A84 url("images/footerbg.png") repeat-x top left;
}
#footer {
	width: 919px;
	margin: 0 auto;
	text-align: left;
	padding-bottom: 30px;
}
#footer #bar {
	height: 60px;
	color: #FFFFFF;
	line-height: 44px;
	text-align: right;
	font-size: 20.32px;
	padding-right: 10px;
	font-family: "Trebuchet MS", Trebuchet, Helvetica, Verdana, Arial, "Times new roman";
}
#footer #bar a {
	color: white;
	text-decoration: none;
}
#footer #bar a:hover {
	text-decoration: underline;
}
#footer #columns {
	color: white;
	font-size: 12.7px;
	position: relative;
	padding-left: 70px;	
	font-family: "Trebuchet MS", Trebuchet, Helvetica, Verdana, Arial, "Times new roman";
}
#footer #columns a {
	color: white;
	text-decoration: none;
}
#footer #columns a:hover {
	text-decoration: underline;
}
#footer .column {
	float: left;
	width: 172px;
	min-height: 195px;
}
#footer .column.c1 {
	width: 200px;
}
#footer .column.c2 {
	width: 190px;
}
#footer .column.c4 {
	width: 178px;
}
#footer .column.c5 {
	width: 100px;
	height: 110px;
	/*background: transparent url("images/socialmedia.png") no-repeat top left;*/
	background: transparent url("images/socialmedia.png") no-repeat 68px 0;
}
#footer .column.c5 a {
	/*float: left;*/
	float: right;
	width: 32px;
	height: 31px;
	display: block;
}
#footer #remgro {
	top: 42px;
	right: 10px;
	font-size: 10px;
	position: absolute;
	font-style: italic;
}
/* MULTIFUNCTIONAL */
h1 {
	color: #323232;
	font-size: 28px;
	line-height: 32px;
	font-weight: normal;
	padding-bottom: 4px;
	margin: 15px 85px 6px 0px;
	border-bottom: solid 1px #E3E3E3;
	font-family: "Trebuchet MS", Trebuchet, Helvetica, Verdana, Arial, "Times new roman";
}
h2 {
	color: #FFFFFF;
	font-size: 27.94px;
	line-height: 44px;
	font-weight: normal;
	margin: -4px 0 12px 0px;
	text-transform: uppercase;
	font-family: Verdana, Arial, "Times new roman";
}
h3 {
	color: #323232;
	font-size: 24px;
	line-height: 32px;
	font-weight: normal;
	padding: 4px 0 0px 20px;
	margin: 15px 30px 8px 0px;
	border-bottom: solid 1px #E3E3E3;
	font-family: "Trebuchet MS", Trebuchet, Helvetica, Verdana, Arial, "Times new roman";
}
.pagina iframe {
	border: solid 1px #E3E3E3;
}
.pagina h1, .pagina h2, .pagina h3, .pagina h4, .pagina h5, .pagina h6 {
	margin: 10px 0;
	border: none;
	padding: 0;
	line-height: normal;
	text-decoration: none;
	font-size: 20px;
	font-weight: bold;
}
.pagina h2 {
	font-size: 18px;
}
.pagina h3 {
	font-size: 16px;
}
.pagina h4 {
	font-size: 15px;
}
.pagina h5 {
	font-size: 14px;
}
.pagina h6 {
	font-size: 13px;
}
p {
	margin: 17px 0;
	line-height: 18px;
	letter-spacing: 0.1px;
}
table {
	line-height: 18px;
	letter-spacing: 0.1px;
}
a, a:visited {
	color: #404040;
}
a:hover {
	color: #000000;
}
.clear, .clearboth {
	clear: both;
}
.floatleft {
	float: left;
}
.floatright {
	float: right;
}
.mleft3px {
	font-size: 11px;
	margin-left: 3px;
}
.error {
	color: red;
	font-weight: bold;
	margin-bottom: 10px;
}
input[type=text], input[type=password], textarea {
	border: solid 1px #CCC;
}
input[type=text]:hover, input[type=password]:hover, textarea:hover {
	border-color: #ACACAC;
}
input[type=text]:focus, input[type=password]:focus, textarea:focus {
	border-color: #797979;
}
input[type=submit], input[type=button] {
	padding: 3px 18px;
	cursor: pointer;
	border: solid 1px #797979;
}
input[type=submit]:hover, input[type=button]:hover {
	border-color: #333;
}
/* PAGINA INHOUD */
#fotohok {
	width: 220px;
	float: right;
	text-align: right;
}
#fotohok img {
	margin: 0 0 10px 0;
	border: solid 1px #CCC;
}
.pagina img {
	border: solid 1px #CCC;
}
span.pagina h1, span.pagina h2, span.pagina h3, span.pagina h4, span.pagina h5, span.pagina h6 {
	padding: 0;
	margin: 10px 0;
	border: none;
	line-height: normal;
	text-decoration: none;
	font-size: 20px;
	font-weight: bold;
}
span.pagina h2 {
	font-size: 18px;
}
span.pagina h3 {
	font-size: 16px;
}
span.pagina h4 {
	font-size: 15px;
}
span.pagina h5 {
	font-size: 14px;
}
span.pagina h6 {
	font-size: 13px;
}
/* NIEUWS */
.item {
	padding: 2px 0;
	border-bottom: solid 1px #E3E3E3;
}
.item.first {
	border-top: solid 1px #E3E3E3;
}
.item .afb {
	float: left;
	width: 122px;
	height: 122px;
}
.item .afb img {
	border: solid 1px #CECECE;
}
.item .info {
	float: left;
	width: 500px;
	height: 122px;
	overflow: hidden;
	margin-left: 15px;
}
.item p {
	max-height: 54px;
	overflow: hidden;
	margin-bottom: 10px;
}
.item .titel {
	font-weight: bold;
}
.item .leesmeer {
	font-size: 11px;
}
.pagenrs {
	padding: 10px 0;
}
.pagenrs a {
	padding: 3px 8px;
	text-decoration: none;
	border: solid 1px #CCC;
}
.backlink {
	display: block;
	width: 130px;
	margin: 10px 0 5px 0;
	font-size: 11px;
	border: solid 1px #CECECE;
	text-decoration: none;
	padding: 3px 10px;
}
.backlink:hover {
	background-color: lightyellow;
}
