﻿body {  
  margin: 0px;    
}

table {
	font-family:Verdana;
	text-align:justify;
	font-size:small;
	color: #CCCCCC;
	padding: 5px;
}

a:link{
color:#FFFFFF;
text-decoration:underline;
}


a:visited{
color:#FFFFFF;
text-decoration:underline;
}

a:hover{
color: #C7B9E9;
text-decoration:underline;
}

h1 {
    text-align:center;
	font-family: Helvetica;
	font-size:medium;
	color: white;
}

h2 {
   text-align:right;
   font-family: Verdana;
   font-style: Italic;
   font-size:x-small;
   color: #CCCCCC;
}

h3 {
    text-align:center;
	font: normal 5em  "Agency FB","Arial Narrow";
	letter-spacing: 2px; 
	margin-bottom: 0; 
	color: white;
	line-height:43px;
	padding-top: 50px;
}

h4 {
    text-align:center;
	font: oblique 1em Georgia;
	letter-spacing: 3px; 
	margin-bottom: 0; 
	color: white;
}

h5 {
   font-family:Verdana;
   font-size:xx-small;
   color: #999999;
   display:inline;
}



/* STILE DELL'INDEX */

.caratteristiche_tecniche {
	top: 0px;
	right: 0px;
	position: absolute;
	width: 194px;
	height: 30px;
	font-family:Verdana;
	font-size:xx-small;
	color: #666666;
	padding: 10px;
}
	
.menu_index {
	bottom: 0px;
	right: 15px;
	position: absolute;	
	float: right;
	border: 0px solid red;
	width: 840px;
	height: 240px;	
	text-align:right;
	font-family: Helvetica;
	font-size:medium;	
}

.viso_index {
    top: 0px;
    left: 0px;
    position: absolute;    
	float: left;
	width: 1024px;
	height: 767px;
}


/* STILE PAGINE INTERNE */

.content {
	top: 302px;
	left: 0px;
	position: absolute;
	width: 100%;
	border: 0px solid red;
}

.head_completa {
	top: 0px;
	left: 0px;
	position: absolute;
	width: 100%;
	height: 302px;
	background-image:url('Img/head_completa.jpg');
	font-family:
}

.head_menu {
	top: 0px;
	left: 567px;
	position: absolute;
	width: 457px;
	height: 302px;
	border: 0px solid red;
}

.menu {    
	padding-left: 10px;
	font-family: Helvetica;
	font-size:medium;
	color: white;	
}

.sfondo {
	bottom: 0px;
	left: 0px;
	position: absolute;
	width: 100%;
	height: 214px;
	background-image:url('Img/fondo_pagine.gif');
	background-repeat: repeat-x;
}

