/* algemeen */
#wrapper {
	width: 90%;
	max-width: 1000px;
	height: auto;
	margin: 0 auto;
}

#header {
	width: 100%;
	margin: 0 auto;
}

h1 {
	font-family: Helvetica;
	font-size: 100%;
	line-height: 1.2em;
	font-weight: lighter;
	color: #006cb6;
	padding: 0;
	margin: 0;
}
h2 {
	font-family: Helvetica;
	font-size: 100%;
	line-height: 1.2em;
	font-weight: lighter;
	color: #666666;
	padding: 0;
	margin: 0;
}
h3 {
	font-family: Helvetica;
	font-size: 85%;
	line-height: 1.2em;
	font-weight: lighter;
	color: #666666;
	text-align: center;
}

/* header */
#logo {
	width: 15%;
}

/* slideshow */
.rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 15px 0;
}
.rslides li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
}
.rslides li:first-child {
	position: relative;
	display: block;
	float: left;
}
.rslides img {
	display: block;
	height: auto;
	float: left;
	width: 100%;
	border: 0;
}

/* content */
#content {
	clear: both;
	margin: 50px auto;
	height: 300px;
	max-width: 1024px;
	width: 100%;
}
#content1 {
	float:left;
	width: 50%;
	height: auto;
	}

#content2 {
	float:left;
	width: 50%;
	height: auto;
	text-align: right;
	margin-bottom: 25px;
}

#content2 a {
	color: #666666;
}
#content3 {
	clear: left;
	float: left;
	height: auto;
	width: 100%;
	margin-bottom: 100px;
}
.bewijs {
	display: inline-block;
	height: 267px;
	margin-right: 25px;
}
.keurmerk {
	display: inline-block;
	height: 150px;
	margin-right: 30px;
}


/* footer */
#footer a { color: #666666; }

@media only screen and (max-width: 800px) {
body {
	font-size: 110%;
}
#content {
	width: 100%;
	margin: 5% auto;
}
#content1 {
	float: left;
	width: 100%;
	margin-bottom: 25px;
}
#content2 {
	clear: left;
	float: left;
	width: 100%;
	margin-bottom: 25px;
	text-align: left;
}
#content3 {
	clear: left;
	float: left;
	width: 100%;
	margin-bottom: 50px;
}
.bewijs {
	height: auto;
	display: block;
}
.keurmerk {
	display:inline-block;
	width: auto;
	padding-top: 25px;
	padding-bottom: 25px;
}

#footer {
	clear: both;
	font-size: 80%;
}
}

@media only screen and (max-width: 640px) {
body {
	font-size: 120%;
}
#content {
	width: 100%;
	margin: 5% auto;
}
#content1 {
	float: left;
	width: 100%;
}
#content2 {
	clear: left;
	width: 100%;
}
#content3 {
	clear: left;
	width: 100%;
	margin-bottom: 25px;
}
.bewijs {
	width: 70%;
	margin-right: 30%
}
.keurmerk {
	width: 20%;
	height: auto;
	padding-top: 25px;
	padding-bottom: 25px;
}
#footer {
	clear: both;
	margin-top: 25px;
	font-size: 80%;
}
}