/*
This stylesheet is included in the live webpage as well as inside the CMS when editing box contents. 
It must contain all styles information that should be applied as well to the box column inside the CMS!
All styles that are used for positioning should be placed in styles.css which IS NOT included in the CMS.
Please use the config value $oCMS_cfgIng["box"]["colWidth"] to specify a width for the column in the CMS. 
*/

/* ***************************************************************** *
 * ***************************************************************** *
 *   OBJECTS IN THE BOX AREAS  
 * ***************************************************************** *
 * ***************************************************************** */
 
#rightCol h2 {
	margin: 4px 0 0 0;
	padding: 2px 0 6px 0;
	font-size: 14px;
	color: #000000;	
}
#rightCol h3 {
	margin: 4px 0 0 0;
	padding: 2px 0 0 0;
	font-size: 12px;     
	font-weight:  bolder;
	color: #000000;	
}
#rightCol h3 a {
	color: #000000;
	text-decoration: none;	
}
#rightCol h3 a:hover {
  color: #FF0000;
}
#rightCol .intro {
	font-size: 12px;
	font-weight:  bolder;
	color: #666666;	
}
#rightCol .intro p {
	margin: 0;
	padding: 0;	
}



#rightCol div.image1 {
	margin: 20px 0;
} 

