/* corpo della pagina e caratteristiche generali*/
body{
    background-color: silver;
	font:12px Arial,sans-serif;
    font-family: sans-serif;
    font-weight: 500;
    font-style: normal;
    line-height: 1.5;
}
body#index{
    background-color: black;
    font-weight: 500;
    line-height: 1.5;
}
div#index{
	background-color: black;
	text-align:center;
	padding-top: 50px;
	color:white;
}
/* differenti container che al loro interno hanno delle
   immagini di sfondo per le diverse pagine	*/
div#containerIndex{
    background-image: url(image/tre_cime-leggero.jpg);
    background-position: 260px 0px;
    /*background-attachment:fixed;*/
}
div#containerScuola{
    background-image: url(image/scuola-leggero.jpg);
    background-position: 260px 0px;
    background-repeat: no-repeat;
}
div#containerAlpinismo{
    background-image: url(image/alpinismo-leggero.jpg);
    background-position: 260px 0px;
    background-repeat: no-repeat;
}
div#containerRoccia{
    background-image: url(image/roccia-leggero.jpg);
    background-position: 260px 0px;
    background-repeat: no-repeat;
}
div#containerArrampicataSportiva{
    background-image: url(image/arrampicataSportiva-leggero.jpg);
    background-position: 260px 0px;
    background-repeat: no-repeat;
}
div#containerContatti{
    background-image: url(image/contatti-leggero.jpg);
    background-position: 260px 0px;
    background-repeat: no-repeat;
}
div#containerPhoto{
	background-color:black;
	//height:500px;
	text-align:center;
	//padding-top:10px;
}
/* container utilizzato per far comparire la colonna di navigazione
   sulla sinistra.*/
div#container{
    background-image: url(image/navigation.jpg);
    background-repeat: repeat-y;
    min-width: 1000px;
}
/* intestazione delle pagine */
div#header{
    background-color: white;
    padding-left: 40px;
    border-left: 10px solid black;
    border-right: 10px solid black;
    border-top: 3px solid black; 
    border-bottom: 3px solid black;
    text-align: left;	
    min-width: 1000px;
}
/* barra di navigazione verticale */
div#navigation{
    padding-left:20px;
    text-align: left;
    float: left;
    width: 260px;
    min-height: 150px;
}
/* casella dei contenuti delle pagine */
div#content{
    border-right: 3px solid black;
    padding-left: 0px;
    padding-top: 20px;
    font-size: 16px;
    font-weight:500;
    text-align: left;
    margin-left: 30px;
    height: 500px;
    overflow:auto;
}
/* pie di pagina */
div#footer{
    border-left: 3px solid black;
    border-right: 3px solid black;
    border-bottom: 3px solid black; 
    padding-top: 10px;
    background-image: url(image/footer.jpg);
    background-repeat: repeat-x;
    color: white;
    min-height:70px;
    text-align: center;
    clear: left;
}
/*menu verticale di sinistra*/
div#item{
	width: 230px;
	height:50px;
	line-height: 50px;
	padding-left:40px;
	background-image: url(image/listOff.gif);
	background-repeat: no-repeat;
	cursor: pointer;
	font-weight: 500;
}
ul#left_menu{
	list-style-type: none;
	padding-top:10px;
	padding-left:0px;
	margin: 0;
	cursor: pointer;
	font-weight: 500;
}
#left_menu li{
    margin: 0;
	padding-left:0px;
	padding-top:5px;
	cursor: pointer;
	font-weight: 500;
}
#left_menu a{
	text-decoration: none;
	color: white;
	cursor: pointer;
	font-weight: 500;
}
#left_menu li a:hover div#item{
	background-image: url(image/listOn.gif);
	color: white;
	font-weight: 900;
	cursor: pointer;
}
#left_menu li#current a:hover div#item{
	cursor: pointer;
	background-image: url(image/listOn.gif);
	color: white;
	font-weight: 900;
}
#left_menu li#current div#item{
	cursor: pointer;
	background-image: url(image/listOn.gif);
	color: white;
	font-weight: 900;
}
/*menu di navigazione orizzontale e sue caratteristiche*/
div#navigationX{
    height: 35px;
    width: 100%;
    min-width: 1060px;
    background: url(image/menuBk.png);
    background-repeat:repeat-x;
}
/* testo originale
div#navigationX{
    float: left;
    width: 100%;
    height:35px;
    color: #DDD;
    background: #363636 url(image/menuBk.png);
}*/
#menu,#menu li{
	float: left;
	display: inline;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#menu a, #menu span{
	float: left;
	height: 35px;
	line-height: 35px;
}
#menu a{
	text-decoration: none;
	color: #DDD;
	padding-left: 15px;
}
#menu span{
	padding-right: 15px;
	cursor: pointer;
}
#menu a:hover{
	background: url(image/vistaBk.png) top left;
	color: #EEE;
}
#menu a:hover span{
	background: url(image/vistaBk.png) top right;
}
#menu #current a{
	background: url(image/vistaBk.png) bottom left;
	color: #FFF;
}
#menu #current span{
	background: url(image/vistaBk.png) bottom right;
}
// parte aggiunta per i form
form{width: 250px;text-align: left;}
fieldset{border: 0px solid #000}
legend{color: gray;font-weight:bold}
div.in{margin:5px 0}
div.in label{float: left; width:100px}
div.in input{width: auto}
div.in2{margin:5px 0}
div.in2 label{float: left; width:120px}
div.in2 input{width: auto}
