@charset "UTF-8";
/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
}
html {
	 -webkit-text-size-adjust: 100%
}
body  {
	font: 95% Arial, Helvetica, sans-serif;
	text-align: center;
	color: #000000;
	background-color: #F6F5F4;	/*background-image: url(../assets/achtergrond.jpg);
	background-repeat: repeat-x;*/
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
h1 {
	font-style: normal;
	font-family: Georgia,"Times New Roman",Times,serif;
	margin-bottom: 18px;
	font-size: 150%;
	color: #292B58;
	font-weight: normal;
	/*#BA3049*/
}
h2 {
	font-size: 130%;
	font-family: Georgia,"Times New Roman",Times,serif;
	color: #292B58;
	margin-top: 10px;
	margin-bottom: 0.3em;
	font-weight: normal;
}
h3 {
	color: #292B58;
	font-weight: normal;
}
p {
	margin-bottom: 0.5em;
	color: #303267;
	font-size: 100%;
	font-family: Arial;
}
a, a:active {
	color: blue;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
ul {
	margin-left: 15px;
	padding-left: 15px;
	margin-bottom: 1em;
	margin-top: 1em;
	color: #303267;
	font-size: 100%;
}
li {

}
input, textarea, file, select {
	border: 1px solid #DDDDDD;
	background-color: #FFFFFF;
	font-size: 1em;
	padding: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #100967;
}
input:focus, textarea:focus {
	background-color:#F0F9DC;
}
input[type="submit"] {
	background-color: #413D45;
	color: #FFFFFF;
}
input[type="image"] {
	border:0px solid #F2F2F2;
	padding: 0px;
}
input[type="radio"] {
	background-color: #010101;
	color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
label {
	font-style: normal;
	color: #666666;
	font-size: 0.9em;
	margin-bottom: 3px;
	display: block;
}
