﻿.ArticleOverviewBoxHeader
{
	background-image: url(/images/img_box_header.jpg);
	background-repeat: no-repeat;
	width: 476px;
	height: 8px;
}
.ArticleOverviewBoxSpacer
{
	background-image: url(/images/img_box_spacer.jpg);
	background-repeat: repeat-y;
	width: 476px;
	height: auto;
}
.ArticleOverviewBoxContent
{
	position: relative;
	background-image: url(/images/img_box_bg.jpg);
	background-repeat: repeat-x;
	width: 464px;
	height: auto;
	left: 6px;
	background-color: #e5e5e5;
}
.ArticleOverviewBoxContentHeader
{
	position: relative;
	left: 1px;
	width: 462px;
	height: 25px;
	background-color: #75878b;
	font-family: Arial;
	font-size: 10px;
	color: White;
}
.ArticleOverviewBoxContentInner
{
	position: relative;
	left: 0px;
	width: 450px;
}
.ArticleOverviewBoxFooter
{
	background-image: url(/images/img_box_footer.jpg);
	background-repeat: no-repeat;
	width: 476px;
	height: 8px;
}
#divArticle:hover
{
	background-image:none;
	background-color:Black;
}

.LinkArticleOverview
{
	color:#848484;
	text-decoration: none;	

}

.LinkArticleOverview:hover
{
	color:#848484;
	text-decoration: underline;	
	
}


