/*
    featured area
------------------------------------------------------------------- */
#featuredArea {
	background: url(../images/featuredArea_startseite_bg.gif) repeat-x;
	height: 375px;
	overflow: hidden;
	position: relative;
}

#featuredArea .container {
	height: 375px;
	overflow: none;
}

/*
    startseite News & Anwendungen Box
------------------------------------------------------------------- */
.latestFeaturedBox{
  background: url(../images/latestNewsBox.jpg) no-repeat;
  width: 480px;
  height: 170px;
}
.latestFeaturedBox h2 a, .latestFeaturedBox h2 a:hover{
  margin: 0px;
  padding: 0px;
  text-decoration: none;
  line-height: 23px;
  font-weight: bold;
  margin-bottom: 0px;
}

.latestFeaturedBox .hr{
  border-top: 1px solid #ee7f00;
}

.latestFeaturedBox p{
  margin-top: -20px;
}

.latestFeaturedBox .image{
  width: 115px;
  /*height: 135px;*/
  /*background: url(../images/imageNews_bg.gif) no-repeat;*/
  margin-right: 10px;
  border: 1px solid #e5e5e6;
  text-align: center;
}


.latestFeaturedBox .image img{}
