.news_item{
	position:relative;
	width:230px;
	height:110px;
	float:left;
	border-bottom: dotted 1px #BF0101;
	background-image:url(/fileadmin/images/pfeil_rechts_rot.gif);
	background-repeat:no-repeat;
	background-position:bottom right;
	margin-right:10px;
	margin-bottom:10px;
	overflow:hidden;
}
.news_item .header{
	position:relative;
	width:230px;
	margin-bottom:3px;
	font-weight:bold;
	color:#395AA7;
	font-size:10px;
}
.news_item .teaser{
	position:relative;
	width:230px;
	margin-bottom:3px;
	font-size:10px;
}
.news_item  .teaser IMG{
	float:left;
	padding-right:5px;
}



.news_detail img{
	float:left;
	padding-right:5px;
}

/* tda quick&dirty: icons bei E-Mail und url */ 
.news_detail .bodytext a img{
	float:none;
}
.news_content{
	padding-top:5px;
	padding-bottom:5px;
}


/*
Fachinformationen Liste
*/
.fachinfo_liste table TR.header TD{
	font-weight:bold;
}
.fachinfo_liste table TR{
	vertical-align:top;
}
.fachinfo_liste table TR TD{
	padding:3px;
}
.fachinfo_liste .item{
	margin-bottom:15px;
}
.fachinfo_liste .item .kopf IMG{
	padding-right:10px;
}
.fachinfo_liste .item .kopf .datum{
	font-weight:bold;
	color:#27316C;
	font-size:11px;
}
.fachinfo_liste .item .detail{
	font-size:11px;
	color:#717171;
	padding-left:43px;
	width:457px;
}
.fachinfo_liste .item .detail .linie{
	border-bottom: dotted 1px #BF0101;
	background-image:url(images/pfeil_rechts_rot.gif);
	background-repeat:no-repeat;
	background-position:bottom right;
	position:absolute;
	width:455px;
	height:10px;
	
}


/*
 * Presse Liste
 */
.presse_liste, .presse_detail TABLE{
	margin-left:-5px;
}
.presse_liste TABLE TR.even, .presse_detail TABLE TR.even{
	background-color:#EEF4FB;
}
.presse_liste TABLE TR.odd, .presse_detail TABLE TR.odd{
	background-color:#CDD6E9;
}


.presse_liste TABLE TR TD, .presse_detail TABLE TR TD{
	vertical-align:top;
	padding:3px;
}
.presse_liste TABLE TR TD span.titel, .presse_detail TABLE TR TD span.titel{
	font-weight:bold;
}
/*
 * Presse Detail
 */
.presse_detail .presse_content{
	margin-top:5px;
	margin-bottom:5px;
}
.presse_detail{
	padding-top:5px;
}

.infoboxen p.bodytext{
  text-align: center;
}