*
{
    margin:0;
    padding:0;
}

body {
    background-color:#89A600;
    font-family: Arial;
    font-size:13px;
    text-align:center;
    color:#FFF;
}

a
{
    color:#FFF;
    text-decoration:none;
}

a:hover
{
    color:#FEDE00;
    text-decoration:none;
}

a.selected_opera_page
{
    color:#FEDE00;
    text-decoration:none;
}


a img
{
    border:none;
}

h1
{
    text-transform: uppercase;
    font-size: 24px;
}

h1 a
{
    text-decoration:none;
}

h1 a:hover
{
    text-decoration:none;
    color:#FEDE00;
}

h2
{
    text-transform: uppercase;
    font-size: 18px;
    padding-top:0;
}

#bg
{
    position:fixed;
    left:0;
    top:0;
    z-index:-1;
    background-image:url(../images/curve-di-livello2.gif);
    background-position:left top;
    background-repeat:repeat;
    width:300%;
    height:300%;    
}

#centrato
{
    margin:0 auto;
    margin-top:80px;
    text-align:left;
    position:relative;
    width:1100px;
    height: 680px;
    background-color:Transparent;  
    z-index:1;  
}

#header
{
    display:block;
    width:100%;
    height:122px;
    position:relative;
    background-color:Transparent;
    float:left;
}

#toolbar
{
    position:relative;
    /*width:182px;*/
    width:252px;
    height:25px;
    margin-top:27px;
    margin-left:750px;
    float:left;
}


#comune_venezia
{
position:absolute;
left:120px;
top:8px;
}

#lingue
{
    float:left;
    height:20px;
    margin:5px 0 0 0;
    padding:0;
    list-style:none;
}

#lingue li
{
    float:left;
    margin:0 10px 0 0;
}

#tastiera
{
    float:left;
    width:38px;
    height:25px;
    margin:0 10px;
}

#griglia_nav
{
    float:left;
    margin:0 10px;
    background-color:#FFF;
    list-style:none;
    width:34px;
    height:25px;
}

#griglia_nav li
{
    display:block;
    float:left;
    width:8px;
    height:5px;
    background-color:#89a600;
    border:solid 1px #89a600;
    margin-top:1px;
    margin-left:1px;
    cursor:pointer;
}

#griglia_nav li.selected
{
    background-color:#FFF;
}


#corpo
{
    float:left;
    width:100%;
    height:466px;
}

#logo
{
    float:left;
    width:363px;
    height:466px;
    background-image:url(../images/logo.png);
    background-position:right 0;
    background-repeat:no-repeat;    
}

#contenuti
{
    float:left;
    /*width:625px;*/
    width:650px;
    height:500px;
    margin-left:48px;
    position:relative;
}

#contenuti_dinamici
{
    float:left;
    width:650px;
}

#contenuti_dinamici_sx
{
    width: 295px;
    float:left;
}

#contenuti_dinamici_dx
{
    margin-left:45px;
    width: 285px;
    float:left;
}

#menu
{
    width:100%;
    height:23px;
    margin-top:8px;
    position:relative;
}

#separatore_menu
{
    margin-top:7px;
    width: 293px;
    height: 10px;
    background-color: #FFF;
}

#freccia_su
{
    position:absolute;
    width:11px;
    height:17px;
    left:50%;
    top:0;
    margin-left:-5px;
}
#freccia_dx
{
    position:absolute;
    width:17px;
    height:11px;
    top:50%;
    right:0;
    margin-top:-8px;    
}
#freccia_giu
{
    position:absolute;
    width:11px;
    height:17px;
    left:50%;
    bottom:92px;
    margin-left:-5px;
}
#freccia_sx
{
    position:absolute;
    width:17px;
    height:11px;
    top:50%;
    left:0;
    margin-top:-8px;    
}

#footer
{
    float:left;
    position:relative;
    width:100%;
    height:92px;
}

#sponsor
{
    width:715px;
    height:54px;
    position:absolute;
    left:50%;
    bottom:10px;
    margin-left:-358px;
}

#sponsor img
{
    margin:0 1px 0 0;
    padding:0;
}

#credits
{
    position:absolute;
    right:30px;
    bottom:30px;
}

a.menu
{
    font-family:helvetica;
    font-weight: bold;
    font-size: 16px;
    color:#FEDE00;
}

a.menu:hover
{
    text-decoration: none;
    color:#FEDE00;
}


.menu_voci
{
    font-family:helvetica;
    font-weight: bold;
    font-size: 18px;
}

h1.titolo_pagina
{
    font-family: Helvetica,Arial;
    font-weight: bold;
    font-size: 24px;
    padding-bottom: 2px;
    border-bottom: solid 10px #FFF;
    text-transform: uppercase;
    width:295px;
    line-height: 0.9em;
}

h1.titolo_pagina a:hover
{
    text-decoration: none;
    color:#FEDE00;
}

