body {
  position: relative;
  background-color: #CECEC6;
}

table {
  font-size: 1em;
}

body {
  font-size: 12px;
  line-height: 17px;
  font-family: Arial, Helvetica, Verdana, sans-serif;
}

a {
  color: #5f96c8;
  text-decoration: none;
}

a.more {
  font-style: oblique;
}

span.clickable {
  cursor: pointer;
  color: #5f96c8;
  font-style: oblique;
  text-decoration: none;
}

h1, h2 {
  font-family: Arial Black, Helvetica, Verdana, sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  color: #666666;
  margin: 0px;
  margin-bottom: 1em;
}

b {
  font-family: Arial Black, Helvetica, Verdana, sans-serif;
}

strong {
  font-weight: bold;
}

#title {
  position: absolute;
  left: 222px;
  top: 55px;
}

.wide-box, .narrow-box {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  padding: 10px;
  margin-right: 13px;
  margin-bottom: 13px;
  background-color: #ffffff;
  color: #000000;
}

.wide-box {
  width: 433px;
}

.narrow-box {
  width: 200px;
}

div.left {
  float: left;
}

.navicard {
  cursor: pointer;
}

#language {
  position: absolute;
  top: 90px;
  left: 600px;
  width: 100px;
  font-family: Arial Black, Helvetica, Verdana, sans-serif;
  text-transform: uppercase;
  text-align: right;
  font-size: 12px;
  font-weight: bold;
}

#language > a {
  color: white;
  margin-left: 3px;
  margin-right: 3px;
}

#language > a.selected {
  color: #666666;
}

#projnavi {
  position: absolute;
  left: 565px;
  top: 90px;
  font-family: Arial Black, Helvetica, Verdana, sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
}

#projnavi a {
  visibility: hidden;
}

#projnavi > a {
  color: white;
  margin-left: 3px;
}

