﻿/* Elementi di base */

body
{
    margin-top: 0px;
    background: url(Images/bg.jpg) #6699cc fixed repeat-x 50% top;
}

hr
{
    height: 1px;
}

img
{
    border : 0px;
}

h1
{
    margin: 0;
    font-family: 'Microsoft Sans Serif';
    font-weight: bold;
    font-size: 18px;
    color: #006699;
    padding-top: 10px;
}

h2, h3, h4
{
	font-family: 'Microsoft Sans Serif';
	font-size: 14px;
	color: #006699;
}

p
{
    line-height: 1.4em;
    font-family: 'Microsoft Sans Serif';
    font-size: 14px;
    color: #000000;
    text-align: justify;
    margin-right: 10px;
}

ul
{
    font-size: 14px;
    font-family: 'Microsoft Sans Serif';
}

il
{
    font-size: 14px;
    font-family: 'Microsoft Sans Serif';
}

li
{
    font-size: 14px;
    font-family: 'Microsoft Sans Serif';
}

ol
{
    font-size: 14px;
    font-family: 'Microsoft Sans Serif';
}

a
{
	text-decoration: none;
	color: #003882;
}

a:visited 
{
	color: #003882;
}

a:hover
{
	text-decoration: underline;
	color: #003882;
}

a:active
{
    color: #003882; 
}

.table
{
    width: 100%;
}

.table td
{
    text-align: center;
}

/* Divisione e formattazione master page */

#main
{
    width: 750px;
    background-color: #ffffff;
    margin-left :auto;
    margin-right:auto;
}

#header
{
    position: relative;
    height: 120px;
    background-position:top;
    background-image: url(Images/bg_header.jpg);
    background-repeat: no-repeat;
}

#logo
{
    position:absolute;
    top:0px; left:0px;
    width: 290px;
    height: 120px;
}

#mm
{
    position: absolute;
    left: 350px;
    top: 10px;
    font-size: 12px;
    font-family: 'Microsoft Sans Serif';
}

#mm a
{
    color: #ffffff;
}

#contents
{
    background-color:#FFFFFF;
}

#left
{
    float: left;
    width: 150px; 
    min-height: 400px;
    height: auto !important;
    height: 400px;
    font-size: 12px;
    font-family: 'Microsoft Sans Serif';
    
}

#right
{
    float: right;
    width: 590px;
    padding:3px;
    border-left: gray 1px dotted;
}

#footer
{
    clear: both;
    position: relative;
    color: #FFFFFF;
    height: 100px;
    font-size: 11px;
    font-family: 'Microsoft Sans Serif';
    background-position: bottom;
    background-image: url(Images/bg_footer.jpg);
    background-repeat: no-repeat;
    text-align: center;
}

/* Classi e elementi menu*/

.lblDescGallery
{
    font-size: 12px;
    font-family: 'Microsoft Sans Serif';
    color: white;
    background-color: #0066cc;
    width: 100%;
}     


#Gallery
{
    float:left;
    width :590px;
}

/* Divisione 01*/
#Div01
{
    float: left;
    width: 290px;
    font-size: 11px;
    font-family: 'Microsoft Sans Serif';
}

#Div01 p
{
    font-size: 11px;
    font-family: 'Microsoft Sans Serif';
}

#Div01 ul
{
    font-size: 11px;
    font-family: 'Microsoft Sans Serif';
}

#Div01 li
{
    font-size: 11px;
    font-family: 'Microsoft Sans Serif';
}

/* Divisione 02*/

#Div02
{
    float: right;
    width: 290px;
    font-size: 11px;
    font-family: 'Microsoft Sans Serif';
}

#Div02 p
{
    font-size: 11px;
    font-family: 'Microsoft Sans Serif';
}

#Div02 ul
{
    font-size: 11px;
    font-family: 'Microsoft Sans Serif';
}

#Div02 li
{
    font-size: 11px;
    font-family: 'Microsoft Sans Serif';
}

ul.mm
{
    width: 200px;
    margin: 0;
    padding: 0;
    font-size: 11px;
    font-family: 'Microsoft Sans Serif';
    list-style-type: square;
}

ul.mm li a
{
    display: block;
    text-decoration: none;
    padding: 0 1em;
    height: 1.5em;
    line-height: 1.5em;
    color: #003882;
    list-style-type: square;
}
