@charset "utf-8";
/* CSS Document */

#content.news ul #left,
#content.news ul #right,
#content.news ul,
#content.news ul li {
	padding:0;
	margin:0;
	width:470px;
	float:left;
}

#content.news ul {
	list-style:none;
	padding-top:1px;
}

#content.news ul li{
	height:93px;
	margin-bottom:10px;
	padding-top:4px;
	border-bottom: dashed 1px #2c2c2c;
	background-color:transparent;
}

#content.news ul #left,
#content.news ul img {
	width:110px;
	height:93px;
	float:left;	
}

#content.news ul img {
	height:64px;
	border:none;
	background-color:#FFF;
}

#content.news ul a {
	height:15px;
	width:53px;
	padding:0;
	margin:3px 0;
	float:right;
	text-decoration:none;
	cursor:pointer;
}

#content.news ul a #nav {
	height:15px;
	width:53px;
	padding:0;
	margin:0;
	background:transparent url(../images/weiter1.gif) 0 no-repeat;
	color:#555;
	text-transform:lowercase;
	font-weight:normal;
}

#content.news ul a:hover #nav {
	background:transparent url(../images/weiter2.gif) 0 no-repeat;
}

#content.news ul #right {
	width:343px;
	height:93px;
	margin-left:17px;
	overflow:hidden;
	font:normal 8pt Arial, Helvetica, sans-serif;
	color:#d4d4d4;
	text-align:left;
}

#content.news ul li.last {
	border-bottom:none;
}

#content.news ul h1 {
	font-weight:bold;
	padding:0 0 4px 0;
	margin:0;
	font-size:8pt;
}

#content.news ul p {
	text-align:justify;
	padding:0;
	margin:0;
}

#content.news #pages {
	padding-top:15px;
	font:normal 8pt Arial, Helvetica, sans-serif;
	color:#d4d4d4;
	float:left;
	}
