#top {
  background: #0d0d0d;
  height: 126px;
  clear: both;
  overflow: hidden;
}
#header {
  background: url(/media/graphics/header.jpg) no-repeat center;
  height: 100%;
  width: 980px;
  margin: 0 auto;
  position: relative;
  z-index: 0;
}
#top h1 a,
#top h1 a:hover {
  width: 162px;
  height: 36px;
  position: absolute;
  z-index: 1;
  left: 139px;
  top: 42px;
  font-size: 1px;
  text-indent: -9999px;
  text-decoration: none;
  border: 0;
}
#slogan {
  color: #60cff7;
  position: absolute;
  top: 84px;
  left: 213px;
  font-size: 80%;
}
#slogan strong {
  text-transform: uppercase;
}

#sok {
  width: 312px;
  float: right;
  color: #888;
  margin-top: 27px;
}
#sok legend {
  display: none;
}
#sok span {
  float: left;
  display: block;
}
#sok input,
#sok select {
  background: #444;
  border: 1px solid #5f5f5f;
  padding: 3px 8px;
  color: #bdbdbd;
  float: left;
  font-family: Helvetica, Arial, sans-serif;
}
#sok input#soketekst {
  width: 294px;
  font-size: 120%;
  font-weight: bold;
  margin: .3em 0;
}
#sok input#soketekst:focus {
  background: #33677a;
  border-color: #60cff7;
}
#sok select {
  margin-left: .5em;
  width: 140px;
  padding: 0;
}
#sok input#submit_sok {
  border: 0;
  padding: 0;
  margin: 1px 5px 0 7px;
}
#sok a {
  color: #666;
  border-color: #444;
}
#sok a:hover {
  color: #60cff7;
  border-color: #33677a;
}
.overview-navigation {
	list-style: none;
	position: absolute;
	right: 6px;
	bottom: 12px;
}
.overview-navigation li {
	float: left;
	margin-left: 5px;
}
.overview-navigation li a {
	float: left;
	display: block;
	text-decoration: none;
	line-height: 22px;
	background: url('/media/graphics/minprofil.jpg') no-repeat top left;
	font-size: 11px;
	font-weight: bold;
	border: none;
	color: #111;
}
.overview-navigation li a span {
	display: block;
	line-height: 22px;
	padding-right: 10px;
	margin-left: 10px;
	text-transform: uppercase;
	background: url('/media/graphics/minprofil.jpg') no-repeat top right;
}
.overview-navigation li a:hover {
	background: url('/media/graphics/minprofil.jpg') no-repeat top left;
	color: #fff;
}
.overview-navigation li a:hover span {
	background: url('/media/graphics/minprofil.jpg') no-repeat top right;
}