#newslist li, .newslist li{list-style:none}

#newslist .info{padding:5px 10px;}
#newlist .boxhead{color:#565656; padding:5px 10px;}

#newslist .types{position:absolute; right:-3px; top:30px; width:20px; display:none}
#newslist .types div{

	float:right; 
	clear:right; 
	height:15px; 
	width:20px;
	-webkit-border-radius: 5px 0px 0px 5px;
		  -moz-border-radius: 5px 0px 0px 5px;
		   border-radius: 5px 0px 0px 5px;
			-moz-box-shadow: -2px 0px 5px #888;
			-webkit-box-shadow: -2px 0px 5px #888;
			box-shadow: -2px 0px 5px #888;
			margin-bottom:3px;
	}
#newslist .h3{padding:5px;}
 #newslist .types div.webshop{	background:Green; }
 #newslist .types div.dwfree{	background:#AED8EA; }
 #newslist .types div.dwexpress{	background:#52ADD1; }
 #newslist .types div.dwbusiness{	background:#0086BC; }
 #newslist .types div.integration{	background:Yellow; }
 #newslist .types div.design{	background:Red; }
 
  /* 3.2 =Image Grid
---------------------------------------------------------------------- */

.image-grid {

  width: 715px;
  float:left;
  clear:both;
  margin-top:10px;
}

.image-grid:after {
  content: "";
  display: block;
  height: 0;
  overflow: hidden;
  clear: both;
}

.image-grid li {
  float: left;
  text-align: center;
  font-family: "Helvetica Neue", sans-serif;
  line-height: 17px;
  color: #686f74;
  height: 177px;
	position:relative;
  overflow: hidden;
  padding:0px;
}

.image-grid li img,
.image-grid li strong {
  display: block;
}

.image-grid li strong {
  color: #fff;
}
