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

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

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

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

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

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

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

#content img {
	margin-top: 5px;
	border: 1px solid white;
}

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

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

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

#content 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;
}

#content 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;
}

#content 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;
}

#content h4 {	
	font-size: 131%;
	line-height: 131%;
	color: white;
	padding-bottom: 0px;	
	border-bottom: 1px solid #3986cd;
	margin-bottom: 10px;
	font-weight: normal;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Helvetica, sans-serif;
}

#content h5 {	
	font-size: 131%;
	line-height: 131%;
	color: #ffdc00;
	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/list_subnavi.gif);
	background-position: 1px 8px;
	background-repeat: no-repeat;
	padding: 2px 0 2px 16px;
}

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

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

#content hr {
	background-color: #3986cd; /* Farbe für Opera und Firefox */ 
	color: #3986cd; /* 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;
}

