#nkstrafen_tbl {
	font-size				:  8px;
	border-style			: solid;
	border-width		: 1px;
	border-color		: lightgrey;
	border-collapse	: collapse;
}

#nkstrafen_tbl tr td {
	border-style			: solid;
	border-width		: 1px;
	border-color		: lightgrey;	
}

#nkstrafen_tbl tr th {
	border-style			: solid;
	border-width		: 1px;
	border-color		: lightgrey;	
}

#nkstrafen_tbl tr .name{
	width					: 40px;
	text-align				: center;
}

#nkstrafen_tbl tr .strafe{
	text-align				: right;
}

#nkstrafen_tbl tr .anwesenheit{
	text-align				: center;
}

table#nkstrafen_tbl tbody tr td.strafe .nkstrafen_popup{
  display: none;
}

table#nkstrafen_tbl tbody tr td.strafe:hover .nkstrafen_popup{
  display:          block;
  position:         absolute;
  padding:          5px;
  margin:           10px;
  z-index:          100;
  background-color: lightgrey;
  border-color:     grey;
  border-style:     solid;
  border-width:     1px;
  font:             16px Verdana, sans-serif;
  text-align:       center;
}

