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

#newsteaser li p {
	font-size: 100%;	
}

#newsteaser .legend,
#newsteaser p.legend, 
#newsteaser span.legend,
#newsteaser td.legend,
#newsteaser li.legend {
	font-size: 85%;
}

#newsteaser p,
#newsteaser li,
#newsteaser p li {
	line-height: 144%;
}

#newsteaser li p {
	font-size: 100%;
	line-height: 100%;	
}

#newsteaser td p,
#newsteaser td li p,
#newsteaser td p td,
#newsteaser td td,
#newsteaser td td p,
#newsteaser p td,
#newsteaser li li {
	font-size: 100%;
}

#newsteaser a {
	text-decoration: none;
	color: #ffdc00;
}

#newsteaser img {
	margin-top: 5px;
}

#newsteaser img.cmsDocumentIcon {
	margin-top: 0px;
}

#newsteaser img.floatleft {
	margin-right: 15px;
}

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

#newsteaser h1 {	
	font-size: 200%;
	line-height: 114%;
	color: #ffdc00;
	font-weight: normal;
	padding-bottom: 5px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Helvetica, sans-serif;
}

#newsteaser h2 {	
	font-size: 167%;
	line-height: 131%;
	color: #ffdc00;
	padding-bottom: 10px;
	font-weight: normal;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Helvetica, sans-serif;
}

#newsteaser h3 {	
	font-size: 131%;
	line-height: 131%;
	color: white;
	padding-bottom: 10px;	
	font-weight: normal;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Helvetica, sans-serif;
}

#newsteaser h4 {	
	font-size: 131%;
	line-height: 131%;
	color: #ffdc00;
	padding-bottom: 10px;	
	font-weight: normal;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Helvetica, sans-serif;
}

#newsteaser ol,
#newsteaser ul,
#newsteaser li {
	padding: 0px;
	margin: 0;
	list-style: none;
}

#newsteaser ul li {
	background-image: url(../images/list_subnavi.gif);
	background-position: 1px 8px;
	background-repeat: no-repeat;
	padding: 2px 0 2px 16px;
}

#newsteaser ol {
	padding-left: 30px;
}

#newsteaser ol li {
	background: none;
	padding: 2px 0 2px 0px;
	margin: 0;
	list-style: decimal;
}

#newsteaser hr {
	background-color: #3986cd; /* Farbe für Opera und Firefox */ 
	color: #3986cd; /* Farbe für Internet Explorer (IE) */
	border: 0; 
	height: 1px; 	
}

#newsteaser blockquote {
	padding: 15px;
	font-size: 85%;
	color: #000000;	
	line-height: 138%;
	margin: 0;
	background-color: #cccccc;	
}

#newsteaser blockquote p {
	color: #000000;
}

