.orange {
	height: 160px;
}
.orange a{
  	display: block;
  	height: 160px;
         font-size: 14px;
 	text-decoration: none;
 	overflow: hidden;
}
.orange a:link {
  	text-decoration: none;
}
.orange a:visited {
	text-decoration: none;
}
.orange a:hover {
	color: #F7DD96;
}
.dunkelgruen {
	height: 160px;
         font-size: 14px;
}
.dunkelgruen a{
  	display: block;
  	height: 160px;
         font-size: 14px;
         color: #B9B9B9;
 	text-decoration: none;
 	overflow: hidden;
}
.dunkelgruen a:link {
  	text-decoration: none;
	color: #B9B9B9;
}
.dunkelgruen a:visited {
	text-decoration: none;
	color: #B9B9B9;
}
.dunkelgruen a:hover {
	color: #ffffff;
	background-color: #000000;
}
.hellgruen {
	height: 160px;
}
.hellgruen a{
  	display: block;
  	height: 160px;
         font-size: 14px;
 	text-decoration: none;
 	overflow: hidden;
}
.hellgruen a:link {
  	text-decoration: none;
}
.hellgruen a:visited {
	text-decoration: none;
}
.hellgruen a:hover {
	color: #30C9AB;
}