/*****Reset*****/ 
html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td { margin: 0; padding: 0; }  
body {
  background: #cae8fa url(img/bg.jpg) center top no-repeat;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 12px;
  margin: 0 auto;
}
a {
  text-decoration: none;
}
.clear {
  clear: both;
}
#wrapper {
      /* background: green; */
  margin: 0 auto;
      /* min-height: 600px;
      opacity: 0.4; */
  padding: 0;
  position: relative;
  width: 960px;
}
#logo {
  left: 7px;
  position: absolute;
  top: 0px;
  z-index:300;
}
#logo a{
  background: url(img/logo.png) no-repeat;
  display: block;
  height: 83px;
  outline: none;
  text-indent: -10000px;
  width: 90px;
}
#header {
  background: url(img/header_bg.png) no-repeat;
  height: 58px;
  padding: 11px 0 0 0;
  width: 960px;
}
#header h1{
  padding: 15px 0 0 0;
  text-indent: 100px;
}
#header h1 a{
  color: #ff9900;
  font-size: 24px;
  outline: none;
}
#header h1 a:hover{
  color: #68BDCF;
}
#menu {
/*   background: red; */
  float: right;
  height: 39px;
  margin: 1px 20px;
  overflow: hidden;
  width: 620px;
}
#menu ul {

}
#menu ul li{
  display: inline;
}
#menu ul li a{
  background: url(img/menu.png) no-repeat;
  color: #fff;
  display: block;
  font-weight: bold;
  float: left;
  height: 27px;
  line-height: 32px;
  margin: 0 3px;
  overflow: hidden;
  text-align: center;
  width: 114px;
}
#menu ul li a:hover, #menu ul li a.selected{
  background: url(img/menu.png) 0 -27px no-repeat;
  height: 39px;
  line-height: 60px;
}
#navigation, #pagenav {
  background: #68bdcf url(img/navbg.jpg) right top no-repeat;
  height: 260px;
  overflow: hidden;
  position: relative;
  width: 960px;
}
#pagenav {
  background: #68bdcf;
  height: 100px;
}
#breadcrumb {
  background: url(img/bread_bg.png) repeat-x;
  height: 38px;
  overflow: hidden;
  width: 960px;
}
#breadcrumb ul{

}
#breadcrumb ul li{
  color: #404c4e;
  display: inline;
  font-size: 14px;
  font-weight: bold;
  line-height: 38px;
  margin: 0 5px;
  text-transform: uppercase;
}
#breadcrumb ul li a{
  background: url(img/bread_bullet.png) right center no-repeat;
  color: #404c4e;
  display: block;
  float: left;
  outline: none;
  padding: 0 20px;
  text-transform: none;
}
#breadcrumb ul li a:hover{
  color: #68BDCF;
}
#maincontent {
  background: #fff;
  width: 960px;
}
#content {
  float: left;
  min-height: 400px;
  padding: 15px 20px;
  width: 485px;
}
#content.big{
  width: 716px;
}
#content h1{
  background: url(img/content_h1.png) no-repeat;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  height: 33px;
  line-height: 33px;
  margin: 0 0 5px -20px;
  text-indent: 30px;
}
#content h3 {
  border-bottom: 1px dotted #FF7604;
  color: #4CA3B4;
  margin: 10px 0 0 0;
  text-indent: 30px;
}
#content p {
  padding: 5px 0;
}
#content p.offerte:first-line, #content .labelbox:first-line {
  color: #FF7604;
  font-weight: bold;
}
#content ul {
  list-style: circle outside;
  margin: 0 0 0 40px;
}
#content ul li{

}
#content .bigbox {
  background: #ededed;
  border: 1px solid #C3D8DF;
  height: 350px;
  margin: 20px 0 0 0;
  width: 500px;
}
#content .bigbox img {
  height: 330px;
  padding: 10px;
  width: 480px;
}
#content .labelbox {
  border: 1px dotted #4CA3B6;
  margin: 15px 0;
  padding: 15px 10px 10px 10px;
  position: relative;
  width: 98%;
}
#content .labelbox h3{
  background: #fff;
  border-bottom: none;
  color: #4CA3B4;
  padding: 0 10px;
  position: absolute;
  text-indent: 0px;
  top: -20px;
}
#content table{
  background: url(img/table_bg.png) center bottom no-repeat;
  border-collapse: collapse;
  margin: 10px 0;
  text-indent: 10px;
  padding: 0 0 25px 0;
  width: 500px;
}
#content.big table{
  border-collapse: collapse;
  margin: 10px 0;
  text-indent: 10px;
  width: 720px;
}
#content table a{
  color: #DF6900;
  font-weight: bold;
}
#content table thead tr, #content table thead tr:hover {
  background: url(img/tablehead_bg.png) repeat-x;
  height: 33px;
  text-align: left;
}
#content table tr.odd{
  background: #dff3fd;
}
#content table tr:hover{
  background: #B3DBEF;
}
#content table tr td{
  font-size: 13px;
  height: 22px;
  line-height: 22px;
}
#centercolumn {
  background: url(img/centercolumn_bg.png) repeat-y;
  float: left;
  width: 231px;
}
#centercolumn_content {
  background: url(img/centercolumn_top.png) no-repeat;
  min-height: 129px;
  padding: 0 25px;
  width: 181px;
}
#centercolumn_content h2{
  color: #404c4e;
  font-size: 18px;
  padding: 10px 0 5px 0;
  text-align: center;
}
#centercolumn_content p{
  color: #fff;
  font-size: 11px;
  line-height: 18px;
  padding: 5px 10px;
}
#centercolumn_content p strong{
  color: #404c4e;
}
#centercolumn_content img{
  border: 4px solid #fff;
  margin: 10px 20px 5px 20px;
}
#centercolumn_content span strong{
  color: #404c4e;
  display: block;
  text-align: center;
}
#centercolumn_bottom {
  background: url(img/centercolumn_bottom.png) no-repeat;
  height: 26px;
  width: 231px;
}
#rightcolumn {
    /* background: cyan; */
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  float: left;
      min-height: 300px;
  width: 204px;
}
#rightcolumn h3{
  background: url(img/rightcol_h3.png) right no-repeat;
  color: #404c4e;
  font-size: 14px;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-weight: bold;
  height: 23px;
  line-height: 23px;
  margin: 10px 0 0 5px;
  text-indent: 50px;
}
#rightcolumn p{
  line-height: 18px;
  padding: 5px 10px;
}
#rightcolumn p a{
  color: #DF6900;
}
#rightcolumn p a:hover{
  color: #4CA3B4;
}
#rightcolumn table{
  border-collapse: collapse;
  margin: 5px 0;
  width: 195px;
  /* border-spacing: 0; */
}
#rightcolumn table tr td a{
  color: #000;
}
#rightcolumn table tr.odd {
  background: #eff8fe;
}
#rightcolumn table tr:hover{
  background: #FFA23F;
}
#rightcolumn table tr td {
  border: 0px;
  height: 20px;
