#aktuelles table {
	width: 1100px;
	margin: 0px auto;
	margin-bottom: 30px;
  }
  #aktuelles table tr {
	border-bottom: 1px #E6E6E6 solid;
	/*&:nth-child(even) td{
			  background-color: #F9F9F9;
		  }*/
  }
  #aktuelles table tr.disabled {
	color: #c0c0c0;
  }
  #aktuelles table tr:first-child {
	border-top: 1px #E6E6E6 solid;
  }
  #aktuelles table tr td {
	padding: 5px;
	white-space: nowrap;
  }
  #aktuelles table tr td.name {
	white-space: normal;
  }
  #aktuelles table tr td .date-short {
	display: none;
  }
  #aktuelles table tr td.details {
	text-align: right;
  }
  #aktuelles table tr td.details p {
	display: inline;
  }
  .title.no-margin {
	margin-bottom: 20px;
  }
  .news-box {
	width: 1100px;
	margin: 0px auto;
	padding: 25px;
	background: white;
	margin-bottom: 20px;
	transition: all 1s;
	border-radius: 4px;
  }
  .news-box .status {
	line-height: 26.4px;
	font-size: 18px;
	vertical-align: middle;
	height: 32px;
	color: #c0c0c0;
	margin-right: 15px;
  }
  .news-box .date-full {
	float: right;
	display: inline;
  }
  .news-box .date-full * {
	display: inline;
  }
  .news-box .date-full .time {
	text-align: right;
  }
  .news-box h3 {
	display: inline-block;
	margin-top: 0px;
	-moz-user-select: none;
  }
  .news-box h3 a:hover {
	text-decoration: underline;
	cursor: pointer;
  }
  .news-box:last-child {
	margin-bottom: 0px;
  }
  