@charset "UTF-8";

/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
body {
	background-attachment: fixed;
	background-image: url(img/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #333333;
	background-color: #233E45;
}

p {
	margin-top:8px;
	margin-bottom:5px;
	line-height: 1.8em;
}
h2, h3, h5,  {
	font-size: 18px;
	font-weight: normal;
	font-style: italic;
	text-decoration: underline;
	margin-left: 15px;
	padding-top: 6px;
	padding-bottom: 6px;
}

h2.titolo {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #22333A;
	padding: 6px;
	margin-right:-15px;
	width:400px;
	font-size:20px;
	float:right;
	margin-bottom:15px;
}

img { margin:8px; }

.inserita {
	color: #FFFFFF;
	background-color: #22333A;
	padding: 5px;
	font-size:10px;
}
.wrapper {
	margin: 15px;
}

.cancella { visibility:hidden; clear:both; }

#contenitore {
	width: 960px;
	margin-top: 0px;
	margin-bottom: 30px;
}
#contenitore #testata {
	background-image: url(img/testata.png);
	height: 300px;
	position: relative;
	background-repeat: no-repeat;
	width: 960px;	
}
#contenitore #corpo {
	width: 960px;
	background-color: #FFFFFF;
}
#corpo #ticker {
	
	background-color: #D21D27;
}

#corpo #ticker a, #corpo #ticker h2 { color: #FFFFFF; }
#corpo #ticker h2 { background-color: #D21D27; margin-left:15px; font-size:18px; }


#testata #menu {
	position: absolute;
	height: 20px;
	width: 960px;
	left: 0px;
	bottom: 0px;
}
#testata #menu a {
	display: inline-block;
	height: 30px;
	width: 130px;
	font-size: 10px;
	color: #14363C;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
}
#testata #menu a:hover {
	color: #256672;
}
#testata #menu li {
	display: inline;
}

#testata h1 { text-indent: -9000px; }


.dx { float:right; }
.sx { float:left; }

#contenitore #piede {
	margin-top: 15px;
	color: #FFFFFF;
}
#piede ul {
	padding: 8px;
}
#piede a {
	font-weight: bold;
	text-decoration: none;
	color: #389BA7;
}
#piede li {
	display: inline;
	margin-right: 10px;
	margin-left: 5px;
	font-size: 10px;
}

#corpo a {
	text-decoration:none;
color: ; 	color: #016535;
}

.pagine { float:right; }
.pagine li {
	margin-left:5px;
	display: inline;
}

#ticker h2 {
	font-style: normal;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	vertical-align: middle;
	padding: 6px;	
	width:95%;
}

.notizia img { float:right; margin:8px; width:300px; }

.galleria { width:550px; }

.galleria img {
	border: 1px solid #D21D27;
	float:none;
	margin:auto;
	width:auto;
	}
	
.galleria li { float:left; }
	
.galleria a {  width: 110px; height:110px; display:block; }

.gallerie img {
	border: 1px solid #D21D27;
	}
	
.gallerie a { float: left; width:110px; height:110px; display:block; text-align:center; }

#galleria { width:95%; margin:auto; }

#galleria img { 
	border: 1px solid #FFFFFF; 
	}
	
#galleria li { float:left; }
	
#galleria a {  width: 67px; height:67px; display:block; }

.centro { margin-top:15px; margin-bottom:15px;  text-align:center;}

