/***
 * Styles for tt_news Extension
 */

/**
 * List View for Press
 */

div.news-list-item{
	padding-bottom:1em;
	border-bottom:0.15em solid #45331C;
}
div.news-subheader{
	font-weight:bold;
	margin:2em 0 1em 0;
}

div.news-content{
	margin:0 0 1em 0;
}

div.news-list-item{
	margin:0 0 3em 0;
}

div.news-list-image{
	float:left;
	margin:0 1em 0 0;
	width:auto;
}
p.news-single-imgcaption{
	font-size:0.8em;
	width:11em;
}

#main-content .news-list-item h2 a:link,
#main-content .news-list-item h2 a:visited {
	color: #45331c;
	text-decoration: none;
}
#main-content .news-list-item h2 a:hover,
#main-content .news-list-item h2 a:focus,
#main-content .news-list-item h2 a:active {
	color: #691424;
	text-decoration: underline;
}

.news-list-item h3 {
	margin: 1em 0 .5em 0;
}

.news-images {
	overflow: hidden;
}
.news-images dl {
	float: left;
	margin-bottom: .5em;
	width: 33%;
}
.news-images dt {
	height: auto;
}
.news-images dd {
	font-size: .8em; line-height: 1em;
	height: auto; /* Feste hoehe wichtig, wenn mehr als drei Bilder drin sind -> muss nich so sein sonst wird bild und text abgeschitten*/
	padding: .5em 1em 0 0;
}

.news-single-item .news-list-subheader {
	font-weight: bold;
	margin-bottom: .5em;
}

.marquee {
	background-color: #691424;
	margin-bottom: 0;
}
.marquee span.nolink {
	color: #fff;
	font-size: 1.2em;
}
#main-content .marquee a { 
	color: #fff; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.6em;
	text-decoration: none; 
}

div.tx-ttnews-browsebox p {
	margin: 0 auto;
}
div.tx-ttnews-browsebox table {
	margin: 0 auto;
}
div.tx-ttnews-browsebox table td {
	padding: 0 0.3em;
}
