/* cache/styles/file/468/exceltable.css */
#article table.ExcelTable th {
	white-space: normal !important;
}
#article table.ExcelTable td {
	border: 0px;
	white-space: normal !important;
}
#article table.ExcelTable td.td_border_top {
	border-top: 1px solid #4F6B13;
}
#article table.ExcelTable td.td_border_bottom {
	border-bottom: 1px solid #4F6B13;
}
#article table.ExcelTable td.td_border_left {
	border-left: 1px solid #000;
}
#article table.ExcelTable td.td_border_right {
	border-right: 1px solid #000;
}
#article table.ExcelTable td.GREEN {
	color: #4F6B13;
}
#article table.ExcelTable td.KEIN_UMBRUCH {
	white-space: nowrap !important;
}

#article table.ExcelTable a{
  text-decoration:none;
  color:#000000;
}

.GREEN {
	color: #4F6B13;
}

