/* 
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 */
}
#header img.hide{
	display: block;
	width: 199px;
	height: 109px;
}
ul#navigation, #right-column, ul#footer, .networks, .player,
#header p, #header ul, .hide{
	display: none;
}
a {
	color: #000;
	text-decoration: underline;
}
h2{
	color: #00aeef;
}
img.left{
	float: left;
	padding: 0 20px 20px 0;	
}
div.long{
	clear: both;
}

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