/* 
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: Helvetica,sans-serif,Arial,"Trebuchet MS";
	color: #333;
	font-size: 12px;
	width: 95%; /* Make sure the content fits on the page */
}
#navigation,
.actie_container,
#sidebar .content_container_4koloms,
object,
#footer,
.bekijkditproject,
a.map,
#extra,
.skip{
	display: none;
}

.content_container_4koloms {
	display: inline;
	width: 150px;
	margin: 20px 15px 0px 0px;
	padding: 0px;
	float: left;
	position: relative;
}
#header h1{
	margin: 0 10px 0 0;
	float: left;
}
.slogan_container h2{
	margin: 0 0 0 10px;
}

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;
}

h1, h2{
	line-height: normal;
}

/* 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;
}