#news_layer
{
	width:493px;
	position:absolute;
	top:50px;
	left:50px;
	z-index:1;
	border:2px solid #d26e00;
}

#news_layer_title
{
	line-height:20px;
	color:white;
	font-weight:bold;
	text-align:center;
	background-color:#d26e00;
}

#news_layer_content
{
	width:493px;
	height:170px;	
	background-color:white;
	background-image:url(../images/graphics/flyer_neuburg_eroeffnung.png);
}

#news_layer_extern_link
{
  font-weight: bold;
  text-align: left;
  background-color:white;
  color: #d26e00;
  padding: 8px;
  font-size: 20px;
}

#news_layer_extern_link_small
{
  font-weight: normal;
  text-align: left;
  background-color:white;
  /*color: #d26e00;*/
  color: #515054;
  padding: 8px;
  font-size: 14px;
}

#news_layer_footer
{
	width:100%;
	line-height:20px;
	color:white;
	font-weight:bold;
	text-align:center;
	background-color:#d26e00;
}

