/*
Site:			www.adwmainz.de
Author:			Torsten Schrade
Created:		09.06.2006
Modified:		26.07.2006
Editor:			Torsten Schrade
Usage:			styleshett for newsfeed

property order:
################
- cf. main.css

*/

/* ####################### BASICS ############################### */

.news-event-container,
.news-list-container {
	float: left;
	/*width: 100%;*/
	width: 98%;
}

.news-morelink {
	display: block;
	margin-top: 0.3em;
}

.tx-ttnews-browsebox table {
	margin: 0 auto;
}

.news-list-browse {
	clear: left;
}

.tx-ttnews-browsebox p {
	display: none;
}

.news-list-container hr,
.news-event-container hr {
	position: relative;
	z-index: 50;
	clear: left;
	height: 1px;
	color: #B5BFDF;
	background: #B5BFDF;
}

/* ####################### NEWS LIST ############################ */

.news-list-item {
	margin-bottom: 0.8em;
}

.news-list-item h3 {
	margin-bottom: 0.6em;
}

.news-list-date {
	float: right;
	padding-top: 0.2em;
	font-size: 0.77em;
	font-weight: normal;	
}

.tx-ttnews-browsebox table p {
	display: block;
}

.news-list-image {
	float: left;
	width: auto;
	padding: 0 0.8em 0.5em 0;
}

/* ####################### NEWS SINGLE ########################### */

.news-single-image {
	float: left;
	width: auto;
	margin: 0 1em 0em 0;
}

.news-single-imgcaption {
	margin: 0;
	padding: 0;
	font-size: 0.75em;
	font-weight: bold;
}

.news-single-backlink {
	margin-top: 2em;
}

div.news-single-additional-info {
	margin-top: 2em;
}

div.news-single-additional-info p {
	margin: 0;
	padding: 0;
}

dl.news-single-related,
dl.news-single-files,
dl.news-single-links {
	margin-bottom: 2em;
}

div.news-single-additional-info dt {
	margin: 0;
	font-weight: bold;
	font-size: 0.8em;
}

dl.news-single-related dd,
dl.news-single-files dd,
dl.news-single-links dd {
	margin: 0;
	padding: 0.3em 0;
	font-size: 0.8em;	
}

dl.news-single-links dd p a {
	font-size: 1em;
}

dl.news-single-files dd img {
	vertical-align: middle;
	margin-right: 0.3em;
}

/* RESULTBROWSER */

.news-list-resultbrowser {
	list-style-type: none;
	width: 43em;
	margin: 0;
	padding: 0;
}

.news-list-resultbrowser li {
	display: inline;
	margin-right: 0.4em;
}

.news-list-resultbrowser .news-list-resultcount {
	display: block;
	margin: 0 0 0.8em 0;
}

/* ####################### EVENT LIST ############################ */

.news-event-cat {
	position: relative;
	float: right;
	padding-left: 20px;
	padding-right: 0.4em;	
	font-size: 0.9em;
	font-weight: normal;
}

#main #content-02-wrap .news-event-datesel {
	margin-left: 2em;
}

#main #content-02-wrap .news-event-year {
	list-style-type: none;
	font-weight: bold;
	margin-left: -2em;
}

.news-event-item {
	position: relative;
	z-index: 20;
	height: 9em;
	overflow: hidden;		
	margin-bottom: 0.3em;
	background: #B5BFDF;	
}

.news-event-item h3 {
	padding: 0 0.5em 0 0;	
	margin: -0.4em 0 0.3em 0;	
}

.news-event-item p {
	padding: 0 0.5em 0 0;
}

.news-event-item .news-event-date {
	position: relative;
	float: left;
	z-index: 20;	
	width: 10em;
	height: 10em;
	margin: 0 0.8em 0 0;
	border-right: 2px solid #FFFFFF;
	padding: 0.5em 0 0 0.8em;	
	background: #97A0C2;
	font-weight: bold;
}

.news-event-location {
	display: block;
	width: 10em;
	font-weight: normal;	
}
