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

/*-------Inizio------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
 
}

body {
  background: url(immagebase/pattern1.jpg) repeat-x;
  background-color: #956A44;
  font-family: Arial, Helvetica, sans-serif;
}

#container {
  position: relative;
  margin: auto;
  width: 981;
}

#1spazioAnim {
	position:relative;
	margin: 83px 0px 0px 0px;
	background-image:url(immagebase/SpazioAnim.jpg);
	width: 274px;
	height: 596px;
	background-color: #9966CC;	
}
/*Menu1*/
.navmenu ul { 
    margin:0; 
	padding:0; 
    list-style-type:none;
}
.navmenu li { 
    float: left; 
}
.navmenu a { 
    display:block; 
	width:136px;
	height:67px; 
	text-indent:-9999px;
	background-position:0 -67px;
}
a.news { background-image: url(immagebase/pulsNews.png); }	
a.arearis { background-image: url(immagebase/pulsAreaRis.png); }
a.quiz { background-image: url(immagebase/pulsQuiz.png); }
a:hover { background-position:0 0; }

.Text1 {
	font-size: 9px;
	color: #fff;
}
.Text2 {
	font-size: 10px;
	color: #fff;
	text-align: right;
}
.Text3 {
	font-size: 10px;
	color: #fff;
	text-align: center;
}
.Text4 {
	font-size: 16px;
	color: #000;
	text-align: center;
}

/*   Link A   */
a.LinkA:link {
	font-size:13px;
	color: #fff;
	text-decoration: none;
	padding:2px 5px 2px 5px;
}
a.LinkA:visited {
	font-size:13px;
	color: #FFF;
	text-decoration: none;
}
a.LinkA:hover {
	font-size:13px;
	background-color: #FC0;
	text-decoration: none;
	color: #000;
	padding:2px 5px 2px 5px;
}
a.LinkA:active {
	font-size:13px;
	background-color: #F90;
	color:#FFF;
	text-decoration: none;
}
/*   Bianco   */
a.bianco:link {
	color: #fff;
	text-decoration: none;
}
a.bianco:visited {
	color: #FFF;
	text-decoration: none;
}
a.bianco:hover {
	background-color: #FC0;
	text-decoration: none;
	color: #000;
}
a.bianco:active {
	background-color: #F90;
	color:#FFF;
	text-decoration: none;
}