body {
  color:#888;
  font-family: Consolas, sans-serif;
  background-color:#000;
}

a {
  color:#777;
  text-decoration:none;
}
a:link {
  color:#777;
  text-decoration:none;
}
a:visited {
  color:#777;
  text-decoration:none;
}
a:hover {
  color: #AAA;
  text-decoration:none;
}
a:active {
  color: #777;
  text-decoration:none;
}

.text-label {
  color: #555555;
  font-weight: bold;
}

input[type="text"] {
  padding: 10px;
  border: none;
  background-color:#000;
  border-bottom: solid 2px #222;
  transition: border 0.3s;
  font-family: Consolas, sans-serif;
  font-size:8pt;
  color:#888888;
}
input[type="text"]:focus,
input[type="text"].focus {
  border-bottom: solid 2px #777;
}

.description{
  color:#888;
  font-family: Consolas, sans-serif;
  font-size:12pt;
  padding-left:10pt;
  padding-bottom:10pt;
}

.months{
  padding-bottom:49pt;
  margin-bottom:-19pt;
  text-align: center;
}
.line{
  width:850px;
  height:150px;
  margin-left:34pt;
}

.thumb{

  width:150px;
  height:150px;
  float:left;
  background-size: 150px 150px;
  background-repeat: no-repeat;
  margin:2pt;
}
.thumb:hover{

}

#gerkzeuk_photo{
  margin:0 auto;
  width:850px;
  height:280px;
  background-image: url("../gerkzeuk_web.png");
  background-size: 850px 280px;
  z-index:-1;
}
#youtubeframe{
  position:absolute;
  float:left;
  margin-left:234px;
  margin-top:12px;
  display:block;
  z-index:1;
}
#main{
  background-color:#222;
  width:650pt;
  margin-left:auto;
  margin-right:auto;
  margin-top:28pt;
  margin-bottom:-10pt;
  border:1pt solid #444;
  z-index: 1;
}
#navi {
  width:650pt;
  height:30pt;
  background-color:#000;
  font-size:16pt;
}
#navi ul{
  margin:0;
  padding:0;
  text-align: center;
}
#navi li{
  width:162.5pt;
  float:left;
  list-style:none;
}
#navi li a{
  display:block;
  height:30pt;
  color:#777;
}

#navi li a:link {
  text-decoration:none;
}
#navi li a:visited {
  text-decoration:none;
}
#navi li a:hover {
  color: #000;
  text-decoration:none;
  background-color:#444;
}
#navi li a:active {
  text-decoration:none;
}
