 /*
Drag and Drop NEWS and WEBSHOP windows
*/
#news{
	margin:30px 0 0 765px;
}

img.spacer-gif{
	border:none;
}

.dragme{
	width:270px;
	height:175px;
	position:absolute;
}

.drag_header{
	background:url(/fileadmin/web/images/drag/header.png) top left no-repeat;
	height:11px;
	width:267px;
	cursor:move;
}

.wind_shadow{
	background:url(/fileadmin/web/images/drag/sideshadow.png) repeat-y;
	height:160px;
}

.drag_content{
	margin:5px; 
	float:left;
	background:#d0dea3; 
	height:150px;
	width:249px;
}

#news .headline{
	height:29px;
	width:249px; 
	background:url(/fileadmin/web/images/drag/news_headline.png) left no-repeat;
	margin:9px 0 0 0;
}

#new_links .headline{
	height:29px;
	width:249px; 
	background:url(/fileadmin/web/images/drag/mi_headline.png) left no-repeat;
	margin:9px 0 0 0;
}


.drag_content ul{
	margin-top:5px;
	text-align:center;
}

.drag_content li{
	list-style:none;
	padding:5px 0 0 0;
	height:15px; 
	background:url(/fileadmin/web/images/drag/list_divider.png) no-repeat bottom;
}

.shadow_bottom{
	background:url(/fileadmin/web/images/drag/bottom_shadow.png) no-repeat;
	height:6px; 
	width:270px;
}

/* SINGLE */

.news-single-item{
	background:#FFF;
	border:none;
}

/* LIST */
.news-list-container{
	background:#FFF;
	border:none;
}
.news-list-item{
	background:#FFF;
	border:none;
}

.news_text{
	min-width:50%;
	max-width:50%;
	float:left;
}

.news_pics{
	min-width:50%;
	max-width:50%;
	float:right;
	display:inline;
}

.news_pics img{
	margin-right:0px;
	padding:0;
	display:inline;
}

.spacer-gif{
	display:none;
}

.news-single-item h2 { 
font-size: 12px;
font-weight: 700;
color: #646a74;
margin-bottom: 0px;
}

.news-list-item h3{
	border:none;
	background:#9f9f9f;
	color:
}

 .news-list-item p.bodytext{
	width:60%;
}

.news-list-item a{
	color:#000;
}

.news-single-backlink{
	width:120px;
}
