body {
	background-color: white;
	margin-left: 30px;
	font-family: Sans-serif;
	max-width:1000px;
}
html{
    width:100%;
    height:100%;
}
body{
    width:100%;
    height:100%;
    background-color:#DDD;
}

header {
	background-color: #ffffff;
	padding: 15px;
	text-align: center;
	font-size: 35px;
	box-sizing: border-box;
	border: 2px solid purple;
}

img{
	float: left;
	margin: 10px;
}


p.a {
	text-indent: 60px;
}

	.tab { margin-left: 140px; }
p {
	
}


h1 {
  display: none;
}

h2 {
/*  display: none;*/
	font-size: 35px;
 	margin-left: 10px;
}

h3{
	font-size: 20px;
	color: white;
	background-color: #BD1A2C;
	width: 500px;
	padding: 10px;
	margin-left: 10px;
}

h4 {

	text-indent: 0px;
	font-size: 15px;
	line-height: 0.5;
	margin-left: 1em;
	margin-bottom: 0px;
}

h5 {
	font-family: Sans-serif; 
	font-weight: normal;
	text-indent: 0px;
	font-size: 13px;
	line-height: 1.3;	
	margin-left: 2em; 
	text-indent: 2em 
}

fieldset {
	 color: black;
	 border: 1px solid grey;
	 background-color: #EEEDED;
}


label {
  display: block;
  float: left;
  width: 500px;
  padding: 0 10px;
  margin: 5px 0 0;
  text-align: right;
}

/* Breedte van het formulier*/
form {
	margin: 0;
	padding: 0;
/*	max-width: 950px;*/
}


form input, form textarea {
  margin: 1px 1px 1px 1px;
}

textarea{
	alignment-left: 35px;
}

input[type=submit] {

  width: 100%;
  background-color: gray;
  color: white;
  font-size: 20px;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

input[type='text_rood'] { 
  width: 8%;
  padding: 10px 12px;
  margin: 1px 0;
  box-sizing: border-box;
  border: 4px solid red;
  border-radius: 35px;
}

input[type=textbox_rood] { 
  width: 7%;
  padding: 10px 12px;
  margin: 8px 0;
  box-sizing: border-box;
  border: 4px solid red;
  border-radius: 1px;
}

input[type='text_geel'] { 
  width: 7%;
  padding: 10px 12px;
  margin: 8px 0;
  box-sizing: border-box;
  border: 4px solid yellow;
  border-radius: 35px;
}

input[type=textbox_geel] { 
  width: 6%;
  padding: 10px 12px;
  margin: 8px 0;
  box-sizing: border-box;
  border: 4px solid yellow;
  border-radius: 1px;
}

input[type='text_paars'] { 
  width: 6%;
  padding: 10px 12px;
  margin: 8px 0;
  box-sizing: border-box;
  border: 4px solid purple;
  border-radius: 35px;
}

input[type=textbox_paars] { 
  width: 6%;
  padding: 10px 12px;
  margin: 8px 0;
  box-sizing: border-box;
  border: 4px solid purple;
  border-radius: 1px;
}

input[type=textbox_grijs] { 
  width: 6%;
  padding: 10px 12px;
  margin: 8px 0;
  box-sizing: border-box;
  border: 4px solid grey;
  border-radius: 1px;
}

/* Define own checkbox */
/* The container */
.container {
  display: block;
  position: relative;
  padding-left: 0px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
 position: absolute;
 	top: -20px;
  left: 200px;
  border: 4px solid grey;
  height: 25px;
  width: 25px;
  background-color: white;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* End of checkbox */


input[type='number'] { 
	font-size: 15px; 
	font-family:  Sans-serif; 
}

input[type='radio'] { 
	font-size: 15px; 
	font-family:  Sans-serif; 
}

input[type='date'] { 
	font-size: 15px; 
	font-family:  Sans-serif; 
}

/*textarea  {  
	font-size: 15px;  
	font-family: Sans-serif;  
 	margin-left: 55px;
}
*/
select  {  
	font-size: 15px;  
	font-family: Sans-serif;  
	margin-left: 5px;
 
}

ul.a {
	list-style-type: dash;
	text-indent: 0px;
	font-size: 14px;
	line-height: 1.3;	
	margin-left: 0em; 
	text-indent: 0em 
}

ul.circle {
	list-style-type: circle;
	text-indent: 5px;
	font-size: 14px;
	line-height: 1.3;	
	margin-left: 1em; 
	text-indent: 0em 
}


.list ul li  {
  display: inline-block;
  margin-left: 0px;
  margin-right:8%;
  margin-top: 10px;
  margin-bottom:10px;  
}




