form{
	margin: 0px;	
	padding: 0px;
}

input[type="text"] {
	width: 324px;
	background: none;
	background-color: #FFF;
	border: solid 1px #7A5F40;
	font-size: 12px;
	color: #000;
	padding: 2px;
}

textarea {
	width: 324px;
	height: 100px;
	background: none;
	background-color: #FFF;
	border: solid 1px #7A5F40;
	font-size: 12px;
	color: #000;
	padding: 2px;
	margin-top: 2px;
}


#kalenderinschrijfform textarea{
	width: 275px;
}

select {
	width: 195px;
	margin-bottom: 10px;
}

input[type="button"] {
	background-color: #11273E;
	display: block;
	text-align: center;
	color: #FFF;
	font-size: 17px;
	font-weight: normal;
	text-decoration: none;
	border: 0px;
	margin: 0px;
	padding: 0px;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 3px;
	padding-bottom: 3px;
	cursor:  pointer;
	margin-top: 5px;
	font-family: 'Conv_Roboto-Regular', Arial, Helvetica, sans-serif;	
}
input[type="button"]:hover {
	background-color: #7682AB;
}

input[type="submit"]{
	background: url(../pic/btn.jpg);
	display: block;
	height: 27px;
	text-align: center;
	color: #FFF;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	border: 0px;
	margin: 0px;
	padding: 0px;
	padding-left: 25px;
	padding-right: 25px;
	cursor:  pointer;
	margin-top: 5px;
	margin-right: 56px;
}
input[type="submit"]:hover {
	background-color: #7682AB;
}

.webshopzoekform{
	right: 110px;
	margin-top: 30px;
	background: url(../pic/icon_zoek.jpg) no-repeat left 2px;
	padding-left: 23px;
}
.webshopzoekform input[type="text"] {
	margin: 0px;
	width: 134px;
	padding-bottom: 3px;
}
.webshopzoekform input[type="submit"] {
	background: none;
	display: inline;
	height: 21px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #FEE763;
	background-color: #000062;
	margin: 0px;
	border: 0px;
	margin: 0px;
	padding: 0px;
	padding-left: 5px;
	padding-right: 5px;
}
.webshopzoekform input[type="submit"]:hover {
	display: inline;
	background-color: #FEE763;
	color: #666666;
}

.verplicht{
	color: #11273E;
	font-size: 11px;
	margin-top: 10px;
}
.ster{
	color: #F5722E;	
}

.formitem{
	width: 385px;
	display: table-row;
}
.formitemright{
}
.formsubitem1{
	width: 130px;
	margin-top: 5px;
	display: table-cell;
	vertical-align: top;
}
.formsubitem2{
	width: 255px;
	display: table-cell;
}
.formsubitem_1kolom{
	margin-top: 5px;
	color: #000;
}

table.tekstkolommen td form td{
	padding: 0px;
	margin: 0px;
}
table.tekstkolommen.drie td form td{
	width: auto;
}

.webshopzoekform{
	position: absolute;
}



@media (max-width: 800px) {

	input[type="text"] {
		width: 224px;
	}
	textarea {
		width: 224px;
	}
	
}


@media (max-width: 320px) {

	.formsubitem1{
		display: inherit;
	}
	.formsubitem2{
		display: inherit;
	}
	
	input[type="text"] {
		width: 272px;
	}
	textarea {
		width: 272px;
	}
	
}