@charset "utf-8";
/*stili per il layout fisso*/
html,body{
	margin: 0;
	padding:0;
	text-align: center;
	color: #CCCCFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	background-image: url(immagini/sfondo.jpg);
	background-repeat: repeat-x;
	background-color: #030511;
}
.bordo {
	border: 1px dotted #8352A3;
}
h1 {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #8B54B2;
	color: #8352A3;
	font-size: 16px;
}
h2 {
	font-size: 14px;
	color: #9999FF;
}
/* stile per il body */ 
div#container{
	width: 850px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(immagini/template_02.jpg);
	background-repeat: repeat-y;
	display: table;
}
div#header{
	width: 850px;
	background-image: url(immagini/template_01.jpg);
	background-repeat: no-repeat;
	height: 198px;
}
div#pulsanti{
	padding-top: 103px;
}
div#contenuto{
	width: 850px;
	text-align: left;
}
div#sinistra{
	width: 660px;
	float: left;
	margin-left: 10px;
	margin-right: 5px;
	display: table;
}
div#destra{
	width: 164px;
	float: right;
	text-align: center;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #3F0D56;
}
div#centrale{
	width: 820px;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
}
div#footer{
	width: 850px;
	background-image: url(immagini/template_04.jpg);
	background-repeat: no-repeat;
	height: 43px;
}
div#inc_footer{

}
.clearfloat { /* questa classe deve essere inserita in un elemento div o break e deve essere l'elemento finale prima della chiusura di un contenitore che deve contenere per intero un elemento mobile */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
a:link {
	font-style: italic;
	text-decoration: none;
	font-weight: bold;
	color: #8A58B1;
}
a:hover {
	font-style: italic;
	text-decoration: none;
	font-weight: bold;
	color: #9999FF;
}
a:visited {
	font-style: italic;
	text-decoration: none;
	font-weight: bold;
	color: #9999FF;
}
.cella {
	background-color: #211432;
	border: 1px solid #030511;
}
div#pagina {
	height: 20px;
	width: 20px;
	display: inline;
	background-image: url(immagini/pagina.jpg);
	background-position: center center;
	background-repeat: repeat-x;
	padding: 6px;
	line-height: 18px;
	font-weight: bold;
	color: #FF0000;
}
.pagina {
	height: 20px;
	width: 20px;
	display: inline;
	background-image: url(immagini/pagina.jpg);
	background-position: center center;
	background-repeat: repeat-x;
	padding: 6px;
	line-height: 18px;
}

