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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#teaserleft blockquote p {
	color: #000000;
}


