body {
    background: none;
    background-color: #ffffff;
    margin: 0px;
    padding: 0px;
    font-size: 0px;
    font-family: "Arial", "FreeSans", "Nimbus Sans L";
}
p {
    margin: 0px;
    padding: 0px;
}
p a  {
    border-bottom: 1px dotted;
}
p a:hover {
    border-bottom: none;
}
fieldset, fieldset legend {
    position: relative;
    display: block;
    clear: both;
    border: none;
    font-family: "Arial", "FreeSans", "Nimbus Sans L";
    font-size: 10px;
    font-weight: bold;
    color: #002b5a;
    margin: 0px;
    padding: 0px;
}
fieldset.inline {
    position: relative;
    display: inline;
    float: left;
    clear: none;
    margin-right: 5px;
}
a, a:hover {
    color: #002b5a;
    text-decoration: none;
}
a:hover {
    color: #002b5a;
    text-decoration: underline;
}
a img, a:hover img {
    position: absolute;
    border: none;
    bottom: 0px;
}
a:hover img {
    border-bottom: 1px solid;
}
form {
    margin: 0px;
    padding: 0px;
}
select, input, textarea {
    border: 1px solid #7f99b2;
    background: none;
    background-color: #ffffff;
    font-family: "Arial", "FreeSans", "Nimbus Sans L";
    color: #003366;
    font-size: 9px;
    position: relative;
    display: block;
    clear: both;
    padding-top: 2px;
    font-weight: bold;
}
select {
    font-size: 10px;
}
input.info {
    margin-top: 10px;
    width: 160px;
    height: 13px;
}
input.info:first-child {
    margin-top: 0px;
}
input.prenotazione {
    margin: 0px;
    padding: 0px;
    font-size: 10px;
    width: 270px;
    height: 17px;
}
textarea.info {
    margin-top: 0px;
    width: 160px;
    height: 70px;
    overflow: hidden;
}
textarea.prenotazione {
    margin: 0px;
    width: 450px;
    height: 60px;
    overflow: hidden;
}
p.privacy {
    color: #002b5a;
    font-size: 9px;
}

#body {
    width: 880px;
    margin: 10px auto 0px auto;
}

#header {
    width: 100%;
    height: 125px;
    position: relative;
    clear: both;
    display: block;
    background-image: url(../media/header.gif);
    background-position: center center;
    background-repeat: no-repeat;
}
#langheader {
    position: relative;
    display: inline;
    float: right;
    color: #002b5a;
    font-family: "Arial", "FreeSans", "Nimbus Sans L";
    font-size: 10px;
    margin-right: 30px;
}
#langheader a, #langheader a:hover {
    color: #002b5a;
}

#pagetitle {
    position: relative;
    display: block;
    clear: both;
    width: 100%;
    height: 15px;
    color: #99a0b5;
    font-family: "Arial", "FreeSans", "Nimbus Sans L";
    font-size: 12px;
    background-image: url(../media/title.gif);
    background-position: center left;
    background-repeat: repeat-x;
    text-align: center;
}
#pagetitle h1 {
    position: relative;
    display: inline;
    font-family: "Arial", "FreeSans", "Nimbus Sans L";
    font-size: 12px;
    background-color: #ffffff;
    margin: 0px;
    padding: 0px;
    padding-left: 3px;
    padding-right: 3px;
}

#menu {
    position: relative;
    display: block;
    clear: both;
    font-family: "Times New Roman", "Times", "Free Serif", "Nimbus Roman No9 L";
    font-size: 12px;
    background-color: #002b5a;
    color: #ffffff;
    height: 23px;
    border-top: 1px solid #0a3360;
    border-bottom: 1px solid #0a3360;
    text-align: center;
    margin: 0px;
    padding: 0px;
}
#menu ul {
    position: relative;
    list-style: none;
    float: left;
    display: inline;
    margin: 5px 0px;
}
#menu ul li {
    position: relative;
    display: inline;
    margin: 0px 37px 0px 37px;
}
#menu ul li a, #menu ul li a b, #menu ul li a:hover, #menu ul li a:hover b {
    color: #ffffff;
}
#menu ul li a.selected b {
    color: #99dfff;
}
#menu ul li.menusepar {
    width: 1px;
    height: 100%;
    background-image: url(../media/menuseparator.gif);
    background-position: center center;
    background-repeat: no-repeat;
    margin: 0px;
}

