/*
*	Coding by Gryx Webdesign - www.gryx.be
*	Do not copy the code nor the graphics.
*/
* {
	margin: 0;
	padding: 0;
}
html {
	background: #d1e1f5 url(images/pattern.jpg) left top repeat-x;
	height: 100%;
}
body {
	font: 0.75em Arial, Verdana, Tahoma, Trebuchet MS;
	color: #000;
	background: url(images/bg.jpg) center top no-repeat;
	height: 100%;
}
#container {
	position: relative;
	width: 553px;
	margin: 0 auto;
	padding-top: 46px;
}
/********************/
/***** OPMAAK *****/
/*******************/
ul {
	list-style: none;
}
a {
	color: #000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

.roos {
	color: #922678;
}
.blauw {
	color: #88addd;
}
p {
	padding-bottom: 10px;
}
/******************/
/***** HEADER *****/
/******************/
#header {
	position: relative;
	height: 127px;
	background: url(images/header-nl.webp);
}
#header h1, #header h2, #header h3 {
	text-indent: -9999em;
}
#header p {
	position: absolute;
	line-height: 45px;
	right: 10px;
	top: 0;
	color: #922678;
}
/*****************/
/***** RIGHT *****/
/*****************/
#content {
/*	text-align: center;*/
	background: url(images/content_bg.png);
	padding: 0 10px;
}
#content h3 {
	color: #922678;
	text-align: center;
	font-size: 1.5em;
}
#content img {
	margin-bottom: 5px;
}
/***** FORMULIER *****/
#content form {
/*	text-align: left;*/
	background: url(images/enveloppe.jpg) right 20px no-repeat;
	padding-bottom: 20px;
}
#content form label {
	font-weight: bold;
	width: 110px;
	float: left;
	line-height: 20px;
	margin-bottom: 6px;
}
#content form input {
	width: 235px;
	border: 1px solid #dee9f8;
	margin-bottom: 6px;
	height: 20px;
}
#content form select {
	border: 1px solid #dee9f8;
	margin: 0 3px 6px 0;
}
#content form input.wissen,#content form input.versturen {
	width: 103px;
	height: 28px;
	background: transparent url(images/knop_wissen.jpg) no-repeat;
	outline: none;
	border: none;
	cursor : pointer;
	margin-top: 17px;
}
#content form input.versturen {
	background: transparent url(images/knop_versturen.jpg) no-repeat;
	margin-left: 10px;
}
/******************/
/***** FOOTER *****/
/******************/
#footer {
	background: url(images/footer.png);
	clear: both;
	text-align: center;
	line-height: 43px;
	color: #922678;}

@media only screen and (max-width: 767px) {
#container { width: 453px; }
#header { background: url(images/header-nl-klein.webp); max-width: 100%; height: 103px; }
#content img { margin-bottom: 5px; max-width: 100%; height: auto; }	
#footer { background: url(images/footer-klein.webp); height: 35px;}
#img-responsive { display: none;  }	
}	
