/* CSS Document by Dieter Schneider 2006 | www.csstemplateheaven.com 
	modificato da Marco Grazia il 29 aprile 2008
*/
@CHARSET "UTF-8";
* {
	margin: 0;
   padding: 0;
}

html {
	/*overflow: hidden;*/
	/* 	Solo Mozzilloidi 
	*	Mostra la scrolbar verticale sempre! 
	*	Così si evita il movimento orizzontale quando la pagina si allunga oltre lo schermo
	*	e la scrolbar verticale si mostra.
	*/
	overflow:-moz-scrollbars-vertical;
}

body#genealogia {
	background-color: #f0f0f0;
	background-image: url(../images/body_tile.jpg);
	background-repeat: repeat-y;
	color: #000;
	font-size: 62.5%;
	font-weight: 100;
	font-family: Georgia, "Times New Roman", Times, serif;
}
hr {	display: none;}
img {border: none;}

/* Protegge l'immagine sovrapponendogli una gif trasparente 
*	Uso:
*	<div class="picture">
*	<img src="sample.png" alt="Foto di Londra" /><span></span>
*	</div> 
*	notare lo <span>
*/
div.picture{
	position:relative;
	float: left;
	border: 1px dotted #98A549;
	background: #F5F5F5;
	padding: 10px;
	margin: 10px;
	text-align: center;
}
div.picture img{
	display:block;
	border: 1px outset #98A549;
}
div.picture span{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../images/blank.gif) repeat;
} 

abbr, acronym {color: #74752b;}
strong {	font-weight: bold;}
.ripristina {	clear: left;}
.spostaDestra {	text-align: right;}


#container {
	width: 954px;
	font-size: 1.2em;
}
#left {
	background-image: url(../images/left_background.jpg);
	float: left;
	height: 434px;
	width: 274px;
	padding-top: 275px;
}

#right {
	background-image: url(../images/right_background.jpg);
	float: left;
	width: 590px;
	padding-top:150px;
	padding-right: 90px;
	background-repeat: no-repeat;
}

#navcontainer { 
	width: 160px;
	text-align: left;
}

/* menù normale */
#navcontainer ul {
margin-left: 35px;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
}

#navcontainer a {
	display: block;
	height: 1.2em;
	line-height: 1.2em;
	padding: 0.5em;
	margin: 0.5em 0 0.5em 0;
	width: 160px;
}

#navcontainer li.active a {
	color: #B22222;
	text-decoration: none;
	text-transform: uppercase;
	padding-left: 15px;
	padding-bottom: 7px;
	font-weight: bolder;
}
#navcontainer a:link, #navcontainer a:visited {
	color: #74752b;
	text-decoration: none;
	/*background-image: url(../images/bollo_riposo.png);
	background-repeat: no-repeat;*/
	padding-left: 25px;
	padding-bottom: 7px;
	font-weight: bolder;
}
#navcontainer a:hover {
	color: #75492b;
	text-decoration: underline;
}
#navcontainer li a.visibile {
	background: none;
}
div#ads {
	position: relative;
	width: 130px;
	margin: 15px auto;
	margin-left: 60px;
}

/* bandiere */
#flag {
	width: 100%;
	margin-top: 1.5em;
}
#flag ul { 	list-style: none;}
#flag li { 	display:inline;}
#flag a.bandiera {
	color: inherit;
	text-decoration: none;
	text-align: right;
	display: inline;
	background: transparent none;
	padding: 10px;
}
#flag a.bandiera:hover { 	background: transparent none;}



#footer {
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	height: 100px;
	width: 524px;
	padding-left: 430px;
	padding-top: 28px;
	clear: both;
}

address {font-style: normal;}
address, p {
	margin: 0 0.5em 0 0.5em;
	padding: 0.7em 0 1.3em 0;
}
address:first-letter, p:first-letter {
	margin-left: 0.5em;
	color: #808D33;
	font-size: 1.5em;
}
#footer p:first-letter {
	margin-left: 0;
	color: #000;
	font-size: 0.7em;
}

h1 {
	text-align: center;
	margin-top: -55px;
	font-family: "Times New Roman", Times, serif;
	/*font-style: italic;*/
	color: #808D33;
	font-size: 2em;
}

h2 {
	text-align: center;
	margin-top: 7px;
	margin-bottom: 40px;
	font-family: "Times New Roman", Times, serif;
	color: #9BA46D;
	font-size: 1.2em;
}

h3 {
	text-align: left;
	font-family: "Times New Roman", Times, serif;
	margin-top: 1.5em;
	color: #98A549;
	font-size: 1.5em;
}

h4 {
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	color: #808D33;
	font-size: 1.5em;
	margin-left: 1.5em;
	padding-top: 0.15em;
	padding-bottom: 0.15em;
}

blockquote {
	font-style: italic;
	border: 1px dotted #98A549;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 15px;
	margin-top: 15px;
	color: #62692E;
}

ul.normale {
	list-style-type: square;
	list-style-position: outside;
	margin-left: 3em;
	padding: 1em;
}
ul.secondaProfondita {
	list-style-type: circle;
	list-style-position: inside;
	padding: 1em;
}
ul.normale li, ul.secondaProfondita li {	padding: 0.5em 0 0.5em 0;}
dl {
	margin-left: 3em;
}
dt {
	margin-left: 1em;
	padding: 0.3em;
}
dt:first-letter {
	font-weight: bold;
}
dd {
	margin-left: 1.7em;
	padding: 0.4em;
}

a:link {color: #7C8832}
a:visited {color: #B22222;}
a:hover {color: #993300}
a:active {color: #993300}
