* {
	margin: 0;
	padding: 0
}
body, html {
	font-size: 12px;
	line-height: 22px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
body {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-color:#FFFFFF;
	color: #434242;
	width: 800px;
	margin: auto;
	text-align: center;
	padding-bottom: 20px;
}
a {
	color: #50a0d7;
}
p {
	text-align: left;
	margin-bottom: 10px;
}
p, ul {
	font-size: 12px;
	line-height: 22px
}
p a {
	color: #50a0d7;
	text-decoration: underline
}
li a {
	color: #50a0d7;
	text-decoration: none
}
.klein {
	font-size: 11px;
	line-height: 16px
}
p#cross-links {
	text-align: center
}
p#cross-links {
	border-bottom: 1px solid #ccc;
	margin-bottom: 30px;
	padding-bottom: 30px
}
noscript p, noscript ol {
	color: #a00;
	font-size: 13px;
	line-height: 1.4em;
	text-align: left
}
noscript a {
	color: #a00;
	text-decoration: underline
}
noscript ol {
	margin-left: 25px;
}
a:focus {
	outline:none
}
img {
	border: 0
}
h1 {
	font-size: 22px;
	color: #87bc07;
	margin-bottom: 2px;
	padding-bottom: 10px;
	text-align: left
}
h2 {
	font-size: 14px;
	color: #434242;
	margin-bottom: 1px;
	padding-bottom: 10px;
	text-align: left;
	font-weight: bold;
}
h3 {
	font-size: 13px;
	color: #87bc07;
	margin-bottom: 1px;
	padding-bottom: 1px;
	text-align: left;
	font-weight: bold;
}
td {
	vertical-align:top;
	margin: 0px;
	padding: 0px;
}
.logo {
	float:left;
	margin-left: 0px;
}
.stripViewer .panelContainer .panel ul {
	text-align: left;
	margin: 0 15px 0 30px;
}
.slider-wrap { /* This div isn't entirely necessary but good for getting the side arrows vertically centered */
	margin: 20px 0;
	position: relative;
	width: 100%;
}
/* These 2 lines specify style applied while slider is loading */
		.csw {
	width: 100%;
	height: 460px;
	background: #fff;
	overflow: scroll
}
.csw .loading {
	margin: 200px 0 300px 0;
	text-align: center
}
.stripViewer { /* This is the viewing window */
	position: relative;
	overflow: hidden;
	/* this is the border. should have the same value for the links */
	margin: auto;
	width: 725px; /* Also specified in  .stripViewer .panelContainer .panel  below */
	clear: both;
}
.stripViewer .panelContainer { /* This is the big long container used to house your end-to-end divs. Width is calculated and specified by the JS  */
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
	list-style-type: none;
	margin-top: 60px;/* -moz-user-select: none; // This breaks CSS validation but stops accidental (and intentional - beware) panel highlighting in Firefox. Some people might find this useful, crazy fools. */
}
.stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
	float:left;
	height: 100%;
	position: relative;
	width: 725px; /* Also specified in  .stripViewer  above */
}
.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
	padding: 10px;
}
.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	margin-right: 30px;
	background-image: url(../images/menu-bg.png);
	background-repeat: no-repeat;
	width: 550px;
	height: 33px;
	background-position: bottom;
}
.stripNav ul { /* The auto-generated set of links */
	list-style: none;
}
.stripNav ul li {
	float: left;
	margin-right: 2px; /* If you change this, be sure to adjust the initial value of navWidth in coda-slider.1.1.1.js */
}
.stripNav a { /* The nav links */
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	line-height: 32px;
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 0 10px;
}
.stripNav li a {
	font-family:Arial, Helvetica, sans-serif;
	color: #fff;
}
.stripNav li a:hover {
	color: #87bc07;
}
.stripNav li a.current {
	color: #87bc07;
}
.stripNavL, .stripNavR { /* The left and right arrows */
	position: absolute;
	top: 310px;
	text-indent: -9000em;
}
.stripNavL a, .stripNavR a {
	display: block;
	height: 40px;
	width: 40px;
}
.stripNavL {
	left: 0;
}
.stripNavR {
	right: 0;
}
.stripNavL {
	background: url("../images/arrow-left.gif") no-repeat center;
}
.stripNavR {
	background: url("../images/arrow-right.gif") no-repeat center;
}
.style1 {
	font-size: 16px;
	font-weight: normal;
}
.style1 a {
	text-decoration: none;
	color: #000000;
}
/*Contact form*/

.contact-submit {
	background-image: url("../images/btnVerzenden.gif");
	background-repeat: no-repeat;
	border: 0px;
	width: 99px;
	height: 26px;
	cursor: pointer;
	margin-top: 5px;
}
.contact-textfield {
	margin-left: 10px;
	padding-right: 5px;
	width: 246px;
	padding-top: 2px;
	height: 18px;
	background: none;
	border: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.contact-textfield-holder {
	background: url("../images/contact-textfield.gif");
	background-repeat: no-repeat;
	width: 266px;
	height: 23px;
	margin-top: 2px;
}
.contact-textarea {
	width: 250px;
	background: none;
	border: none;
	margin-left: 10px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	height: 92px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.contact-textarea-holder {
	background: url("../images/contact-textarea.gif");
	background-repeat: no-repeat;
	width: 266px;
	height: 95px;
	margin-top: 2px;
}
.contact-radiobutton {
	background: url("../images/contact-textarea.gif");
	background-repeat: no-repeat;
}
.text_error {
	font-size: 9px;
	color: #FF0000;
}
.adres {
	width: 200px;
	float:right;
	margin-top: 24px;
}
.adres-footer {
	text-align:center;
	color: #808181;
	font-size: 9px;
	background-color: #f4f4f4;
	padding-top: 10px;
	padding-bottom: 10px;
}
.adres-footer-link {
color: #808181;
}
.footer-text {
	font-size: 10px;
	color: #999999;
	padding-left: 30px;
}
#footer-link {
	color: #999999;
	text-decoration: none;
	float: right;
	padding-right: 30px;
	font-size: 10px;
}
.contact-iframe {
	height: 372px;
	width: 400px;
	border:0;
}
