.bgd-img-main-top {
	background-color: #dec0d4;
	width: 750px;
	height: 10px;
}
/*-----------------------------------------------------------image description*/
.articles img+span.description {
  text-align: right;
}
/*------------------------------------------------------------------ box-image*/
div.box-image>a[class] {
  margin-left: 8px;
}
div.box-image>a:hover img {
  /*margin-left: 0px;
  border-top: 1px solid #404f57;*/
  /*
	float: right;
	margin: 2px -0.5em 0 1em;
	padding: 7px;
	background: #fff;
	border: 1px solid #404f57;
	*/
}
/*------------------------------------------------------------------- box-news*/
div.box-news {
	padding: 10px 2px 8px 8px;
}
div.box-news p {
	/* font */
	color: #404f57;
	font-size: 8pt;
	font-weight: 100;
	text-align: left;
	line-height: 1.5;
	letter-spacing: 0.3pt;
	word-spacing: 0.0pt;
}
/*------------------------------------------------------------ article classes*/
/*
.line-dashed-bottom {
	background: url(template/lne-article-bottom.gif) left bottom no-repeat;
	padding-bottom: 15px;
}
.line-dashed-top {
	background: url(template/lne-article-top.gif) left top no-repeat;
	padding-top: 1px;
}
*/
/*-------------------------------------------------------------------- contact*/
.contact {
	margin-top: 40px;
}
/*----------------------------------------------------------------------- team*/
.team table {
	background: url(template/lne-article-bottom.gif) left bottom no-repeat;
	padding-bottom: 30px;
	margin-bottom: 10px;
	clear: right;
}
.team table tr td:first-child {
	width: 120px;
}
/*---------------------------------------------------------------------- logos*/
.logos img {
	margin-left: 0px;
	padding-top: 8px;
	background: none;
}
/*-------------------------------------------------------------------- sitemap*/
.articles h4 a {
	color: #404f57;
	font-size: 11pt;
	font-weight: 600;
	letter-spacing: 1.5pt;
	text-decoration: none;
}
.articles h4 a:hover {
	color: #404f57;
	text-decoration: underline;
}
.articles ul a {
	color: #e92bdc;
	font-size: 8pt;
	letter-spacing: 1.0pt;
	text-decoration: none;
}
.articles ul a:hover  {
	color: #404f57;
	text-decoration: underline;
}
.articles h4+ul>ul {
	padding: 1px 0 2px 40px;
}
