/*@import url(css3.css);*/
body, h1, h2, p, table, td  {
	font-family : Tahoma, Arial, Verdana, sans-serif;
}

body, p, td {
	font-size : 90%;
	text-align : justify;
}

body {max-width: 1024px; margin-left: auto; margin-right: auto;
  color: black;
}

h1, h2, h3, h4 {font-weight : bold;
  margin-left: 5%;
  margin-right: 20px;
}

h1, h2 {
	color: white;
	background: #bb7e42 url(img/sfum.png);	
}

h1  {
  font-size: 200%; margin-left: 5%;
  text-align : left;
  padding-left: 15%;
  border: outset thin white;

}

h2  {
font-size : 150%; margin-left: 10%;
text-align: left; width: 70%;
padding-left: 5%; padding-top: 3px;
border: outset thin white;
}

h3  {
  font-size : 130%;
  border-bottom: solid 2px #bb7e42;
  color: white;
  text-indent:5%;
}

h4  {	font-size : 115%;}

a {color: #9F6F31 /*#FFD275*/; font-weight : bold; }
a:hover  {text-decoration: none;}
h2 a, h3 a {color: White; text-decoration: none}

blockquote, blockquote p { quotes:"\00AB" "\00BB" "\201C" "\201D"; }
q {quotes: "\00AB" "\00BB" "\201C" "\201D"; }
q[cite]:after {content: close-quote " ("attr(cite)")";}
/*per citazioni */
	
q:before {content: open-quote;}
q:after {content: close-quote;}
cite {font-style: normal;}
blockquote[cite]:before {content:open-quote; display: inline;}
blockquote[cite]:after {content:close-quote; display: inline;}

li{ list-style-type : square; list-style-position : inside;}

img { border: none; margin: 5px;}

dfn { cursor : help; border-bottom : dotted thin white; }

dt {font-weight: bold;}

.hide {display:none}
.outset {border: outset thin; padding: 5px 5px 5px 15px;}

.mini{font-size: 85%;}
.tratteggiato{border: dashed thin ; padding: 4px;}

.fr {float: right;}
.fl {float: left;}

.nota /*rimando*/ { font-size: 50%; vertical-align: top;}

.center /*per centrare*/ {margin-left:auto; margin-right: auto;} 
.ads {margin-left:2%; margin-top: 3%;}
	
/* layout pagina */
#menu {
	float: left;
	/*width : 18%;
        margin-top: 0px;
	margin-left : 0px;*/
	position: fixed; background: #C0BBA5 /*#4D4D4D*/ url('img/sirmio-backg-menu.jpg') no-repeat; margin-left: 8px; margin-top: 5px; margin-bottom: 2%; min-height: 400px !important; height: 90%; width: 140px;
}

#content {
	float:right;
	top: 0px;
	margin-right : 2%;
	width : 75%;
	height: 100%;
}	

/*per il menu*/	
#menu ul {position: absolute; left: -30%;}

#menu li {
	padding: 2px;
	text-indent: 10px;
	width: 120px;
	color: #bb7e42;
	margin-bottom: 8px;
	margin-top: 8px;
	margin-left: -6%;
	z-index:1;
	background: #bb7e42 url(img/sfum.png);
	border: outset thin white;
}

#menu li a {
	padding: 2px;
	font-weight: bold;
	color: white;
	background: transparent ;
	text-decoration:none;
}

