/*
### WebMoole 2 Css						###
### ----------------------------------- ###
### Link								###
*/

/* Intestazione Link */
#sfondo_intestazione_link {
	background-image: url(images/bgHeader.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	height: 210px;
}

/* Struttura Link */
.link{
	border-bottom: 1px solid #DDD;
	margin: 5px;
	padding: 5px;
	font-size: 11px;
}

.link img{
	border: 0;
}

.link h1{
	font-size: 20px;
	color: #000;
}

.link h2{
	font-weight: normal;
	font-size: 11px;
	margin-top: 5px;
	color: #000;
}

.link a{
	text-decoration: none;
	font-weight: normal;
	font-size: 11px;
	margin-top: 5px;
	color: #000;
}

.link a:hover{
	color: #000;
	text-decoration: underline;
}

