body {
margin-bottom: 80px;
}
 .page-header {
	margin-top:0;
 }
 .panel-body {
	padding-top: 0;
 }
 .featuredImg {
	margin-bottom: 15px;
 }
 
.neu {
	background: url('/sites/all/themes/swissbau/templates/img/neu.png') no-repeat 30px 0;
}
.nouveau {
	background: url('/sites/all/themes/swissbau/templates/img/nouveau.png') no-repeat 30px 0;
}

.table_news {
	width: 100%;
	border-top: 5px solid #aaaaaa;
	
	background: #ccc; /* Old browsers */
	background: -moz-linear-gradient(top,  #ccc 1%, #f7f7f7 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#ccc), color-stop(100%,#f7f7f7)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ccc 1%,#f7f7f7 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ccc 1%,#f7f7f7 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ccc 1%,#f7f7f7 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ccc 1%,#f7f7f7 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccc', endColorstr='#f7f7f7',GradientType=0 ); /* IE6-9 */
}
.table_news  td {
	padding-top: 10px;
}

.table_ausstellung {
	width: 100%;
	border: 1px solid red;
}
.cellredback {
	background-color: red;
	color: white;
}