@charset "UTF-8";
/* CSS Document */
body {
	margin:0;
	padding:0;
	overflow:scroll;
	background-color:#111;
}

/*DIV*/


#container {
	width:800px;
	background-color:#111;
	margin:0 auto 0 auto;
}
#flashContent {
	width:100%;
	text-align:center;
	margin:auto;
}

#myGallery {
	width:100%;
	text-align:center;
	margin:auto;
}

#header {
	width:50%;
	float:left;
	text-align:left;
	/*margin:auto;*/
	padding:10px 10px 10px 8px;
	font-family:Georgia, "Times New Roman", Times, serif;  /*font-style:italic;*/
	font-size:20px;
	color:#EEE;
}
#headerBlock {
	height:45px;
	width:inherit;
	clear:both;
}

#menu {
	float:right;
	text-align:right;
	/*margin:auto;*/
	padding:19px 10px 10px 0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	color:#444;
	font-style:italic;
}

#centrale {
	float:left;
	width:800px;
	background-color:#333;
	margin:auto;
	overflow:hidden;
}

#sinistra {
	float:left;
	width:120px;
	height:auto;
	padding:20px;
	border-right:1px dotted #111;
	background-color:#333;
	margin:auto;
	font-family:Verdana, Geneva, sans-serif; font-size:10px; color:#FFF;
	overflow:hidden;
}

#destra  {
	float:left;
	width:120px;
	height:auto;
	padding:20px;
	border-right:1px dotted #111;
	background-color:#333;
	margin:auto;
	font-family:Verdana, Geneva, sans-serif; font-size:10px; color:#FFF;
    overflow:hidden;
}

#estremo {
	float:left;
	width:420px;
	height:auto;
	padding:20px;
	border-right:1px dotted #111;
	background-color:#333;
	margin:auto;
	font-family:Verdana, Geneva, sans-serif; font-size:10px; color:#FFF;
	overflow:hidden;
}



#bridge {
	float:left;
	width:800px;
	height: 3px;
	background-color:#CCC;
	margin:auto;
}

#footer {
	float:left;
	width:800px;
	height: 30px;
	background-color:#222;
	margin:0px;
	
	font-family:Verdana, Geneva, sans-serif; font-size:10px; color:#FFF;
	
}

.subtitle {
	color: #666;
}

.text {
	float:left;
	height: 20px;
	
	margin:7px;
	
	font-family:Verdana, Geneva, sans-serif; font-size:9px; color:#333;

}

.translation {
	float:right;
	height: 20px;
	
	margin:7px;
	
	font-family:Verdana, Geneva, sans-serif; font-size:9px; color:#333;

}

.piede {
	padding: 2px;
}

.fumetto {
	position:absolute;
	
	
	right:25px;
	top:150px;
	
}


/* --------- CARATTERISTICHE GENERALI DELLA PAGINA ----------- */
a:link {
	color: #666;
	text-decoration: none;
}
a:visited {
	color: #666;
	text-decoration: none;
}
a:active {
	color: #333;
	text-decoration:underlined;
}
a:hover {
	color:#F30;
	text-decoration: underlined;
}


	
	
	

/*
a.sezione:link {
	border-bottom: 1px dotted #111;
border-top: 1px dotted #111;
color:#666;
	display: block;
float: left;
font-family: Georgia, serif;
font-size: 52px;
font-weight: normal;
height: 62px;
line-height: 62px;
outline: none;
text-decoration: none;
width: 800px;
	}
	
a.sezione:hover {
border-bottom: 1px dotted #111;
border-top: 1px dotted #111;
color:#FFF;
display: block;
float: left;
font-family: Georgia, serif;
font-size: 52px;
font-weight: normal;
height: 62px;
line-height: 62px;
outline: none;
text-decoration: none;
width: 800px;
	}*/



/* Tooltip */
a.tooltip,
a.tooltip:link
a.tooltip:visited,
a.tooltip:active {
position: relative;
text-decoration: none;
color: #ff00;
/*border-bottom:0px dotted #4dbcf3;
*/}
a.tooltip:hover {
background: transparent;
z-index: 100;
}
a.tooltip span {
display: none;
text-decoration: none;
}
a.tooltip:hover span {
display: block;
position: absolute;
top: 30px;
left: 0;
width: 200px;
z-index: 100;
color: #000000;
border: 1px solid;
border-color: #444 #444 #444 #444;
border-left: 4px solid #F30;
padding: 2px 10px 2px 10px;
background: #444;
font-family: Verdana, Arial, Helvetica, Sans-serif;
font-size:10px;
font-style: Normal;
color:#CCC;
text-align: left;
}

/*______________*/

