/* CSS Document */

/* The start of the doc */
#standard {
  background-color: #000000;
  font-family: Verdana;
  font-size: 13px;
  color: #ffffff;  
  font-style: normal;
  font-weight: normal;
  line-height: normal;
  text-decoration: none;
}

/* This container sizes the doc and places it in the middle */
#container {
	background: #000000 url("../images/bg.gif") no-repeat;
  width: 800px;
  height: 600px;
  position: relative;
}

#dekop_bestel {
  position: absolute;
  top: 100px;
  left: 250px; 
  font-size: 22px; 
  font-weight: bolder;
}

#tekst_bestel {
  position: absolute;
  top: 140px;
  left: 250px;
  width: 450px; 
  font-size: 14px; 
  font-weight: normal;
}
#copyright {
  font-family: Courier New;
  font-size: 10px;
  color: red;
}

#copyright_a {
  font-family: Courier New;
  font-size: 10px;
  text-decoration: underline;
  color: red;
}

#copyright_a:hover {
  font-family: Courier New;
  font-size: 10px;
  color: #ffb637;
}

td{
  padding: 0px;
  border: 0px;
  margin: 0px;
}

#veldverplicht {
  background-color: red;
  color: #ffffff;
}
#verplicht {
  font-size: 11px;
}
#foutmelding {
  font-family: Verdana;
  font-size: 11px;
  font-weight: bold;
  color: #FF0000;
}

#voetnoot {
  font-family: Verdana;
  font-size: 9px;
  color: #000000;
}

#besteltable {
  position: absolute;
  font-size: 14px;
  top: 350px;
  left: 250px;
  width: 450px;
/*  background-color: #FAA105; */
}

#warning {
  position: absolute;
  top: 565px;
  left: 250px;
  font-size: 12px;
  color: red;
}

blockquote {
  margin-top: 3px;
  margin-bottom: 3px;
  margin-left: 10px;
}

p {
  margin-top: 8px;
  margin-bottom: 8px;
}

.veld {
  font-family: Verdana;
  font-size: 13px;
}

.geelfont {
  font-size: 12px;
  color: yellow;
}
#homeknop {
  position:absolute;
  top: 130px;
  left: 8px;
  border: 0px;
}