﻿/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body {
	font-family: Arial,sans-serif;
	color: #333333;
	margin: 0px;
	padding: 0px;
	text-align: center;
	height: 100%;
}
a {
	color: #006699;
	text-decoration: none;
}
a:link {
	color: #006699;
	text-decoration: none;
}
a:visited {
	color: #006699;
	text-decoration: none;
}
a:hover {
	color: #006699;
	text-decoration: underline;
}
h1 {
	font-family: Verdana,Arial,sans-serif;
	font-size: 120%;
	color: #334d55;
	margin: 0px;
	padding: 0px;
}
h2 {
	font-family: Arial,sans-serif;
	font-size: 114%;
	color: #006699;
	margin: 0px;
	padding: 0px;
}
h3 {
	font-family: Arial,sans-serif;
	font-size: 100%;
	color: #334d55;
	margin: 0px;
	padding: 0px;
}
h4 {
	font-family: Arial,sans-serif;
	font-size: 100%;
	font-weight: normal;
	color: #333333;
	margin: 0px;
	padding: 0px;
}
h5 {
	font-family: Verdana,Arial,sans-serif;
	font-size: 100%;
	color: #334d55;
	margin: 0px;
	padding: 0px;
}
ul {
	margin-left: 10px;
	list-style-type: none;
	margin-top: 10px;
	margin-bottom: 10px;
}
label {
	font-family: Arial,sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #334d55;
}
/***********************************************/
/* Layout pagina                               */
/***********************************************/
#pagina {
	width: 950px;
	background-color: #009999;
	text-align: left;
}
/************* #styles intestazione ***************/
#intestazione {
	clear: both;
	/*background-color: #FF9933;*/
	height: 250px;
	top: 0px;
}
#top {
	clear: both;
	background-color: transparent;
	height: 250px;
	top: 0px;
	padding: 0px;
	width: 780px;
	float: left;
}
#top2 {
	background-color: transparent;
	height: 30px;
	top: 0px;
	padding: 5px;
	width: 200px;
	float: left;
}
/************* #styles Navigazione Globale **************/
#Navigazione {
	background-color: #CCeeee;
	width: 100%;
	height: 40px;
	clear: both;
}
#globalNav {
	padding: 5px;
	clear: both;
}
#globalNav img {
	display: block;
}
#globalNav a {
	font-size: 90%;
	padding: 0 4px 0 0;
}
/************* #styles contenitore ***************/
#container{
	background-color: #ffffff;
	float: left;
	width: 550px;
	border-left: 200px solid #ffffff;
	border-right: 200px solid #FFCC99;
}

/************* #styles colonna sinistra ***************/

#colonna_left {
  float:left;
  width:200px;
  margin-left:-200px;
  position:relative;

}
#menuBar {
	width: 100%;
	padding: 5px;
	
}
#menuLinks {
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}
#menuLinks h3 {
	padding: 2px 0px 2px 10px;
	background-color: #FFFF99;
}
#menuLinks a {
	display: block;
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 5px;
}
#menuLinks a:hover {
	background-color: #dddddd;
}
/************* #styles colonna centrale ***************/
#colonna_centrale {
	float:left;
	  width:530px;
	  margin-right:-500px;

	}
#home {
	top: 0px;
	padding: 10px;
	width: 100%;
	float: left;
	}
/************* #styles colonna destra ***************/
#colonna_right {
	float: right;
	width: 200px;
	margin-right: -200px;
	
}
#servizi {
	width: 180px;
	top: 0px;
	margin: 5px;
	padding: 5px;
	float: right;
	border: 1px solid #FF0000;
	background-color: #FFFF66;
}

