﻿/* ---------------  STILE GENERALE  ------------------- */

body {
  background-color: #333333;
  background-image:url('img/sfondo2.jpg');
}

a:link{
color:#c8c8c8;
text-decoration:none;
}


a:visited{
color:#c8c8c8;
text-decoration:none;
}

a:hover{
color: #ababab;
text-decoration:underline;
}

h1 
{
 font-family:Arial;
 font-size:small;
 font-variant:small-caps;
 color: #CCC;   
}

h2 
{
 font-family:Arial;
 font-size:small;
 font-style:italic;
 font-variant:small-caps;
 color: #CCC;   
 text-align:center;
}


/* ---------------  LINK INDEX ------------------- */

.link_index {
  top: 10px;
  left: 0px;
  position:absolute;
  text-align:center;
  border: 1px solid red;
}

/* ---------------  LAYOUT SITO ------------------- */

.tabella_centrata {
    left: 50%;
	margin-left: -512px;
    top: 0px;
    position: absolute;
	width: 924px;
	/*height: 310px;*/
	background-image:url('img/fondo_content.png');
	padding-top: 290px;
	padding-left: 50px;
	padding-right: 50px;
	padding-bottom: 80px;
	font-family:Arial;
	font-size:small;
	color: white;
}

/* ---------------  MENU  ------------------- */

.menu {
    top: 0px;
    left: 14px;
    position:absolute;
    width: 900px;
    height: 277px;
}

.sitemap {    
    left: 320px;
    position:relative;
    /*width: 100%;   */
    font-family:Arial;
    font-size:small;
    font-weight:bold;       
    font-variant:small-caps;    
    
}


/* ---------------  FOOTER ------------------- */


.ombra_sotto_content { 
   bottom: -8px;
   left: 0px;
   position:absolute;
   width: 1021px;
   height: 8px;
   background-image:url('img/ombra_sotto_content.png');
}

.footer {
	bottom: 0px;
	right: 16px;
	position:absolute;
	width: 994px;
	height: 33px;
	background-image:url('img/footer.jpg');
	padding-top: 36px;
	font-family:Verdana;
	font-size:xx-small;
	color: white;
}

