html{/*	overflow: -moz-scrollbars-vertical; /* visualizza sempre la scrollbar laterale per firefox */
	overflow-y:scroll;
	overflow-x:auto;
	overflow:moz-scrollbars-vertical
}

*{
	margin: 0px;
	padding: 0px;
}

body{
	background-color: #6599c3;
	background-image: url(img/sfondo.jpg); background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin:0px 0px; padding:0px;
	margin-top: 10px;
}

input, textarea {
	font-size: 12px;
	/*color: #356794;*/
	background-color: #f6f6f6;
	border-color: #235a90;
	border-style: solid;
	border-width:  1px;
	margin: 3px;
	width: 240px;
	color: black;
}

input.submit {
	font-size: 12px;
	/*color: #356794;*/
	background-color: #235a90;
	border-color: #235a90;
	border-style: outset;
	border-width:  1px;
	margin-bottom: 3px;
	color:  white;
	width: 120px;
}



h1 {
	font-size: 18px;
	font-weight:  bold;
	color: #356794;
	display:  inline;
}

#container{
	margin: 0px auto;
	position: relative;
	width: 755px;
}

#header{
	top: 0px;
	left: 0px;
	width: 746px;
	height: 135px;
	position: absolute;
}

#header_bg{
	left: 4px;
	margin: 0px auto;
	width: 746px;
	height: 135px;
	position: absolute;
}

#menu_top{
	position: absolute;
	top: 14px;
	left: 390px;
	font-weight: bold;
	font-size: 13px;
}

#main{
	top: 150px;
	width: 755px;
	position: relative;
}

#main_center{
	width: 755px;
	background-image: url(img/sfondo_main_center.png);
	background-repeat: repeat-y;
}


li{
	list-style-type: none;
	font-weight: bold;
}

img.marche{
	margin: 10px;
}

a:link {
color: #213e59; text-decoration:none
}
a:visited {
color:#213e59; text-decoration:none
}
a:active {
color:#213e59; text-decoration:underline;
}
a:hover {
color:#213e59; text-decoration:underline;
}
a:focus {
    moz-outline: 0px;
    outline: 0px;
    outline-offset 3px;
}