/************* # styles bottom ***************/
#bottom {
	clear: both;
	width: 100%;
	background-color: #aaaaff;
	
}
#bottom img {
	padding: 4px 4px 4px 10px;
	vertical-align: middle;
}
/***********************************************/
/* Components                                  */
/***********************************************/
#focuson {
	clear: both;
	background-color: transparent;
	height: 30px;
	top: 0px;
	padding: 5px;
	width: 100%;
	float: left;
}
#focuson a {
	color: #666666;
	width: 96%;
	overflow: hidden;
	left: 5px;
}
#focuson a span {
	display: block;
	margin: 3px;
	cursor: hand;
	text-align: left;
}
#focuson span b {
	padding: 0;
	color: #900;
	border: 0;
	font-weight: bold;
}
#focuson a:hover {
	color: #000000;
	background-color: #eee;
	border: 1px solid #ccc;
}
#focuson a span img {
	float: left;
	display: block;
	border: 1px solid #999;
	margin: 0px 10px 3px 0px;
	text-decoration: none;
	width: 60px;
	height: 60px;
	opacity: 0.99;
	filter: alpha(opacity=99);
}
#focuson a:hover span img {
	border: 1px solid #666;
	opacity: 0.8;
	filter: alpha(opacity=80);
}
#focuson a:hover b {
	text-decoration: none;
}
/************** .feature styles ***************/
.feature {
	padding: 0px 0px 10px 10px;
	font-size: 80%;
}
.feature h3 {
	padding: 30px 0px 5px 0px;
	text-align: center;
}
.feature img {
	float: left;
	padding: 10px 10px 0px 0px;
}
/************** .story styles *****************/
.story {
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}
.story p {
	padding: 0px 0px 10px 0px;
}
/************* #search styles ***************/
#search {
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}
#search form {
	margin: 0px;
	padding: 0px;
}
#search label {
	display: block;
	margin: 0px;
	padding: 0px;
}
.menu24 .bottone a{/* proprieta del box */
width: auto;
height: auto;
	position: relative;
height: 1%;
    
                                                                                                                                                                                         
/* distanza,rientro,bordo */
margin: 0px 4px 0px 4px;
padding: 9px 8px 4px 20px;
border-top: none;
border-right: none;
border-bottom: 1px dotted  #333333;
border-left: none; 
/* sfondo */
background: url(http://www.comunedimarcianise.it/media/80_freccia_pulsante_menu_comune.gif) 7px 13px no-repeat;
background-color: transparent;
/* testo */
			color: #000000;
					font-weight: 300;
				white-space: normal;
		
line-height: 1.2;



          







 
				display:block;
				text-decoration:none;
			 	}
			 	.menu24 .bottone img{ 
				padding:0px;
				margin:0px 3px 0px 0px;
				border:none;
				vertical-align:middle;
			 	}.menu24 .bottoneAttivo a{/* proprieta del box */
width: auto;
height: auto;
	position: relative;
height: 1%;
    
                                                                                                                                                                                         
/* distanza,rientro,bordo */
margin: 0px 4px 0px 4px;
padding: 9px 8px 4px 20px;
border-top: none;
border-right: none;
border-bottom: 1px dotted  #333333;
border-left: none; 
/* sfondo */
background: url(http://www.comunedimarcianise.it/media/80_freccia_pulsante_menu_comune.gif) 7px 13px no-repeat;
background-color: transparent;
/* testo */
			color: #000000;
					font-weight: 300;
				white-space: normal;
		
line-height: 1.2;



          







/* proprieta del box */
width: auto;
height: auto;
	position: relative;
height: 1%;
    
                                                                                                                                                                                         
/* distanza,rientro,bordo */
border-top: none;
border-right: none;
border-bottom: 1px dotted  #333333;
border-left: none; 
/* sfondo */
background: url(http://www.comunedimarcianise.it/media/81_freccia_rollover_menu_comune.gif) 7px 13px no-repeat;
background-color: transparent;
/* testo */
			color: #79011C;
					font-weight: 300;
				
line-height: 1.2;



          







 
				display:block;
				text-decoration:none;
				font-weight:bolder;
			 	}.menu24 .bottoneAttivo img{ 
				padding:0px;
				margin:0px 3px 0px 0px;
				border:none;
				vertical-align:middle;
			 	}
.menu24 .bottone a:hover {/* proprieta del box */
width: auto;
height: auto;
	position: relative;
height: 1%;
    
                                                                                                                                                                                         
/* distanza,rientro,bordo */
border-top: none;
border-right: none;
border-bottom: 1px dotted  #333333;
border-left: none; 
/* sfondo */
background: url(http://www.comunedimarcianise.it/media/81_freccia_rollover_menu_comune.gif) 7px 13px no-repeat;
background-color: transparent;
/* testo */
			color: #79011C;
					font-weight: 300;
				
line-height: 1.2;



          







 
				font-size:100%;
				display:block;
				text-decoration:none;
			 	}
			 	
.menu24 .stileTitolo0 {
				/* proprieta del box */
width: auto;
height: auto;
	position: relative;
height: 1%;
    
                                                                                                                                                                                         
/* distanza,rientro,bordo */
margin: 0px 0px 6px 0px;
padding: 5px 5px 5px 8px;
border-top: none;
border-right: none;
border-bottom: none;
border-left: none; 
/* sfondo */
background-color: #79011C;
/* testo */
		text-align: left;
			color: #FFFFFF;
		     
	font-family: Arial,Tahoma, sans-serif;
			font-size: 106%;
			font-weight: 300;
			text-transform: uppercase;
			
line-height: 1.2;  
}
.menu24 .tabellaStruttura {width:100%;height:auto;padding:0px;margin:0px;border:none;border-collapse:collapse;}     
.menu24 .tabellaStruttura td,tr {padding:0px;margin:0px;}
