﻿body 
{
	font-family: 'Lucida Grande', 'Trebuchet MS', Verdana, sans-serif;
	color: #444444;
	background-color:#C0C0C0;
	font-size:12px;
}

img
{
	border:0;
}

a:link{color:#222;text-decoration:underline;font-weight:bold;}
a:visited{color:#222;text-decoration:underline;font-weight:bold;}
a:hover{color:#222;text-decoration:none;font-weight:bold;}

#container
{
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	margin-bottom:20px;
	
}

#header
{
	width:100%;
	text-align:center;
	display:block;

	/*border: 1px dashed gray;*/
}

#menu
{
	width:100%;
	display:block;
	height:auto;
}

#menu a
{
	display:inline-block;
	margin:5px;
}


#libro
{
	width:100%;
	height:700px;
	display:block;
	margin-top:0px;
	margin-bottom:15px;
	/*	border:1px dashed gray;*/
}

.flash
{
	background-color:#C0C0C0;
	/* border:1px solid gray;*/
	width:900px;
	height:700px;
	position:relative;
	left:50px;
	right:50px;
	top:0px;
	bottom:0px;
	padding:0;
	
	
}

#footer
{
	display:block;
	text-align:center;
	width:100%;
	height:20px;

	/*border:1px solid gray;*/
}

/* Classi di testo e tabelle */

.center
{
	text-align:center;

}

.logo
{
	margin:0 auto;
	
}

.footer
{
	text-align:center;
	font-size:12px;
	line-height:15px;

}

/*bottoni*/

.buttons
{
	margin-left:7px;
	margin-right:7px;
	margin-top:4px;
	border:none;
}

.button_container
{
	padding-top:30px;
	text-align:center;
	width:auto;
	height: auto;
}

.footer_table
{
    width:auto;
    margin-left:auto;
    margin-right:auto;
    
}

.language
{
		vertical-align:bottom;
		display:block;
    margin:10px;
    border:none;
}

.center_uc
{
    position:relative;
    text-align:center;
    top:50%;
    font-size:large;
}
