/* Globals */
body {
  font-size: 8pt;
  font-family: sans-serif;
  margin: 0px 0px 0px 0px;
  padding: 0px;
  background-image: url('/img/gui/backgroundShade.png');
  background-repeat: repeat-x;
}

#cbox {
  width:995px;
  margin:125px auto;
  padding:0px;
}

#box {
  position: relative;
  height: 575px;
  padding:0px;
  margin: 0px;
  overflow: hidden;
  background-image: url('/img/gui/bg.jpg');
  background-repeat: no-repeat;
}

#alandicalogo {
  position: absolute;
  top: 16px;
  left: 37px;
}

a img {
  border-style: none;
}

#ticketbooking {
  position: absolute;
  top: 16px;
  right: 16px;
}

#bottommenu {
  position: absolute;
  top: 552px;
  left: 0px;
  width: 100%;
  height: 23px;
  margin: 0px;
  padding: 0px;
  background-image: url('/img/gui/bottomMenu.png');
  background-repeat: repeat-x;
  font-weight: bold;
}

#bottommenu a, #bottommenu .right .text {
  color: white;
  text-decoration: none;
  margin-right: 8px;
  text-transform: uppercase;
}

#bottommenu a.selected {
  color: #c4c8c8;
}

/*#bottommenu .right a:hover {
  color: #8fbac4;
}*/

#bottommenu .left .selected {
  color: #ccc;
}

.left  {
  position: absolute;
  left: 0px;
  margin-top: 5px;
  margin-left: 50px;
  padding: 0px;
  overflow: hidden;
}

.right {
  position: absolute;
  right: 0px;
  margin-top: 5px;
  margin-right: 20px;
  padding: 0px;
  overflow: hidden;
}

.left li, .right li {
  display: inline;
  margin: 0px;
  padding: 0px;
}

.right li img, .right li a img {
  vertical-align: top;
}

.contact {
  padding-top: 5px;
  margin: 0px;
  white-space: nowrap;
  font-size: 8pt;
  font-style: normal;
  text-align: center;
}

/***********/

.buttonbox {
  position: relative;
  margin: 0px;
  padding: 0px;
  width: 255px;
}

.buttonbox li {
  position: relative;
  display: block;
}

.buttonbox li a.button {
  position: relative;
  display: block;
  width: 242px;
  height: 25px;
  padding: 4px 0px 0px 13px;
  background-image: url('/img/gui/grayButton.png');
  background-repeat: no-repeat;
  font-size: 12pt;
  font-weight: bolder;
  letter-spacing: -0.1ex;
  text-decoration: none;
  text-transform: uppercase;
  color: white;
}

.buttonbox li a.button:hover {
  background-image: url('/img/gui/blueButton.png');
  color: black;
}

.buttonbox li a.main {
  background-image: url('/img/gui/blackButton.png');
  color: white;
}

.buttonbox li a.selected {
  background-image: url('/img/gui/blueButton.png');
  color: black;
  font-weight: bolder;
}

/***************/
/*
.right {
  border: 1px solid blue;
}

.right li a img {
  visibility: hidden;
}



.right li a {
  background-position: left top;
  background-repeat: no-repeat;
  padding-bottom: 4px;
  border: 1px solid white;
  background-color: red;
}

#fin {background-image: url('/img/gui/flag-fi.png');}
#fin:hover {background-image: url('/img/gui/flag-fi-selected.png');}

#uk {background-image: url('/img/gui/flag-uk.png');}
#uk:hover {background-image: url('/img/gui/flag-uk-selected.png');}

#newsletter {background-image: url('/img/gui/nyhetsbrev.png');}
#newsletter:hover {background-image: url('/img/gui/nyhetsbrev-selected.png');}

#bookticket {background-image: url('/img/gui/bookticket.png');}
#bookticket:hover {background-image: url('/img/gui/bookticket-selected.png');} */
