/*
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  
 * ***************************************************************** *
 * ***************************************************************** */

/* #leftCol:
 *
 * available inner width: 179px
 * 
 */
 
/* ***************************************************************** *
 *   BOXES 
 * ***************************************************************** */
/* commons for all boxes */
#right .contentBox {
	margin-bottom: 20px;
	border: 1px solid #008EEC; 
}
#right .contentBox .title {
	padding: 0;
	margin: 0;                
	background: #008EEC;
}
#right .contentBox .title h4 {
	padding: 3px 6px;
	margin: 0;                
	font-size: 12px;
	color: #ffffff;
}
#right .contentBox .title h4 a, #right .contentBox .title h4 a:hover {
	color: #ffffff;
}
#right .contentBox .content {
	padding: 4px 6px;
	font-size: 11px;
}
#right .contentBox .boxImage {
	padding: 5px 0;
	text-align: center;
}
#right .contentBox .content p {
	padding: 2px 0;
	margin: 0;
}
#right .contentBox .content h1, #right .contentBox .content h2, #right .contentBox .content h3 {
	padding: 2px 0;
	margin: 0;
	font-size: 13px;
	line-height: 1.2em;
}
#right .contentBox .content h4, #right .contentBox .content h5, #right .contentBox .content h6 {
	padding: 2px 0;
	margin: 0;
	font-size: 11px;
	line-height: 1.2em;
}
#right .contentBox .content ul {	
	margin: 4px 0 4px 16px;
	padding: 0;
}
#right .contentBox .content ul li {
	padding-top: 1px;
	padding-bottom: 4px;
	line-height: 1.2em;
}
#right .contentBox .content ul li a {
  	text-decoration: none;
	color: #008EEC;
}



#right .image1 {
	padding-left: 0;
	margin: 0 0 20px 0;
}

