/* ------------------------------- table ------------------------------ */
body div#contentframe table#news {
	max-width: 730px;
	margin: 2em 0 2em 25px;
	padding: 0.5em;
	border-collapse: separate;
	border-spacing: 0.2em;
}
body div#contentframe table#news tr td {
	padding: 0.3em;
        border: 0;
	background-color: #EDF5F9;
	vertical-align:  top; 
}

/* ------------------------------- divs ------------------------------ */
body div#contentframe div#news div.news_item {
	max-width: 730px;
	margin: 1em 0 3em 25px;
	padding: 1em 10px;
	border-bottom: 1px solid #0079BA;
	background-color: #EDF5F9;
}
body div#contentframe div#news div.news_item div {
	margin-bottom: 0;
}
body div#contentframe div#news div.news_item div.ttitel {
	margin-bottom: 1em;
	border-left: 0.3em solid #0079BA;
	padding-left: 0.2em;
	text-decoration: none;
}


body div#contentframe  #viewallform {
	margin: 0 0 25px 25px;
}

/* ----------------------------------- file-mimetypes --------------------------------- */
body div#contentframe table#news tr td.tfile div,
body div#contentframe div#news div.news_item div.tfile {
	width: 26px;
	height: 26px;
	background-image: url(../../images/spacer.png);
}
body div#contentframe table#news tr td.tfile div.application_x-shockwave-flash,
body div#contentframe div#news div.news_item div.tfile.application_x-shockwave-flash,
body div#contentframe table#news tr td.tfile div.image_png,
body div#contentframe div#news div.news_item div.tfile.image_png,
body div#contentframe table#news tr td.tfile div.image_gif,
body div#contentframe div#news div.news_item div.tfile.image_gif,
body div#contentframe table#news tr td.tfile div.image_jpg,
body div#contentframe div#news div.news_item div.tfile.image_jpg,
body div#contentframe table#news tr td.tfile div.image_jpeg,
body div#contentframe div#news div.news_item div.tfile.image_jpeg,
body div#contentframe table#news tr td.tfile div.application_pdf,
body div#contentframe div#news div.news_item div.tfile.application_pdf,
body div#contentframe table#news tr td.tfile div.text_html,
body div#contentframe div#news div.news_item div.tfile.text_html,
body div#contentframe table#news tr td.tfile div.text_htm,
body div#contentframe div#news div.news_item div.tfile.text_htm,
body div#contentframe table#news tr td.tfile div.text_plain,
body div#contentframe div#news div.news_item div.tfile.text_plain {
	background-image: url(img/download_22x22.png);
}
