/**
 * Brunner AG - Druck und Medien, Kriens
 * @copyright      Copyright 2009, Brunner Web
 * @link           http://www.bag.ch/web
 */
 
#teaser p, #teaser li, #teaser td p {
	font-size: 85%;
	color: #000000;
}

#teaser p, #teaser li,  #teaser p li {
	line-height: 138%;
	margin: 0;
	color: #666666;
}

#teaser li li, #teaser blockquote p {
	font-size: 100%;
	line-height: 100%;
}
 
#teaser .lead, #teaser p.lead, #teaser li.lead, #teaser td p.lead {
	color: #000000;
}

#teaser .red, 
#teaser p.red, 
#teaser li.red, 
#teaser td p.red,
#teaser span.red {
	color: #e3000b;
}

#teaser .link, #teaser p.link, #teaser a.link {
	padding-left: 18px;
	background: url('../../../images/link.gif') no-repeat left top;
}

#teaser a {
	color: #003399;
	text-decoration: none;
}

#teaser a:hover {
	text-decoration: underline;
}

#teaser h1,
#teaser h2,
#teaser h3 {
	margin: 0;
	padding: 0;
}

#teaser img {
	margin-top: 5px; /* fixes the padding space, cosmetic only */
}

#teaser h1 {	
	font-size: 108%;
	line-height: 123.1%;
	color: #666666;
	font-weight: normal;	
	padding: 0px 7px 16px 0px;
}

#teaser h2 {	
	font-size: 108%;
	line-height: 123.1%;
	color: #000000;
	font-weight: normal;	
	padding: 0px 7px 16px 0px;
}

#teaser h2 a, #teaser a h2, #teaser h2 a:hover, #teaser a:hover h2  {
	text-decoration: none;
	color: #000000;
}

#teaser h3 {	
	font-size: 100%;
	line-height: 123.1%;
	color: #000000;
	font-weight: normal;	
	padding: 0px 7px 16px 0px;	
}

#teaser h1 a,
#teaser h2 a,
#teaser h3 a {
	text-decoration: none;	
}

#teaser ul {
	padding: 0px;
	margin: 5px 0px 0px 22px;
}

#teaser ul li {
	padding-left: 5px;
}

#teaser hr {
	border: 0px; /* Für Firefox und Opera */
	border-top: solid 1px #cccccc;
	border-bottom: transparent;
	background: none transparent;
	height: 0px;
}

#teaser blockquote {
	padding: 2px;
	color: #cccccc;
	font-size: 93%;	
	line-height: 138%;	
}

#teaser blockquote p {
	color: #000000;
}


