/*******************************************************************
 * Name:			 CssContentStyle.css
 * Description: stylesheet that contains the style classes that 
 *					 can be used in html content (available in the 
 *					 text editor of the CMS
 *
 * Notes:		 Do not specify font-sizes her (use CssFontSize instead)
 *
 *******************************************************************
 * Current site:	AKKERMANS & PARTNERS
 *******************************************************************/


/**********************************************
 *
 * REDEFINITION OF HEADER STYLES  
 *
 **********************************************/
H1 {}
H2 {}
H3 {}
H4 {}
H5 {}
H6 {}
H7 {}
H8 {}

/**********************************************
 *
 * CONTENT STYLE CLASSES
 * (available to CMS users in text editor)
 *
 **********************************************/
.Rood {
   color: Red;
}
.DonkerRood {
   color: #660000;
}
.Groen {
   color: Green;
}
.DonkerGroen {
   color: #006600;
}
.Blauw {
   color: Blue;
}
.DonkerBlauw {
   color: #000066;
}
.Geel {
   color: Yellow;
}
.Cyaan {
   color: #00CCCC;
}
.Paars {
   color: Purple;
}
.Oranje {
   color: Orange;
}
.Roze {
   color: #FFFF66;
}
.Grijs {
   color: Gray;
}
.DonkerGrijs {
   color: #666666;
}
