/* 
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;
	color: #000;
	font-size:12px;
}


h1 { /* You don't HAVE to change size and margin, this is done in the publer std.css */
	color:#1bb5d2;
	font-size:1.7em;
	font-family: "Times New Roman", Times, serif;
	margin-bottom:3px;
}
	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? */
	
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size:1.4em;
	color: #1bb5d2;
}

h3{
	font-family: "Times New Roman", Times, serif;
	font-size:1.2em;
	color: #1bb5d2;
	font-style:italic;
	font-weight:normal;
	
}

a{
	color:#1bb5d2;
}

blockquote{
	width:100px;
	border-right:1px solid #c0c0c2;
	border-left:1px solid #c0c0c2;
	color:#1bb5d2;
	font-size:1.3em;
	font-style:normal;
	padding:0 10px;
	margin:0 10px 10px 10px;
	font-family: "Times New Roman", Times, serif;
}
blockquote.left{
	float:left;
	margin-left:0;
	}
blockquote.right{
	float:right;
	margin-right:0;
	}	
	
td{
	vertical-align: top;
}