#main_content {
	position:absolute;
	top:160px;
	left:260px;
	width:712px;
}

.overview_item{
	padding: 5px;
	width: 220px;
	height: 194px;
	border: solid 1px #ddd;
	vertical-align: top;
	background-repeat: no-repeat;
	background-position: bottom right;
}

.overview_item a{
	width: 220px;
	height: 194px;
	display: block;
	text-decoration: none;
}

.overview_item a:hover span.overview_title {
	color: #333 !important;
}

.overview_item a:hover span.overview_tekst{
}

.overview_title {
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	color: #8a8985;
}

.overview_tekst {
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
	color: #38d2f7;
	line-height: 12px;
}

.overview_tekst p {
	margin-bottom:0;
	padding-bottom:0;
	margin-top: 3px;
	padding-top:0;
}
