/**
 * Layout
 */
#right .mod_article{
	float: left;
	clear: left;
	width: 280px;
	background: #f8f5f0 url(../../images/alterna/alte_puff_bg.jpg) top left repeat-x;
	margin-bottom: 20px;
	padding: 10px;
}
#right .mod_article .mod_article{
	padding: 0;
	margin: 0;
}

#right .mod_article .ce_hyperlink{
	float: right;
	display: block;
	padding: 3px 4px 4px 4px;
}

#right .mod_article a{
	color: #000;
	font-weight: bold;
	text-decoration:none;
}

#right .mod_article a:hover{
	text-decoration: underline;
}


#right .ce_text p{
	color: #000;
}

#right .ce_text h2{
	color: #7cadba;
	font-size: 18px;
}