/* 
** contentHeader 
*/

div#texts div.contentHeader,
div#texts div.texts {
	margin-top: 10px;
}

div#texts h3 {	
	line-height: 35px;
	margin-bottom: 10px;
}

div#texts h4 {	
	font-size: 30px;
	margin-bottom: 10px;
}

div#texts div.text,
div#texts div.image {
	width: 450px;
	float: left;
}

div#texts div.image {
	overflow: hidden;
	margin-right: 10px;
}

div#texts div.text-content {
	/*margin-bottom: 40px;*/
}

/*
** pagination
*/

div#texts div.pagination {
	text-align: right;
	font-weight: bold;
}

/*
** files
*/

table.files tr td {
	border-bottom: none;
}


