#main {
    background: url('../images/page/top.jpg') repeat-x left top;
    margin: 0 auto;
}

#main1 {
    /*
    background: url('../images/page/bottom.png') no-repeat center bottom;
    padding-bottom: 124px;
    */
}

.tablesubFooter {
    width: 920px;
    margin-left: auto;
    margin-right: auto;
    background: none;
}

.tablesubFooter td {
    text-align: center;
}

.tablesubFooter td img {
    width: 100px;
}

.subFooter {
    text-align: center;
    background: url('../images/page/bottom.png') no-repeat center top;
    padding: 35px 0 15px 0;
    margin: auto;
    color: grey;
}

.subFooterMargin {
    margin-bottom: 220px;
}

.subFooter a:link,
.subFooter a:visited {
    text-decoration: underline;
    color: grey;
    font-size: 10px;
}


.subFooter a:hover,
.subFooter a:active {
    text-decoration: underline;
    color: #3C9DEE;
    font-size: 10px;
}

#main2 {
    background: url('../images/page/body.png') repeat-y center top;
}

#main3 {
    width: 1024px;
    margin: 0 auto;
}

#header {
    background: url('../images/page/header.jpg') no-repeat left top;
    height: 95px;
    margin-bottom: 3px;
    position: relative;
}

#headerLinks {

}

#linksHome {
    position: absolute;
    top: 75px;
    right: 0;
    text-align: right;
    padding-right: 15px;
    right: 0px;
    font-size: 15px !important;
    color: white;
    font-weight: bold;
}

.homeLink {
    position: absolute;
    left: 0;
    top: 0;
    width: 300px;
    height: 90px;
}

#headerLinks a {
    color: white;
    font-weight: bold;
}

#headerLinks a:link, a:visited {
    color: white;
    font-weight: bold;
}

#container {
    /*
    Modificato da Mario 11.07.2012
    padding: 0px 7px;
    */
    padding: 0;
}

#menuContainer {
    padding-bottom: 3px;
}

#message {
    height: 23px;
}

#left {
}

#content {
}

#footer {
}

/* layout classes */

/* 2 colonne uguali */
table.lyt5050 th,
table.lyt5050 td {
    padding: 0;
    width: 50%;
}

/* 2 colonne 30 70 */
table.lyt3070 th,
table.lyt3070 td {
    padding: 0;
}

table.lyt3070 th:first-child,
table.lyt3070 td:first-child {
    width: 30%;
}

table.lyt3070 th:last-child,
table.lyt3070 td:last-child {
    width: 70%;
}

/* 2 colonne 70 30 */
table.lyt7030 th,
table.lyt7030 td {
    padding: 0;
}

table.lyt7030 th:first-child,
table.lyt7030 td:first-child {
    width: 70%;
}

table.lyt7030 th:last-child,
table.lyt7030 td:last-child {
    width: 30%;
}

/* 2 colonne 20 80 */
table.lyt2080 th,
table.lyt2080 td {
    padding: 0;
}

table.lyt2080 th:first-child,
table.lyt2080 td:first-child {
    width: 25%;
}

table.lyt2080 th:last-child,
table.lyt2080 td:last-child {
    width: 75%;
}

/* 2 colonne 80 20 */
table.lyt8020 th,
table.lyt8020 td {
    padding: 0;
}

table.lyt8020 th:first-child,
table.lyt8020 td:first-child {
    width: 70%;
}

table.lyt8020 th:last-child,
table.lyt8020 td:last-child {
    width: 30%;
}

/* tre colonne 20 60 20 */
table.lyt304030 th,
table.lyt304030 td {
    padding: 0;
}

table.lyt304030 th,
table.lyt304030 td {
    width: 60%;
}

table.lyt304030 th:first-child,
table.lyt304030 td:first-child {
    width: 20%;
}

table.lyt304030 th:last-child,
table.lyt304030 td:last-child {
    width: 20%;
}

/* tre colonne 30 40 30 */
table.lyt304030 th,
table.lyt304030 td {
    padding: 0;
}

table.lyt304030 th,
table.lyt304030 td {
    width: 40%;
}

table.lyt304030 th:first-child,
table.lyt304030 td:first-child {
    width: 30%;
}

table.lyt304030 th:last-child,
table.lyt304030 td:last-child {
    width: 30%;
}

/* tre colonne 40 40 20 */
table.lyt404020 th,
table.lyt404020 td {
    padding: 0;
}

table.lyt404020 th,
table.lyt404020 td {
    width: 40%;
}

table.lyt404020 th:first-child,
table.lyt404020 td:first-child {
    width: 40%;
}

table.lyt404020 th:last-child,
table.lyt404020 td:last-child {
    width: 20%;
}

/* 3 colonne uguali */
table.lyt3x33 th,
table.lyt3x33 td {
    padding: 0;
}

table.lyt3x33 th,
table.lyt3x33 td {
    width: 33%;
}

/* 4 colonne uguali */
table.lyt4x2 th,
table.lyt4x2 td {
    padding: 0;
}

table.lyt4x2 th,
table.lyt4x2 td {
    width: 20%;
}