/* CSS Document */
.news_more a{
	font-weight: bold;
}
#inhalt .addthis_toolbox a:hover,
#inhalt .addthis_toolbox a:focus{
	border-bottom: none;
}
/* Listenansicht */
.n_div {
 clear:both;
 float:left;
 width:500px;
 margin:10px 0 8px 0;
 
}

.n_p {
 margin:2px 0 4px 0;
}

/*Detailansicht */
#news_detail {
 clear:left;
 float:left;
 width:500px;
 margin:8px 0 8px 0;
}

#news_datum {
 margin:0px 0px 10px 0px;
}

#news_detail img {
 clear:left;
 float:left;
 margin-right:10px;
 margin-bottom:5px;
}

#news_detail #news_documents {
 clear:both;
 margin:2px 0 2px 0;
}

#news_detail #news_documents p {
 margin:3px 0 6px 0;
 padding:0;
}

#news_detail #news_documents img {
 margin:0;
 position:relative;
 top:-2px;
}


#loc_bl #news_bilder {
 float:left;
 margin:0px 10px 10px 0px;
}

#loc_br #news_bilder {
 float:right;
 margin:0px 0px 10px 10px;
}