@charset "utf-8";
/* CSS Document */

html,body{height:700px} 

/* BACKGROUND */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #0D0705;
	MARGIN: 0px;
	PADDING: 0px
}

#Main{
  width: 900px;
  margin: 0px auto;   /*centra negli altri browsers*/
  text-align: left;   /*ripristina l' allineamento*/
	z-index:1;
}

#Top {
	width:900px;
	height:205px;
	overflow:hidden;
	z-index:2; 
	position:relative;
	top:0px;
	left:0px;
	text-align:center;
	background-color:#0D0705;
}

#Menu {
	width:900px;
	height:199px;
	overflow:hidden;
	z-index:2; 
	position:relative;
	top:0px;
	left:0px;
	text-align:center;
	background-color:#0D0705;
}

#Pancia {
	width:900px;
	height:63px;
	overflow:hidden;
	z-index:2; 
	position:relative;
	top:0px;
	left:0px;
	text-align:center;
	background-color:#0D0705;
}

#PrimoPiano {
	width:900px;
	height:330px;
	overflow:hidden;
	z-index:2; 
	position:relative;
	top:0px;
	left:0px;
	text-align:center;
	background-color:#0D0705;
	background: url(../images/intro/fondo.jpg);
}

#Bandiere {
	width:280px;
	height:200px;
	overflow:auto;
	z-index:3; 
	position:relative;
	top:0px;
	left:0px;
	text-align:right;
	border-right-style:solid;
	border-right-width:1px;	
	border-right-color: #493938;
	padding: 4px;
	float:left;
}

#NewsPrimoPiano {
	width:442px;
	height:200px;
	overflow:auto;
	z-index:3; 
	position:relative;
	top:0px;
	left:-134px;
	text-align:left;
	padding: 4px;
	float:right;
	background: url(../images/intro/fondo_primopiano.jpg);
	background-repeat:no-repeat;	
}

#Conteiner {
	width:900px;
	height:400px;
	overflow:auto;
	z-index:2; 
	position:relative;
	top:0px;
	left:0px;
//	text-align:center;
	background-color:#CC0705;
//	background: url(../images/olio/fondo.jpg);	
}

#Contenuto{
	z-index:3;
	position: relative;
	top: 20px;
	left: -10px;
	color:#000000;
	float:right;
}

#Bottom{
	z-index:3;
	position: relative;
	width: 900px;
	height: 36px;
	top: 30px;
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px;
	color: #FFFFFF;
	clear : both;
}

form {
	margin: 0px;
}

input {
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px;
}

.checkbox{
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px;
	width: 20px;
}

.submit{
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px;
	width: 60px;
}

textarea{
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px;
	width: 280px;	
}

a {
	font-family: Verdana, Arial, Helvetica;
	font-size: 9px;
	color: #A2A2A2;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	font-family: Verdana, Arial, Helvetica;
	font-size: 9px;
	color: #A2A2A2;
	text-decoration: underline;
	font-weight: bold;
}

.sx
{
	float: left;
	clear: both;
 	margin-right: 10px;
	width: 200px;
}

#immagine{
 	margin-right: 10px;
	position:absolute;
	z-index:1;
}


.ListaEventi{
  width: 340px;
	height: 360px;
  left: 50px;
	position: relative;
	margin: 0px;
	padding: 20px;
	overflow: auto;
	text-align: justify;	
	float:left;	
}

.DettaglioEventi{
  width: 750px;
	height: 360px;
  left: 50px;
	position: relative;
	margin: 0px;
	padding: 20px;
	overflow: auto;
	text-align: justify;	
	float:left;	
}

.Gallery{
	width: 300px;
	height:110px;
	padding: 10px;
  	text-align: right;	
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	color: #A2A2A2;	
	line-height: 15px;
	float:left;	
}
#listticker{
	height:90px;
	width:408px;
	overflow:hidden;
	padding:6px 10px 14px 10px;;
}
#listticker li{
	border:0; margin:0; padding:0; list-style:none;
}

	#listticker li{
		height:110px;
		padding:0px;
		list-style:none;
	}
		#listticker a{
			color:#FFFFFF;
			text-decoration: none;
			font-weight: none;
			margin-bottom:
		}
		#listticker a:hover{
			color:#FFFFFF;
			text-decoration: none;
			font-weight: none;
			margin-bottom:
		}
		#listticker .news-title{
			display:block;
			font-weight:bold;
			margin-bottom:4px;
			font-size:11px;
		}
		#listticker .news-text{
			display:block;
			font-size:11px;
			color:#666666;
		}
		#listticker img{
			float:left;
			margin-right:14px;
			padding:4px;
			border:solid 1px #DEDEDE;
		}
		.Stile3 {
		font-size: xx-small;
		width: 900px;
		margin: auto;
		}