/**
 * Brunner AG - Druck und Medien, Kriens
 * @copyright      Copyright 2009, Brunner Web
 * @link           http://www.bag.ch/web
 */
 
#content {
	font-size: 11px;
}

#content p, #content li, #content td p {
	font-size: 100%;
	line-height: 144%;	
}

#content p.legend, #content span.legend {
	font-size: 85%;
}

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

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

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

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

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

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

#content h2 {	
	font-size: 180%;
	line-height: 131%;
	color: black;
	padding-bottom: 10px;
	font-weight: normal;
	letter-spacing: -1px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Helvetica, sans-serif;
}

#content h3 {	
	font-size: 144%;
	line-height: 131%;
	color: black;
	padding-bottom: 10px;	
	font-weight: normal;
	letter-spacing: -1px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Helvetica, sans-serif;
}

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

#content ul li {
	background-image: url(../images/liststyle.gif);
	background-position: 1px 11px;
	background-repeat: no-repeat;
	padding: 2px 0 2px 14px;
}

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

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

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

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

#content blockquote p {
	color: #000000;
}

#content table {
	margin: 0;
	padding: 0;
}

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

#content table.special td {
	padding: 5px 0;
	border-bottom: 1px solid #aec1d9;	
}

#content table.special {
	border-top: 1px solid #aec1d9;	
}