/*=== File 'jqrexm002.css' ===================================================*/
main{
  background-image: url('/DeVrije/prd/img/jqrexm001bkg.png');
  background-repeat: repeat;
  width: 580px;
  margin: 0px auto;
  background-color: white;
  border-radius: 10px;
  border: 1px solid navy;
}
article{
  width:100%;
  border-radius: 10px 0px 0px 0px;
}
footer{
  clear: both;
  text-align: left;
  border-top: 1px dotted black;
  border-radius: 0px 0px 10px 10px;
  padding: 20px 10px 10px 10px;
}
article > *{
  margin: 10px;
}

/* ARTIKEL OPMAAK */
form label{
  display: block;
  font-weight: bold;
}
main form{
  padding:10px;
  border:1px dotted silver;
  border-radius: 5px;
  min-height:30px;
}
form p{
  border-bottom: 1px solid silver;
}
form label{
  clear:both;
}
input{
  margin:2px;
}
input.belegveld{
  float:left;
}
input.prijsveld, span.prijsveld{
  float:right;
  width:100px;
}
input[type="text"].prijsveld{
  text-align: right;
}
#ingredienten img{
  float:right;
  height: 20px;
  margin-left:10px;
}
#ingredienten > div{
  clear:both;
}
/* ID en CLASS */
.valideerfout{
  border: 2px solid red;
}
.lijstgevonden{
  background: yellow;
  color: navy;
}
/*============================================================================*/
