/* ---------------------------------------- news -------------------------------------- */
body div#contentframe table#news tr td {
	padding-bottom: 45px;
	border-bottom: 0;
}

body div#contentframe table#news tr td.tdate,
body div#contentframe  p#news_bottom {
	display: none;
}

/* ----------------------------------- file-mimetypes --------------------------------- */
body div#contentframe table#news tr td.tfile div,
body div#contentframe table#news tr td.tfile div.application_pdf {
	width: 48px;
	height: 56px;
	background-image: url(img/download_pdf.gif);
}
body div#contentframe table#news tr td.tfile>div.application_pdf {
	background-image: url(img/download_pdf.png);
}

