body {
  font-family: Tahoma, Geneva, sans-serif;
  background-color: #a6a995;
}

#logo {
  width: 100%;
}

/* Style the navigation menu */
#myMenu {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

/* Style the navigation links */
li a {
  background-color: #bac5b4;
  padding: 9px;
  text-decoration: none;
  font-size: 15px;
  color: black;
  display: block;
}

li a:hover {
  background-color: #a6a995;
}

#languageselector {
  text-align: center;
  font-size: 13px;
  padding: 9px;
  display: block;
}

#languageselector a {
  color: black;
}

.ncurrentlanguage {
  text-decoration: none;
}

.currentlanguage {
  text-decoration: underline;
}

/* Left column (menu) */
.view {
  padding: 15px 0;
  width: 1000px;
  display:block;
  margin:auto;
}

/* Left column (menu) */
.left {
  width: 225px;
  float:left;
  padding: 15px 0;
  position:fixed;
  top:0px;
  bottom:0px;
  overflow-y:auto;
}

.left h2 {
  padding-left: 8px;
}

/* Right column (page content) */
.right {
  margin-left: 245px;
  padding: 15px;
  position: relative;
}

.thumbnail{
  position: absolute;
  margin-bottom: 50px;
  padding-bottom: 50px;
  -webkit-transition:all 0.5s ease-out;
  -moz-transition:all 0.5s ease-out;
  -o-transition:all 0.5s ease-out;
  transition:all 0.5s ease-out
}