#statusdiv {
	position: absolute;
	padding: 2px;
	left: -300px;
	background-color: lightyellow;
	border: 1px solid gray;
	visibility: hidden;
}

table.galerie {
	border: 1px solid #999999;
}

table#trueContainer td {
	min-width: 65px;
	min-height: 43px;
	width: 65px;
	height: 43px;
	color: #000000;
	background-color: #cccccc;
	width: 65px;
	height: 43px;
	text-align: center;
	border-width: 1px;
	border-style: solid;
	border-color: white;
}

table#trueContainer td.active {
  border-style: dotted;
  border-color: navy;
}

table#trueContainer td.deactive {
  /*empty*/
}

table#trueContainer td div {
	min-width: 65px;
	width: 65px;
}

.button {
	text-align: center;
	min-width: 25px;
	width: 25px;
}

.detailansicht {
	border:1px solid white;
	background-color: #cccccc;
}

.informationsleiste {
  background-color: #999999;
  color: #ffffff;
  font-weight: bold;
}

.informationsleiste td{
  background-color: #999999;
  color: #ffffff;
  font-weight: bold;
}

.informationsleiste a{
  color: #ffffff;
}

.informationsleiste a:visited{
  color: #ffffff;
}
