.contenttable_tr_dark {
	background-color: #ecf0f1;
}
.contenttable_td_center {
	text-align: center !important;
}


/*PDF Zeichen vor Link*/
.pdf_download a,
#content .pdf_download a.download {
	height: auto;
	color: #ff881b;
	background-color: inherit;
	font-weight: normal;
	background: url(../img/pdf_orange.gif) no-repeat 0 0;
	padding: 0 0 1px 17px;
}
.pdf_download a:hover,
#content .pdf_download a.download:hover {
	height: auto;
	color: #4b4b4b;
	background-color: inherit;
	font-weight: normal;
	background: url(../img/pdf_grau.gif) no-repeat 0 0;
	padding: 0 0 1px 17px;
}

/* Zip */
.zip_download a,
#content .zip_download a.download  {
	height: auto;
	color: #ff881b;
	background-color: inherit;
	font-size: 11px;
	font-weight: normal;
	background: url(../img/zip_orange.gif) no-repeat 0 0;
	padding: 0 0 1px 19px;
}
.zip_download a:hover ,
#content .zip_download a.download:hover{
	height: auto;
	color: #4b4b4b;
	background-color: inherit;
	font-size: 11px;
	font-weight: normal;
	background: url(../img/zip_grau.gif) no-repeat 0 0;
	padding: 0 0 1px 19px;
}
