/*
Theme Name: CNRD Responsive
Theme URI: http://www.tt.fh-koeln.de
Description: Theme fuer www.tt.fh-koeln.de
Author: Michael Schmitz, Hendrik Schlatmann & Constantin Hoeft
Version: 1.0
*/

@import "custom/css/master.css";


/*------------------------------------------------------------------------------
  Tabellen
-------------------------------------------------------------------------------*/
.main-content table {
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	margin:20px 0;
	border-spacing:0;
	float:left;
}
.main-content table thead td {
	background-color:#0081C7;
	color:#fff;
	font-weight:bold;
}
.main-content table td {
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding:3px;
}

.news-entry {
	border-bottom: 1px solid #ccc;
	margin-bottom:10px;
}
.news-entry h3.date {
	color: #4a4a4a;
	margin-bottom:10px;
}
.news-entry h1 a {
	color: #4a4a4a;
	text-decoration:none;
}