/* ### 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: 3px;
border-bottom: 1px solid #eee;
}

.news-list-item p.bodytext {
margin-bottom: 0.5em;
}

.news-list-item h2 {
margin-bottom: 0em; 
}

.news-list-item h3 {
margin-bottom: 0.5em; 
}
	
/* Datum im Teaser */
.news-list-date {
color: #999;
margin-bottom: 10px;
font-size: 92.5%;
}




/* Teaser-Fotos */
.news-list-container IMG {
float: left;
margin-right:12px;
margin-left:0px;
margin-top: 3px;
margin-bottom: 5px;

}



/* ################################ Single-Ansicht ######################################  */

.news-single-item h1 {
margin-bottom: 0em; 
}

.news-single-item h3 {
margin-bottom: 0.5em; 
}

.news-single-item p.bodytext {
margin-bottom: 0.5em;
}
 
/* 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: left;
margin-right: 12px;
}



.news-single-imgcaption {
font-size: 92.5%;
font-style: italic;
background-color: #efefef;
padding: 1px 3px 1px 3px;
margin-top: 2px;
line-height: 1em;
}

/* Anzeige der Kategorien in der Latest-Ansicht auf der Startseite (Ausstellungen...)  ausblenden */
.news-single-category {
display: none;
}


/* Bildunterschriften */
.news-list-imgcaption {

padding-top:3px;
padding-left:3px;
}


/* ########################################## Latest-Ansicht ################################ */

.news-latest-item {
margin-bottom: 2.5em;
padding: 10px 10px 0px 10px;
}

/* Unterer Abstand des gesamten Latest-Blocks  */
.news-latest-container {
border: 3px solid #efefef;
padding: 10px 10px 10px 15px;
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-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; 
}




