body {
	background-color: #ffffff;
	margin:0;
	padding:0;
	font-family: Arial, sans-serif, Helvetica, Verdana;
}

#container {
	background-color: #ffffff;
	font-family: Arial, sans-serif, Helvetica, Verdana;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	text-align: justify;
	margin: 0;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	color: #333333;
	width: 900px;
	position: relative;
}

img {
	border: 0;
	margin: 0px;
}

.table {
	font-family: Arial, sans-serif, Helvetica, Verdana;
	font-size: 12px;
	border: 2px solid #000000;
	border-collapse: collapse;
	text-align: center;
	width: 100%;
}

.table th {
	border: 1px solid;
	padding: 5px;
	background-color: #3584c9;
}

.table tr {
    background-color: #e5dbd5;
}

.table tr:hover {
    background-color: #f4d0ba;
}

.table td {
	border: 1px solid #000000;
}

p, h1, h2, h3, h4 {
    margin-bottom: 12px;
    margin-top: 12px;
}

h1 {
	font-size: 14px;
	text-align: left;
	margin-top: 0;
	color: #A55002;
}

h2 {
	font-size: 13px;
	text-align: left;
	color: #A55002;
}

h3 {
	font-size: 12px;
	text-align: left;
	font-style: italic;
}

strong {
    color: #000000;
}

hr {
	display: none;
}

a:link, a:visited, a:active{
	color: #FF0000;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}

acronym, abbr {
	cursor: help; 
	border-bottom: #7cc576 1px dotted;
	color: #7cc576;
	font-weight: bold;
}

#title {
	display: none;
}

#header {
    height: 300px;
    position: relative;
    background-image: url(../images/header.jpg);
    background-position: top;
    background-repeat: no-repeat;
    margin-bottom: 20px;
}

#header #langs {
    position: absolute;
    bottom: 100px;
    right: 10px;
}

#header #langs ul {
	list-style: none; /* elimino i punti elenco */
	margin: 0;
	padding: 0; /* elimino i rientri delle liste */
	text-align: left;
}

#header #langs ul li {
	display: block;
	float: left;
	height: 15px;
	line-height: 15px;
	padding-right: 30px;
} /*elimina lo spazio fra gli elementi della lista introdotto da Opera*/

#title {
	display: none;
}

#colonnadestra {
    position: absolute;
    top: 323px;
    right: 0;
    width: 200px;
    height: 400px;
}

#colonnadestra #logocolonna {
    background-image: url(../images/logo.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    margin-bottom: 20px;
    height: 187px;
}

#colonnadestra #news {
    border: 1px solid #606060;
    margin-bottom: 20px;
    padding: 5px;
    text-align: left;
}

#colonnadestra #news h2 {
    margin-top: 0;
    padding-top: 0;
}

#colonnadestra #news #leggitutto {
    text-align: right;
}

#colonnadestra #newsletter {

}

#colonnadestra #newsletter input {
    width: 158px;
}

#newsletter #iscrivimi {
    text-align: right;
}

#contenuto {
    margin: 5px 220px 10px 0;
	text-align: justify;
	min-height: 480px;
	height: auto !important;  /*necessario perché IE non interpreta min-height*/
	height: 480px;
}

#contenuto #nav {
    clear: left;
    text-align: center;
    border-top: 2px solid #ffffff;
    padding-top: 10px;
}

#footer {
	text-align: center;
	font-size: 12px;
	padding: 20px 0 5px;
    border-top: 3px solid #606060;
    margin-top: 20px;
}

#footer a {
	background-color: transparent;
}

.imagefloatleft {
	float: left;
	padding: 10px;
	padding-left: 0;
	padding-top: 0;
}

.imagefloatright {
	float: right;
	padding: 10px;
	padding-right: 0;
	padding-top: 0;
}

input, select, textarea {
  	border: 1px solid #808080;
	font-size: 12px;
	padding: 1px;
	background-color: #ffffff;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif, Verdana;
}

input:focus {
    border: 1px solid #000000;
}

#map {
    width: 100%;
    height: 400px;
    border: 1px solid #8e8e8e;
}

ol.listalettere li {
    list-style: upper-alpha;
    margin-top:5px;
}

ol.listalettere h2 {
    margin:0;
}

ol.listanumeri li {
    list-style: decimal;
    margin-top:5px;
}

.reset {
    clear: both;
}

/* ajax */
#overlayy {
    position: fixed;
   	top: 0;
   	left: 0;
   	z-index: 999;
   	width: 100%;
   	height: 100%;
   	background-color: #000000;
   	margin: auto;
}

#boxajax {
    position: fixed;
    width: 350px;
    text-align: center;
    top: 50%;
    left: 50%;
    margin: 0 0 0 -175px;
    z-index: 1000;
    background-image: url(../images/caricamento.gif);
    background-repeat: no-repeat;
    background-position: top center;
    padding-top: 30px;
    color: #ffffff;
    font-weight: bold;
}
