/* general */

body {
  font: 75% Arial, Helvetica, Verdana, sans-serif;
  color: #bbbbbb;
  margin: 0;
  padding: 0;
}

img {
  border: none;
}

a {
  text-decoration: none;
  color: #bbbbbb;
}
a.selected {
  color: black;
}

.clear {
  clear: both;
}


/* layout */

#layout {
  width: 900px;
  text-align: center;
  position: relative;
  margin: auto;
  margin-top: 40px;
}

#header {
  margin-bottom: 10px;
}

#lang {
  visibility: hidden;
}
.pt #lang, .en #lang {
  visibility: visible;
}

#home-button {
  position: absolute;
  left: 0;
  top: 100px;
}
.pt #home-button, .en #home-button {
  visibility: hidden;
}

#north {
  text-align: left;
  background: transparent url(/img/layout/north.png) no-repeat top left;
  color: black;
  font-size: 80%;
  position: absolute;
  top: 0;
  right: 0;
}
#north.open {
  background: transparent url(/img/layout/north_open.png) no-repeat top left;
}
#north dl {
  padding: 60px 20px 20px;
  visibility: hidden;
}
#north.open dl {
  visibility: visible;
}
#north dl dt {
  font-weight: bold;
}
#north dl dd {
  margin-left: 2px;
}


#content {
  margin: 40px 0;
}

#col1 {
  float: left;
  width: 400px;
}

#col2 {
  float: left;
  width: 230px;
}

#col3 {
  float: left;
  width: 230px;
  overflow: visible;
}

#footer {
  clear: both;
  font-size: 90%;
  padding: 10px 0;
  margin-top: 50px;
}
#footer a {
  color: #bbbbbb;
}
#footer a:hover {
  color: black;
}


/* boxes */
.box {
  opacity: 0.3;
  -moz-opacity: 0.3;
  filter:alpha(opacity=30);
  zoom: 1;
  color: black;
}
.box.selected {
  opacity: 1;
  -moz-opacity: 1;
  zoom: 1;
  filter:alpha(opacity=100);
}
.box .text {
  min-height: 80px;
  margin-bottom: 1em;
}

ul.pdfs {
  list-style: none;
  padding: 0;
}
ul.pdfs li {
  padding: 0;
}
.pdfs a {
  color: red;
}


/* left boxes */
#col2 {
  text-align: right;
  margin-top: 80px;
}
#col2 .box {
  background-image: url(/img/bg/box_left_closed.png);
  background-repeat: no-repeat;
  background-position: 194px 6px;
}
#col2 .box.open {
  background-image: url(/img/bg/box_left_open.png);
}
#col2 .box .text {
  margin-right: 20px;
}
#col2 h3 {
  margin-right: 40px;
}


/* right boxes */
#col3 {
  text-align: left;
  margin-top: 80px;
}
#col3 .box {
  background-image: url(/img/bg/box_right_closed.png);
  background-repeat: no-repeat;
  background-position: 0 6px;
}
#col3 .box.open {
  background-image: url(/img/bg/box_right_open.png);
}
#col3 .box .text {
  margin-left: 20px;
}
#col3 h3 {
  margin-left: 40px;
}



/* gallery */
.gallery {
  background-image: url(/img/bg/gallery.jpg);
  background-repeat: no-repeat;
  width: 400px;
  height: 400px;
}
.gallery img {
  margin-top: 75px;
  vertical-align: middle;
}

.paginator .buttons img.inactive {
  opacity: 0.5;
  -moz-opacity: 0.5;
  zoom: 1;
  filter:alpha(opacity=50);
}

