table#aktuals {
		border:0px;
		border-collapse: collapse;
		width: 545px;
		margin-top: 10px;
		}
table#aktuals tr.head th {
		padding: 3px 5px;
		border-bottom: 1px solid #333;
		border-top: 1px solid #333;
		background-color: #fafafa;
		}
table#aktuals tr.head th.attached {
		text-align: right;
		padding-right: 0px;
		padding-top: 5px;
		vertical-align: middle;
		}
table#aktuals tr td {
		padding: 5px;
		border-bottom: 1px solid #efefef;
		background-color: #fefefe;
		}
table#aktuals tr td.data {		
		color: #FF9B26;
		font-weight: bold;
		}
table#aktuals tr td a, table#aktuals tr td#atitle {
		color: #53ab36;
		font-weight: bold;
		}
table#aktuals tr td#adata {
		font-style: oblique;
		}
