﻿/* Utilità */
.hidden 
{
	display: none;
}
.clear
{
    clear:both;
}

div.pic
{
    float:left;
    margin: 15px;
    padding: 0 0 20px 0;
    background: url(images/shadow1.png) no-repeat bottom right;    
}
div.pic img
{
    display: block;
    border: 1px solid;
    border-color: #CCC #CCC #AAA #CCC;
    padding: 5px;
    background: #EFEFEF;
}
div.txt
{
    margin: 10px;
    line-height: 24px;
    text-align:justify;
}

/*stile per pagine schede*/
div.pic_schede
{
    float:none;
    margin: 15px;
    padding: 0 0 20px 0;
    background: url(images/shadow1.png) no-repeat bottom right;
    width:110px;
}
div.pic_schede img
{
    display: block;
    border: 1px solid;
    border-color: #CCC #CCC #AAA #CCC;
    padding: 5px;
    background: #EFEFEF;
}
div.txt_schede
{
    margin: 1px;
    line-height: 14px;
    text-align:justify;
    color:#000;
    font-size:11px;
}

div.nav_schede
{
    width:410px;
    padding:10px;
}

div.nav_schede_left
{
    float:left;
    text-align:left;        
}
div.nav_schede_right
{    
   text-align:right;
}
span.box_header_servizi
{    
    
    background-image: url('images/box2_header.png');
    color: #444;
    background-repeat: no-repeat;
    padding:12px 0  0 36px;
    margin:0 0 0 0;
    width:200px;
    height:26px;
    display:block; 
    text-transform:uppercase;
    font-weight:bold;  
}
span.box_header_collaboratori
{        
    background-image: url('images/box1_header.png');
    color: #444;
    background-repeat: no-repeat;
    padding:12px 0 10px 38px;
    margin:0 0 0 0;
    width:198px;
    line-height:22px;
    height:16px;
    display:block; 
    text-transform:uppercase;
    font-weight:bold;  
}

span.box_body_servizi
{        
    background-image: url('images/box2_body.png');
    color: #666;
    background-repeat: no-repeat;
    padding:0 0 0 10px;
    margin:0 0 0 0;
    width:226px;
    height:51px;
    display:block; 
    overflow:hidden;  
}
span.box_body_collaboratori
{        
    background-image: url('images/box1_body.png');
    color: #333;
    background-repeat: no-repeat;
    padding:0 0 0 10px;
    margin:0 0 0 0;
    width:226px;
    height:51px;
    display:block; 
    overflow:hidden;  
}

#contatti_centro
{
    text-align:center;
}
#contatti_form
{
    background-image:url('images/form_back.jpg');
    background-repeat:no-repeat;
    background-position:top right;
    height:500px;
    width:100%;
    padding-top:80px;
}

div#scheda
{
    text-align:center;   
    margin: 15px;       
}
div#scheda img
{
    display: block;
    border: 1px solid;
    border-color: #ccc #CCC #AAA #CCC;
    padding: 15px;
    background: #efefef;
}

.fleft
{
    float:left;
    margin:3px;
    border:double 3px #ccc;
}