* {
	font-family: Calibri;
}

html, body {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	height: 100%;
	background: #70ad47;
	overflow-y: scroll;
}

h1, h2, h3 {
	color: #395701;
	margin-bottom: 0;
	font-weight: normal;
}

p {
	margin-top: 0;
}

a {
	color: #ffffff;
}

a:hover {
	text-decoration: none;
}


.wrapper {
	width: 960px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto;
}

#header {
	width: 100%;
	min-width: 960px;
	height: 200px;
	margin-top: 10px;
	float: left;
}

#logo {
	width: 320px;
	float: left;
	margin-top: 100px;
	transform:rotate(-18deg);
	-ms-transform:rotate(-18deg); /* IE 9 */
	-webkit-transform:rotate(-18deg); /* Opera, Chrome, and Safari */
}

#logo img {
	width: 300px;
}

#slogan {
	width: 600px;
	float: left;
	text-align: center;
	color: #86817f;
	font-size: 30px;
	padding: 20px;
	border-radius: 20px;
	background: #c5e0b4;
	margin-top: 450px;
}

#switch {
	/*width: 640px;*/
	height: 50px;
	float: right;
	text-align: right;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	position: absolute;
	left: 10px;
	margin-top: 10px;
}

#content {
	width: 960px;
	float: left;
	margin: 10px 0;
}

#main-menu {
	width: 320px;
	float: left;
	margin-top: 10px;
}

#main-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
}

#main-menu li {
	margin: 5px 0;
}

.subMenu a {
	text-decoration: none;
}

.subMenu a:hover {
	text-decoration: underline;
}

#main-menu a {
	text-decoration: none;
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
}

#main-menu a:hover {
	text-decoration: underline;
}

#main-content {
	float: left;
	width: 640px;
	color: #ffffff;
	line-height: 1.7em;
}

#main-content a {
	
}

#footer-bg {
	float: left;
	width: 100%;
	min-width: 960px;
	height: 150px;
	background: #b7b7b7;
	/*margin-top: 50px;*/
}

#footer-logo {
	max-height: 50px;
	margin-top: 35px;
	float: left;
	color: #3d3d3c;
	font-size: 12px;
	font-weight: bold;
}

#footer-logo img {
	max-height: 50px;
}

#footer-contact {
	float: right;
	margin-top: 15px;
	color: #3d3d3c;
	font-size: 15px;
}

#footer-contact a {
	text-decoration: none;
	color: #3d3d3c;
}

.pakket {
	width: 300px;
	margin: 10px;
	float: left;
	line-height: 1.4em;
}

.pakket-top {
	width: 280px;
	padding: 10px;
	text-transform: uppercase;
	text-align: center;
	font-size: 25px;
}

.pakket-content {
	width: 280px;
	padding: 10px;
	background: #e2f0d9;
	color: #7e7e81 !important;
}

.pakket-content ul {
	margin: 0;
}

.pakket-content li ul {
	list-style-type: disc; 
}

.uitleg {
	width: 600px;
	padding: 20px;
	background: #c5e0b4;
	border-radius: 20px;
	margin: 45px auto 30px;
	color: #363636;
	height: 215px;
}

.uitleg h2, .uitleg p {
	text-align: center !important;
}

#uitleg-img {
	width: 100px;
	position: absolute;
	margin: -50px 0 0 -50px;
}

#hoofdmenu {
	/*width: 500px;*/
	margin: 0 auto;
}

.form input[type="text"], .form textarea {
	border: 1px solid #70ad47;
	padding: 5px;
	resize: none;
	width: 400px !important;
}

.form textarea {
	height: 180px;
}

.form span, .form input[type="submit"] {
	color: #616161;
}

.form input[type="submit"] {
	border: 1px solid #70ad47;
	padding: 5px;
	resize: none;
	width: 410px !important;
}

.contact-footer, .contact-footer iframe {
	width: 100%;
	float: left;
	padding-bottom: 0 !important;
}

.contact-div {
	position: absolute;
	z-index: 20;
	background: #dcdcdc;
	padding: 20px;
	margin-top: 50px;
	right: 100px;
}

#page-down {
	bottom: 0;
    position: absolute;
    text-align: center;
    width: 100%;
}