/* Copyright 2015 Hoogma Webdesign www.hoogmawebdesign.com alle rechten voorbehouden */
body,html {
	min-height: 100%;
}
body {
margin:auto;
color: #181617;
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
line-height: 140%;
background-color: #ccc;
background: url('../images/achtergrond.jpg') top center no-repeat fixed; 
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
a {
	color: #0662c1;
}
a:hover {
	color: #333;
}
.clear {
clear: both;
}
h1 {
font-family: Arial, Helvetica, sans-serif;
font-size: 26px;
margin: 20px 0;
padding: 0px;
color: #0662c1;
text-align: center;
}
.wrapper {
width: 100%;
max-width: 800px;
background-color: white;
box-shadow: 4px 4px 20px  #333;
margin: 50px auto;
/*
border-top: 3px solid #330066;
border-bottom: 3px solid #330066;
*/
padding: 50px;
-moz-box-sizing: border-box; /* Firefox */
-webkit-box-sizing: border-box; /* Safari */
box-sizing: border-box;
}
p {
text-align: center;
color: #333;
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
line-height: 22px;
}
img.visitekaartje {
width: 100%;
}