﻿/* CSS Document */

body {
	margin-top: 0;
}

/* Div contenitore principale */
div#contenitore {
	width: 800px;
	height: 900px;
	font-family:Arial, Helvetica, sans-serif;
	margin: 0 auto;
}

/* Div Intestazione */
div#intestazione {
	width: 800px;
	height: 180px;
	background-image: url('immagini/bannerprova.jpg');
	margin-bottom: 2px;
}

/* Div Menu nell'intestazione (Home, Contattaci) */
div#menu_alto {
	width: 220px;
	height: 25px;
	float: right;
}

div#menu_alto img {
	width: 20px;
	height: 17px;
	margin: 0;
	border: 0;
	margin-top: 5px;
	margin-left: 5px;
}

a.menu_alto {
	text-decoration: none;
	color: #000000;
	font-size: 13px;
	font-weight: 700;
}

a.menu_alto:hover {
	color: #7E5721;
}


div#separazione {
	width: 800px;
	height: 120px;
	background-image:url(immagini/separazione.gif);
	background-repeat:no-repeat;
}

div#corpo {
	width: 800px;
	height: 678px;
}

/* Div a sinistra contenente Menï¿½ */
div#menu {
	width: 155px;
	height: 678px;
	background-color: #000000;
	float: left;
	border-left: #e2e2e2 thin solid;
	border-right: #e2e2e2 thin solid;
	border-right-color: #000000;
	border-left-color: #000000;
	border-right-width: thin;
	border-left-width: 0px;
	border-right-style: solid;
	border-left-style: solid;
}

/* Div contenitore voci Menï¿½ */
div#navigazione {
	width: 158px;
	height: 350px;
	float: left;
	margin-top: 5px;
	background-image: url(immagini/menu2.gif);
}

/* Prima voce del Menï¿½ */
a#primo_menu {
	margin-top: 30px;
} 

/* Altre voci del Menï¿½ */
a.menu {
	width: 130px;
	height: 20px;
	margin-top: 3px;
	margin-left: 5px;
	background-color: #FDD842;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 600;
	font-size: 13px;
	color: #000000;
	text-decoration: none;
	vertical-align: middle;
	padding-left: 5px;
	padding-top: 5px;
	display: block;
	border-bottom: thin outset;
	border-top: thin outset;
	border-left: thin outset;
	border-right: thin outset;
	background-image: none;
}

/* Effetto Menï¿½ al passaggio del mouse */
a.menu:hover {
	background-color: #CDCDCD;
	border-bottom: thin inset;
	border-top: thin inset;
	border-left: thin inset;
	border-right: thin inset;
}

div#guardiacaccia 
{
    width: 158px;
	height: 85px;
	float: left;
	font-size: 14px;
	font-weight: bold;
	background-image:url(immagini/guardiacaccia.gif);
	background-repeat: no-repeat;
	margin-top: 5px;
	padding-top: 30px;
	text-align: center;
}

div#foto_caccia
{
    width: 158px;
	height: 175px;
	float: left;
	background-image:url(immagini/foto_caccia.gif);
	background-repeat: no-repeat;
	margin-top: 2px;
	padding-top: 25px;
	text-align: center;
}
	

img#valid 
{
    margin-top: 20px;
    margin-left: 5px;
}

/* Div Centrale */
div#content {
	width: auto;
	height: 678px;
	background-color: #000000;
	float: none;
}


/* Div contenuti delle pagine */
div#container {
	width: auto;
	height: 678px;
	float: left;
	background-color: #000000;
}
div#contenuto 
{
	width: 475px;
	height: 650px;
	margin-top: 5px;
	margin-left: 5px;
	float: left;
	background-image: none;
	background-color: #000000;
}
div#centrato 
{
	text-align: center;
	background-color: #000000;
}

img#titolo 
{
    width: 150px;
    height: 25px;
}

p.testo_iniziale 
{
    font-size: 14px;
    font-weight: 400;
    margin-top: 5px;
    padding-left: 15px;
}

p.testo_centrato
{
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    margin: 0;
}


/* Div a destra */
div#barra_destra {
	width: 155px;
	height: 678px;
	background-color: #000000;
	float: right;
	border-left: #e2e2e2 thin solid;
	border-right: #e2e2e2 thin solid;
	border-right-color: #000000;
	border-left-color: #000000;
}

/* Div contenente tabella Societï¿½ */
div#organizza {
	width: 160px;
	height: 240px;
	background-image:url(immagini/organizzatori.gif);
	background-repeat: no-repeat;
	margin-top: 5px;
	padding-top: 30px;
}


