/*definizione body*/
html,body{margin: 1em;padding:0}

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 76%;
	text-align: center;
	color: #666666;
	background-color: #990000;
	background-image: url(../img/bg.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center top;
}

/*Box contenitore sito centrato verticalmente ed orizzontalmente, margin left e top devono essere la metà negatica dell'altezza e della larghezza  */
#container {
	position:absolute;
	top:50%;
	left:50%;
	width:700px;
	height:404px;
	margin-left:-350px;
	margin-top: -202px;
	color:#fff;
	padding:0;
	background:#990000;
}
#container2 {
	width:700px;
	height:374px;
	color:#fff;
	background:#DA1128;
	border: 1px solid #FFCC00;
}


/*stili generici  */
h1,h2{margin: 0;padding:0}
h1{padding-left:0.5em;font: bold 2.3em/80px arial,serif}
h2{
	color: #FFFFFF;
	font-size: 1.5em;
	font-family: Georgia, "Times New Roman", Times, serif;
}

p.testo{
	text-align:left;
	width: 350px;
	margin-right: auto;
	margin-left: auto;
}
input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	margin: 2px;
	background-color: #FFFFFF;
	border: 1px solid #666666;
}

textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	border: 1px solid #666666;
}

/*contenitore animazione*/

div#animazione {
	position:absolute;
	width: 244px;
	height: 374px;
	background-color: #DA1128;
	color:#000;
	padding:0;
	left: 1px;
}

/*stili parte centrale del sito*/
div#content{
	margin-left: 21em;
	height: 374px;
	background-color: #DA1128;
	color: #fff;
	overflow: auto;
	margin-right: 15px;
}


/*stili footer*/
div#footer{
	text-align:center;
	color: #FFFFFF;
	background-color: #990000;
	font-size: 10px;
	line-height: 30px;
}


/*stili links*/
a  { color:#fff; text-decoration: underline; background-color: #990000;} 
a:link  {
	color: #fff;
	font-weight: normal;
	background-color: #990000;
	text-decoration: none;
} 
a:visited {
	color: #fff;
	font-weight: normal;
	background-color: #990000;
	text-decoration: none;
} 
a:active  {
	color: #fff;
	font-weight: normal;
	background-color: #990000;
	text-decoration: none;
}  
a:hover { color: #fff;  text-decoration: none; font-weight: normal;background-color: #990000;}


/*
div#container{
	position:relative;
	width: 700px;
	height: 374px;
	margin: auto;
	text-align: left;
	border: 1px solid #FFCC00;
	background-color: #FFFFFF;
}

#container2{
position:absolute;
left:150px;
top:150px;
background:#fff;
width:400px;
height:400px;
border: 1px solid #FFCC00;
}
.menu.Navigazione {
background: # fff;
color: #000;
margin:0;
padding: 0.5em 0;
border-bottom:1px solid #000;
text-aligh: center;
}

.menuNavigazione li {
display: inline;
}
.menuNavigazione a {
height: 0;
padding: 0.5em 0;
text-decoration: none;
margin: -0.5em 1em;
white-space: nowrap;
}
.menuNavigazione a:link,
.menuNavigazione a visited {
background:#fff;
color:#666;
}
.menuNavigazione a:link,
.menuNavigazione a:focus,
.menuNavigazione a: active {
background: #fff;
color:#000;
border-bottom: 0.4em solid #000;
padding-bottom: 0.1em;
}
.menuNavigazione .vocecorrente a:link,
.menuNavigazione .vocecorrente a:visited,
.menuNavigazione .vocecorrente a:hover,
.menuNavigazione .vocecorrente a:focus,
.menuNavigazione .vocecorrente a:active {
background: #fff;
color:#000;
border-bottom: 0.4em solid #000;
padding-bottom: 0.1em;
}

*/