/**
 * 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: 85%;
	color: #000000;
}

#content p, #content li,  #content p li {
	line-height: 167%;
	margin: 0;
	color: #000000;
}

#content li li, #content blockquote p {
	font-size: 100%;
	line-height: 100%;
}

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

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

#content h1,
#content h2,
#content h3 {
	margin: 0;
	padding: 0;
}

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

#content h1 {	
	font-size: 138.5%;
	line-height: 138.5%;
	color: #002148;
	font-weight: bold;	
	padding: 0px 7px 6px 0px;
}

#content h2 {	
	font-size: 116%;
	line-height: 123.1%;
	padding: 0px 4px 3px 0px;
	font-weight: bold;	
	color: #002148;
}

#content h2 a, #content a h2, #content h2 a:hover, #content a:hover h2  {
	text-decoration: none;
	color: #002148;
}

#content h3 {	
	font-size: 107%;
	line-height: 114%;
	font-weight: bold;
	padding: 0px;
	color: #002148;
	letter-spacing: 1px;	
}

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

#content ul {
	padding: 0px;
	margin: 5px 0px 0px 22px;
}

#content ul li {
	padding-left: 5px;
}

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

#content blockquote {
	padding: 2px;
	color: #7f90a3;
	font-size: 85%;	
	line-height: 167%;	
}

#content blockquote p {
	color: #7f90a3;
}

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

#content div table {
	border-left: 1px solid #b8d4e8;
	border-top: 1px solid #b8d4e8;
}

#content div table thead td {
	background-color: #efefef;
	font-weight: bold;
	padding: 2px 4px 2px 4px;
	border-bottom: 1px solid #b8d4e8;
	border-right: 1px solid #b8d4e8;
}

#content div table tbody td {
	padding: 12px 4px 12px 4px;
	border-right: 1px solid #b8d4e8;
	border-bottom: 1px solid #b8d4e8;
}

 #content .pulldown select {
 	font-family: Verdana, Arial;
 	font-size: 93%;
 }
 
