@import url(https://fonts.googleapis.com/css?family=Quicksand:300,400,700);
body {
	background: white;
}
body, textarea, input, select {
	font-family: 'Quicksand', 'sans-serif', Arial;
	font-size: 14px;
	color: #5961C8;
}
textarea, input, select {
	border-width: 1px;
	border-style: solid;
}

h1, h2, h3 {
	color: #2757CA;
	font-weight: normal;
}
h1 a, h2 a, h3 a {
	text-decoration: none;
	color: #2757CA;
}
h1 {
	font-size: 30px;
	margin: 0;
}
h2 {
	font-size: 22px;
	margin: 0 0 10px;
}
h3 {
	font-size: 18px;
}
p {
	margin: 10px 0;
}
a {
	color: #5961C8;
	text-decoration: underline;
}

#login {
	text-align: center;
}
#login h1 {
	margin: 40px 0 20px;
}
#login input {
	width: 50%;
	border: 1px solid #2757CA;
	border-radius: 15px;
	text-align: center;
	font-size: 60px;
	padding: 10px;
}
#wrapper {
	width: 730px;
	margin: 0 auto 60px;
}
#kop {
	margin: 0 0 30px;
	padding: 0 0 30px;
	text-align: center;
}
#content h1 {
	margin-bottom: 20px;
}
#terug {
	display: block;
	margin: 30px 0;
}
#kop, #kaart {
	background: url(/static/img/randje.jpg) left bottom repeat-x;
	background-size: 170px 2px;
}

.homeblok {
	display: inline-block;
	vertical-align: top;
	width: 25%;
	padding: 0 4%;
	text-align: center;
}
.homeblok h2 a {
}
.blaadje {
	display: block;
	margin: 0 auto 10px;
}
#kaart {
	display: block;
	margin: 30px 0 0;
	padding: 30px 0 0;
	background-position: left top;
}

.checkbox input[name="dag[]"]~label {
	width: 132px !important;
	display: inline-block;
}

.foto {
	margin: 0 10px 10px 0;
	padding: 2px;
	border: 1px solid #5961C8;
	overflow: auto;
	display: inline-block;
	vertical-align: top;
}
.foto img {
	vertical-align: top;
}
