body,html {
	margin:0;
	padding:0;
	overflow-x:hidden; 
}

body {
	min-width:770px;
	background-image: url(../image/bg.jpg);
}

body,td,th,input,textarea, label, h2 {
	font-family: Arial;
	font-size: 14px;
}

a {
	color: #000000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border: 0;
	padding: 0;
	margin: 0;
}

h1 {
	font-size: 25px;
	color: #000000;
	margin-top: 0px;
	padding-top: 0px;
}

h2 {
	font-size: 20px;
	font-weight: bold;
	color: #000000;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 10px;
	padding-bottom: 0px;
}

#titel-plaatje {
	margin-left: 2px;
}

.subtitel {
	color: #666666;
	font-size: 12px;
}

.uitleg {
	color: #666666;
	font-style: italic;
	font-size: 12px;
}

#wrapper {
	margin:0 auto;
	width:770px;
	height: auto;
	overflow: none;
}

.vak .boven {
	width: 770px;
	height: 15px;
	background-image: url(../image/boven-770x15.png);
	background-repeat: no-repeat;
}

.vak .midden {
	width: 700px;
	height: auto;
	background: url(../image/midden-770x1.png);
	padding-top: 15px;
	padding-left: 35px;
	padding-right: 35px;
	padding-bottom: 15px;
}

.vak .onder {
	width: 770px;
	height: 15px;
	background-image: url(../image/onder-770x15.png);
	background-repeat: no-repeat;
}

.stippels {
	width: 770px;
	height: 3px;
	background-image: url(../image/stippels-700x3.png);
	background-repeat: no-repeat;
	margin-top: 10px;
	margin-bottom: 10px;
}

.row {
	margin-top: 10px;
	margin-bottom: 10px;
}

.row .left {
	width: 220px;
	float: left;
}

.row .right-lang {
	width: 460px;
	float: left;
}

.row .right {
	width: 250px;
	float: left;
}

.row .right-2 {
	width: 220px;
	float: left;
}

.input {
	width: 220px;
}

.input-pc {
	width: 100px;
}

.input-straat {
	width: 140px;
}

.input-huisnummer {
	width: 60px;
}

.input-klein {
	width: 60px;
}

.input-maand {
	float: left;
}

.textarea {
	width: 400px;
	height: 80px;
}

label {
	color: #333333;
	font-size: 14px;
}

.label-maand {
	margin-left: 10px;
	width: 120px;
	display: block;
	float: left;
}

.clear {
	clear: both;
}

.spacer {
	height: 20px;
}

.submit {
	float: right;
}

.error {
	color: #ef6085;
}

.cultuurkaart {
	display: none;
}