@charset "UTF-8";
/* CSS Document */

body
{
background-image:url(img/sfondo.jpg);
background-repeat:repeat-x;
padding:0px;
margin-top:10px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#333333;
line-height:16px;
}

a:link
{
text-decoration:none;
color:#333333;
}
a:hover
{
text-decoration:underline;
color:#1A1A1A;
}
a:active
{
text-decoration:none;
color:#333333;
}
a:visited
{
text-decoration:none;
color:#1A1A1A;
}

#tutto
{
margin-right:auto;
margin-left:auto;
margin-bottom:0px;
width:850px;
height:100%;
padding:0px;
border:12px;
border-color:#FFFFFF;
border-style:solid;
background-color:#FFFFFF;
display:table;
background-image:url(img/sfondo_logo.gif);
background-repeat:no-repeat;
}

#logo
{
width:281px;
height:110px;
padding:0px;
margin-left:23px;
margin-top:0px;
float:left;
}

#login
{
width:163px;
height:70px;
padding:0px;
margin-right:23px;
margin-top:0px;
float:right;
background-image:url(img/login_accesso.png);
background-repeat:no-repeat;
font:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color:#333333;
}

#contenitore_top
{
width:360px;
height:209px;
margin-top:106px;
margin-left:23px;
padding:0px;
}

#menu
{
width:183px;
height:209px;
padding:0px;
margin-left:0px;
margin-top:0px;
position:relative;

}

#pacchetti
{
width:157px;
height:209px;
padding:0px;
margin-left:5px;
margin-top:-203px;
float:right;
position:relative;
}

#data
{
width:335px;
height:126px;
padding:0px;
margin-right:5px;
margin-left:450px;
margin-top:-203px;
margin-bottom:20px;
float:right;
position:absolute;
}


#content
{
margin:0px;
padding:10px;
width:515px;
margin-top:5px;
margin-left:10px;
height:100%;
float:left;
}

#sponsor
{
margin-top:5px;
width:270px;
height:262px;
float:right;
margin-right:23px;
}

#bottom
{
width:819px;
height:70px;
margin-top:300px;
padding:0px;
margin-bottom:0px;
float:left;
}

.rosso
{
color:#FF0000;
font-weight:bold;
}

.nero
{
color:#000000;
font-weight:bold;
}

.testo
{
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#333333;
font-size:12px;
line-height:16px;
}