#maincontent {
    position: relative;
    display: block;
    clear: both;
    width: 100%;
    /*height: 320px;*/
    height: auto;
    overflow: hidden;
    margin-top: 15px;
}
#firstcontent {
    position: relative;
    float: left;
    display: inline;
    width: 350px;
    font-family: "Arial", "FreeSans", "Nimbus Sans L";
    font-size: 12px;
}
#firstcontent h2 {
    position: relative;
    display: block;
    clear: both;
    width: 100%;
    font-size: 22px;
    color: #002b5a;
    background-image: url(../media/dotted.gif);
    background-position: bottom left;
    background-repeat: repeat-x;
    margin: 0px;
    padding: 0px;
    padding-bottom: 3px;
}
#firstcontent h4 {
    position: relative;
    display: block;
    clear: both;
    width: 100%;
    font-weight: normal;
    font-size: 12px;
    color: #335577;
    margin: 0px;
    padding: 0px;
    margin-top: 15px;
    text-align: justify;
    letter-spacing: 0.01em;
}
#firstcontent h4 .offerta {
    position: relative;
    display: block;
    clear: both;
    margin-bottom: 10px;
}
#firstcontent h4 .offerta .titolo {
    position: relative;
    display: block;
    clear: both;
    font-size: 14px;
}
#firstcontent h4 .offerta .descrizione {
    position: relative;
    display: block;
    clear: both;
}
#imagecontent {
    position: relative;
    float: right;
    display: inline;
    width: 500px;
}
#imagebox {
    position: relative;
    clear: both;
    display: block;
    width: 100%;
    height: 250px;
    background-image: url(../media/loading.gif);
    background-repeat: no-repeat;
    background-position: center center;
}
#imagebox img {
}
#imagecontrol {
    position: relative;
    clear: both;
    display: block;
    width: 100%;
    height: 40px;
    font-family: "Tahoma", "Geneva", "Kalimati";
    font-size: 11px;
    margin-top: 10px;
}
#imagecontrol a.ballleft, #imagecontrol a:hover.ballleft {
    position: relative;
    display: inline;
    float: left;
    width: 15px;
    height: 15px;
    background-image: url(../media/ballleft.gif);
    background-repeat: no-repeat;
    margin-left: 10px;
}
#imagecontrol a:hover.ballleft {
    background-image: url(../media/ballleftover.gif);
}
#imagecontrol a.ballright, #imagecontrol a:hover.ballright {
    position: relative;
    display: inline;
    float: right;
    width: 15px;
    height: 15px;
    background-image: url(../media/ballright.gif);
    background-repeat: no-repeat;
    margin-right: 10px;
}
#imagecontrol a:hover.ballright {
    background-image: url(../media/ballrightover.gif);
}
#imagecontrol .pagesnumber {
    position: relative;
    display: inline;
    float:left;
    width: 450px;
    height: 15px;
    margin: 0px auto 0px auto;
    text-align: center;
}
#imagecontrol .pagesnumber a, #imagecontrol .pagesnumber a:hover {
    color: #002b5a;
}
#imagecontrol .pagesnumber a.selected, #imagecontrol .pagesnumber a:hover.selected {
    color: #008db5;
}

#pageseparator {
    position: relative;
    display: block;
    clear: both;
    width: 100%;
    margin: 0px;
    padding: 0px;
    height: 1px;
    border-top: 1px solid #99a0b5;
    font-size: 0px;
}

