/*
File 		> foglio di stile per il sito BIBLIOTECA CIVICA DI BOVES
Autore 		> Davide Geraci | davide.geraci@infosys.it | www.infosys.it
Versione	> 21.01.2005
*/

/* Contenuto */
body { 
	padding: 0px; 
	margin:0px; 
	text-align:center; 
	background-color:#DEDEDC;
	font-size: 0.4em;
}
hr { display: none;	}
#contenitore {
	margin: 0px auto;
	width: 735px;
	height: auto;
	background-color:#FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#intestazioneUP {
	margin: 0px;
	height: 30px;
	background-image:url(immagini/intestazioneUP.jpg);
	background-repeat:no-repeat;
	background-position:top;
	text-align:right;
}
#intestazioneDOWN {
	margin: 0px;
	background-image:url(immagini/intestazioneDOWN.jpg);
	background-repeat:no-repeat;
	background-position:top;
	text-align:right;
}
#tasto {
	margin: 0px;
	width:120px;
	height:46px;
	background-image:url(immagini/sfondo_tasto.gif);
	background-position:0px;
	background-repeat:repeat-x;
	text-align:center;
	float:left;
}
#intestazioneUP a {
	text-decoration: none;
	font-weight:bold;
	color:#003366;
	font-size:11px;
	font-weight: bold;
	line-height: 30px;
}
#intestazioneUP a:link, #tasto a:visited {color: #003366;}
#intestazioneUP a:hover, #tasto a:active {color: #003366;}

#tasto a {
	display:block; 
	text-decoration: none; 
	height:46px; 
	font-weight:bold;
	color:#003366; 
	font-size:11px; 
	font-weight: bold; 
	line-height: 46px;
}
#tasto a:link, #tasto a:visited {color: #003366;}
#tasto a:hover, #tasto a:active {
	background-image: url(immagini/sfondo_tastoACT.gif); 
	background-repeat:repeat-x; 
	background-position:0px; 
	color: #003366;
	background-color:#CCCCCC;
}
#separatore {
	margin: 0px;
	width:3px;
	height:46px;
	background-color:#FFFFFF;
	float:left;
}
#corpo {
	margin:0px 5px;
}
#corpo p{
	font-size:1.7em;
	margin:4px 0px 2px 0px;
	color:#003366;
}
#footer {
	margin:10px 0px;
	height:22px;
	background-position:top;
	background-image:url(immagini/footer.gif);
	background-repeat:repeat-x;
	line-height:22px;
	color:#003366;
	font-size:11px;	
	font-weight:bold;	
}
#footer a {
	text-decoration:underline;
}
#footer a:link, #footer a:visited {color: #003366; text-decoration:underline;}
#footer a:hover, #footer a:active {color: #003366; text-decoration:underline;}
.ripristino-float {clear: both;}
#corpo a {
	text-decoration:underline;
}
#corpo a:link, #corpo a:visited {color: #003366; text-decoration:underline;}
#corpo a:hover, #corpo a:active {color: #003366; text-decoration:underline;}

/* stili */

h1 {
	font-size:2.5em;
	letter-spacing: 0.3em;
	font-stretch:expanded;
	font-style:normal;
	font-variant:normal;
	font-weight:bolder;
	text-decoration:none;
	text-transform:uppercase;
	color:#993300;
	margin:4px 0px 2px 0px;	
}
h2 {
	font-size:2.1em;
	font-variant:normal;
	font-weight:bold;
	text-decoration:none;
	margin:4px 0px 2px 0px;
	color:#006699;
}
#corpo table.tabella {border:1px solid #ffffff; margin:0px 5px 5px; font-size:1.5em; color:#003366;}
#corpo table.tabella tr th{ text-align:left; font-weight:bold; border:1px solid #ffffff; padding:3px;}
#corpo table.tabella tr td{ border:1px solid #ffffff; padding:3px;}

.adestra{float:right; margin-left:5px;}

