@charset "utf-8";

/* CSS Document
   Autore: MAURO LEVRA
   STILE www.parrocchianole.it */
@import "pn_menu.css";

@import "pn_testata.css";

@import "pn_testi.css";

body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: small;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
}

a img {border: none;}

/*############## CONTENITORI ##################*/

#globale {
	width: 990px;
	margin: auto;
}

#festone {
	position: absolute;
	z-index: 100;
}

#contenuti {
	width: 970px;
	padding: 10px;
	margin: auto;
	background-color: #FDFBEF;
	position: relative;
}

#piede {
	width: 990px;
	margin: auto;
	font-size: xx-small;
	color: #999999;
	margin-bottom:50px;
}

#piede a {
	color: #999999;
	text-decoration: none;
}

#piede a:hover {
	color: #999999;
	text-decoration: underline;
}

#Flag {
	float: left;
	position: absolute;
	top: 0px;
	right: auto;
	left: 0;
}

#Flag img {
	border: none;
	padding: 0px;
	margin: 0px;
}

#Flag a:hover {
	background: transparent;
	text-decoration: none;
}

#Flag a:active {
	background: transparent;
	text-decoration: none;
}

#testo {
	margin-left: 200px;
}

.menumobile {
	font-size: x-small;
	width: 170px;
	position: absolute;
}

* html .menumobile {
	/*IE only rule. Original menu width minus all left/right paddings */
	width: 164px;
}

.menumobile ul {
	border: 1px solid #C0C0C0;
	background-color: white;
	border-bottom-width: 0;
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.menumobile li a {
	font: bold 13px Verdana;
	padding: 4px 3px;
	display: block;
	width: 100%; /*Define width for IE6's sake*/
	color: #595959;
	text-decoration: none;
	border-bottom: 1px solid #C0C0C0;
}

.menumobile li a:visited {
	color: #595959;
}

html>body .menumobile li a { /*Non IE rule*/
	width: auto;
}

.menumobile li a:hover {
	background-color: #F8FBBD;
	color: black;
}

td.contenuti {
	background-color: #FCFBEB;
	padding-bottom: 0px;
	padding-top: 15px;
	padding-right: 6px;
	padding-left: 6px;
}

td.archivio-1 {
	border-left: solid 1px #996633;
	border-bottom: solid 1px #996633;
	font-weight: bold;
}

td.archivio-1:hover {
	background-color: #fff4ab;
	text-decoration: underline;
	border-left-width: 3px;
	border-bottom-width: 3px;
}

#contenitore_avvisi {
	position: relative;
	/*width: 200px; marquee width */
	height: 178px; /*marquee height */ /*background-color: white;*/
	overflow: hidden;
	/*border: 1px solid orange;*/
	background-color: #FDFBEF;
	padding:3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}

#contenitore_avvisi_h {
	position: relative;
	/*width: 200px; marquee width */
	height: 49px; /*marquee height */ /*background-color: white;*/
	overflow: hidden;
	/*border: 1px solid orange;*/
	padding:3px;
}

