body {
  background: #a59d9a url(images/bg2.png);
  margin: 0;
  padding: 0;
  font: 11px Verdana;
  text-align: center;
}

a {
  color: #ff6c00;
  text-decoration: none;
}

a:hover {
  color: orange;
  text-decoration: underline;
}

#header {
  width: 788px;
  height: 163px;
  margin: 0 auto;
  background: url(images/header.png)
}

#footer {
  width: 788px;
  height: 43px;
  background: url(images/main_bottom2.png) no-repeat top left;
  margin: 0 auto;
}

#main {
  width: 788px;
  background: url(images/main_bg2.png) repeat-y top left;
  margin: 0pt auto;
}

#content {
  padding-left: 6px;
  padding-right: 6px;
}

#copyright {
  text-align: center;
  font: 11px Verdana;
  width: 788px;
  margin: 0 auto;
}

#gototop {
  text-align: center
}

#gototop a {
  padding-left: 16px;
  background: url(images/gototop.gif) no-repeat 0px 2px
}

/*------------------------------------------------------------------*\
 * Navigation 
\*------------------------------------------------------------------*/
#navigation {
  width: 788px;
  margin: 0 auto;
  background: url(images/main_bg2.png);
}

#navigation .wrapper {
  width: 777px;
  padding-left: 2px;
}


* {
  font-family: Verdana, Helvetica;
  font-size: 10pt;
}

.highslide {
  cursor: url(../highslide/graphics/zoomin.cur), pointer;
  outline: none;
}

.highslide-active-anchor img {
  visibility: hidden;
}

.highslide img {
  border: 2px solid gray;
}

.highslide:hover img {
  border: 2px solid white;
}

.highslide-wrapper {
  background: white;
}

.highslide-image {
  border: 2px solid white;
}

.highslide-image-blur {
}

.highslide-caption {
  display: none;

  border: 2px solid white;
  border-top: none;
  font-family: Verdana, Helvetica;
  font-size: 10pt;
  padding: 5px;
  background-color: white;
}

.highslide-loading {
  display: block;
  color: black;
  font-size: 8pt;
  font-family: sans-serif;
  font-weight: bold;
  text-decoration: none;
  padding: 2px;
  border: 1px solid black;
  background-color: white;

  padding-left: 22px;
  background-image: url(../highslide/graphics/loader.white.gif);
  background-repeat: no-repeat;
  background-position: 3px 1px;
}

a.highslide-credits,
a.highslide-credits i {
  padding: 2px;
  color: silver;
  text-decoration: none;
  font-size: 10px;
}

a.highslide-credits:hover,
a.highslide-credits:hover i {
  color: white;
  background-color: gray;
}

.highslide-move {
  cursor: move;
}

.highslide-overlay {
  display: none;
}

a.highslide-full-expand {
  background: url(../highslide/graphics/fullexpand.gif) no-repeat;
  display: block;
  margin: 0 10px 10px 0;
  width: 34px;
  height: 34px;
}

/* Controlbar example */
.controlbar {
  background: url(../highslide/graphics/controlbar4.gif);
  width: 167px;
  height: 34px;
}

.controlbar a {
  display: block;
  float: left; /*margin: 0px 0 0 4px;*/
  height: 27px;
}

.controlbar a:hover {
  background-image: url(../highslide/graphics/controlbar4-hover.gif);
}

.controlbar .previous {
  width: 50px;
}

.controlbar .next {
  width: 40px;
  background-position: -50px 0;
}

.controlbar .highslide-move {
  width: 40px;
  background-position: -90px 0;
}

.controlbar .close {
  width: 36px;
  background-position: -130px 0;
}

/* Necessary for functionality */
.highslide-display-block {
  display: block;
}

.highslide-display-none {
  display: none;
}

.content_desc * {
  font: 12px Arial;
  font-weight: normal;
}

#lang-selector {
  float: right;
  text-align: right;
  padding-right: 10px;
  padding-top: 2px;
  width: 350px;
  height: 22px;
}
#lang-selected {
  margin-right: 10px;
  color: #999999;
  text-shadow: 0 1px 0 #efefef;
}
