.caption_green {
  color:#006060;
  font-weight:bold;
}

.table_green_bg {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #FFFFFF;
  background:#006060;
}

/* 10er-Buttons */
.button_small_quadrat {
  font-family: Arial, Helvetica, sans-serif;
  font-size:10px;
  background:#FFFFFF;
  width=40px;
  height=30px;
}

.button_quadrat_default  {
	color: #FFFFFF;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-align:center;
	vertical-align:middle;
	text-decoration: none;
	border:2px outset aqua;
	border-color: #66A3A3;
	background-color:#006666;
	width: 50px;
	height: 50px;
	cursor: hand;
	}

.button_quadrat_over  {
	color: #FFFFFF;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-align:center;
	vertical-align:middle;
	text-decoration: none;
	border:2px outset aqua;
	border-color: #66A3A3;
	background-color:#005555;
	width: 50px;
	height: 50px;
	cursor: hand;
	}

/* background-color: #DEAC14 */
.button_quadrat_selected  {
	color: #FFFFFF;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-align:center;
	vertical-align:middle;
	text-decoration: none;
	border:2px outset aqua;
	border-color: #F4D67F;
	background-color: #ECBA2A;
	width: 50px;
	height: 50px;
	cursor: hand;
	}
