
html{
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(boskoopsekwekerij.jpg);
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	text-align:center;
}
.kader {
	color: #000000;
	text-align: center;
	letter-spacing: 1px;
	max-width: 400px;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	line-height: 1.5em;
	background-color:white;
	padding:20px;
	border: 3px solid #076633;
border-radius: 10px;
margin: 20px auto 40px auto;
background-color: #fdffda;

}
.kader2{
	color: #000000;
	text-align: center;
	letter-spacing: 1px;
	
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	line-height: 1.5em;
	padding:0px;
margin: 20px auto 40px auto;

}
iframe:focus {
    outline: none;
}

iframe[seamless] {
    display: block;
}