
/* Hintergrundgrafik für die Teaser */
.news-latest-container .aktuell  
	{ background:url(bg_header_rot.jpg); }	
.news-latest-container .ich
	{ background:url(bg_header_dunkelgruen.jpg); }
.news-latest-container .comics
	{ background:url(bg_header_tuerkis.jpg); }		
.news-latest-container .originale
	{ background:url(bg_header_blau.jpg); }
.news-latest-container .filme
	{ background:url(bg_header_orange.jpg); }	
.news-latest-container .lesungen
	{ background:url(bg_header_gelb.jpg); }
.news-latest-container .galerie
	{ background:url(bg_header_lila.jpg); }
.news-latest-container .presse
	{ background:url(bg_header_grau.jpg); }


/* Grauer Schatten um den Teaser usw. */
.news-latest-item
	{ float:left; width:161px; min-height:250px; margin-bottom:20px; 
	background:url(bg_header_hellgruen.jpg);
	-moz-box-shadow: 0 0 5px 5px #aaa;
	-webkit-box-shadow: 0 0 5px 5px #aaa;
	box-shadow: 0 0 5px 5px #aaa; }
#home .news-latest-item
	{ margin-left:24px; }
	

/* farbiges Kategoriefeld oben im Teaserkasten  */
.news-latest-category
	{ padding-top:7px; font-size:14px; font-weight:bold; text-align:center; text-transform:uppercase; }

/* obere Linie im Teaserkasten */
.teaserlinie-oben
	{ position:relative; top:3px; width:100%; height:6px; background:url(teaser_linie-oben.png) 0 -2px; z-index:30 }

/* Bildchen im Teaserkasten */
.news-latest-image
	{ height:135px;padding-top:8px; padding-bottom:3px; background-color:white; text-align:center; }


/* Teaserfeld im Teaserkasten */
.news-latest-teaser
	{ overflow:hidden; padding-top:3px; padding-right:5px; padding-bottom:0px; padding-left:10px; background-color:white; }

/* Teaser-Überschrift */
.news-latest-teaser h2
	{ padding-bottom:5px; font-size:12px; font-family:"Droid Sans","Arial","Helvetica",sans-serif; font-weight:bold; text-transform:none; }

/* Teaser */
.news-latest-subheader
	{ min-height:40px; margin-bottom:0px; font-size:11px !important; }

/* Weiter-Link */
.news-latest-morelink
	{ margin-bottom:11px; font-size:11px; font-style:italic; }

/* den Link ohne Unterstrich bitte */
.news-latest-teaser h2 a,
.news-latest-category a,
.news-latest-subheader a
	{ text-decoration:none !important; }

/* beim Hovern bitte dunkler machen... */
.news-latest-teaser h2 a:hover,
.news-latest-category a:hover,
.news-latest-subheader a:hover
	{ color:#202020; }	

/* untere Linie im Teaserkasten */
.teaserlinie-unten
	{ position:relative; top:-3px; width:100%; height:6px; margin-bottom:10px; background:url(teaser_linie-unten.png) 0 -3px; z-index:30 }



.news-list-morelink
	{ padding-left:1em; font-style:italic; }
.news-list-item
	{ margin-top:30px; }
.news-list-item h3
	{ font-size:150%; margin-bottom:2px;}
.news-list-category
	{ text-transform:uppercase; color:#909090; }
	
	
	
	
