@CHARSET "ISO-8859-1";

@import url('main.css');

#content {
	height: 850px;
}

#content #notizie, #content #agenda, #content #scrivi, #content #stampa, #content #contatti {
	width: 440px;
	height: 500px;
	float: left;
	border-bottom: 1px solid #CCCCCC;
}

#content #agenda {
	min-height: 250px;
	height: 250px;
}

#content #stampa {
	min-height: 250px;
	height: 250px;
}

#content #notizie {
	border-right: 1px solid #CCCCCC;
}

#content #scrivi {
	border-right: 1px solid #CCCCCC;
	border-bottom: 0px;
	height: 349px;
}

#content #notizie h2, #content #agenda h2, #content #scrivi h2, 
#content #stampa h2, #content #contatti h2 {
	margin: 15px;
	padding: 0px 15px;
	height: 40px;
	line-height: 40px;
	vertical-align: middle;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 12pt;
	font-weight: bold;
	font-style: normal;
}

#content #notizie h2 {
	background: url(../images/notizie-bg.png) top left repeat-x;
	color: #660000;
}

#content #agenda h2 {
	background: url(../images/agenda-bg.png) top left repeat-x;
	color: #006600;
}

#content #scrivi h2 {
	background: url(../images/agenda-bg.png) top left repeat-x;
	color: #000066;
}

#content #stampa h2 {
	color: #AF5C03;
	background: url(../images/stampa-bg.png);
}

#content #contatti h2 {
	color: #666666;
	background: url(../images/contatti-bg.png);
}

#content #notizie h4 {
	margin: 0px 0px 0px 20px;
	font-size: 8.5pt;
	font-weight: bold;
}

#content #notizie p {
	margin: 0px 15px 0px 20px;
	font-size: 10pt;
}

#content #notizie div.notizia h2 {
	margin: 0px 0px 0px 20px;
	padding: 0px;
	font-size: 11pt;
	color: #660000;
	background: transparent;
	line-height: 20px;
	height: 20px;
	vertical-align: top;
}

#content #notizie div.notizia a, #content #notizie div.notizia a:hover, 
	#content #notizie div.notizia a:visited {
	margin: 0px 0px 25px 20px;
	width: 200px;
	display: block;
	background: transparent;
	color: #660000;
	font-weight: bold;
	font-size: 9.5pt;
	text-decoration: none;
	line-height: 40px;
	vertical-align: middle;
}

#content #notizie div.notizia a:hover {
	background: url(../images/notizie-bg.png);
}

#content #agenda h3 {
	margin: 10px 0px 0px 0px;
	border: 0px;
	width: 330px;
	color: #006600;
	float: left;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 13pt;
	font-weight: bold;
	font-style: normal;
}

#content #agenda h4 {
	margin: 2px 0px 0px 0px;
	border: 0px;
	width: 330px;
	float: left;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	color: #660000;
}

#content #agenda img {
	margin: 15px 10px 0px 10px;
}

#content #agenda div.data {
	margin: 0px 15px 15px 10px;
	width: 62px;
	height: 62px;
	background: url(../images/data.png) center center no-repeat;
	float: left;
	clear: left;
}

#content #agenda div.data h5 {
	margin: 10px 0px 0px 16px;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 18pt;
	font-weight: bold;
	font-style: normal;
	color: #660000;
}

#content #agenda div.data h6 {
	margin: 0px 0px 0px 12px;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 8pt;
	font-weight: bold;
	font-style: normal;
	color: #666666;
}

#content #agenda p {
	margin: 0px 15px 15px 15px;
	width: 500px;
	clear: left;
	float: left;
}

#content #agenda div.appuntamento {
	height: 70px;
}

#content #agenda a, #content #agenda a:visited, #content #agenda a:hover,
#content #scrivi a, #content #scrivi a:visited, #content #scrivi a:hover,
#content #stampa a, #content #stampa a:visited, #content #stampa a:hover,
#content #contatti a, #content #contatti a:visited, #content #contatti a:hover {
	margin: 0px 0px 25px 20px;
	width: 200px;
	display: block;
	background: transparent;
	color: #006600;
	font-weight: bold;
	font-size: 9.5pt;
	text-decoration: none;
	line-height: 40px;
	vertical-align: middle;
	clear: left;
}

#content #agenda a:hover {
	background: url(../images/agenda-bg.png)
}

#content #scrivi p, #content #contatti p {
	margin: 6px 0px 0px 20px;
}

#content #scrivi input, #content #scrivi textarea {
	margin-left: 20px;
	border: 1px solid #000066;
	padding: 3px 5px;
	width: 380px;
	background: #DCE0ED;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 8pt;
	font-weight: bold;
	font-style: normal;
	color: #000066;
}

#content #scrivi textarea {
	height: 80px;
}

#content #scrivi a, #content #scrivi a:visited, #content #scrivi a:hover {
	margin-top: 2px;
	color: #000066;
	width: 55px;
}

#content #scrivi a:hover {
	background: url(../images/agenda-bg.png);
}

#content #stampa h3 a {
	margin: 0px;
	margin-left: 15px;
	border: 0px;
	width: 330px;
	color: #660000;
	float: none;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 13pt;
	font-weight: bold;
	font-style: normal;
}

#content #stampa h3 a:hover {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 13pt;
	font-weight: bold;
	font-style: normal;
	color: #660000;
	background: url(../images/stampa-bg.png);
}

#content #stampa h4 {
	margin: 2px 0px 10px 15px;
	border: 0px;
	width: 330px;
	float: none;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 9pt;
	font-weight: bold;
	font-style: italic;
	color: #666666;
}

#content #stampa h5 {
	margin: 0px 0px 0px 15px;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 8.5pt;
	font-weight: normal;
	font-style: normal;
	color: #666666;
	float: none;
}

#content #stampa a,#content #stampa a:visited, #content #stampa a:hover {
	margin: 0px 0px 0px 15px;
	width: 330px;
	display: block;
	background: transparent;
	color: #AF5C03;
	font-weight: bold;
	font-size: 9.5pt;
	text-decoration: none;
	line-height: 20px;
	vertical-align: middle;
	float: none;
}

#content #stampa a:hover {
	background: url(../images/stampa-bg.png);
}

#content #contatti a, #content #contatti a:visited, #content #contatti a:hover {
	color: #666666;
	width:155px;
}

#content #contatti a:hover {
	background: url(../images/contatti-bg.png);
}
