﻿/* Layout CSS */
#container {
	position:relative;
	margin-top:-8px;
	margin-left:-8px;
	width: 100%;

}
#masthead {
	position:relative;
	margin-top:-8px;
	width:100%;
}
img#copertina {
	width: 18%;
	margin-left:-10px;
	text-align:left;
	position:relative;
}
img#copertinaa {
	width: 82%;
	position: absolute;
	margin-left: 0% ;
}
img#fotoimg {
	width:80%;
}

.hide {
	display:none;
}
.visibile {
	display:block;
}

#faceb{
	position:relative;
	margin:auto;
	elevation:lower;
}

#formfeedback {background: #fdfbab;margin-left: 50%;
	left: -200px;
  padding:0px; width:400px; position:relative;
}
#uploadform {
	position:relative;
}

#flashcontenta {
	margin-top:10px;
	margin-left:0px;
	width:150px;
	height:170px;
	text-align: center;

}

#page_content {
	position: relative;
	margin-top: 0px;
	margin-left: 160px;
	text-align: center;
}

/* menu css */

div#menu{
	width: 150px;
	position: absolute;
	left: 7px;
	margin-top: 0px;
	height: 450px;
	font-size: 14px;
}

div#menu ul{list-style-type: none;margin: 0;padding: 0}
div#menu li{margin: 0 0 2px;padding: 0}
div#menu li ul a{margin-left:20px; width: 130px;}

#sub1, #sub2{display:none}

div#menu li:hover ul,#foto09_pg #sub1, #foto10_pg #sub1, #esc09_pg #sub2, #esc10_pg #sub2{display:block}
div#menu a{
	background: url('images/tasto.png') no-repeat left top;
	color: #000000;
	display: block;
	width: 150px;
	line-height: 28px;
	text-decoration: none;
	font-weight: bold;
	text-align: left;
	text-indent: 15px;
}

div#menu a:hover, #home_pg #home, #whois_pg #whois, #prog_pg #prog,
#link_pg #link,#foto09_pg #foto09, #foto10_pg #foto10,
#foto09_pg #foto, #foto10_pg #foto,#esc09_pg #esc09,
#esc10_pg #esc10, #esc09_pg #storico, #esc10_pg #storico,
#archivio_pg #storico, #foto_pg #foto, #vario_pg #vario,
#contatti_pg #contatti{
	background: url('images/tasto.png') no-repeat left bottom;
	color: #0033cc;
	font-weight: bold;
	text-align: left;
	text-indent: 15px;
}

.style2 {
	line-height: 25px;
	text-align: center;
	font-size: medium;
	letter-spacing: 2px;
	vertical-align: middle;
	border-spacing:10px;
}

.nobordo {
	border-width: 0px;
}

body {
	background-image: url('images/sfondo.jpg');
	background-repeat: repeat-x;
}
h1 {
	font-size: x-large;
	font-weight: normal;
	text-align: center;
}
h2 {
	font-size: medium;
	font-weight: bold;
	border-width: 0px;
}
h3 {
	font-size: large;
	font-weight: normal;
	border-width: 0px;
	vertical-align: middle;
}
h4 {
	font-size: large;
	font-weight: normal;
	text-align:left;
}


a, a:active {
    text-decoration: none;
    color: #0033cc;
}
a:hover{
    color: #cc0000;
}
