/* 
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{
	background: none;
	line-height: 1.2em;
	word-spacing: 1px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11pt;
	width: 95%; /* Make sure the content fits on the page */
}
#navigation, #langs, #search-form, #agenda, #footer{
	display: none;
}
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;
}

h2{
margin:0px 0px 0px 0px;
font-size:18px;
}

h3{
font-size:14px; 
margin:0px;
margin-top:10px;
}

h4{
font-size:10px;
margin:5px 0px 0px 0px;
}

h5{
font-size:14px;
margin:0px;
}

.content{
width:160px;
float:left;
padding:10px;
}
