#links {
  position: absolute;
  top:150px;
  width:119px;
  height:619px;
  background-image: url(images/sommer/left.jpg);
  background-repeat: no-repeat;
}
#toptext {
	width:100%;
	height:26px;
	background-color: #c0cee0;
	background-image:url(images/ttext.jpg);
	padding:0px;
	margin:0px;

}
#baustelle {
	width:400px;
	height:40px;
	background-color: #0C5DA5;
	background-image:url(images/sommer/baustelle.jpg);
	padding:0px;
	margin:0px;
}
#berichte {
	width:400px;
	height:40px;
	background-color: #0C5DA5;
	background-image:url(images/sommer/berichte.jpg);
	padding:0px;
	margin:0px;
}
#bikemenue {
	width:400px;
	height:40px;
	background-color: #0C5DA5;
	background-image:url(images/sommer/bikemenue.jpg);
	padding:0px;
	margin:0px;
}
#filme {
	width:400px;
	height:40px;
	background-color: #0C5DA5;
	background-image:url(images/sommer/filme.jpg);
	padding:0px;
	margin:0px;
}
#fotos {
	width:400px;
	height:40px;
	background-color: #0C5DA5;
	background-image:url(images/sommer/fotos.jpg);
	padding:0px;
	margin:0px;
}
#blender {
	width:400px;
	height:40px;
	background-color: #0C5DA5;
	background-image:url(images/sommer/blender.jpg);
	padding:0px;
	margin:0px;
}
#gopro {
	width:400px;
	height:40px;
	background-color: #0C5DA5;
	background-image:url(images/sommer/gopro.jpg);
	padding:0px;
	margin:0px;
}
#laufen {
	width:400px;
	height:40px;
	background-color: #0C5DA5;
	background-image:url(images/sommer/laufen.jpg);
	padding:0px;
	margin:0px;
}
#minecraft {
	width:400px;
	height:40px;
	background-color: #0C5DA5;
	background-image:url(images/sommer/minecraft.jpg);
	padding:0px;
	margin:0px;
}
#news {
	width:400px;
	height:40px;
	background-color: #0C5DA5;
	background-image:url(images/sommer/news.jpg);
	padding:0px;
	margin:0px;
}
#spiele {
	width:400px;
	height:40px;
	background-color: #0C5DA5;
	background-image:url(images/sommer/spiele.jpg);
	padding:0px;
	margin:0px;
}
#stat {
	width:400px;
	height:40px;
	background-color: #0C5DA5;
	background-image:url(images/sommer/stat.jpg);
	padding:0px;
	margin:0px;
}
#touren {
	width:400px;
	height:40px;
	background-color: #0C5DA5;
	background-image:url(images/sommer/touren.jpg);
	padding:0px;
	margin:0px;
}
  * {
  box-sizing: border-box;
}
.btn {
  border: none;
  background: linear-gradient(to bottom, #3498db, #2980b9);
  border-radius: 3px;
  font-family: Arial;
  font-size: 15px;
  color: #ffffff;
  padding: 2px 5px 2px 5px;
  text-decoration: none;
  margin-top: 5px;
  margin-right:-5px;
}

.active {
  background: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}
.spacer {
  clear: both;
  height: 20px;
}