/*---------------------------------------------------------------------------
	CSS-Datei [news.css]
	Tennisverband NORDWEST e.V.
	29.11.2006
	Claudio Diaspero
---------------------------------------------------------------------------*/

/*---------------------------------------------------------------------------
	NEWS-Tabelle
---------------------------------------------------------------------------*/

.news_table {
	width: 480px;
	margin: 10px;
	margin-left: 25px;
	background-color: #f3f3f3;
	font-size: 11px;
	color: #000000;
	border-collapse: collapse;
}

.news_title {
	line-height: 24px;
	font-size: 12px;
	font-weight: bold;
	background-color: #cccccc;
	padding-left: 10px;
	padding-right: 5px;
	text-decoration: none;
	/* border-left: 5px solid #666666; */
}

.news_left {
	width: 110px;
	line-height: 20px;
	padding-left: 10px;
	border-bottom: 2px solid #cccccc;	
	border-right: 1px solid #cccccc;
	vertical-align: top;
}

.news_middle {
	text-align: center;
	width: 25px;
	line-height: 20px;
	border-bottom: 2px solid #cccccc;
	border-right: 1px solid #cccccc;	
	vertical-align: top;
	color: #666666;
}

.news_right {
	/* width: 330px; */
	width: 370px; 
	line-height: 20px;
	padding-left: 5px;
	padding-right: 5px;
	border-bottom: 2px solid #cccccc;
}

.news_table a {
	color: #000000;
	background-color: #f3f3f3;
	text-decoration: none;
	font-weight: normal;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 6px;
	padding-right: 6px;
	border: none;
}

.news_table a:link, .news_table a:visited {
	color: #000000;
	text-decoration: none;
}

.news_table a:hover, .news_table a:focus {
	color: #ffffff;
	text-decoration: none;
	background: #666666;
}

