@charset "utf-8";
/* CSS Document */

body {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	background-color: #333333;
	margin: 0px;
	padding: 0px;
	height: 100%;
	background-image: url(../images/back-body.gif);
	background-position: center;
	background-repeat: repeat-y;
}
html {
	height: 100%;
	overflow-y: scroll;
}
a {
	color: #000;
	text-decoration: underline;
}
a img  {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a.zoek-url {
	font-size: 10px;
	color: #145139;
	text-decoration: underline;
}
h1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 17px;
	color: #06523d;
	margin: 0px;
	padding: 0px;
}
h2 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;
}
#maincontainer {
	background-color: #F8CFA2;
	width: 1000px;
	height: 100%;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#search {
	float: right;
	width: 150px;
	background-repeat: no-repeat;
	background-position: right;
	background-color: #FFF;
	border: 1px solid #145139;
	padding: 1px;
	margin-top: 8px;
	margin-right: 8px;
}
#searchform {
}
#searchtxt {
	width: 120px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	float: left;
}
#searchbtn {
	float: right;
	background-image: url(../images/zoekbtn.gif);
	background-repeat: no-repeat;
	background-position: right;
	border: 0px none #FFF;
	height: 17px;
	width: 17px;
}
#nav {
	height:32px;
	margin: 0px;
	padding: 0px;
	width: 1000px;
	background-image: url(../images/back-nav.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
#nav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#nav li {
	float: left;
}
#nav a {
	background-image: url(../images/back-nav-2.gif);
	background-repeat: no-repeat;
	height: 23px;
	display: block;
	width: 167px;
	text-align: center;
	padding-top: 9px;
	color: #FFF;
	text-decoration: none;
}
#nav a:hover {
	font-weight: bold;
	color: #E06B0E;
}
#nav a.left {
	background-image: url(../images/back-nav-1.gif);
}
#nav a.right {
	width: 165px;
	background-image: url(../images/back-nav-3.gif);
	cursor: auto;
}
#nav .active a {
	font-weight: bold;
}
#banner {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	height: 184px;
	background-color: #E58516;
	clear: left;
}
#breadcrumbs {
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
}
#content {
	width: 525px;
	margin-top: 30px;
	margin-left: 70px;
	line-height: 1.6em;
	padding-bottom: 80px;
}
#content .producttabel {
	margin-bottom: 20px;
}
#content .producttabel th {
	background-color: #145139;
	color: #FFF;
	border-right: 3px solid #F4CFA3;
	border-bottom: 3px solid #F4CFA3;
	padding: 4px;
}
#content .producttabel td {
	background-color: #FBE5D2;
	border-right: 3px solid #F4CFA3;
	border-bottom: 3px solid #F4CFA3;
	padding-top: 7px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
}
#content .producttabel td.productgroep {
	color: #1B523A;
	background-color: #F5CFA4;
	font-size: 13px;
}
#content .tabel-medewerkers {
	margin-top: 20px;
}
#content .tabel-medewerkers th {
	font-size: 14px;
	font-weight: normal;
	color: #FFF;
	background-color: #06523d;
	padding: 5px;
	margin-bottom: 5px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #F5CFA4;
}
#content .tabel-medewerkers td {
	padding: 5px;
	line-height: 1.2em;
	background-color: #FBE5D2;
}
#content .tabel-medewerkers .medewerker {
	width: 161px;
	float: left;
	text-align: center;
	padding: 5px;
	height: 160px;
}
#content .nieuws-kop {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	margin-top:15px;
}
#content .nieuws-datum {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	margin-top:15px;
	font-style: italic;
}
#content .nieuws-intro {
}
#content #nieuwsitem h1 {
}
#subnav {
	width: 280px;
	margin-top: 30px;
	text-align: center;
	margin-bottom: 60px;
	position: absolute;
	z-index: 1;
	left: 650px;
	line-height: 1.6em;

}
#footer {
	background-image: url(../images/back-footer.gif);
	position: fixed;
	bottom: 0px;
	height: 20px;
	width: 992px;
	color: #FFF;
	padding-top: 64px;
	padding-left: 8px;
	font-size: 11px;
	z-index: 999;
}
#footer a:link, #footer a:visited {
	color: #FFF;
	text-decoration: none;
}

.language {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 5px;
}

