/* 
Yes2web Standaard CSS - V 20070801 
Site.css Bevat alle elementen voor de opmaak van de website, exclusief de opmaak die door TinyMCE gebruikt kan worden.
*/

/*
Projectnaam/algemene info
@author: naam
@version: yyyymmdd-##
*/

body, #publerBody {
	background: none;
	line-height: 1.2em;
	word-spacing: 1px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 11pt;
	width: 95%; /* Make sure the content fits on the page */
}
ul#navigation, .skip, #footer, #right, .hide, #right-column, #photo-menu, #header-image{
	display: none;
}
#header h1{
	text-indent: -5555px;
}

#header h1 a img.hide{
	display: block;
	width: 506px;
	height: 74px;
}
hr{
	color: #d3d3d3;
	background-color: #d3d3d3;
}
h1, h2{
	color: #0DB801;
	visibility: visible;
	font-family: Georgia, serif;
}
p{
	text-align: justify;
}
a {
	color: #000;
	text-decoration: underline;
}
div#main a:after {
	content: " ( "attr(href)" )"; /* Print links after the linked text, so peopel can still go to a linked page - Works in REAL browsers only */
}
img, a img {
	border: none;
}
/* SIFR */
  .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;
  }
