/**
 * 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: #000000; 
	line-height: 142%;	
}

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

div#content h1, div#content h2, div#content h3, div#content h4 {
	padding: 0;
	margin: 0;
	line-height: 100%;
	font-weight: normal;
}
	
div#content h1 {
	font-size: 156%;
	color: #4b7ab6;
	margin-bottom: 9px;
	text-transform: uppercase;
}

div#content h2 {
	font-size: 120%;
}

div#content h2, 
div#content h2 a {
	color: #4b7ab6;
	text-transform: uppercase;
	padding-top: 2px;
	margin-bottom: 9px;
	text-decoration: none;
}

div#content h3 {
	font-size: 93%;
}

div#content h3,
div#content h3 a {
	color: #4b7ab6;
	font-weight: bold;
	text-transform: none;
	text-decoration: none;
	line-height: 142%;		
}

div#content h4, 
div#content h4 a {
	font-size: 78%;
	color: #819dc2;
	text-transform: uppercase;
	text-decoration: none;
}

div#content .lead, 
div#content p.lead,
div#content span.lead {
	font-weight: bold;
}

div#content a {
	color: #4d87c7; 
	text-decoration: none;
}

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

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

div#content ul {
	line-height: 100%;
	margin-left: 10px;
	padding-left: 15px;
}

div#content ul li {
	line-height: 142%;
	list-style: disc;
	margin: 0;
	padding: 0;
}

/* content teaser box style definitions */
div#content div.TeaserBox {
	border: 1px solid #e0e0e0;
	padding: 0 6px 1px 0 !important;
	_padding-bottom: 0 !important;
	margin: 2px 0 14px 6px !important;
	_margin: 2px 0 14px 3px !important;	
}

div#content div.TeaserBox h2 {
	padding-top: 4px;
}

	/* ### other style definitions, yaml  #### */

	cite, blockquote { 
		font-style: italic;
	}
	
	blockquote { 
		margin: 0 0 1em 1.5em;
	}
	
	pre, code { 
	  	font-family: monospace; 
	  	font-size: 1.1em; 
	}
	
	acronym, abbr {
		letter-spacing: .07em;
		border-bottom: .1em dashed #c00;
		cursor: help;
	}

	.note {background: #dfd; padding: 1em; border-bottom: 1px #bdb dotted; border-bottom: 1px #dbb dotted;}
	.important {background: #ffd; padding: 1em; border-bottom: 1px #ddb dotted; border-bottom: 1px #dbb dotted;}
	.warning {background: #fdd; padding: 1em; border-bottom: 1px #dbb dotted; border-bottom: 1px #dbb dotted;}

	/* Tables | Tabellen   */

	table { border-collapse:collapse; margin-bottom: 0.5em; }

	table.full { width: 100%; }
	table.fixed { table-layout:fixed }

	th,td { padding: 0.5em; }
	thead th { background: #444; color: #fff }
	tbody th { background: #ccc; color: #333 }
	tbody th.sub { background: #ddd; color: #333 }


