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

#content p, #content li, #content td p {
	font-size: 93%;
	color: #c8c8c8;
	margin: 0;
	line-height: 131%;	
}

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

#content h1 {
	margin: 0;
	padding: 0;
	font-size: 107%;
	line-height: 144%;
	font-weight: normal;
	color: #8cb110;
}

#content h2 {
	margin: 0;
	padding: 0;
	font-size: 144%;
	line-height: 144%;
	font-weight: normal;
	color: black;
}

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

#content ul {
	padding-left: 18px;
}

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

div.cmsGroup {
	padding-top: 0 !important;
}