/* ### 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;
}

/* ########################## List-Ansicht ################################# */

/* float: left; entfernt wg. Netscape 7 */
.news-list-item {
width: 100%;
margin-bottom: 12px;
padding-bottom: 6px;
border-bottom: 1px solid #eee;
}
	
/* Datum im Teaser */
.news-list-date {
color: #999;
margin-bottom: 10px;
font-size: 92.5%;
}

/* Mehr-Link im Teaser 
.news-list-morelink {
padding:1px; 
background-color:#efefef; 
text-align:right;
clear: both;
} */

/* 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:#999; 
margin-bottom:0;
font-size: 92.5%;
}

/* Autorenangabe */
.news-single-author {
color:#999; 
font-size: 92.5%;
}

/* Link zurück zur Übersicht */
.news-single-backlink { 
clear: both;
margin-top: 20px;
}

/* 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 ################################ */

.news-latest-item {
background-color: #f3f3f3;
padding: 4px 4px 4px 4px;
margin-bottom: 8px;
}

/* Unterer Abstand des gesamten Latest-Blocks  */
.news-latest-container {
margin-bottom: 2em;
}

/* Datum in der Latest-Ansicht */
.news-latest-date {
color:#999; 
margin-bottom:0;
font-size: 92.5%;
}

.news-latest-item p {
margin-bottom: 0;
}

.news-latest-item img {
float: left;
margin-right:12px;
margin-left:0px;
margin-top: 3px;
}

/* 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; 
}


/*---------------------------------  tt_news Suche ---------------------------------*/

.news-search-form {
margin-bottom: 25px;
}




