#news_content {
	position:absolute;
	background-image: url('../files/images/contentbg2.png');
	background-repeat: repeat-x ;
	border-width:1px;
  	border-style:solid;
  	border-color:#9d6e09;
	top: 115px;
	left:35px;
	width:610px;
	height:585px;
	background-color: none;
	color: #f6f6da;
}

#news_list {
	position:absolute;
	background-image: url('../files/images/contentbg2.png');
	background-repeat: repeat-x ;
	border-width:1px;
  	border-style:solid;
  	border-color:#9d6e09;
	left: 665px;
	top: 115px;
	width:260px;
	height:585px;
	color: #f6f6da;
	overflow: hidden;
	
}

.news_item {
	font-size: 9px;
	margin: 5px 5px 20px 5px;
	cursor: pointer;
    background-color: #000;
}

.item_headline {
	font-weight: bold;
	margin-bottom:3px;
	background-color: #000;
}

.news-headline {
	font-weight: bold;
	margin-bottom:3px;
	background-color: #222;
    color: #9D6E09;
}

.item_text {
display:block;
float:left;
    position: relative;
    left: 10px;
	height: 120px;
	overflow: hidden;
}

.item_image {
    display:block;
	float: left;
    width:70px;
    margin-right:0px;
}

.item_thumbnail {
	float: left;
	margin-right: 20px;
	cursor: pointer;
	border-width:1px;
  	border-style:solid;
  	border-color:#9d6e09;
}

#newspics {
	margin-left: 10px;
	margin-top: 40px;
}

#newsbild {
	left: 10px;
	top:20px;
	float:left;
	margin-right: 10px;
	margin-bottom: 5px;
}

#newsblock {
	position: relative;
	margin-left: 10px;
	margin-right: 10px;
	margin-top:15px;
}

#headline {
	font-size: 16px;
	font-weight: bold;
	margin-top: 10px;
	margin-left: 10px;
}

#text {
	text-align: 'left';
	font-size: 10px;
}

#text a {
	color: #B2DCFF;
}

.stdlink {
	color: #fff;
	font-size:10px;
	font-weight: bold;
	text-decoration: none;
}

