/**
 * Brunner AG - Druck und Medien, Kriens
 * @copyright      Copyright 2010, Brunner Web
 * @link           http://www.bag.ch/web
 */

#content img {
	margin-top: 5px;
} 
 
#content p, 
#content li {
	font-size: 107%; 
	color: black;
}

#content .small {
	font-size: 77%;
	line-height: 131%;
}

#content li p {
	font-size: inherit; 
}

#content p,
#content li,
#content p li {
	line-height: 138.5%;
}

#content a {
	color: black;
	text-decoration: underline;
	font-style: italic;
}

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

#content h1 {	
	font-size: 182%; 
	font-weight: bold;
	line-height: 123.1%;
	padding: 0;
	margin: 0 0 15px 0;
	color: black;
}

#content h2 {
	font-size: 123.1%; 
	font-weight: bold;
	line-height: 131%;
	padding: 0;
	margin: 0 0 10px 0;
	color: black;
}

#content h3 {
	font-size: 107%; 
	font-weight: normal;
	line-height: 131%;
	padding: 0;
	margin: 0 0 5px 0;
	color: #464646;
}

#content h1 a,
#content h2 a,
#content h3 a {	
	text-decoration: none !important;
}

#content ul {
	padding: 0;
	margin: 10px 0;
}

#content ul li {
	padding: 0 0 0 13px;
	margin: 0;
	list-style: none;
	background: url(../images/li.gif) no-repeat 0 6px;
}


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

#content a img {
	border: 0px;
}
