@charset "utf-8";

/*CSS principale per il menu*/
ul#nav {
	font: 11px Verdena,Tahoma,sans-serif
}
ul#nav,
ul#nav li,
ul#nav ul,
ul#nav ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
ul#nav {
	height: 26px;
	line-height: 25px;
	margin-left: 0px;
    	background: #EF047F;
	color: #FFFFFF;
}
ul#nav a {
	display: block;
	padding: 0 15px;
	text-decoration: none; 
	color: #FFFFFF;
}
ul#nav li {
	float: left;
	position: relative;
}
ul#nav li li {
	float: none;
	line-height: 22px;
	display: block !important;
	display: inline; /*IE*/
}
ul#nav ul {
	position: absolute;
	top: 23px;
	left: -9999px;
	width: 12em;
	background: #EF047F;
	color: #FFFFFF;
}
ul#nav ul {
	padding: 1px 0;
	border: 1px solid #FFFFFF;
	}
ul#nav ul,
ul#nav li li a {
	background-color: #EF047F;
	color: #FFFFFF;
}
ul#nav li:hover,
ul#nav a:hover {
	background-color: #FFFFFF;
	color: #EF047F;
}
ul#nav li:hover ul,
ul#nav li.sfhover ul {
	left: -1px;z-index: 100;
}

/*regole per separatore e le icone */
ul#nav li.sep {
	height: 34px;
	background: #EF047F;
}
ul#nav li.sep span {
	display: block;
	height: 1px;
	overflow: hidden;
	margin: 0px 0px 0;
	background: #CCC;
}
ul#nav li li.icon a {
	padding-left: 24px;
}
ul#nav li li.settings a {
	background: url(icon_settings.gif) no-repeat 3px 3px;
}
ul#nav li li.privacy a {
	background: url(icon_padlock.gif) no-repeat 3px 3px;
}
body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#header {
	width: 810px;
	margin: auto;
	padding: 0px;
        background: #FFFFFF;
}
#menu {
	background-color: #EF047F;
	clear: both;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 1px;
	margin-left: auto;
	text-align: left;
	padding: 5px;
}
#menu a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
#logo {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 25%;
	text-align: left;
        background: #FFFFFF;
}
#logo2 {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 75%;
	text-align: left;
        background: #FFFFFF;
}
#content {
	text-align: left;
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #EF047F;
	margin: auto;
	width: 800px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EF047F;
	height:690px;
	padding: 5px;
        background: #FFFFFF;
}
#sponsor {
	background-color: #EF047F;
	margin: -5px;
	padding: 0px;
	float: right;
	width: 200px;
	height:670px;
	text-align: center;
}
#footer {
	width: 810px;
	margin: auto;
	padding: 0px;
	font-size: 10px;
        background: #FFFFFF;

}
p.interline20 {
	line-height: 20px;

}
p.interline24 {
	line-height: 24px;

}
H1 {
	font-size: 20px;
	font-weight: bold;
	color: #EF047F;
}
H2 {
	color: #EF047F;
	text-decoration: none;
	font-size: 24px;
	font-family: verdana, arial, helvetica, sans-serif;
}
.text1 {
	color: black;
	text-decoration: none;
	font-size: 10px;
	font-family: verdana, arial, helvetica, sans-serif;
}
.text1p {
	color: #EF047F;
	text-decoration: none;
	font-size: 10px;
	font-family: verdana, arial, helvetica, sans-serif;
}
.text2 {
   font-family:'Verdana','Arial','Helvetica','Sans-serif';
   font-size:12px;
   text-decoration:none;
   color:black;
}
.text2p {
   font-family:'Verdana','Arial','Helvetica','Sans-serif';
   font-size:12px;
   text-decoration:none;
   color: #EF047F;
}
.text3 {
	color: #EF047F;
	text-decoration: none;
	font-size: 18px;
	font-family: verdana, arial, helvetica, sans-serif;
}
.text5 {
   font-family:'Verdana','Arial','Helvetica','Sans-serif';
   font-size:12px;
}
.text6 {
   font-family:'Verdana','Arial','Helvetica','Sans-serif';
   font-size:12px;
   text-decoration:none;
   color:#EF047F;
}
.text7 {
   font-family:'Verdana','Arial','Helvetica','Sans-serif';
   font-size:12px;
   text-decoration:underline;
   color:black;
}
.text8 {
   font-family:'Verdana','Arial','Helvetica','Sans-serif';
   font-size:12px;
   text-decoration:underline;
}
.text3p {
	color:#000000;
	text-decoration:none;
	font-size:240px;
	font-family:'Verdana','Arial','Helvetica','Sans-serif';
	font-weight:bold;
}
a {
	text-decoration:none;
        color:#000000;
  }