
/* CSS Document */
/*Stefano Cavezzo*/
/*phpDesigner 2008*/

/*header parrocchie.it*/
div#header { 
	background-color:transparent;
} 
/*comune ai menu*/
li {	
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana;
	text-decoration: none;
} 
/*contenitore del sito*/
div#container {
	width: 800px;
	/*position: absolute;*/
	background:url(../../images/templates/template_10/sfondo.jpg) repeat-x
}
/*div per clear float element*/
div.clear { 
	clear:both; 
} 
/*logo del sito*/
div#logo { 
	float:left;
	width: 108px;
	background:url(../../images/templates/template_10/logo.gif);
	height:250px;
} 
/*b anner del sito*/
div#banner {  
	float:right;
	width: 692px;
	margin-bottom:1px;
	background:url(../../images/templates/template_10/testata.gif);
	height:250px;
} 
/*menu in alto*/
div#topnavigation { 
	clear:both; 
	background: url(../../images/templates/template_10/fondobarra.jpg) repeat-x; 
	background-color: #3399FF;
	height:28px;
	color:#ffffff;
	/*margin-bottom:10px;*/
} 
div#topnavigation ul li{
	list-style-type: none;
	float:left;
	padding: 5px;
}
div#topnavigation a{
	text-decoration: none;
	color: #ffffff;
}
div#topnavigation a:hover{
	/*color: #000066;*/
	text-decoration:underline;
}
/*menù sx*/
div#navigation { 
	float: left;
	width:120px; 
	margin-left: 5px;
	margin-top: 10px;
	height: 500px;
} 
div#navigation h3{
	font-size: 100%;
	margin: 0;
	padding: 4px 10px;
	/*border-top:  1px solid #FFF;*/
	color: #ffffff;
	background: url(../../images/templates/template_10/fondobarra.jpg) repeat-x;
}
div#navigation ul, div#navigation  li{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
div#navigation li{
	margin:  0 0 1px 0;	
}
div#navigation a{
	display: block;
	padding-left: 15px;
	height: 18px;
	line-height: 18px;
	border-top:  1px solid #FFF;
	background-color: #ffffff;
	color: #333333;
	text-decoration: none;
	font-weight: normal;
}
div#navigation a:hover{
	color: #d26e00;
	/*background-color:#AECDFF;*/
	font-weight:bold;
}
/*contenuti*/
div#content {
	/*background: url(../images/sfondocentro.jpg);*/
	/*background-repeat: repeat-x;*/
	/*background-color:#FFFFFF;*/
	margin:0 130px;
	margin-top:10px;
	padding:1em 10px;
	width: 480px;
	height: 500px;
} 
/*plugin extre*/
div#extra { 
	float:right; 
	padding:1em 5px; 
	width:155px; 
} 
/*footer*/
div#footer {
	background: url(../../images/templates/template_10/fondobarra.jpg) repeat-x; 
	clear:both;
	color:#ffffff;
	/*width: 761px;*/
	width: 800px;
	text-align:center;
	/*margin: 0 130px;*/
	height: 28px;
} 
div#footer ul li{
	list-style-type: none;
	float:left;
	padding: 5px;
}
div#footer a{
	text-decoration: none;
	color: #ffffff;
}
div#footer a:hover{
	/*color: #000066;*/
	text-decoration:underline;
}
