﻿
body
{
	/*font-size: 13px;*/
	font-size: 12px;
	color: lightgrey;
	font-style: normal;
	font-family: 'Century Gothic';
	background-color: transparent;
	text-align: justify;
	font-variant: normal;
	text-indent: 0px;
	letter-spacing: normal;
	/*background-image: url(IMG/S_S_tex_019.jpg);*/
	background-image: url(IMG/Cdnmistl_1.jpg);
}

/* Attenzione il div container con gli attributi deve essere nei fogli di stile 
 * altrimenti gli ioggetti che metti dentro il div non vengono posizionati relativamente 
 * al div ma rispetto all'angolo in alto a sinistra del browser
*/
div#index
{
	margin: 0 auto;
	position: relative;
	z-index: 100;
	width: 650px;
	height: 400px;
	background-image: url(IMG/Cdnmistl_1.jpg);
}

div#container
{
    margin: 0 auto;
    position: relative;
    z-index: 100;
    width: 1000px;
    height: 800px;
    background-image: url(IMG/Cdnmistl_1.jpg);
    border-right: lightgrey thin solid;
    border-top: lightgrey thin solid;
    border-left: lightgrey thin solid;
    border-bottom: lightgrey thin solid;
}

div#CIC
{
    margin: 0 auto;
    position: absolute;
    z-index: -999;
    width:82px;
    height:102px;
    background-image: url(IMG/cic.jpg);
    left:852px;
    top:92px;
}

div#menu
{
	width: 800px;
	height: 50px;
	background-color: aqua;
}

div#footer
{
	font-size: 9pt; 
	color: lightgrey;
	background-color: gray;
	text-align: center;
	width: 800px;
	position: absolute;
	top: 560px;
	height: 20px
}


/* Stile dei link testuali*/
a
{
  color: white;
  text-decoration: none
}

a:visited
{
  color: white
}

a:active
{
  color: white
}

a:hover
{
  color: orange
}


/* Stile dei link sulle immagini*/

A:hover img
{
    border-right:  orange thin solid;
    border-top:    orange thin solid;
    border-left:   orange thin solid;
    border-bottom: orange thin solid;
}


/*
a:visited img
{
    border-right: lightgrey  solid;
    border-top:   lightgrey solid;
    border-left:  lightgrey solid;
    border-bottom:lightgrey solid;
}
*/


A:active img
{
    color: black
}

.fotografia
{
    border-right: lightgrey thin solid;
    border-top: lightgrey thin solid;
    border-left: lightgrey thin solid;
    border-bottom: lightgrey thin solid
}

SPAN.titolo
{
    font-size: 11pt;
    color:Orange;
}

.titolo
{
    font-size: 11pt;
    color:Orange;
}


SPAN.linkDisabled
{
    color: dimgray;
}

tr.celle
{
    vertical-align: middle;
    text-align: center;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
}

table.tabella
{
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
}


