/**
 * Brunner AG - Druck und Medien, Kriens
 * @copyright      Copyright 2009, Brunner Web
 * @link           http://www.bag.ch/web
 */
 
#newsteaser {
	color: #6a6a6a;
}

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

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

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

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

#newsteaser ul {
	padding-left: 18px;
}

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

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

#newsteaser .newsbox {
	background-image: url(../images/bg_newsbox.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	padding: 17px 17px 12px 22px;
}

#newsteaser .newsboxbottom {
	background-image: url(../images/bg_newsbox_bottom.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	height: 15px;
}

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









