.body{
    background-color: #fdf7eb;
    font-family:raleway;
}

.title{
    color: #000000;
    font-size: 1.7vw;
    font-style: normal;
    font-variant: normal;
    text-align: center;
    line-height: 1.0em;
    margin-top: 30px;
}

.titlesmall{
    color: #000000;
    font-size: 1.2vw;
    font-style: normal;
    font-variant: normal;
    text-align: center;
    line-height: 1.0em;
}

.maintext{
    color: #000000;
    font-size: 1.2vw;
    font-style: normal;
    font-variant: normal;
    text-align: left;
    padding-bottom: 10px;
}

.new{
    content: url("./ico/new.png");
    height:auto;
    width: auto;
    alignment-baseline: central;
}

.myheader
{
    position:absolute;
    top:5%;
    width: 100%;
    height: 95%;
}

.mycontent
{
    position:absolute;
    top:50%;
    width: 30%;
    height: 65%;
    left:35%;
    font-size: 1.5em;
    line-height: 1.5em;
}

/*CONTATTI*/

.contact
{
    top:20%;
    left:30%;
    color: #000000;
    font-size: 1.2vw;
    font-style: normal;
    font-variant: normal;
    text-align: center;
    line-height: 1.0em;
    position: absolute;
}

/*FOOTER*/

.footer{
    width: 100%;
    height: 2%;
    bottom: 0%;
    left:0%;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    color: #C3C3C3;
    background-color: #f4f4f4;
    position: fixed;
    text-align: center;
}

.footertext{

    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    color: #C3C3C3;
}

/*
*Navigation
*/

a.mylink:link,a.mylink:visited,a.mylink:active {
    color : #bfbfbf;
    text-decoration:none;
}
a.mylink:hover {
    color : #000000;
    text-decoration:none;
}
div.verticalline{
    height:14px;
    width:0px;
    border-right-style:solid;
    border-left-style:none;
    border-top-style:none;
    border-bottom-style:none;
    color:#878787 ;
    border-right-width: 1px;
    margin-left: 4px;
}
div.orizontalline{
    height:0px;
    width:500px;
    border-right-style:none;
    border-left-style:none;
    border-top-style:solid;
    border-bottom-style:none;
    color:#bfbfbf ;
    border-top-width: 1px;
    margin-top: 8px
}

.navigation
{
    position:fixed;
    top: 0%;
    left: 50%;
    width:100em;
    height:5em;
    margin-left: -50em; 
    margin-bottom: 10em;

    font-size : 14px;
    font-family:raleway;
    line-height : 16px;
}

.navigatortable table
{
    width: 100%;
    text-align: center;
    border: 0px solid #C4C4C4;
}

.navigatortable td
{
    border: 0px solid #C4C4C4;
}

.navigatortable tr
{
    border: 0px solid #C4C4C4;
}