/*   padding: 2px; */
  text-indent: 10px;
  text-transform: uppercase;
}




#footer {
      background: #cae8fa url(img/footer_bg.jpg) repeat-x;
  height: 140px;
  width: 100%;
}
#footer_content {
  background: url(img/footer_content.jpg) no-repeat;
  height: 72px;
  margin: 0 auto;
  width: 960px;
}
#footer_content p {

}
#footer_content p span{
  color: #fff;
  float: left;
  line-height: 72px;
}
#footer_content p span.credits{
  text-indent: 40px;
  width: 650px;
}
#footer_content p span.w3c{
  text-align: right;
  width: 250px;
}
#footer_content p span.w3c a{
  color: #404c4e;
  padding: 0 5px;
}
#footer_content p span.w3c a:hover{
  color: #fff;
}
/*box */
#boxcontainer {
  margin: 20px -17px 0 -6px;
  width: 508px;
}
.box {
  background: url(img/box_bg.png) repeat-y;
  float: left;
  width: 254px;
  min-height: 80px;
}
.box h2{
  color: #a9d8e3;
  line-height: 25px;
  text-indent: 30px;
}
.box p{
  margin: 0 25px;
}
.box p.italic{
  color: #27707f;
  font-style: italic;
}
.box p a{
  color: #DF6900;
}
.box p a:hover{
  color: #a9d8e3;
}
.box img{
  background: #fff;
  border: 1px solid #a9d8e3;
  float: right;
  height: 90px;
  margin: 0 0 -2px 3px;
  padding: 5px;
  width: 100px;
}
.box .boxtop, .box .boxbot {
  height: 25px;
  width: 254px;
}
.box .boxtop {
  background: url(img/box_top.png) no-repeat;
}
.box .boxbot {
  background: url(img/box_bot.png) no-repeat;
}

