*{
	font-family:  Helvetica, Arial, sans-serif;
}
.clear{
	clear: both;
}

body {
	background-color: #2789b0;
	background-position:top center;
	background-repeat:no-repeat;
	background-size: cover;
}

#poster {
	    background-size: cover;
	margin: 0 auto;
	width: 660px;
	height: 1000px;
	background-image: url("../images/Holydays_2025.jpg");
	background-position:top center;
	background-repeat:no-repeat;
	padding: 340px 150px 0 150px;
}

/*
#inschrijfformulier {
	width:95%;	
}
*/

input {
	background-color: rgba(218,218,218,0.82);
	width:98%;
	padding:5px;
	border-radius: 10px;
	margin-bottom: 10px;	
	border:none;
}

input.checkbox{
	width:10px;
	vertical-align: top;
}

input#submit{
	color: #fff;
	font-weight: 300;
	float: right;
	width:100px;
	background: #2789b0;
	border:none;
	background: -moz-linear-gradient(top, #1fb7cb 0%, #2789b0 100%);
	background: -webkit-linear-gradient(top, #1fb7cb 0%,#2789b0 100%);
	background: linear-gradient(to bottom, #1fb7cb 0%,#2789b0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1fb7cb', endColorstr='#2789b0',GradientType=0 );
}

textarea {
	background-color: rgba(255,255,255,0.82);
	width:90%;
	padding:5px;	
	height: 50px;
	border-radius: 10px;
	margin-bottom: 10px;	
	border:none;
}

#elcontainer {
	margin-top:20px;
}

fieldset {
	border:none;
	padding: 10px;
	float:left;
	width:29%;	
	margin-right:1%;
	margin-bottom: 10px;
	border-radius: 10px;
	background: #f07e2b;
background: -moz-linear-gradient(top, #dcdae8 0%, #5d7bb7 100%);
background: -webkit-linear-gradient(top, #dcdae8 0%,#5d7bb7 100%);
background: linear-gradient(to bottom, #dcdae8 0%,#5d7bb7 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dcdae8', endColorstr='#5d7bb7',GradientType=0 );
}


fieldset:nth-child(3n+0) {
	margin-right: 0;
}
fieldset input {
	width:90%;
}


#link {
	text-align:center;
	width: 760px;
	margin: 100px auto 50px auto;
	position: relative;
	bottom: 80px;
}

#link a{
	text-decoration: none;
}

form {
	margin-top: 30px;
	background-color: rgba(255,255,255,0.82);
	padding: 10px;
	min-height: 815px;
	border-radius: 5px;
}
.dank {
	margin-top: 30px;
	background-color: rgba(255,255,255,0.82);
	padding: 10px;
	min-height: 100px;
	border-radius: 5px;
}