/**
 * Brunner AG - Druck und Medien, Kriens
 * @copyright      Copyright 2009, Brunner Web
 * @link           http://www.bag.ch/web
 */
 
#content p, #content li,  #content p li {
	font-size: 93%;
	line-height: 174%;
	margin: 0;
	color: #000000;
}

#content li li, #content blockquote p {
	font-size: 100%;
	line-height: 100%;
}
 
#content a {
	color: #014c69;
	text-decoration: none;
}

#content a:hover {
	text-decoration: underline;
}

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

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

#content h1 {	
	font-size: 131%;
	line-height: 123.1%;
	font-weight: normal;	
	padding: 0 7px 26px 0px;
}

#content h2 {	
	font-size: 153.9%;
	line-height: 123.1%;
	font-weight: normal;	
	padding: 0px 7px 15px 0px;
}

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

#content h3 {	
	font-size: 123.1%;
	line-height: 123.1%;
	font-weight: normal;	
	padding: 0px 7px 15px 0px;	
}

#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: dotted 1px #25574c;
	border-bottom: transparent;
	background: none transparent;
	height: 0px;
}

#content blockquote {
	padding: 15px;
	font-size: 85%;
	color: #000000;	
	line-height: 138%;
	margin: 0;
	background-color: #cccccc;	
}

#content blockquote p {
	color: #000000;
}

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

#content div table {
	border: 1px solid #ccc;
}

#content div table thead td {
	background-color: #efefef;
	font-weight: bold;
	padding: 2px 4px 2px 4px;
}

#content div table tbody td {
	padding: 12px 4px 12px 4px;
	margin: 0;
}

#content table.meldungen {
	border: 0;
}

#content table.meldungen tr td {
	padding: 10px;
}

#content table.meldungen tr.odd td {
	background-color: #d0e8dd;
}

/*  //////////////////////  NEWS  //////////////////////// */

div.newsdetail div.text {
   width: 100%;
}

div.newsdetail p.autor {
   font-style: italic;
   padding-bottom: 15px;
}

div.newsdetail div.images {
   float: right;
   width: 100%;
}

div.newsdetail div.backtoprevious {
   float: left;
   width: 100%;
   margin-top: 30px;
}

div.newsdetail div.images div.image {
	width: 200px;
	float: left;
	margin-right: 5px;
}

div.newsdetail div.images div.image p {
	font-size: 83% !important;
	line-height: 150% !important;
	color: blue;
	padding-top: 10px;
    padding-bottom: 10px;	
    font-style: italic;
}

div.newsdetail div.images div.image img {
   border: 0;
}