@charset "utf-8";
/* CSS Document */

body {
	margin-top: 0px;
}
h1 {
	font-size: 20px;
}
a:link {
	text-decoration: none;
	color: #333333;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #666666;
}
a:active {
	text-decoration: none;
}
a:visited {
    color: #333333;
}
.copyright {
	font-size: 12px
}

table {
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center -250px;
	font-family: "Trebuchet MS";
	font-size: 15px;
	color: #333333;

}
.table bg {
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center 0px;
	font-family: "Trebuchet MS";
	font-size: 15px;
	color: #333333;
	letter-spacing: 0.5px;

}
table h1 {
}

.contact {
	font-size: 20px;
}
.contactformulier {
	padding-left: 20px;
}
/********** contact form **********/
#contactform {
	margin:0;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 20px;
}
#contactform ol { margin:0; padding:0; list-style:none;}
#contactform li { margin:0; padding:0; background:none; border:none; display:block;}
#contactform li.buttons { margin:5px 0 5px 0;}
#contactform label {
	margin:0;
	width:110px;
	display:block;
	padding:5px 0;
	font:bold 12px Tahoma, Geneva, sans-serif;
	color:#333333;
	text-decoration:none;
}
#contactform label span { display:block; font:normal 10px Arial, Helvetica, sans-serif;}
#contactform input.text {
	width:250px;
	border:1px solid #dcdcdc;
	margin:5px 0;
	padding:5px 2px;
	height:16px;
	background-color: #f5f5f5;
}
#contactform textarea {
	width:250px;
	border:1px solid #dcdcdc;
	margin:10px 0;
	padding:2px;
	background:#f5f5f5;
}
#contactform li.buttons input {
	margin:0;
	border:0;
	color:#2B2B2B;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
}
p.response { text-align:center; color:red; font:bold 11px Arial, Helvetica, sans-serif; line-height:1.8em; width:auto;}
li.bg, .bg {
	clear:both;
	background:none;
	width: 235px;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 20px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 20px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #CCCCD0;
}

