@charset "UTF-8";
/**
 *  CSS-File für die TYPO3-Erweiterung 'tt_news'
 *
 *  Historie:
 *    04.01.2010  ibb   Entwicklung nach Umstellung auf tt_news 3.0.x
 *    29.01.2010  ..    Workaround wg.fehlenden <tags> in TS behoben;
 *                      Darstellung "SingleView" korrigiert
 *    13.02.2010  ..    Überarbeitung nach Änderung des tt_news TypoScripts.
 */

  /** SINGLE_VIEW **/
  /* einheitliche Schriftgrößen in "singleView" */
#maincontent .news-single-item { font-size:80%; }
#maincontent .news-single-item * { font-size:100%; }
  /* (leere) Zeilenhöhe in Tabellen */
#maincontent .news-single-item table td {height:0.75em;}
  /* */
#maincontent .news-single-item h2 {border:0; font-weight:normal; color:black !important;}

  /** LIST VIEW **/
  /* einheitliche Schriftgrößen in "listView" */
#maincontent .news-list-item {font-size:80%;}
#maincontent .news-list-item * { font-size:100%; }

.news-list-item .news-list-morelink {
  display:block; margin-top:0.25em;
}
.news-list-item p { 
  padding-bottom:0.25em !important; 
}
.news-list-container .news-list-browse {
  margin-top:5px; font-size:80%; background-color:#EFEFEF
}

  /* Abstände kontrollieren; für MSIE: Workaround für <hr> */
#maincontent .news-list-item hr.clearer { height:0.75em; border:0; color:white;}
#maincontent .news-list-item p {margin:0; padding:0;}
#maincontent .news-list-item h3 { margin:0; margin-bottom:0.5em;padding:0;}

  /** LATEST VIEW **/
  /* einheitliche Schriftgrößen in "latestView" */
#maincontent .news-latest-container {font-size:80%;}
  /* */
#maincontent .news-latest-item h2 {background:none; padding:0; color:black;}
  /* MSIE */
#maincontent .news-latest-item hr.clearer { height:0; color:white;}
