/* 
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: Arial, Helvetica, sans-serif; /* Choose your best suited font-family from: X:/Templates/font-families.css */
	color: #333;
	font-size: 12px;
}

h1 { /* You don't HAVE to change size and margin, this is done in the publer std.css */
	padding: 0; 
}
	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 h1 {
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 4px;
	border-bottom: 1px solid #00ae4d;
}

#contents h2 {
	font-size: 16px;
	color: #00ae4d;
	font-weight: bold;
	padding-bottom: 4px;

}

#contents h3 {
	font-size: 12px;
	font-weight: bold;
}

h4 {
	color: #FFF;
}

h5 { /* H5 is the same size and weight as P: make sure color differs from P */
	color: #FFF;
}

#contents p{
	text-align: justify;
}
hr { 
	background-color: #cfc9d3;
}
#contents a {
	color: #00ae4d;
	text-decoration: none;
}

#contents a:hover {
	text-decoration: underline;
}