/* ### Allgemein ### */

/* clearing unter den Auflistungen und Single-Ansichten */
.news-list-container div.clearfix, .news-latest-container div.clearfix, .news-single-item div.clearfix, .news-list-item div.clearfix, news-latest-item div.clearfix  {
	clear:both;
}

hr.clearer {
display: none;
}

/* ########################## List-Ansicht ################################# */

/* float: left; entfernt wg. Netscape 7 */
.news-list-item {
width: 100%;
margin-bottom: 12px;
padding-bottom: 6px;
}

/* Abstände der Absätze in Teasern nach unten */
.news-list-item p.bodytext {
margin-bottom: 0.25em;
}
	
/* Datum im Teaser */
.news-list-date {
color: #b51521;
margin-bottom: 5px;
font-size: 110%;
}

/* Mehr-Link im Teaser */
div.news-list-item div.news-list-morelink p.bodytext a {  
font-weight: bold;
text-decoration: none;
background-image: url(../images/listen/info.gif);
background-repeat: no-repeat;
background-position: 0px 2px;
padding-left: 1.25em;
font-size: 100%;
} 

/* Mehr-Link im Teaser - hover */
div.news-list-item div.news-list-morelink p.bodytext a:hover {  
font-weight: bold;
text-decoration: none;
color: #b51521;
}

/* Teaser-Fotos */
.news-list-container IMG {
float: left;
margin-right:12px;
margin-left:0px;
margin-top: 3px;
margin-bottom: 5px;

}



/* ################################ Single-Ansicht ######################################  */

/* Datumsangabe */
.news-single-timedata {
color: #b51521;
margin-bottom:0;
font-size: 110%;
}

/* Autorenangabe */
.news-single-author {
color: #b51521;
font-size: 110%;
}

/* Link zurück zur Übersicht */
.news-single-backlink { 
clear: both;
margin-top: 15px;
}

.news-single-backlink a {
font-weight: bold;
text-decoration: none;
background-image: url(../images/listen/info.gif);
background-repeat: no-repeat;
background-position: 0px 2px;
padding-left: 1.25em;
font-size: 110%;
}

/* Bilder auf der Detailseite */
.news-single-img {
float: right;
margin-left:12px;
}

news-single-imgcaption {
float: right;
padding-top:3px;
padding-left:3px;
font-size: 92.5%;
background-color: #f5f5f5;
}

/* Anzeige der Kategorien in der Latest-Ansicht auf der Startseite (Ausstellungen...)  ausblenden */
.news-single-category {
display: none;
}


/* Bildunterschriften */
.news-list-imgcaption {
float: right;
padding-top:3px;
padding-left:3px;
}


/* ########################################## Latest-Ansicht ################################ */

/* Unterer Abstand des gesamten Latest-Blocks  */
.news-latest-container {
margin-bottom: 2em;
}

/* Überschrift für den Block */
.news-latest-container h3 {
background-color: #e5ecf2; 
padding: 4px 4px 4px 12px; 
margin:0 0 1em 0; 
}


.news-latest-item {
padding: 4px;
margin: 8px;
}

.news-latest-item h4 {
background-color: transparent;
padding: 0;
margin-bottom: 0;
font-size: 110%;
width: auto;
text-align: left;
}

/* Datum in der Latest-Ansicht */
.news-latest-date {
color: #b51521;
margin-bottom:0;

}

.news-latest-item p {
margin-bottom: 0.25em;
line-height: 1.5em;
}

.news-latest-item img {
float: left;
margin-right:12px;
margin-left:0px;
margin-top: 3px;
}

/* Mehr-Link im Latest-Teaser */
div.news-latest-morelink a {  
font-weight: bold;
text-decoration: none;
background-image: url(../images/listen/info.gif);
background-repeat: no-repeat;
background-position: 0px 2px;
padding-left: 1.25em;
font-size: 100%;
} 

/* Mehr-Link im Latest-Teaser - hover */
div.news-latest-morelink a:hover {  
font-weight: bold;
text-decoration: none;
color: #b51521;
font-size: 100%;
}

/* Anzeige der Kategorien in der Latest-Ansicht auf der Startseite (Ausstellungen...)  ausblenden */
.news-latest-category {
display: none;
}


/* ### Specials für die Ausstellungen etc. auf der Startseite ### */

div.news-latest-container_col3 div.news-latest-item {
float: left;
width: 100%;
margin-bottom: 2px;
padding-bottom: 10px;
}

/* Mehr-Link im Latest-Teaser */
div.news-latest-container_col3 div.news-latest-item div.news-latest-morelink {
padding:1px; 
background:#efefef; 
text-align:right;
clear: both;
}




/* #### Stuff fromeic ### */

/*---------------------------------  tt_news Page-Browser ---------------------------------*/
.tx-ttnews-browsebox {
	clear: both;
	margin:3px;
	padding:3px;
	background-color: transparent;
	font-size: 110%;
}
.tx-ttnews-browsebox TD { 
	font-size: 10px; 
}
.tx-ttnews-browsebox-strong, .tx-ttnews-browsebox-SCell { 
	font-weight: bold; 
}
.tx-ttnews-browsebox-SCell P,.tx-ttnews-browsebox TD P {
	margin:0px;
	
}

.tx-ttnews-browsebox-SCell {
	background-color: #eee;
	border:1px solid #b3ca18;
	
}
.news-search-emptyMsg { 
	font-size: 11px;
	margin-left: 10px; 
}





