/*
    Document   : microsite.css
    Created on : 23.04.2009, 12:33:00
    Author     : Gerold Hinzen, Open New Media GmbH
    Description: Styling Microsite / Startseite
*/

/* spezielle Teaser-Anpassungen fuer Microsite und Teaser-Boxen */
#microsite-start .teaserbox-text-5,
#microsite-start .teaserbox-text-146 {
    background: #ff6600;
	width: 216px;
	padding-bottom: 5px;
}

#microsite-start .teaserbox-text-167,
#microsite-start .teaserbox-text-168 {
    background: #C20000;
	width: 216px;
	padding-bottom: 5px;
}

#microsite-start .teaserbox-text-5 h2, 
#microsite-start .teaserbox-text-146 h2, 
#microsite-start .teaserbox-text-5 h2 a,
#microsite-start .teaserbox-text-146 h2 a,
#microsite-start .teaserbox-text-167 h2,
#microsite-start .teaserbox-text-168 h2,
#microsite-start .teaserbox-text-167 h2 a,
#microsite-start .teaserbox-text-168 h2 a {
    background: none;
    color: #FFF;
	padding: 20px 0 7px 5px;
}
#microsite-start .teaserbox-text-5 div,
#microsite-start .teaserbox-text-146 div,
#microsite-start .teaserbox-text-167 div,
#microsite-start .teaserbox-text-168 div {
    padding: 0 10px 0 10px;
	width: 196px;
}

/*
#microsite-start .teaserbox-text-5 div h1 {
    color: #FFF;
}
*/
#microsite-start .teaserbox-text-5  p.teaser-morelink,
#microsite-start .teaserbox-text-146  p.teaser-morelink,
#microsite-start .teaserbox-text-167 p.teaser-morelink,
#microsite-start .teaserbox-text-168 p.teaser-morelink {
	bottom: 5px;
}

#microsite-start .teaserbox-text-5  p.teaser-morelink  a,
#microsite-start .teaserbox-text-146  p.teaser-morelink  a {
    color: #000C40;
	background: transparent url(../img/icons/icon_link_intern_blau.gif) no-repeat scroll 0 0;
	padding-bottom: 10px;
}

#microsite-start .teaserbox-text-167 p.teaser-morelink  a,
#microsite-start .teaserbox-text-168 p.teaser-morelink  a {
    color: #ffffff;
	background: transparent url(../img/icons/icon_link_intern_weiss.gif) no-repeat scroll 0 0;
	padding-bottom: 10px;
}


