/*
### WebMoole 2 Css						###
### ----------------------------------- ###
### Link								###
*/

/* Intestazione Link */

#sfondo_intestazione_link{
	background-image: url(images/headerBg.png);
	background-position: top left;
	background-repeat: no-repeat;
	height: 87px;
}

/* Struttura Link */

h1 {
	font-size: 20px;
	font-weight: normal;
	color: #d87b40;
	text-align: right;
	padding: 0;
	padding-right: 15px;
	margin: 0;
	margin-top: 10px;
	margin-bottom: 15px;
	margin-right: 10px;
	background: url(images/titleH1.png) no-repeat top right;
}

.link{
	border: 0;
	margin: 5px;
	margin-bottom: 15px;
	padding: 5px;
	font-size: 11px;
	border-bottom: 1px solid #eee;
}

.link img{
	border: 0;
}

.link h1{
	font-size: 18px;
	font-weight: normal;
	color: #414141;
	text-align: left;
	width: 100%;
	padding: 0;
	margin: 0;
	margin-top: 5px;
	margin-bottom: 5px;
	background: 0;
}

.link h2{
	font-weight: normal;
	font-size: 11px;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #414141;
	text-align: justify;
}

.link a{
	text-decoration: none;
	font-weight: normal;
	font-size: 11px;
	margin-top: 5px;
	color: #d87b40;
}

.link a:hover{
	color: #d87b40;
	text-decoration: underline;
}
