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

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

#content .grau,
#content p.grau, 
#content span.grau,
#content td.grau,
#content li.grau {
	color: #999;
}

#content .red,
#content p.red, 
#content span.red,
#content td.red,
#content li.red {
	color: #e21b42;
}

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

#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 {
	background-color: #E1E1E1;
}

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

#content h1 {	
	font-size: 167%; 
	font-weight: bold;
	line-height: 131%;
	margin: 5px 0 20px 0;
	color: #e21b1a;
	letter-spacing: 1px;
}

#content h2 {
	font-size: 138.5%;
	line-height: 131%;
	font-weight: bold;
	margin: 0 0 15px 0;
	color: black;
	letter-spacing: 1px;
}

#content h2 sup {
	font-size: 115%;
}

#content h3 {	
	font-size: 138.5%;
	line-height: 131%;
	font-weight: bold;
	margin: 0 0 15px 0;
	color: black;
	letter-spacing: 1px;
}

#content h3 sup {
	font-size: 107%;
	position: relative;
	top: -2px;
}

#content h4 {
	font-size: 92%;
	line-height: 167%;
	font-weight: bold;
	margin: 10px 0 5px 0;
	color: black;	
	padding: 0;
	margin:0;
}

#content h4 a {
	color: #e21b1a; 
}

#content h5 {
	font-size: 92%;
	line-height: 167%;
	font-weight: bold;
	color: black;
	padding: 0;
	margin: 0;
}

#content h6 {
	font-size: 92%;
	line-height: 167%;
	font-weight: bold;
	color: #e21b1a;
	padding: 0;
	margin: 0;
}

#content .forms { 
	color: black; 
	background-color: white; 
	border: solid 1px #a0a0a0;	
}

#content .linkicon {
	margin: 3px 6px 3px 2px;
}

#content .docicon {
	margin: 3px 8px 3px 0;
}

#content .at {
	margin-top: 0;
}

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

#content ul li {
	list-style: none;
	background: url('/_local/templates/standard/images/li.gif') no-repeat 0 7px;
	padding: 0 0 0 12px;
	margin-top: 3px;
}

.cell {
	overflow: visible;
}

#content hr {
	border: solid 1px #E1E1E1;
	border-top: solid 1px white;
}

#content a img {
	border: 0px;
}

#content hr.wide {
	position: relative;
	width: 100%;
}	

#content sup {
	font-size: 84%;
}

#content table.linientabelle {
	border-bottom: 1px solid white;
}
#content table.linientabelle td {
	border-top: 1px solid white;
	padding: 7px 0 13px 0;
}

#content table.linientabelle td h5 {
	margin: 0px;
}

#content .newsbox {
	border: 1px dotted #990000;
	background: #fff;
	margin-bottom: 5px;
}