/*polaroid */
@media projection, screen { 
  .ui-tabs-hide {display: none;}
}
@media print {
  .ui-tabs-nav {display: none;}
}

/* tabs rotate */
ul.ui-tabs-nav {
  /* per opera */
  list-style-type: none;
}
.ui-tabs-nav, .ui-tabs-panel {
  font-size: 12px;
}
.ui-tabs-nav {

}
.ui-tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
  display: block;
  clear: both;
  content: " ";
}
.ui-tabs-nav li {
  height: 66px;
  margin: 0;
  width: 270px;
}
.ui-tabs-nav a, .ui-tabs-nav a span {
    display: block;
}
.ui-tabs-nav a {
  font-size: 14px;
}
.ui-tabs-nav a span{
  font-size: 30px;
  
}
.ui-tabs-nav a {
  color: #fff;
  font-weight: bold;
  height: 62px;
  outline: 0;
  padding: 0 0 0 15px;
  text-decoration: none;
  white-space: nowrap; /* required in IE 6 */    
}
.ui-tabs-nav .ui-tabs-selected a {
  background: url(img/navmenu-hov.png) no-repeat;
  color: #3e3e3e;
  display: block;
  margin: 0;
  position: relative;
  z-index: 2;
  }
.ui-tabs-nav .ui-tabs-selected a span {
  color: #000;
  cursor: pointer;
}
.ui-tabs-nav a span {
  border-bottom: 2px dotted #fff;
  height: 40px;
  line-height: 40px;
  margin: 0 0 1px -5px;
  overflow: hidden;
  text-indent: 20px;
}

.ui-tabs-panel {
  float: left;
  height: 260px;
  /* margin-left: 10px; */
  width: 675px;
}
.ui-tabs-loading em {
    padding: 0 0 0 20px;
    background: url(img/loading.gif) no-repeat 0 50%;
}

#rotate ul {
  float: left;
  padding-top: 0px;
}
#rotate img {
  border: 0px;
  width: 512px;
  height: 215px;
  margin: 14px 0 0 84px;
} 
#trip-1, #trip-2, #trip-3, #trip-4, #trip-5{
  position: relative;
}
.postit {
  background: url(img/postit.png) no-repeat;
  color: #000;
  height: 95px;
  left: 450px;
  padding: 30px 5px 5px 6px;
  position: absolute;
  top: 75px;
  width: 110px;
  z-index: 100;
}
.postit a{
  color: #000;
}
#polaroid {
  background: url(img/polaroid.png) no-repeat;
  height: 215px;
  left: 351px;
  position: absolute;
  top: 14px;
  width: 515px;
} 

.ui-tabs-nav a span, .ui-tabs-nav .ui-tabs-disabled a:hover span, .ui-tabs-nav .ui-tabs-disabled a:focus span, .ui-tabs-nav .ui-tabs-disabled a:active span {
}
.ui-tabs-nav .ui-tabs-selected a:link, .ui-tabs-nav .ui-tabs-selected a:visited, .ui-tabs-nav .ui-tabs-disabled a:link, .ui-tabs-nav .ui-tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: pointer;
}
.ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active,
.ui-tabs-nav .ui-tabs-unselect a:hover, .ui-tabs-nav .ui-tabs-unselect a:focus, .ui-tabs-nav .ui-tabs-unselect a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}

/* varie */
#content ul.where {
  list-style-type: none;
  margin: 5px 30px;
}
#content ul.who {
  font-size: 16px;
}
#content ul.where li {
  border-bottom: 1px dotted #ccc;
  line-height: 22px;
  padding: 0 5px;
}
#content ul.where li.phone{
  background: url(img/icons.png) no-repeat;
  text-indent: 24px;
}
#content ul.where li.noimg {
  text-indent: 24px;
}
#content ul.where li.mail{
  background: url(img/icons.png) 0 -42px no-repeat;
  text-indent: 24px;
}
#content ul.where li.mail a{
  color: #68BDCF;
}
#content ul.where li.mail a:hover{
  color: #FF871B;
}
#content .mini {
  height: 255px;
}
#content .mini img{
  height: 235px;
}

