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

#content p, #content li, #content td p,#content td {
	font-size: 100%;
	color: #000000;
	margin: 0;
	line-height: 138%;	
}

#content p {
	text-align: justify;
}

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

#content h1 {
	margin: 0;
	padding: 0;
	color: #005ea8;	
	font-size: 50px;
	line-height: 50px;
	font-weight: bold;
	padding-bottom: 10px;
	letter-spacing: -2px;
}

#content h1 a {
	text-decoration: none;	
}

#content h2 {
	margin: 0;
	padding: 0;
	font-size: 100%;
	line-height: 144%;
	font-weight: bold;
	color: #005ea8;	
}

#content h2 a {
	text-decoration: none;	
}

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

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

#content img a {
	border: 0;
}

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

#content ul li {
	padding-left: 10px;
	list-style: none;
	background-image: url(../images/li.gif);
	background-repeat: no-repeat;
	background-position: 0 10px;
}

#content hr {
	border: 0px; /* Für Firefox und Opera */
	border-top: solid 1px #005ea8;
	border-bottom: transparent;
	background: none transparent;
	height: 0px;
}

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

#content div.hr {
	background-image: url(../../../images/footer.gif);
	background-repeat: repeat-x;
	background-position: top left;
	padding-top: 15px;
}
