/* CAMPODARSEGO
Author: Matteo Borgato
*/

    body, html {
	background-color:#F4F2E8;
    	font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;
    }
        
    h1, h2, h3, h4, h5 {
        margin: 10px 0pt 0px 0px;
    }

    a, a:active, a:visited {
        color:#777777;
        text-decoration: underline;
    }
    
    a:hover {
        color: #990000;
    }
    
    div#container{
	    background-color:#FFFFFF;
	    margin: 0;
	    border-right:1px solid #ECE9D8;
	    width:989px;
        }
    
    div#header {
    	background: white;
	height:55px;
	padding-top:5px;
	}
    
   div#topbar {
	    background:transparent url(http://www.comune.campodarsego.pd.it/image/sfondo_intestazione.jpg) repeat-x scroll left top;
	    color:#990000;
	    height:28px;
	    margin:-60px 0 0;
	    padding:64px 25px 0;
    }
        
    #topSpacer {
        background: #FFF url(http://www.comune.campodarsego.pd.it/docs/header/Servizi_on_line.jpg) no-repeat scroll right top;
        height: 140px;
    }
    
    #topbar a, #topbar a:active, #topbar a:visited, #bottomlinks a, #bottomlinks a:active, #bottomlinks a:visited {
        color:#777;
        text-decoration:none;
    }

    #topbar a:hover {
        color: #990000;
        text-decoration:underline;
    }
       
    div#breadcrumb {
        background:#FFFFFF url(http://www.comune.campodarsego.pd.it/image/sfondo_foto.jpg) repeat-x scroll left -140px;
    	border:0 none;
    	height:40px;
    	margin:0;
    	padding:0;
    }

/*  Notizie  */

    h3.notizie {
        border-bottom: 2px solid #C1C1C1;
    }
    
    h4.notizie {
        background: #D5D5D5 none repeat scroll 0%;
    }
    
    
/*   Menu    */

div#leftcolumn, div#rightcolumn {
	margin-top:30px;
}
    .menu .menucnt {
        background: #FFF none repeat scroll 0%;
        border: 0px;
	}
    div.menu h3 {
        font-size:0.9em;
        margin: 0pt;
        padding: 5px 2px 5px 10px;
        border: 0px;
        color: #333;
    }
    #leftcolumn.column.menu h3 {
        background:#e7e2cc url(http://www.comune.campodarsego.pd.it/image/sfondo_menu_ltr.jpg) repeat-x scroll left top;
    }
    
    #rightcolumn.column.menu h3 {
        background:#e7e2cc url(http://www.comune.campodarsego.pd.it/image/sfondo_menu_ltr.jpg) repeat-x scroll left top;
    }
    
    .menu .menucnt a:hover, .menu .menucnt a.selected {
        background: #F5F8FD url(img/menulnk_on_right.gif) no-repeat scroll 5% 50%;
        color:#1E446C;
    }
    
    div.menu div.menucnt a, div.menu div.menucnt a:visited, div.menu div.menucnt a:active {
        padding:0.3em 1pt 0.3em 25px;
    }

.menu .menucnt a, .menu .menucnt a:visited, .menu .menucnt a:active {
	border-top: 1px solid #CCC;
}

/* Calendario */
    div#cal_eve {
        background-color:#EFEFEF;
        border:1px solid #4d4c53;
    }


/* footer */
    div#bottomlinks {
        clear: both;
        background: #FFF;
        height: 33px;
        margin: 0px;
    }
    #bottomlinks ul li.leftCorner {
        background: none;
        list-style-type:none;
        margin-bottom: 0px;
    }

    div#bottomlinks ul li {
    float: right;
    margin-right: 15px;
    }
    
    #bottomlinks a:hover {
        color: #990000;
        text-decoration: overline;
    }
    
    div#footer {
        background: url(http://www.comune.campodarsego.pd.it/image/sfondo_footer.jpg) repeat-x scroll left top;
        border: 0px;
    }
    
    div#footDecoSpacer {
        height:0px;
    }

    #footDecoLeftCorner {
        background: none;
    }
    
    #footDecoRightCorner {
        background: none;
    }
    
/*Form*/
    
    form p {
    border-top:0px;
    }
    
    form .buttons {
    background-color: #FEFEFE;
    border-top:1px solid #EFEFEF;
    }

    div#pageBox {
	margin-top:35px;
    }
