/**
 * Brunner AG - Druck und Medien, Kriens
 * @copyright      Copyright 2009, Brunner Web
 * @link           http://www.bag.ch/web
 */
 
#topcontent p, #topcontent li,  #topcontent p li {
	font-size: 93%;
	line-height: 174%;
	margin: 0;
	color: #000000;
}

#topcontent li li, #topcontent blockquote p {
	font-size: 100%;
	line-height: 100%;
}
 
#topcontent a {
	color: #e07200;
	text-decoration: none;
}

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

#topcontent h1,
#topcontent h2,
#topcontent h3 {
	margin: 0;
	padding: 0;
	color: #e07200;
}

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

#topcontent h1 {	
	font-size: 131%;
	line-height: 123.1%;
	font-weight: normal;	
	padding: 8px 7px 26px 0px;
}

#topcontent h2 {	
	font-size: 153.9%;
	line-height: 123.1%;
	font-weight: normal;	
	padding: 0px 7px 15px 0px;
}

#topcontent h2 a, #topcontent a h2, #topcontent h2 a:hover, #topcontent a:hover h2  {
	text-decoration: none;
}

#topcontent h3 {	
	font-size: 123.1%;
	line-height: 123.1%;
	font-weight: normal;	
	padding: 0px 7px 15px 0px;	
}

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

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

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

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

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

#topcontent blockquote p {
	color: #000000;
}