body {
    background-repeat: repeat-x;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #33401a;
    margin: 0;
}

#bannerBackground {
    width: 100%;
    text-align: center;
}

#banner {
    background: url("images/banner_prosithe.png") no-repeat center;
    margin: 0 auto;
    width: 1000px;
    height: 190px;
}

#ospedaleTesto {
    display: inline-block;
    font-size: 8px;
    font-weight: bold;
}

#collCineca{
    font-style: italic;
    font-size: 9px;
    font-weight: bold;
}

.answer {
    display:none;
}

.num {
    font-size: 14px;
    font-weight: bolder;
    color: #5e7630;
}

.txtright{
    text-align: right;
}
.content {
    min-height: 520px;
    text-align: justify;
    border-left: 0px dashed #666;
    padding: 20px 10px 10px 50px;
}

.content h1, .content h2, .content h3 {
    font-size: 1.1rem;
    font-weight: bold;
    color: #33401A;
}

h2.faq {
    font-size: 0.9rem;
    font-weight: bold;
    color: #33401A;
    cursor:pointer;
    padding-left:24px;
    background-image:url("images/open.png");
    background-position:left;
    background-repeat:no-repeat;
}

h2.faq.close {
    background-image:url("images/close.png");
}

div.datacentri {
    padding-left:24px;
    display:none;
}

div.ambulatorio {
    padding-left:80px;
}


h2.centri {
    font-size: 0.8rem;
    font-weight: normal;
    cursor:pointer;
    padding-left:24px;
    background-image:url("images/open.png");
    background-position:left;
    background-repeat:no-repeat;
}

h2.centri.close {
    background-image:url("images/close.png");
}

.content table tr td {
    font-size: 0.85rem;
    color: #33401A;
}

.content p {
    font-size: 0.9rem;
    color: #33401A;
}

.content li {
    font-size: 0.85rem;
    color: #33401A;
}

.box-sx {
    width: 250px;
    height: 300px;
    border: 0px solid #006;
    margin: 10px 0 0 10px;
    display: inline-block;
}

.box-dx {
    width: 650px;
    border-left: 0px dashed #666;
    margin-right: 10px;
    padding: 10px 10px 10px 30px;
    display: inline-block;
}

a:link, a:visited {
    font-size: 14px;
    font-weight: bold;
    color: #33401a;
    text-decoration: none;
}

a:hover {
    font-size: 15px;
    font-weight: bold;
    color: #3c7630;
    text-decoration: none;
}

.menu-sx {
    background: url(images/arrow.png) no-repeat;
    border-bottom: 0px solid #CCC;
    padding: 15px 5px 10px 20px;
}

.menu-sx1 {
    border-bottom: 0px solid #CCC;
    padding: 15px 5px 10px 0px;
}

.menu-sx2 {
    border-bottom: 0px solid #CCC;
    padding: 5px 5px 5px 5px;
    font-size: 11px;
    color: #33401a;
    font-weight: normal;
    position: absolute;
    top: 390px;
}
.menu-sx2 ul{
    font-size: 12px;
}
.menu-sx2 a{
    font-size: 12px;
    font-weight: bold;
}

.menu-sx a {
    font-size: 12px;
}

.menu-sx1 a {
    font-size: 12px;
}

.round {
    padding: 10px;
    border-radius: 10px;
    background: #e3edd1;
    font-size: 13px;
    text-align: center;
}

.list a {
    font-size: 12px;
}

#footer {
    text-align: center;
    width: 100%;
    bottom: 0;
    border-top: solid 0px;
    font-weight: bold;
    font-size: 0.7rem;
}

#footer img {
    vertical-align: top;
}



