﻿html,body{
    margin: 0px;
    padding: 0px;
    height: 100%;
    border: none;
    font: x-small verdana;
    color: #ffffff;
    background-color: #CC3333;
}

.allPage{
    width: 100%;
    height: 100%;
}
 
/* PARTE LOGO PETEREDIZIONI */
.logoPeterEdizioni{
    width: 838px;
    height: 65px;
    margin-left: 50%;
    position: relative;
    right: 419px;
}

.logoPE{
    position: relative;
    top: 5px;
}

.mail{
    position: relative;
    top: 5px;
    left: 322px;
}
/* FINE PARTE LOGO PETEREDIZIONI */
.contenitore{
    width: 872px;
    margin-left: 50%;
    position: relative;
    right: 436px;
}
.datalistLibretti{
    float: left;
    width: 834px;
    border: 1px #ffffff;
    border-style: dashed;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 15px;
    padding-top: 15px;
}

.richiediManuali
{
    float:left;
    width: 16px;
}

/* PARTE LOGO STAFIL */
.infoStafil{
    text-align: center;
}

.hrefStafil{
    font-size: medium; 
    color: #333333;
    text-decoration: none;   
    font-weight: bold;
}

.parteSotto{
    float: none;
    width: 872px;
    height: 165px;
    margin-left: 50%;
    position: relative;
    right: 436px;
}

.parteSottoDescrizione{
    width: 510px;
    height: 100px;
    border-bottom: 1px #fff dashed;
    float: left;
}

.descrizioneStafil{
    font-size: small;
}

.parteSottoLogo{
    float: left;
    width: 340px;
    margin-top: 2px;
}