body
{
	background-image: url(images/bg_body.gif);
	background-repeat: repeat;
	background-position: center top;
	margin: 0px 0px 0px 0px;
	color:#ffffff;
	font-family:verdana;
	font-size:11px;
	line-height:20px;
}
.portfoto{
	margin:0px 18px 20px 0px;
	border:1px solid #ffffff;
}
img{
	border:0px;
}
.bg{
	height:676px;
	width:100%;
	position:absolute;
	top:-2px;
	z-index:1;

	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	background-position: center top;
}
.bottom{
	background-image: url(images/bg_bottom.gif);
	background-repeat: repeat-x;
	background-position: center top;
}
.body_bg{
	background-image: url(images/bg_body.gif);
	background-repeat: repeat-x;
	background-position: center top;
	text-align:center;
}
.bg_body_right{
	background-image: url(images/bg_body_right.gif);
	background-repeat: repeat-x;
	background-position: right top;
}
.bg_body_left{
	background-image: url(images/bg_body_left.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.home_top{
	background-color: #ffffff;
	background-image: url(images/banner_1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.page_top{
	background-color: #ffffff;
	background-image: url(images/page_top.gif);
	background-repeat: repeat-x;
	background-position: center top;
	border-left:1px solid #ffffff;
	border-right:1px solid #ffffff;
}
.body_middle{
	background-color: #33414a;
	border-left:1px solid #ffffff;
	border-right:1px solid #ffffff;
	border-top:1px solid #ffffff;
}
.body_bottom{
	background-color: #9c9f9f;
	border-left:1px solid #ffffff;
	border-right:1px solid #ffffff;
	border-top:1px solid #ffffff;
}
.plain{
	font-family: verdana;
    font-style: normal;
    color: #243a40;
    font-size: 11px;
    position: relative;
    text-decoration: none;
    line-height:18px;
}
.kopje{
	font-family: tahoma, arial;
    font-style: normal;
    color: #ffffff;
    font-size: 20px;
}
h1{
	font-family: tahoma, arial;
    font-style: normal;
    color: #ffffff;
    font-size: 20px;
    font-weight:regular;
}
a.blauwlink{
    text-decoration:underline;
    color: #28b6de;
}













/* CONTAKTFORMULIER */
div.form div.entry {
	position: relative;
	float: left;
	width: 322px;
	margin-bottom: 6px;
	z-index: 99;
	border:0px solid #ff0000;
}
div.form div.entry label {
	font-family:verdana;
	font-size:11px;
	text-align:left;

	font-weight: regular;
	float: left;
	width: 200px;
	height: auto;
	line-height: 14px;
	padding: 1px 0px 0px 0px;
	border:0px solid #ff0000;
}

/* icon required */
div.form div.entry div.icon {
	position: relative;
	float: left;
	width: 20px;
	height: 20px;
	background: url(images/validate.png) no-repeat 0px -20px;
	margin: 6px 0px 0px 10px;
	overflow: hidden;
	border:0px solid #ff0000;
}
div.form div.entry div.icon.valid {
	background: url(images/validate.png) no-repeat 0px 0px;
}
div.form div.entry div.icon.invalid {
	background: url(images/validate.png) no-repeat 0px -20px;
}
/* error */
div.form div.entry div.error {
	font-family:verdana;
	position: relative;
	float: left;
	color: #32c3e3;
	width: 200px;
	margin-left: 0px; /* breedte van label */
	font-size: 10px;
	margin-top: 0px;
	border:0px solid #ff0000;
}
/* custom selectbox */
div.form div.entry div.select select {
	visibility: hidden;
}
div.form div.entry div.select {
	position: relative;
	float: left;
	width: 170px;
}
div.form div.entry div.select div.selectbox-wrapper {
	position: absolute;
	top: 32px;
	left: 0px;
	border: 1px solid #CFCFCF;
	background: #fff;
	padding-left: 10px;
	z-index: 99;
}
div.form div.entry div.select div.selectbox-wrapper ul li,
#top_text div.form div.entry div.select div.selectbox-wrapper ul li  {
	font-size: 11px;
	color: #666;
	cursor: pointer;
	font-weight: normal;
	margin: 5px 0px;
	padding: 0px;
	background: none;
}
div.form div.entry div.select div.selectbox-wrapper ul li.selected {
	font-style: italic;
}
/* text input */

div.radioblock{
	position: relative;
	float: left;
	width: 230px;
	height: 30px;
	padding: 2px 10px;
	border: 1px solid #CFCFCF;
}
div.form div.entry div.input {
	position: relative;
	float: left;
	width: 270px;
	height: 18px;
	padding: 7px 10px;
	border: 1px solid #ffde00;
	background-color:#434242;
}
div.form div.entry div.input input {
	position: relative;
	top:-5px;
	float: left;
	width: 270px;
	border:0px solid #ff0000;
}
/* radio buttons & checkbox */
div.form div.entry div.column {
	position: relative;
	float: left;
	width: auto; /* wordt automatisch gedaan aan de hand van het aantal kolommen */
	height: auto;
	margin-right: 15px;
}

div.form div.entry div.column div.radio label input,
div.form div.entry div.column div.checkbox label input {
	margin-right: 10px;
}
/* textarea */
div.form div.entry div.textarea {
	position: relative;
	float: left;
	width: 280px;
	height: 140px;
	padding: 0px 0px 0px 10px;
	border: 1px solid #ffde00;
	background-color:#434242;
}
div.form div.entry div.textarea textarea {
	width: 270px;
	height: 130px;
	line-height: 24px;
	overflow: auto;
}
/* submit button */
div.form div.submit {
	margin-top: 6px;
}
div.form div.submit input {
	position: relative;
	width: 100px;
	height: 30px;
	background: url(images/verzenden.gif) no-repeat;
	margin-left: 192px; /* breedte van label */
	cursor: pointer;
	border:0px solid #ff0000;
}
.input input ,textarea {
	border:0px;
}



input{
	outline: none;
	height:25px;
	color:#ffffff;
	font:16px calibri ,arial ,tahoma;
	background-color:#434242;
}
textarea{
	outline: none;
	height:25px;
	color:#ffffff;
	font:16px calibri ,arial ,tahoma;
	background-color:#434242;
}
