/* 
Yes2web Standaard CSS - V 20070801 
Main.css Bevat de opmaak code voor alles wat door TinyMCE gebruikt kan worden.
*/

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

body, #publerBody {
	font-family: Frutiger, Univers, "Helvetica Neue", arial, helvetica, sans-serif; /* Choose your best suited font-family from: X:/Templates/font-families.css */
	color: #333;
}

#contents h1 { /* You don't HAVE to change size and margin, this is done in the publer std.css */
	font-size: 16px;
	font-weight: bold;
	color: #000;
}
	h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child { margin-top: 0; } /* reset the first H{x} of the page */
	* html h1, * html h2 { margin-top: 0; } /* Don't we all love Bill? */
	
#contents h2 {
 font-size: 14px;
 font-weight: bold;
 color: #000;
}
.zoek-in-ons-actuele-aanbod #contents h2 {
 padding-bottom: 5px;
 font-size: 14px;
 font-weight: none;
 color: #003366;
}
#contents h3 {
 font-size: 11px;
 font-weight: bold;
 color: #000;
}
h4 {
	color: #FFF;
}

h5 { /* H5 is the same size and weight as P: make sure color differs from P */
	color: #FFF;
}
#contents a {
	color: #742F9D;
	text-decoration: none;
	font-weight: bold;
}

#contents a:hover {
	
	text-decoration: underline;
}

