/** CSS Styles especially for news articles */

div.newsDate {				width: 80px;
					color: #474747;
					float:left; }

div.newsBody {				width: 620px;
					margin-bottom: 15px;
					padding-bottom: 5px;
					border-bottom: 1px solid #c8c8c8;
					float:left; }

div.aNewsBody {				width: 550px;
					margin-bottom: 10px;
					padding-bottom: 10px;
					border-bottom: 1px solid #c8c8c8; }

img.newsImage {				width: auto;
					height: 100px;
					margin-right: 5px;
					border: 1px solid #000000; }

strong.newsTitle {			font-size: 110%;
					color: #e21818; }

strong.newsTitle:hover {		font-size: 110%;
					color: #000000; }

span.newsInfos {			color: #a9a9a9;
					font-size: 90%; }

span.newsPreview {			color: #000000;
					font-style: normal; }

span.newsPreviewSingle {		color: #4a4a4a;
					font-weight: bold; }


/** Admin menu */

table.aNews_list a	 {		color: #6d6d6d; }
table.aNews_list a:hover {		color: #3f83c9; }



