#menu_navigazione
{
    display: none;
    position:relative;
    width:100%;
}

#menu_navigazione ul
{
    list-style:none;
    border-top: solid 10px #FFF;
    text-transform: uppercase;
    width:295px;
    padding-top:6px;
}

#menu_navigazione ul li a
{
    text-transform: uppercase;
    font-family: Helvetica,Arial;
    font-weight: bold;
    font-size: 24px;
    line-height: 0.9em;
}

#menu_navigazione ul li a:hover
{
    text-decoration: none;
    color:#FEDE00;
}

.elenco_giurati
{
    list-style: none;
    width: 295px;
}

.elenco_giurati li
{
    margin-bottom: 6px;
}

.elenco_giurati li ul
{
    list-style: none;
}

.nome
{
    width:65%;
    float: left;
    font-weight: bold;
}

.professione
{
    width:35%;
    float: left;
    font-weight: normal;
}

.curriculum
{
    margin:10px;
}

.curriculum_visible
{
    display: block;
}

.curriculum_hide
{
    display: none;
}

.topic_visible
{
    display: block;
}

.topic_hidden
{
    display: none;
}

.contatti_visible
{
    display: block;
}

.contatti_hidden
{
    display: none;
}

.lista-semplice
{
    margin:10px 0 10px 0px;
    list-style: none;
}

.lista-semplice li
{
    margin-bottom:3px;
    list-style: none;
}

.lista-img
{
    margin:10px 0 10px 15px;
    list-style: url('/images/punto-elenco.png');
}

.lista-img li
{
    margin-bottom:5px;
}

.lista-nomi
{
    list-style: none;
}

.lista-nomi li
{
    display:inline;
}

.box_bianco
{
    background-color: #FFF;
    color:#89A600;
    height:315px;
}

.box_bianco a
{
    color:#89A600;
}

.table_sponsor tr td
{
    padding-top:10px;
    vertical-align: top;
}

.table_sponsor
{
    vertical-align: top;
}

.download_bando
{
    margin:10px 10px 10px 20px;
    list-style: square;
    font-weight: bold;
}

.download_bando li
{
    font-size:120%;
}

.testo-medio
{
    font-size:150%;
}

h1 a.titolo_selezionato
{
    color:#C8D586;
}

h1 a.titolo_selezionato:hover
{
    color:#C8D586;
}

.lista_contributi
{
    float: left;
}

.dettaglio_contributi
{
    float: left;
    width:250px;
    margin-left:10px;
    background-color: #FFF;
    padding:10px;
    color:#89A600;
    margin-top:10px;
    display: none;
}

.dettaglio_contributi a
{
    color:#89A600;
}

.dettaglio_contributi a:hover
{
    color:#FEDE00;
}

.contributo_hidden
{
	display: none;
}
.contributo_visibile
{
	display: block;
}

#form_invio
{
    padding:10px;
    float:left;
}
/*
label
{
    font-weight: bold;
    text-transform: lowercase;
    font-size:18px;
}

input.single-line
{
    width:100%;
    border:solid 1px #CDCDCD;
}

table.partecipa_form tr td
{
    padding-bottom: 3px;
}

textarea
{
    border:solid 1px #CDCDCD;
    width:100%;
}

div.button_upload
{
    background-color: #89A600;
    color: #FFF;
    text-align: center;
    width:200px;
    height: 40px;
    border:solid 1px #CDCDCD;
    font-size: 16px;
    font-weight: bold;
    cursor:pointer;
    margin:10px auto;
    padding-top:15px;
}    */


.sitemap_left { margin-top:20px; float:left; width:150px; height:300px; }
.sitemap_right {margin-top:20px; float:left; width:150px; height:300px;}

#lista_opere
{
  width:650px;
  height:340px;
}

#posters
{
  width:425px;
  height:340px;
  float:left;
}

#descrizione_opera
{
  float:left;
  margin-left:0px;
  width:210px;
  height:340px;
  text-align: justify;
}

.container_opera
{
  float:left;
  width:94px;
  height:170px;
  margin-right:12px;
}

.link_img_opera
{
  float:left;
  margin:0;
  padding:0;
}

.img_opera
{
  margin-top:0px;
  border:solid 1px transparent;
  margin-bottom:5px;
}

.img_opera_selected
{
  border:solid 1px #FEDE00;
}

.link_vote_opera
{
  display:block;
  float:left;
  width:60px;
}

.link_nVoti
{
  display:block;
  float:left;
  width:30px;
  text-align: right;
}

#paginazione_opere
{
  margin-top:10px;
  margin-bottom:10px;
  font-size:11px;
  width:100%;
}

p.descrizione_opera
{
  display: none;
}

.griglia-opere
{
  border:solid 1px #CDCDCD;
}

.griglia-opere td
{
  border:solid 1px #CDCDCD;
  padding:5px;
}
