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

 
#content {
	color: #000000;
    line-height: 150%;
} 
 
#content table {
	margin: 0;
	padding: 0;
}

#content table td {
	padding: 2px 0;
}

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


#content h1 {	
	font-size: 180%;
	line-height: 115%;
	padding: 0 0 0.6em 0;
    font-family: 'FFFagoWebPro';
    font-weight: normal;
}

#content h2 {	
	font-size: 130%;
    font-family: 'FFFagoWebProBold';
    font-weight: normal;
	line-height: 115%;
	padding-bottom: 0.3em;
}

#content h3 {	
	font-size: 100%;
    font-family: 'FFFagoWebProBold';
    font-weight: normal;
	line-height: 110%;
	padding-bottom: 0.1em;
}
 
#content p, 
#content li {
	font-size: 110%;
}

#content p {
	margin-top: 0;
	padding-top: 0;
	
}

#content strong,
body#content strong {
	font-family: 'FFFagoWebProBold', sans-serif;
	font-weight: normal;
}

#content a {
	text-decoration: none;
	color: #a2062d;	
}

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


#content a img {
	border: 0;
}

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

#content ol,
#content ul,
#content li {
	padding: 0px;
	margin: 0 0 0 0;
}

#content ul li {
	padding: 2px 0 2px 18px;
	list-style: none outside none;
}

#content ul li:before {
	content: '\f111';
	margin-left: -16px;
	font-size: 7px;
	font-family: 'FontAweSome', sans-serif;
	position: absolute;
	color: #000;
}

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

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

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

.bordeaux {
    color: #a2062d;
}

