/*=:project
    scalable Inman Flash Replacement (sIFR) version 3.

  =:file
    Copyright: 2006 Mark Wubben.
    Author: Mark Wubben, <http://novemberborn.net/>

  =:history
    * IFR: Shaun Inman
    * sIFR 1: Mike Davidson, Shaun Inman and Tomas Jogin
    * sIFR 2: Mike Davidson, Shaun Inman, Tomas Jogin and Mark Wubben

  =:license
    This software is licensed and provided under the CC-GNU LGPL.
    See <http://creativecommons.org/licenses/LGPL/2.1/>    
*/

.sIFR-flash {
  display    : none !important;
  height     : 0;
  width      : 0;
  position   : absolute;
  overflow   : hidden;
}

.sIFR-alternate {
  visibility : visible !important;
  display    : block   !important;
  position   : static  !important;
  left       : auto    !important;
  top        : auto    !important;
  width      : auto    !important;
  height     : auto    !important;
}


/* ------------ content -------------------- */

body 				{ font: normal 0.75em/1.6 arial, helvetica, sans-serif, verdana; }
h1,.h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 { font: bold 1em arial, helvetica, sans-serif, verdana; }
h2, .h2				{ font-size: 1.6em; margin: 0.5em 0; color: #93ae16;}
h3, .h3 			{ font-size: 1.3em; margin: 0.5em 0; color: #93ae16;}
h4, .h4 			{ font-size: 1.2em; margin: 1em 0; color: #93ae16;}
h5, .h5 			{ font-size: 1.2em; margin: 1em 0; color: #300020;}
h6, .h6 			{ font-size: 1em; margin: 0.5em 0 0 0; color: #93ae16; }
p 					{ font: normal 1em/1.5em arial, helvetica, sans-serif, verdana; }

#servicemenu,
#mainMenu,
#infoContainer,
#reactieForm          { display: none; }
.com-icons,
.progInfo-button,
.msgWrap              { display: none; }
.progArtiest          { font-size: 1.6em; font-weight: bold;}
.progTitel,
.progDatum            { font-size: 1.4em; font-weight: bold;}
.progOverzicht h2     { display: none; }
.progDatum span       { display: inline; }

#priceList	  			{ float: left;  width: 100%; } 
#priceList dl 			{ width: 100%; float: left; } 
#priceList dt 			{ width: 10%; float: left;  } 
#priceList dd 			{ width: 80%; float: left; padding-right: 0.5em;}


