body, html {
  height: 100%;
  background: #fff;
  font-family: Arial, sans-serif;
  font-size: 13px;
  color: #333;
  padding: 0px;
  margin: 0px;
  background: #fff;	
}

a {
  outline: none;
}

a:link {
    color: #000000;
    text-decoration: none;
}
a:visited {
    color: #000000;
    text-decoration: none;
}
a:hover {
    color: #cc0000;
    text-decoration: none
}

#outer {
  position:relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

#outer[id] {
  position: static;
  display: table;
}
		
#middle {
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
}

/* for explorer only*/
#middle[id] {
  position: static;
  width: 100%;
  display: table-cell;
  vertical-align: middle;
}
		
#inner {
  position: relative;
  width: 955px;
  height: 537px;
  top: -50%;
  text-align: left;
  background: url('img/achtergrond.png');
}


/* for explorer only */
#inner {
  margin-left: auto;
  margin-right: auto;
}

/* for all browsers */
/* optional: #inner[id] {position: static;} */


div.menu {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 644px;
  z-index: 2;
}

div.words {
  position: absolute;
  font-family: Arial, sans-serif;
  top: 67px;
  left: 137px;
  width: 100px;
  height: 25px;
  color: #ef63b4;
  font-size: 9px;
  font-weight: bold;
  text-align: right;
  letter-spacing: -.4px;
}

div.contact {
  position: absolute;
  bottom: 25px;
  left: 25px;
  width: 230px;
  height: 292px;
  color: #666;
}

input {
  width: 147px;
  font-family: Arial, Trebuchet MS, sans-serif;
  font-size: 13px;
  margin-bottom: 10px;
  padding: 2px;
  color: #cc0000;
  background: #fff;
  border: 1px solid #ccc;
}

textarea {
  width: 147px;
  height: 125px;
  font-family: Arial, Trebuchet MS, sans-serif;
  font-size: 13px;
  margin-bottom: 10px;
  padding: 2px;
  color: #cc0000;
  background: #fff;
  border: 1px solid #ccc;
}
