/*****************************************
  elements.css (Stylesheet by One Shoe)
*****************************************/
/*Font-size is 62.5% -> 1em equal to 10px */


a {
	text-decoration: underline;
 	font-size: 12px;
  color: #5e1c64;
}
a:hover {
  color: #2D172F;
}
a.pdf {
  background:url(../images/icons/pdf_ico.gif) no-repeat center left;	
	color: #6A306F;
	text-decoration: underline;
 	font-size: 12px;
	padding:0 35px;
	display:block;
	margin-bottom:10px;
	min-height:24px;
}

a.pdf:hover {
  color: #5e1c64;
}

em {
	font-style: italic;
}

strong {
  font-weight: bold;
}

sup {
	vertical-align: super;
}

sub {
	vertical-align: sub;
}

p {
	font-size: 12px;
  margin: 0px 0px 10px 0px;
  color:#58585A;
}
/*Titels*/


#hierkomt, #hierkomt span {
 width: 569px; 
 height: 21px;
 background: url(../images/title/hierkomt.gif) no-repeat center top ;
 margin:0 auto;
}
#hierkomt span { margin-bottom: -75px; }

/*H2*/
#gotanthefood, #gotanthefood span{
 width: 341px; 
 height: 21px;
 background: url(../images/title/gotanthefood.gif) no-repeat left top ;
}
#inspireert, #inspireert span{
 width: 169px; 
 height: 20px;
 background: url(../images/title/inspireert.gif) no-repeat left top ;
}
#voorpro{
  margin-top:20px;
  float:left;
}
#voorpro, #voorpro span{
 width: 257px; 
 height: 21px;
 background: url(../images/title/voorpro.gif) no-repeat left top ;
}
#concepten{
  margin-bottom:15px;
  float:left;
    clear:both;
}
#concepten, #concepten span{
 width: 360px; 
 height: 75px;
 background: url(../images/title/concepten.gif) no-repeat left top ;
}

#wokhandleiding, #wokhandleiding span{
 width: 174px; 
 height: 38px;
 background: url(../images/title/wokhandleiding.gif) no-repeat left top ;
}
#nieuweboemboes, #nieuweboemboes span{
 width: 265px; 
 height: 14px;
 background: url(../images/title/nieuweboemboes.gif) no-repeat left top ;
}
#meerinfo, #meerinfo span{
 width: 211px; 
 height: 21px;
 background: url(../images/title/meerinfo.gif) no-repeat left top ;
}
#creatiefkoken, #creatiefkoken span {
  width: 260px;
  height: 50px;
  background: url(../images/title/recepten.gif) no-repeat left top ;
  text-indent: -9999px;
}
h2 span { margin-bottom: -75px; }

/* non-repeated code */
h1 span, h2 span {
 display: block;
 position: relative;
 z-index: 1;
}
/* IE5 Mac Hack \*/
h1,h2 { overflow: hidden; }

/*/
h1,h2 { text-indent: -100em; }
/* End Hack */



h2 {
  font-size: 20px;
  color: #6f6f6f;
  margin: 0px 0px 10px 0px;
}

h3 {
  font-size: 14px;
  color: #013b82;
  margin: 0px 0px 5px 0px;
}

p.strong{
  font-weight:bold;
}
