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

/* ***************************************************************** *
 * ***************************************************************** *
 *   BASIC STYLES  
 * ***************************************************************** *
 * ***************************************************************** */


/* ***************************************************************** *
 * ***************************************************************** *
 *   OBJECTS IN THE BOX AREAS  
 * ***************************************************************** *
 * ***************************************************************** */

#rightCol h2 {
	margin: 5px 0 0 0;
  	padding: 3px 0;
	border-top: 1px dashed #333333;
	border-bottom: 1px dashed #333333; 
  	color: #333333;
	font-size: 14px;
	font-weight: bold;
} 
#rightCol h3 {
  	padding: 8px 0 4px 0;
	border: 0; 
  	color: #333333;
	font-size: 12px;
	font-weight: bold;
}           
#rightCol h4 {
  	padding: 0 0 4px 0;
  	margin-bottom: 4px;
	border-bottom: 1px solid #454545; 
  	color: #454545;
	font-size: 12px;
	font-weight: bold;
}           
#rightCol h5 {
  	padding: 0; 
  	color: #454545;
	font-size: 11px;
	font-weight: normal;
}           
#rightCol h5 a, #rightCol h5 a:visited {
  	color: #454545;
  	text-decoration: underline;
} 


#rightCol .image1 {
	margin-bottom: 20px;
}
#leftCol .image1 {
	margin-bottom: 30px;
}

/**
 * List without bullets 
 */
#rightCol ul.nobullets {
	margin: 0;
	padding: 0;
	list-style: none;
}
#rightCol ul.nobullets li {
	margin: 0;
	padding: 3px 0;
}
/**
 * Lists with bullets 
 */
#rightCol ul.blueBullets {
	margin: 5px 0 5px 1em;
	padding: 0; 
	list-style-image: url(/images/objects/box/bullet_blue.gif);
}
#rightCol ul.blueBullets li {
	margin: 0;
	padding: 3px 0;
}



/**
 * Blue / Orange Box  
 */
#rightCol .stdBox , #rightCol .relBox {
	margin-bottom: 20px;
	background: #3B4448;
	margin-top:5px;
}
#rightCol .stdBox .boxTitle, #rightCol .relBox .boxTitle {
	overflow: hidden;
	text-align: center;
	text-transform:uppercase;
}
#rightCol .stdBox .boxTitle {
	background: #3B4448;
	margin-top: 0px;
}
#rightCol .relBox .boxTitle {
	background: #3B4448;
	margin-top:0px;
}
#rightCol .stdBox .boxTitle h4, #rightCol .relBox .boxTitle h4 {
	padding: 5px 0px;
	font-size: 12px;
	margin-top:0px;
	
}
#rightCol .stdBox .boxTitle h4 {
	color: #ffffff;
}
#rightCol .relBox .boxTitle h4 {
	color: #ffffff;
	margin-top:0px;
	
}
#rightCol  .boxMain  {
	padding-bottom: 10px;
	
}
#rightCol .stdBox .boxMain td, #rightCol .relBox .boxMain td  {
	padding: 5px 10px;
	background: #3B4448;
	color: #FFFFFF;
	font-size: 11px;
}
#rightCol .content ul a {
	margin: 0px 0;
	padding: 0;
	background: #3B4448;
	color: #FFFFFF;
	font-size: 12px;
	text-decoration:none;
	font-weight: bold;
}
#rightCol .content a:hover {
	text-decoration: underline;
	}
#rightCol .content ul li {
	margin: 0 10px 0 10px;
	padding: 2px 0 2px 2px;
	list-style-image: url(../images/box/bullet_grey.gif);
}
/*
#rightCol .stdBox .boxMain a, #rightCol .stdBox .boxMain a:visited {
	color: #003399;
	text-decoration: underline;
}
#rightCol .stdBox .boxMain a:hover {
	color: #333333;
}
*/
/**
 * Specials for the news box 
 */
#rightCol .stdBox .newsDate {
	font-weight: bold;
	color: #003399;
} 
#rightCol .stdBox h5 {
	padding: 0;
	font-weight: bold;
	color: #000000;
} 
#rightCol .stdBox h5 a {
	color: #000000;
	text-decoration: none;
} 
#rightCol .stdBox h5 a:hover {
	text-decoration: underline;
} 
#rightCol .stdBox .intro {
	padding: 0;
	color: #333333;
} 

