/*
### WebMoole 2 Css						###
### ----------------------------------- ###
### Link								###
*/

/* Intestazione Link */
.sfondo_intestazione_link {
	height: 450px;
}

/* Struttura Link */

div#paglink{
	position: relative;
	padding: 2px;
	padding-bottom: 10px;
	margin-bottom: 1px;
	border: 0px solid #ededed;
}

.link{
	border-bottom: 0px solid #DDD;
	margin: 5px;
	padding: 5px;
	font-size: 11px;
}

.link img{
	border: 0;
}

.link h1{
	font-size: 20px;
	color: #5780a0;
}

.link h2{
	font-weight: normal;
	font-size: 11px;
	margin-top: 5px;
	color: #545c5f;
}

.link a{
	text-decoration: underline;
	font-weight: normal;
	font-size: 11px;
	margin-top: 5px;
	color: #5780a0;
}

.link a:hover{
	color: #5780a0;
	text-decoration: underline;
}
