
/*stili di base del body*/

html,body {
	margin: 0;
	padding:0;
	font-family : Verdana;
}

body {
	color : #000000;
	background-color: white;
	margin-top: 0px;
}

/* struttura e layout pagina */

div#container {
	width: 960px;
	margin: 0 auto;
	border: 0px solid green;
	margin-top: 10px;
	font-size: 14px;
	/*background-color: #1f1a17;
	border:1px solid yellow;*/
}

div#header {
	z-index: 5;
	border: 0px solid black;
}

div#footer {
	background-color: #0905A0;
	width: 100%;
	border: 0px solid black;
	margin: 0;
	padding: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 30px;
	color: white;
	font-weight : bold;
	clear: right;
	text-align: center;
	font-size: 13px;
}

A:LINK {
	text-decoration: none;
	font-weight : bold;
	color: blue;
}

A:VISITED {
	text-decoration: none;
	font-weight : bold;
	color: blue;
}

A:HOVER {
	text-decoration: none;
	font-weight : bold;
	color: blue;
}

table {
	margin: 0;
}

/* Formattatori */

.centered {
	text-align: center;
}

.lefted {
	text-align: left;
}

.righted {
	text-align: right;
}


/* stili vari */

#menu {
	color: #C71585;
	font-size: 12px;
	font-weight: bold;
}

#menu A:LINK {
	text-decoration: none;
	font-weight : bold;
	color: #C71585;
}

#menu A:VISITED {
	text-decoration: none;
	font-weight : bold;
	color: #C71585;
}

#menu A:HOVER {
	text-decoration: none;
	font-weight : bold;
	color: #C71585;
}

a img {
	border: none;
}


div#header div{
	font-size: 14px;
	font-weight: bold;
	float: left;
	text-align: center;
	margin: 7px;
	border: 1px solid black;
	width: 140px;
	height: 90px;
}

.linfa {
	position: absolute;
	top: 450px;
	left: 100px;
}

.pageimage {
	/*float: left;
	margin-right: 12px;*/
	width: 96%;
	text-align: center;
	margin-bottom: 12px;
}

#header a, #header a:LINK, #header a:VISITED {
	color: black;
	font-weight: bold;
}

#header a:HOVER {
	color: #c38877;
	/*sfondo bordeaux finestra news 7d3931
	sfondo bordeaux finestra news e8a28e */
}

.tblfoto {
	clear: both;
	width: 90%;
	margin: 0 auto;
}

.tblfoto td {
	vertical-align: middle;
	margin: 0;
	padding: 0;
	width: 33%;
	border: 1px solid gray;
	text-align: center;
}

.tblfoto img {
	margin: 0;
	padding: 0;
}

.titolopagina {
	font-size: 25px;
	font-weight: bold;
	margin: 15px;
	/*margin-top: 220px;*/
	text-align: center;
}

div#flags {
	text-align: center;
}

div#flags img{
	margin: 4px;
}

.spuncia {
	float: left;
	width: 188px;
}

.clearboth {
	width: 100%;
	height: 1px;
	clear: both;
}

.titolone {
	font-size: 35px;
	font-weight: bold;
	margin: 15px;
	/*margin-top: 220px;*/
	text-align: center;
}

.formlink {
	font-size: 20px;
	font-weight: bold;
	margin: 15px;
	/*margin-top: 220px;*/
	text-align: center;
}

.formtitle {
	font-size: 16px;
	font-weight: bold;
	margin: 15px;
	/*margin-top: 220px;*/
	text-align: center;
}

.forms {
	font-size: 14px;
	text-align: center;
}

.tblform {
	margin: 0 auto;
	border-collapse: collapse;
	width: 640px;
}

.tblform td {
	border: 1px solid black;
	text-align: left;
	vertical-align: top;
	padding: 2px;
}

.firstcol {
	width: 300px;
}

.titolone A, .titolone A:LINK, .titolone A:VISITED, .titolone A:HOVER {
	color: black;
}

.gotop {
	text-align: center;
	font-size: 16px;
}

.gotop img {
	height: 12px;
}
