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

div#content p {
	color: #333333; 
	line-height: 153%;	
}

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

div#content h1, div#content h2, div#content h3, div#content h4 {
	font-family: Times, Georgia;
	padding: 0;
	margin: 0;
	line-height: 100%;
	font-weight: normal;
}
	
div#content h1 {
	font-size: 170%;
	color: #ffffff;
	margin-bottom: 9px;
	font-weight: bold;
	letter-spacing: 4px;
}

div#content h2 {
	font-size: 120%;
	color: #333333;
	padding-top: 2px;
	margin-bottom: 9px;
	text-decoration: none;
}

div#content h3 {
	font-size: 107%;
	color: #333333;
	font-weight: bold;
	line-height: 142%;		
}

div#content a {
	color: #333333; 
	text-decoration: underline;
}

div#content a:hover,
div#content a:active {
	color: #333333;
	text-decoration: none;
}

div#content hr {
    color: #ffffff;
    background: transparent;
    margin: 4px 0;
    padding: 0;
    border: 0;
    border-bottom: 1px #333333 solid;
}

div#content ul {
	line-height: 100%;
	margin: 0;
	list-style: none;
	padding: 0;
}

div#content ul li {
	line-height: 142%;
	margin: 0;
	padding: 0;
	padding: 0 0 3px 15px;
	background: url(../../images/li.gif) left 4px no-repeat;	
}
