/**************************************************************************
**** Sito: Comune di Capoterra
**** Stylesheet - Home : struttura e stili Home Page (media: screen)
**** Autore: Mirko Ennas @ www.PixelForge.it (CopyLeft) 2006
***************************************************************************/


div#presentazione-sindaco {
    margin: 8px 0 0 0;
    padding: 0 0 0 0;
    width: 508px;
    background: #fff url("../../img/presentazione-background.gif") center bottom no-repeat;

    /* border: 1px dashed red;         _____________________ Only for DEBUG  */
}
div#presentazione-sindaco h2 {
    margin: 0;
    padding: 0 0 0 130px;
    background: #fff url("../../img/presentazione-top.gif") center top no-repeat;
    font-size: 1.3em;
    font-weight: bold;
    /* line-height: 1.3em; */
    color: #fff;

    /* border: 1px dashed red;         _____________________ Only for DEBUG  */
}
div#presentazione-sindaco p {
    margin: 0;
    padding: 6px;
    font-size: 1em;
    line-height: 1.4em;
    min-height: 90px;
}
div#presentazione-sindaco p img {
    margin: -16px 6px 0 0;
    padding: 0px;
    border: 1px solid #fff;
    float: left;
    position: relative;
}


div#piantina {
    margin: 10px 0 0px 0;
    padding: 0 0 0 0;
    width: 508px;

    /* border: 1px dashed red;         _____________________ Only for DEBUG  */
}
div#piantina h2 {
    margin: 0;
    padding: 0;
    background: url("../../img/mappa-top.jpg") center top no-repeat;
    font-size: 0.85em;
    font-weight: bold;
    line-height: 1em;
    color: #fff;
    width: 508px;
    height: 47px;
	position: relative;
	z-index: 2;
}

div#piantina h2 span {
    position: absolute;
    z-index: -2;
}

div#piantina img {
    border: none;
}