/* Collegamento alle societï¿½ */
a.soc_organizzatrice img
{
    border: 0;
}

/* Effetto collegamento societï¿½ al passaggio del mouse */
a.soc_organizzatrice img:hover {
	border-left: #CC9900 thin solid;
	border-right: #CC9900 thin solid;
}

div#meteo 
{
    width: 160px;
	height: 175px;
	background-image:url(immagini/meteo.gif);
	background-repeat: no-repeat;
	margin-top: 2px;
	padding-top: 25px;
	text-align: center;
}

div#foto_album
{
	width: 160px;
	height: 175px;
	background-image:url(immagini/foto.gif);
	background-repeat: no-repeat;
	margin-top: 2px;
	padding-top: 27px;
	text-align: center;
}

a.img_meteo img
{
    border: 0;
	margin-top: 5px;
	width: 155px;
	height: 145px;
}   
    

/* Div del Footer */
div#piede {
	width: 800px;
	height: 18px;
	background-image: url('immagini/piede.gif');
	clear: both;
	font-size: 12px;
	font-weight: 700;
	text-align: center;
	background-color: #FFFFFF;
}

/* Collegamento nel footer */
div#piede a {
	text-decoration: none;
	color: #000000;
}


/* CSS locandina.html */
div#locandine 
{
    margin: 0 auto;
    text-align: center;
}

a.loc_pdf img
{
    border-bottom: #ffffff 1px solid;
    border-right: #ffffff 1px solid;
    border-top: #ffffff 1px solid;
    border-left: #ffffff 1px solid;
}

a.loc_pdf img:hover
{
    border-bottom: #996633 1px solid;
    border-right: #996633 1px solid;
    border-top: #996633 1px solid;
    border-left: #996633 1px solid;
}


/* CSS comitato.html */
h3 {
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-bottom: 10px;
}

div#sinistro {
	width: 200px;
	height: 100px;
	float: left;
	margin-left: 15px;
}

div#destro {
	width: 200px;
	height: 100px;
	float: right;
}

a.membri_comitato {
	display: block;
	background-color:#EEEEEE;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: 500;
	color: #000000;
	text-align: left;
	padding-left: 2px;
	padding-top: 2px;
	width: 195px;
	height: 18px;
	border-bottom: #FFFFFF 1px solid;
	border-top: #FFFFFF 1px solid;
	border-right: #FFFFFF 1px solid;
	border-left: #FFFFFF 1px solid;
}

a.membri_comitato:hover {
	background-color: #DDDDDD;
	border-bottom: #000000 1px solid;
	border-top: #000000 1px solid;
	border-right: #000000 1px solid;
	border-left: #000000 1px solid;
}


/* CSS classifiche.html */
a.classifica 
{
    font-size: 13px;
	text-align: left;
	padding-left: 5px;
	text-decoration: underline;
	color: #000000;
	display: block;
	float:left;
	width: 350px;
	height: 22px;
	margin-bottom: 15px;
	margin-left: 15px;
}

a.classifica:hover {
	font-weight: 600;
}

a.classifica img {
	border: 0;
	float: left;
	margin-right: 2px;
}

a.cartella
{
    font-size: 14px;
	text-align: left;
	padding-left: 5px;
	text-decoration: underline;
	color: #000000;
	float:left;
	width: 350px;
	height: 22px;
	margin-bottom: 10px;
    margin-top: 10px;
    margin-left: 15px;
}

a.cartella:hover {
	font-weight: 600;
}

a.cartella img {
	border: 0;
	float: left;
	margin-right: 2px;
}


/* CSS gallery.html */
div.galleria 
{
    width: 420px;
    height: 165px;
    margin: 0 auto;
    margin-top: 10px;
}

a.foto img
{
    border-right: #ffffff 1px solid;
    border-top: #ffffff 1px solid;
    border-left: #ffffff 1px solid;
    border-bottom: #ffffff 1px solid;
}

a.foto img:hover
{
    border-left: #cc9966 1px solid;
    border-right: #cc9966 1px solid;
    border-top: #cc9966 1px solid;
    border-bottom: #cc9966 1px solid;
}


/* CSS video.html */
object 
{
    margin-left: 15px;
}

/* CSS guardiacaccia.html */
img#grigioni 
{
	margin-left: 10px;
	float: left;
	border: 0;
}

div#titolo_information
{
	width: 151px;
	height: 201px;
	float: right;
}
	
div#information
{
	width: 180px;
	height: 200px;
	float: right;
	font-size: 12px;
}

p.testo_piccolo
{
	font-size:12px;
	text-align: left;
}

ul{
    list-style: none;
}
