@charset "utf-8";
/* CSS Document */

html,body {
	margin: auto;
	font-family: Arial;
	font-size: 12px;
	background-color: #b3ad90;
	color: #bec8c3;
	line-height: 18px;
	background-image: url(../images/struttura/aziende_background_rep.png);
	background-position: top;
	background-repeat:repeat-y;
}

a:link {
	text-decoration: underline;
	border:0;
	color:#8ba596;
}

a:visited {
	text-decoration: none;
	border:0;
	color:#BEC8C3;
}

a:hover {
	text-decoration: none;
	border:0;
	color:#BEC8C3;
}

a:active {
	text-decoration: underline;
	border:0;
	color:#BEC8C3;
}

#footer a:link {
color: #8ba596;
text-decoration:none;
}

#footer a:visited {
color: #8ba596;
text-decoration:none;
}

#footer a:hover {
color: #BEC8C3;
text-decoration:underline;
}

#footer a:active {
color: #8ba596;
text-decoration:underline;
}

a {
outline:none;
}

.campi-form {
border: solid 1px #2d534e;
background-color: #CCCCCC;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;

padding:3px;
color:#23312e;

}

p.col_1 {
	width: 210px;
	float: left;
}

p.col_2 {
	width: 210px;
	float: left;
}

p.col_3 {
	width: 200px;
	float: right;
}

p {
	padding:0;
	margin:0;
	color:#BEC8C3;
	line-height:18px;
}


