body,td,th {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
	color: #363;
}
body {
	background-color: #CFF;
}
a:link {
	color: #33F;
}
a:visited {
	color: #999;
}
a:hover {
	color: #93C;
}
a:active {
	color: #F00;
}
h1,h2,h3,h4 {
	font-weight: bold;
}
h5,h6,h7 {
	font-weight: normal;
}
h1 {
	font-size: 36px;
	color: #093;
}
h2 {
	font-size: 26px;
	color: #09C;
}
h3 {
	font-size: 20px;
	color: #69C;
}
h4 {
	font-size: 24px;
	color: #603;
}
h5 {
	font-size: 24px;
	color: #363;
}
h6 {
	font-size: 14px;
	color: #363;
}
h7 {
	font-size: 20px;
	color: #259;
}
.ROOD {
	color: #FF0900;
}.GROEN {
	color: #069900;
    font-weight: bold;
}.BLAUW {
	color: #0000FF;
}.GRIJS {
	color: #999999;
}.WIT {
	color: #FFFFFF;
}

.button {
  background-color: #2A8D30; /* Green */
  border: 1px solid #BFB;
  border-radius: 120px;
  align: center;
  color: blue;
  width: 300px;
  padding: 15px 30px;
  text-align: center;
  text-decoration: bold;
  display: inline-block;
  font-size: 20px;
  box-shadow: 20px 20px 30px #DDDDDD;
}
div.background {
        box-shadow:5px 5px 20px 10px #999;
}.COL { 
  border-left: 5px solid #FF0000;border-bottom: 5px solid #00BB00; border-right: 5px solid #0000FF;border-top: 5px solid #AAAA00;
}

::-webkit-input-placeholder {
        font-style:italic; font-size: 25px; color: #494;
}

::-moz-placeholder {
        font-style:italic; font-size: 25px; color: #494;
}

:-ms-input-placeholder {
        font-style:italic; font-size: 25px; color: #494;
}

/* Vanaf hier de elementen voor de opmaak van het formulier met CSS*/

input[type=text], select {
  width: 100%;
  padding: 50px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 3px solid #0c0;
  border-radius: 25px;
  box-sizing: border-box;
  font-size: 20px;
  color: #55F;
}
input[type=number], select {
  width: 100%;
  padding: 50px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 3px solid #0c0;
  border-radius: 25px;
  box-sizing: border-box;
  font-size: 20px;
  color: #55F;
}
input[type=text2], select {
  width: 30%;
  padding: 50px 20px;
  background-color: #EFC;
  margin: 8px 0;
  display: inline-block;
  border: 3px solid #33e;
  border-radius: 25px;
  box-sizing: border-box;
  font-size: 20px;
  text-align: center;
  color: #55F;
}
.lijstgroot {
  width: 31%;
  height: 40px;
  padding: 8px 8px;
  background-color: #FEE;
  margin: 5px 0;
  display: inline-block;
  border: 1px solid #E77;
  border-radius: 20px;
  box-sizing: border-box;
  align: center;
  font-size: 25px;
  color: #E77;
}
.lijstafstand {
  width: 90%;
  height: 40px;
  padding: 8px 8px;
  background-color: #FEE;
  margin: 5px 0;
  display: inline-block;
  border: 1px solid #E77;
  border-radius: 20px;
  box-sizing: border-box;
  align: center;
  font-size: 25px;
  color: #E77;
}
input[type=submit] {
  width: 300px;
  align: center;
  background-color: #66AAFF;
  color: blue;
  text-style: bold;
  padding: 30px 15px;
  margin: 5px 0;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  font-size: 30px;
}
input[type=submit]:hover {
  background-color: #3333dd;
  color: orange;
  font-size: 30px;
}
textarea {
  width: 100%;
  height: 450px;
  padding: 50px 20px;
  box-sizing: border-box;
  border: 3px solid #0c0;
  border-radius: 35px;
  background-color: #f8f8f8;
  font-size: 20px;
  resize: vertical;
  color: #55F;
}
select {
  width: 100%;
  height: 150px;
  padding: 16px 20px;
  border: none;
  border-radius: 4px;
  background-color: #f1f1f1;
  font-size: 25pt;
}
div {
  border-radius: 5px;
  background-color: #f2f2f2;
  padding: 10px;
}
hr.trunhr {
  border: 6px solid #acf  ;
  border-radius: 50%;
}
th, td {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 24px;
  color: #363;
}
.footer {
   position: fixed;
   left: 0;
   bottom: 0;
   width: 100%;
   background-color: #CCEEFF;
   color: #2244DD;
   text-align: center;
   border-top: 1px solid #3388CC;
}


@media (max-width:1000px) {

body,td,th {
	font-size: 36px;
}
h1 {
	font-size: 72px;
}
h2 {
	font-size: 52px;
}
h3 {
	font-size: 40px;
}
h4 {
	font-size: 24px;
}
h5 {
	font-size: 48px;
}
h6 {
	font-size: 20px;
}
h7 {
	font-size: 40px;
}
.button {
  border-radius: 80px;
  width: 600px;
  padding: 30px 100px;
  font-size: 40px;
  box-shadow: 20px 20px 30px #DDDDDD;
}
div.background {
        box-shadow:5px 5px 20px 10px #999;
}

::-webkit-input-placeholder {
        font-style:italic; font-size: 50px; color: #494;
}

::-moz-placeholder {
        font-style:italic; font-size: 50px; color: #494;
}

:-ms-input-placeholder {
        font-style:italic; font-size: 50px; color: #494;
}

/* Vanaf hier de elementen voor de opmaak van het formulier met CSS*/

input[type=text], select {
  padding: 50px 20px;
  margin: 8px 0;
  border: 3px solid #0c0;
  border-radius: 25px;
  font-size: 40px;
}
input[type=number], select {
  padding: 50px 20px;
  margin: 8px 0;
  border: 3px solid #0c0;
  border-radius: 25px;
  font-size: 40px;
}
input[type=text2], select {
  width: 30%;
  padding: 50px 20px;
  margin: 8px 0;
  border: 3px solid #33e;
  border-radius: 25px;
  font-size: 40px;
}
.lijstgroot {
  width: 31%;
  height: 100px;
  padding: 20px 20px;
  margin: 5px 0;
  border: 1px solid #E77;
  border-radius: 20px;
  font-size: 50px;
}
.lijstafstand {
  width: 90%;
  height: 100px;
  padding: 20px 20px;
  margin: 5px 0;
  border: 1px solid #E77;
  border-radius: 20px;
  font-size: 50px;
}
input[type=submit] {
  width: 800px;
  padding: 50px 20px;
  margin: 8px 0;
  border-radius: 5px;
  font-size: 60px;
}
input[type=submit]:hover {
  font-size: 60px;
}
textarea {
  width: 100%;
  height: 450px;
  padding: 50px 20px;
  border: 3px solid #0c0;
  border-radius: 35px;
  font-size: 40px;
}
select {
  width: 100%;
  height: 150px;
  padding: 16px 20px;
  border-radius: 4px;
  font-size: 50pt;
}
div {
  border-radius: 5px;
  padding: 20px;
}
hr.trunhr {
  border: 6px solid #acf  ;
  border-radius: 50%;
}
th, td {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 48px;
}
}