

/* content
--------------------------------------------------*/

#content b {
 		margin: 0px;
     	font-size: 13px;
		font-weight: bolder;
 		color: white;	

}

#content h1 {
 		margin: 0px;
     	font-size: 13px;
		font-weight: bolder;
 		color: white;	

}

#film h1, #order h1 {
 		margin: 0px;
     	font-size: 18px;
		font-weight: bolder;
 		color: white;	

}



#footer h6 { 
 		margin: 0px;
     	font-size: 9px;
	    line-height: 1em;
     	text-align: left;
		font-weight: normal;
 		color: white;
}



#content .formtekst {


  color: white;
  font-size: 11px;
  text-align: left;
  
}

#content .formtekstfout {

  width: 300px;
  height: 20px;
  color: #eb7000;
  font-size: 11px;
  text-align: left;
  border: inset 1px #eb7000;
  
}

#content .textveld {

  margin:0;
  padding:0;
  color: black;
  font-size: 11px;
  text-align: left;
  border: inset 1px #eb7000;

  }
  
#content .formveld {

  width: 300px;
  height: 20px;
  color: black;
  font-size: 11px;
  text-align: left;
   border: inset 1px #eb7000;

}

 #content .textveld {
  width: 300px;
  height: 250px;
  color: black;
  font-size: 11px;
  line-height: 14px;
  text-align: left;
   border: inset 1px #eb7000;
  }
  
  #content a {
	color: #9b9b9b;	
      text-decoration: underline;
     border: 0px;
}
 
    #content a:hover {
	color: #9b9b9b;	
      text-decoration: none;
         border: 0px;
}


