* {
	margin: 0;
	padding: 0px;
}
html {
	width: 100%;
	height: 100%;
	overflow-y: scroll;
	background-color: #000;
}
body {
	color: #FFFFFF;
	font-family: Open Sans;
	font-size: 1.2em;
	line-height: 1.4em;
	font-weight: 300;
	font-style: normal;
	margin-left: 0px;
	background-color: #000;
}
a {
	text-decoration: none;
	color: #3B82F7;
	font-size: 1.2em;
	font-weight: 400;
}
a:hover {
	color: #FFF;
	text-decoration: underline;
}
.error {
	color: #E6736C;
	font-size: 1em;
	line-height: 1.2em;
	font-weight: 300;
}
.mijn {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: normal;
	color: #E6736C;
}
.fotoweb {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: normal;
	color: #52B6E8;
}
.dotnl {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: normal;
	color: #66BE8C;
}
#zoeken-wrapper {
	margin-top: 0px;
	width: 100%;
	float: left;
	height: 50px;
	background-color: #000;
}
h1 {
	color: #21C4E0;
	font-family: Open Sans;
	font-size: 2em;
	line-height: 1.2em;
	font-weight: 800;
	font-style: normal;
	padding-bottom: 15px;
	text-align: center;
}
h2 {
	font-family: Open Sans;
	color: #FFFFFF;
	font-weight: 800;
	font-style: normal;
	font-size: 2em;
	line-height: 1.2em;
	padding-bottom: 15px;
}
h3 {
	font-family: Open Sans;
	color: #FFFFFF;
	font-weight: 800;
	font-style: normal;
	font-size: 1.6em;
	line-height: 1.2em;
	padding-bottom: 15px;
}
a, img {
	outline: none;
	border: none;
	color: #3B82F7;
}
p, textarea {
	margin: 0px 0px 10px;
	line-height: 1.4em;
	font-size: 1.2em;
}
form, input {
	font-size: 1.2em;
}
img {
	margin-bottom: 0px;
	border-radius: 5px;
}
table {
  border-collapse: collapse;
}

table, th, td {
  border: 2px solid black;
}
#wrapper {
	width: 96%;
	margin: auto;
	padding: 0;
	background-color: #000;
	max-width: 1024px;
}
.rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: auto;
	text-align: center;
	background-color: #000;
}
.rslides img {
	height: auto;
	float: left;
	width: 100%;
	border: 0;
}
#footer {
	width: 100%;
	float: left;
	margin-top: 50px;
	margin-bottom: 50px;
}
select {
	width: 90%;
	height: 1.4em;
	color: #333333;
	font-size: 1em;
	padding: 0px;
	border: 1px solid #283a81;
	border-radius: 5px;
	box-sizing: border-box;
}
option {
	width: 90%;
	height: 1.4em;
	color: #333333;
	font-size: 1em;
	padding: 0px;
	border: 1px solid #283a81;
	border-radius: 5px;
	box-sizing: border-box;
}
textarea {
	width: 90%;
	color: #666666;
	font-size: 1.2em;
	padding: 6px;
	border: 1px solid #283a81;
	border-radius: 5px;
	box-sizing: border-box;
}
input[type=text] {
	width: 90%;
	height: 2em;
	color: #666666;
	font-size: 1em;
	padding: 6px;
	border: 1px solid #283a81;
	border-radius: 5px;
	box-sizing: border-box;
	margin-top: 0px;
}
input[type=email] {
	width: 90%;
	height: 2em;
	color: #666666;
	font-size: 1em;
	padding: 6px;
	border: 1px solid #283a81;
	border-radius: 5px;
	box-sizing: border-box;
}
input[type=password] {
	width: 90%;
	height: 2em;
	color: #666666;
	font-size: 1em;
	padding: 6px;
	border: 1px solid #283a81;
	border-radius: 5px;
	box-sizing: border-box;
}
input[type=submit] {
	width: 90%;
	height: 2em;
	color: #666666;
	font-size: 1em;
	padding: 6px;
	border: 1px solid #283a81;
	border-radius: 5px;
	box-sizing: border-box;
	margin-top: 0px;
}
textarea:focus {
	border: 1px solid #176466;
}
input[type=text]:focus {
	border: 1px solid #176466;
}
input[type=email]:focus {
	border: 1px solid #176466;
}
input[type=password]:focus {
	border: 1px solid #176466;
}
input[type=submit]:focus {
	border: 1px solid #176466;
}
select:focus {
	border: 1px solid #176466;
}
.btn-link {
	-moz-border-radius: 5px;
	-moz-box-shadow: #21C4E0 0px 0px 0px;
	-moz-transition: all 0.1s linear;
	-ms-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	-webkit-border-radius: 5px;
	-webkit-transition: all 0.1s linear;
	background-color: #21C4E0;
	border-radius: 5px;
	border: 1px solid #21C4E0;
	box-shadow: #21C4E0 0px 0px 0px;
	color: #ffffff;
	display: inline-block;
	font-size: .8em;
	margin: auto;
	padding: 10px;
	text-decoration: none;
	transition: all 0.1s linear;
	font-weight: bold;
}
.btn-link[type=submit] {
	color: #000000;
	font-family: Open Sans;
	font-size: 1em;
	line-height: 1em;
	font-weight: 500;
	font-style: normal;
}
.btn-link:hover {
	-moz-border-radius: 5px;
	-moz-box-shadow: #83AE4B 0px 0px 0px;
	-webkit-border-radius: 5px;
	background-color: #83AE4B;
	border-radius: 5px;
	border: 1px solid #83AE4B;
	box-shadow: #83AE4B 0px 0px 0px;
	padding: 10px;
}
@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 300;
	src: local('Open Sans Light'), local('OpenSans-Light'), url(https://fonts.gstatic.com/s/opensans/v15/DXI1ORHCpsQm3Vp6mXoaTa-j2U0lmluP9RWlSytm3ho.woff2) format('woff2');
 unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
@media screen and (max-width: 1080px) {
body {
	font-size: 0.8em;
	color: #FFFFFF;
	font-family: Open Sans;
	background-color: #000000;
}
.error {
	color: #E6736C;
	font-size: 1em;
	line-height: 1.2em;
	font-weight: 400;
}
}
@media screen and (max-width: 480px) {
body {
	background: #000000;
	font-size: 0.8em;
	color: #FFFFFF;
	font-family: Open Sans;
	margin-top: 8px;
}
.error {
	color: #E6736C;
	font-size: 0.8em;
	line-height: 1em;
	font-weight: 400;
}
#footer a {
	color: #FFFFFF;
}
}
