/**
 * Brunner AG - Druck und Medien, Kriens
 * @copyright      Copyright 2009, Brunner Web
 * @link           http://www.bag.ch/web
 */
 
@import url(fonts.css); 

#content {
	color: #6a6a6a;
}

#content .boxcontent p, #content .boxcontent li, #content .boxcontent td p, #content .boxcontent td {
	font-size: 93%;
	color: #6a6a6a;
	margin: 0;
	line-height: 144%;	
}

#content a {
	color: #0093cf;
	text-decoration: none;
}

#content h1 {
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
	font-size: 114%;
	line-height: 144%;
	font-weight: bold;
	color: #0093cf;
}

#content h2 {
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
	font-size: 104%;
	line-height: 104%;
	font-weight: bold;
	color: #555;
}

#content ul,
#content li {
	margin: 0;
	padding: 0;
}

#content li {
	background-image: url(../images/list_style.gif);
	background-repeat: no-repeat;
	background-position: 0px 7px;
	padding-left: 12px;
	list-style: none;
}

#content hr {
	background-color: #c8c8c8; /* Farbe für Opera und Firefox */ 
	color: #c8c8c8; /* Farbe für Internet Explorer (IE) */
	border: 0; 
	height: 1px; 
}

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

#content .boxcontent {
	background-image: url(../images/bg_content_bottom.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
	padding: 5px 20px 30px 30px !important;
	width: 490px !important;
	min-height: 350px;
}

/* for iE6 */
* html #content .boxcontent {
	height: 350px;
}

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

div.newsitem hr {
	margin-bottom: 15px !important;
}

div.newsitem a.newsboxlink {
	font-size: 93%;
	line-height: 144%;		
	color: #555 !important;
	font-weight: bold;
	display: block;
	margin: 5px 0;
}

div.newsitem h3 {
	display: block;
	margin: 5px 0;
	padding: 0;
	margin-bottom: 10px;
	font-size: 104%;
	line-height: 144%;
	font-weight: bold;
	color: #555;
}

div.newsitem h3 a {
	color: #555 !important;	
}

div.newsitem a.weiterlesen {
	display: block;
	margin: 5px 0 15px 0;
}

div.newsdetail div.documents {
	margin: 15px 0 0 0;
} 

div.newsdetail h3 {
	display: block;
	margin: 5px 0;
	padding: 0;
	margin-bottom: 10px;
	font-size: 104%;
	line-height: 144%;
	font-weight: bold;
	color: #555;
}

div.newsdetail h3 a {
	color: #555 !important;	
}

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;
}