@charset "utf-8";
/* CSS Document */

html
	{
		overflow-y: scroll;
		overflow-x: hidden;
	} /*toont altijd de ruimte voor een verticale scroll balk zodat de pagina niet gaat springen*/

body
	{
	color:#255e83;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 70%;
	padding: 0px 0px 0px 0.5%;
	margin: 0px 0px 0px 0px;
	}

p
	{
	
	font-size: 1em;
	color: #255e83;
	vertical-align: top;
	margin: 0px 0px 0px 0px; /*een enter levert één regel op in de cms*/
	}

h1
	{
	
	font-size: 1.2em;
	color: #255e83;
	font-weight: bold;
	margin: 0px;
	}

h2
	{
	
	font-size:1.1em;
	color: #255e83;
	font-weight: bold;
	margin: 0px;
	}

h3
	{
	
	font-size: 1.0em;
	color: #255e83;
	font-weight: bold;
	margin: 0px;
	}

h4
	{
	
	font-size: 1.0em;
	color: #255e83;
	font-weight: bold;
	margin: 0px;
	}

h5
	{
	
	font-size: 1.0em;
	color: #255e83;
	font-weight: bold;
	margin: 0px;
	}

h6
	{
	
	font-size: 1.1em;
	color: #255e83;
	font-weight:100;
	margin: 0px;
	}

table
	{
	
	font-size: 1em;
	border-collapse:collapse;
	}

li
	{
	font-size: 1em;
	}


form
	{
	margin: 0px;
	font-size: 1em;
	display:inline;
	}


textarea
	{
	
	font-size: 1em;
	color: #666666;
	overflow: auto;
	}

input
	{
	
	font-size: 1em;
	color: #666666;
	border-radius:5px;
	border: #C5DBEC 1px solid;
	padding: 5px;
	
	
	/*box-sizing:border-box;*/
	/*-moz-box-sizing:border-box;*/ /* Firefox */
	/*-webkit-box-sizing:border-box;*/ /* Safari */
	}


input.disabled
	{
		background-color: #ccc;
	}
input.enabled
	{
	border: #009512 1px solid;
	}


select
	{
	
	font-size: 1em;
	color: #666666;
	border-radius:5px;
	border: #C5DBEC 1px solid;
	padding: 5px;

	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */

	}

a, a:link, a:active, a:visited, a:hover
	{
	
	font-size: 1em;
	text-decoration: underline;
	outline: none; /*geeft in FireFox geen stippellijnen om links*/
	}


a:hover
	{
	color: #7a7a7a;
	}

hr
	{
	color: #A6C9E2;
	height: 1px;
	}




