﻿body
{
    font-family: Arial, Verdana, Helvetica, Helvetica-Narrow, sans-serif;
    margin: 0px;
    background: #F98A13 url(images/background_main.jpg) repeat-y center top;
    font-size: 0.8em;
}

a:link
{
    color: #7C4509;
    text-decoration: none;
    background-color: inherit;
}
a:visited
{
    color: #7C4509;
    text-decoration: none;
    background-color: inherit;
}
a:hover
{
    text-decoration: none;
    color: #000000;
    background-color: inherit;
}
a:active
{
    text-decoration: none;
}

input, select, textarea
{
    font-size:0.9em; 
    font-family: Arial, Verdana, Helvetica, Helvetica-Narrow, sans-serif;
}

/* Use headers in the markup for accessibility reasons but control look with styles below*/

h1, h2, h3, h4, h5, h6
{
   margin: 2px 0 2px 0;
}

h1
{
    font-size: 40px;
    font-weight: bold;
    margin: 5px 0 5px 0;
    font-family: Arial, Verdana, Helvetica, Helvetica-Narrow, sans-serif;
}

h2
{
    font-size: 18px;
    font-family: Arial, Verdana, Helvetica, Helvetica-Narrow, sans-serif;
}

h2 a:link, h2 a:visited, h2 a:hover, h2 a:active
{
    text-decoration: none;
    color: #B2630E;
    background-color: inherit;
}

.titpic 
{
    COLOR: #FF6600; 
    font-size: 14px;
    background-color: inherit;
}
.blu 
{
    COLOR: #0000ff;
    background-color: inherit;
}

font
{	
font-size: 0.9em;
}


/************************************************************************
* 
* Main navigation used by the masterpage
*
************************************************************************/

/* Picture at the top of the site */
#alto
{
    margin-right: auto;
    margin-left: auto;
    width: 750px;
    height: 139px;
    margin-top: 17px;
}


/* Navigation strips */
#menunavigazione
{
    background: url(images/background_nav_main.gif) repeat-x;
    font-size: 0.9em;
    font-weight: bold;
    font-family: Arial, Verdana, Helvetica, Helvetica-Narrow, sans-serif;
    margin-right: auto;
    margin-left: auto;
    width: 766px;
    height: 40px;
    text-align: center;
    
}

.minicella
{
    float: left;
    margin-right: 8px;
    margin-left: 8px;
    width: 76px;
    vertical-align: 40%;
    /*position: relative; */
}


#footer
{
    width: 726px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    margin-top: 10px;
    padding-bottom: 22px;
    color: #000000;
}


/************************************************************************
* 
* Formatting common to most pages
*
************************************************************************/

/* Main part of the page that holds contents */
#contenitore
{
    width: 766px;
    margin-top: 7px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}

/* 2 column layout */
#columnleft
{
    float: left;
    width: 235px;
	margin-left:5px;
    /*position: relative; */
}

#columnright
{
    float: right;
    margin-right: 5px;
	width:500px;
	
}

.leftblock
{
    border: 1px solid #F98A13;
    padding: 15px;
    margin-bottom: 10px;
    vertical-align: top;
}

.leftblock2
{
    border: 1px solid #F98A13;
    padding: 0px;
    margin-bottom: 0px;
    vertical-align: top;
}

.leftblock1
{
    border: 1px solid #B2630E;
    padding: 15px;
    margin-bottom: 10px;
    vertical-align: top;
    background: #F98A13;
    color: inherit;
}

.leftblock3
{
    border: 1px solid #F98A13;
    padding: 15px;
    margin-bottom: 10px;
    vertical-align: top;
    background: #B2630E;
}

 .rightblock
{
    border: 1px solid #F98A13;
    padding: 15px;
    margin-bottom: 10px;
    background: #FFECA0;
    color: inherit;
	width:395;
}


.clear2column
{
    margin:0;
    padding:0;
    line-height:0;
    font-size:0px;
    height:0px;
    clear: both;
}
    

.chiaro
{
    color: #FFECA0;
}

#chiaro
{
    color: #FFECA0;
}

#chiaro1
{
    color: #FFECA0;
}

/* riga di separazione */
.linea
{
    border-bottom: 2px dotted #F98A13;
    padding-top: 10px;
    margin-bottom: 10px;
    clear:right;
}





