* {
  margin: 0;
  padding: 0;
}

body {
  background: #d1d3d4;
  text-align: center;
  font: normal 12px/1.3 tahoma, sans-serif;
  color: #231f20;
}

a:link {color: #415C6B}
a:visited {color: #415C6B}
a:active {color: #415C6B}
a:hover {color: #415C6B}

#language-bar {
  background: #a7a9ac;
  height: 26px;
  line-height: 25px;
  text-align: right;
  padding: 0 20px 0 20px;
}

#language-bar a {
  color: #fff;
  text-decoration: none;
}

#language-bar a:hover {
  text-decoration: underline;
}

#container {
  background: url('../img/bg.png') no-repeat top right;
  position: relative;
  width: 935px;
  margin: 60px auto 0 auto;
  text-align: left;
  min-height: 685px;
}

#logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 250px;
  height: 75px;
  background: url('../img/logo.png') no-repeat 50% 50%;
  text-indent: -1000px;
  overflow: hidden;
}

#navi {
  position: absolute;
  top: 15px;
  left: 712px;
  width: 95px;
  line-height: 18px;
  font-size: 12px;
}

#navi ul {
  list-style-type: none;
}

#navi a {
  display: block;
  color: #231f20;
  text-decoration: none;
  text-transform: uppercase;
}

#navi a:hover {
  color: #686565;
}

#navi .selected a {
  font-weight: bold;
  color: #415c6b;
}

#navi .selected {
  border-bottom: 1px dashed #415c6b;
  margin: 0 0 4px 0;
  padding: 0 0 4px 0;
}

#content {
  position: relative;
  background: #fff;
  float: left;
  width: 340px;
  margin: 271px 0 50px 0;
  padding: 15px 30px 60px 30px;
  color: #686565;
  min-height: 200px;
}

#content #tree {
  text-transform: uppercase;
  font-size: 10px;
  margin: 0 0 30px 0;
}

#content #tree a {
  font-size: 11px;
  position: relative;
  top: 1px;
  color: #231f20;
}

#content h1, #content h2, #content h3 {
  font-weight: normal;
  margin: 10px 0 10px 0;
}

#content h1 {
  color: #231f20;
  font-size: 24px;
  text-transform: uppercase;
}

#content h2 {
  font-size: 18px;
}

#content h3 {
  font-size: 14px;
  color: #000;
}

#content p {
  margin: 1em 0 1em 0;
}

#content a {
  color: #415c6b;
  text-decoration: none;
}

#content a:hover {
  color: #4583a6;
  text-decoration: underline;
}

#content hr {
  border: 0;
  border-top: 1px dashed #415c6b;
  margin: 2em 0 2em 0;
}

#image {
  position: absolute;
  top: 213px;
  left: 457px;
  width: 720px;
}

#logos {
  position: absolute;
  top: 720px;
  left: 415px;
  width: 463px;
  height: 120px;
}

#logos p {
  font-size: 11px;
  margin: 0 0 15px 42px;
  color: #000;
}


a img {
  border: 0;
}

.column {
  width: 150px;
  float: left;
  margin: 0px 20px 0px 0px;
}

#content .column p {
  margin: 0px;
}

.column p a {
  color: #000;
  font-size: 11px;
}

.participant-images {
  position: relative;
  width: 700px;
  height: 320px;
  background: #fff;
  position: relative;
  top: 0px;
  display:none;
}

.participant-images.akt {
  display: block;
}

.participant-images img {
  margin-top: 20px;  
}

.caption {
  width: 200px;
  background: #fff;
  font-size: 10px;
  line-height: 12px;
  float: right;
  margin: 20px 20px 20px 0px;
}

.imagecontrols {
  position: relative;
  left: 240px;
  top: 10px;
  font-size: 10px;
  display: none;
}

.imagecontrols.akt {
  display: block;
}

.imagecontrols a {
  color: #000;
}

.imagecontrols p {
  margin: 3px 0px;
}

.hidden {
  display: none;
}
.prev, .next {
  cursor: pointer;
  text-decoration: underline;
}