/* Hyperlink */
	a.alpinerraumlink {
  		color: #e09b33; 
  		font-weight: bold;
  		text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
	}

	a.alpinerraumlink:hover {
  		color: #e09b33; 
  		font-weight: bold;
  		text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}