body {
    margin: 0px;
    padding: 0px;
    background: url('../../images_dir/bg.jpg') 0 23px repeat #fff;
    color:#6B6854;
    font:14px/18px "Trebuchet MS", Arial, Helvetica, sans-serif;
}

a img {
    border:0;
}

a:link, a:visited {
    font-weight: bold;
    color: #666;
    text-decoration: none;
}

a:hover {
    font-weight: bold;
    color: #898981;
    text-decoration: underline;
}

.text_bold {
    font-weight: bold;
}

#topIntest {
    width:100%;
    height:20px;
    background:#e9e6da;
    line-height:20px;
    text-align:center;
    color:#868582;
    font-weight:bold;
    font-size:13px;
    border-bottom:2px solid #fff;
}

#Content {
    width: 930px;
    height: 500px;
    background: url('../../images_dir/cadelborgo.jpg') center top no-repeat #fff; 
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

.lanMenu {
    width: 100%;
    height: 25px;
    text-align: right;
    padding-right: 7px;
    font-size: 11px;
}

.lanMenu a:link {
    color: #898981;
    font-weight: bold;
    text-decoration: none;
}

.lanMenu a:visited {
    color: #898981;
    font-weight: bold;
    text-decoration: none;
}

.lanMenu a:hover {
    color: #898981;
    font-weight: bold;
    text-decoration: underline;
}

.flashbox {
    width: 100%;
    height: 354px;
    text-align: center;
    vertical-align: top;
}

#menu {
    font-size: 12px;
    font-weight: bold;
    color: #9bc3d5;
    vertical-align: top;
}

#menu ul {
    font-size:12px;
    font-weight:bold;
    line-height:150%;
    list-style-type: none;
    margin:0pt;
    padding:0pt;
    text-align:left;
}

#menu ul li a:link {
    color:#333;
    text-decoration:none;
}

#menu ul li a:visited {
    color:#333;
    text-decoration:none;
}

#menu ul li a:hover {
    color:#666;
    text-decoration:none;
}

#contents {
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    vertical-align: top;
    color: #666;
}

#contents h1 {
    margin: 5px 10px 5px 10px;
    font-size: 18px;
    font-weight: normal;
    color: #666;
    text-align: left;
    line-height: 18px;
}

#contents h2 {
    margin: 5px 10px 5px 10px;
    font-size: 14px;
    font-weight: bold;
    color: #666;
    text-align: left;
    line-height: 14px;
    text-decoration: underline;
}

#contents h3 {
    margin: 5px 10px 5px 10px;
    font-size: 14px;
    font-weight: bold;
    color: #A7A9AA;
    text-align: left;
    line-height: 14px;
}

#contents p {
    text-align: justify;
    margin: 10px 10px 10px 10px;
}

#contents p.lightblue {
    font-size: 13px;
    color: #9bc3d5;
    text-transform: uppercase;
}

.iconTitle {
    margin-left: 3px;
    color: #a7a9aa;
    font-weight: bold;
    letter-spacing: 0.1px;
}

.iconDesc {
    color: #666;
    font-size: 12px;
    font-weight: bold;
    margin: 2px 2px 2px 0;
    letter-spacing: 0.1px;
}

.go {
    color: #a7a9aa;
    font-size: 11px;
    font-weight: bold;
    background: url('../../images_dir/circle_narrow.gif') left center no-repeat #fff;
}

#book_form select {
    font-size: 11px;
}

#footer {
    width: 930px;
    height: 124px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    background: url('../../images_dir/striature-footer.jpg') center bottom no-repeat #fff;
    font-size: 12px;
    text-align: center;
}

.highlight {
    background: #f8f0bb;
}

/* ALLINEAMENTI */
.align_center {
    text-align: center;
}

