
/* Styles für "latest News" (Startseite) */
.news-latest-container {
	padding-bottom: 12px;
}
.news-latest-item {
	padding: 0 0 6px 0;
	margin: 0 0 6px 0;
	border-bottom: 1px dashed gray;
}
.news-latest-date {
	font-size: 90%;
}
.news-latest-item p {
	margin: 0;
}
.news-latest-item h3 {
	margin: 0;
	padding: 2px 0;
	font-weight: normal;
}
.news-latest-more {
	padding: 0 0 6px 0;
	border-bottom: 1px dashed gray;
}
.news-latest-newsfeed {
	padding: 0 0 6px 0;
	border-bottom: 1px dashed gray;
}

/* Styles für "list News" */
.news-list-container { }

.news-list-item {
	padding: 0 0 12px 0;
	margin: 0 0 12px 0;
	border-bottom: 1px dashed gray;
}
.news-list-item p {
	margin: 0;
}
.news-list-date {
	font-size: 90%;
	text-align: right;
	margin-bottom: 6px;
}
.news-list-morelink {
	margin: 4px 0 0 0;
}

/* Styles für "single News" */
.news-single-item {  }
.news-single-item #seitentitel h1 { font-size: 130%; }
.news-single-item p.subheader {
	font-weight: bold;
}
.news-single-timedata {
	color: gray;
	text-align: right;
}
.news-single-backlink {
	
}

/* Styles für den PageBrowser */
.tx-ttnews-browsebox {
	text-align: center;
	padding-top: 8px;
}

/* Styles für das AMENU */
.news-amenu-container ul { list-style-type: none; }
li.news-amenu-item-year { display: none; }


.news-search-form {
	border-bottom:1px dashed gray;
	padding-bottom: 1em;
	margin-bottom: 1em;
}
.news-search-form div.news-search-form-input {
	margin-top: 1px;
	margin-right: 5px;
	float: left;
}

.news-search-form input.news-search-input {
	width: 150px;
	height: 13px;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif
}
.news-search-form input.news-search-submitt {
	margin: 0;
	padding: 2px;
	border: 1px solid gray;
	/*height: 22px;*/
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 11px;
}