#subcontent {
    position: relative;
    display: block;
    clear: both;
    width: 100%;
    /*height: 155px;*/
    height: auto;
    margin-top: 20px;
    font-family: "Arial", "FreeSans", "Nimbus Sans L";
    font-size: 11px;
}
#secondcontent {
    position: relative;
    display: inline;
    float: left;
    width: 350px;
    height: 100%;
}
#secondcontent h3, #firstcontent div h3 {
    position: relative;
    display: block;
    clear: both;
    margin: 0px;
    padding: 0px;
    color: #002b5a;
    font-size: 11px;
}
#secondcontent h5, #firstcontent div h5 {
    position: relative;
    display: block;
    clear: both;
    margin: 0px;
    padding: 0px;
    color: #335577;
    font-size: 11px;
    font-weight: normal;
    margin-top: 20px;
    text-align: justify;
    letter-spacing: 0.01em;
}
#subcontent .othercontent {
    position: relative;
    display: inline;
    float: right;
    width: 230px;
    height: 100%;
    margin-left: 15px;
}
#subcontent .othercontent .othercontent1 h3, #subcontent .othercontent .othercontent2 h3 {
    position: relative;
    display: block;
    clear: both;
    margin: 0px;
    padding: 0px;
    color: #002b5a;
    font-size: 11px;
}
#subcontent .othercontent .othercontent1 h5, #subcontent .othercontent .othercontent2 h5 {
    position: relative;
    display: block;
    clear: both;
    margin: 0px;
    padding: 0px;
    color: #335577;
    font-size: 11px;
    font-weight: normal;
    margin-top: 5px;
    margin-bottom: 20px;
    text-align: justify;
    letter-spacing: 0.01em;
}
#footer {
    position: relative;
    display: block;
    clear: both;
    font-family: "Arial", "FreeSans", "Nimbus Sans L";
    font-size: 10px;
    color: #335577;
    width: 100%;
    border-top: 4px solid #d6f2ff;
    border-bottom: 4px solid #d6f2ff;
    padding: 5px 0px 5px 0px;
    margin-top: 10px;
}
#footermenu {
    position: relative;
    display: block;
    clear: both;
    font-family: "Arial", "FreeSans", "Nimbus Sans L";
    font-size: 9px;
    width: 100%;
    margin-top: 10px;
}
#footermenu ul {
    position: relative;
    display: inline;
    float: left;
    list-style: none;
    margin: 0px;
    padding: 0px;
}
#footermenu ul li {
    position: relative;
    display: inline;
    float: left;
    margin: 0px 2px 0px 2px;
    color: #7f88a2;
}
#footermenu ul li a, #menu ul li a:hover {
    color: #7f88a2;
}
#footermenu ul li a.selected {
    color: #002b5a;
}
#footermenu div {
    position: relative;
    display: inline;
    float: right;
    text-align: right;
    width: 40%;
    color: #7f88a2;
}
#galleryimg {
    position: relative;
    display: block;
    clear: both;
    width: 860px;
    height: 250px;
    margin: 0px auto 0px auto;
    background-image: url(../media/loading.gif);
    background-repeat: no-repeat;
    background-position: center center;
}
#gallerythumb {
    position: relative;
    display: block;
    clear: both;
    float: left;
    width: 100%;
    margin-top: 15px;
    height: auto;
}
#galleryimg img {
    width: 860px;
    height: 250px;
    border: 1px solid #002b5a;
}
#gallerythumb div a, #gallerythumb div a:hover {
    position: relative;
    display: inline;
    float: left;
    margin: 5px;
    width: 78px;
    height: 36px;
    border: 1px solid #002b5a;
}
#gallerythumb div a:hover {
    border: 1px dotted #002b5a;
}
#gallerythumb div a.selected, #gallerythumb div a:hover.selected {
    border: 1px solid #008db5;
}
#gallerythumb div a.ballleft, #gallerythumb div a:hover.ballleft {
    position: relative;
    display: inline;
    float: left;
    width: 15px;
    height: 15px;
    background-image: url(../media/ballleft.gif);
    background-repeat: no-repeat;
    border: none;
    margin-top: 10px;
}
#gallerythumb div a:hover.ballleft {
    background-image: url(../media/ballleftover.gif);
}
#gallerythumb div a.ballright, #gallerythumb div a:hover.ballright {
    position: relative;
    display: inline;
    float: right;
    width: 15px;
    height: 15px;
    background-image: url(../media/ballright.gif);
    background-repeat: no-repeat;
    border: none;
    margin-top: 10px;
}
#gallerythumb div a:hover.ballright {
    background-image: url(../media/ballrightover.gif);
}
#gallerythumb .prev {
    position: relative;
    float: left;
    display: inline;
    width: 20px;
    height: auto;
}
#gallerythumb .next {
    position: relative;
    float: left;
    display: inline;
    width: 20px;
    height: auto;
}
#gallerythumb .thumbs {
    position: relative;
    float: left;
    display: inline;
    width: 825px;
    height: auto;
    padding-left: 15px;
}
