* {
  font-family: 'EYInterstate', sans-serif;
}


input[type=submit] {
  padding: 5px 15px;
  background: #eee;
  border: 0 none;
  cursor: pointer;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-size: 14px;
  width: 210px;
}


#btnsendcontact {
  border: 2px solid #c00;
  font-size: 14px;
  background: #eee;
  width: 150px;

}

.buttontable {
  border: none;
  border-collapse: collapse;
  background-image: url("stars.gif");
  width: 850px;
}


.texttable td {
  border: 5px solid #eeeeee;
  width: 850px;
  height: 400px;
  padding: 15px;
  background-color: #eeeeee;
}


.contacttable {
  border: 1px solid #eeeeee;
  height: 400px;
  padding: 15px;
  width: 850px;
  border-collapse: collapse;
  background-color: #bbbbbb;
}




input[type=text] {
  padding: 5px 15px;
  background: #fff;
  border: 0 none;
  cursor: pointer;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-size: 14px;
  width: 320px;
  height: 10px;
}


.texta {
  padding: 5px 15px;
  background: #fff;
  border: 0 none;
  cursor: pointer;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-size: 14px;
  width: 450px;
  vertical-align: top;
}




.contacttable tr {
  height: 10px;
}


td.contactprompt {
  background-color: #ddd;
  text-align: right;
  height: 20px;
  width: 100px;
  vertical-align: top;
  padding-right: 30px;
  padding-top: 3px;
}

td.contacterror {
  background-color: #ddd;
  color: #f00;
  text-align: left;
  height: 20px;
  width: 100px;
  vertical-align: top;
  padding-right: 30px;
  padding-top: 3px;
}


td.contactfield {
  background-color: #ddd;
  text-align: left;
  height: 20px;
  width: 150px;
  vertical-align: top;
  padding-top: 3px;
}


td.kvk {
  background-color: #ddd;
  text-align: left;
  height: 20px;
  width: 150px;
  vertical-align: top;
  padding-top: 3px;
  font-size: 10px;
}



body {
  font-size: 16px;
  /*background-color: #444444;*/
  background-image: url('stars.gif');
}


p {
  font-size: 20px;
  color: #000000;
  letter-spacing: normal;
}


.column1 {
  float: left;
  width: 150px;
  padding: 0px;
  height: 100px;
  /*background-color: #000000;*/
  background-image: url("stars.gif");
}

.column2 {
  padding: 5px;
  height: 110px;
  vertical-align: middle;
  background-image: url("stars.gif");
}


.column3 {
  float: left;
  width: 150px;
  padding: 0px;
  height: 350px;
  /*background-color: #444444;*/
  background-image: url("paper.gif");
}

.column4 {
  padding: 30px;
  height: 150px;
  /*background-color: #444444;*/
  vertical-align: middle;
  background-image: url("paper.gif");
}


c1 {
  font-size: 60px;
  color: #eee;
  letter-spacing: normal;
  background-image: url("stars.gif");
}



/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}