
.festgeklebt {
	background-color: yellow;
    position: sticky;
	position: -webkit-sticky;
    top: 0;
}
a:link {
 text-decoration: none;
  color: black;
  font-size: 15px;
}

a:visited {
 text-decoration: none;
  color: black;
  font-size: 15px;
}

a:hover {
  background-color: green;
  font-size: 15px;
  color: orange;
}

.myborder {
	border-style: none;
}

.myback {
	 background-color: #0C4A38;
	 text-align: center;
	 font-size: 15px;
	 padding: 10px; 
}


th, td {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
}

.bild-links {
  float: left;
  margin-right: 10px;
}

#myback1 { background-color: #0C4A38; color: white; font-size: 25px; }
#myback2 { background-color: yellow; font-size: 25px;}
#myback3 { background-color: yellow;}
