/* Style sheet fuer Kreuzwortraetsel auf der MCFA-Seite. */

.kreuzwort {
  border-collapse: collapse;
}

.kreuzwort td {
  border: solid black 1px;
  width: 28px;
  height: 28px;
}

.kreuzwort td.leer {
  background-color: black;
}

.kreuzwort td.w-start {
  width:24px;
}

.kreuzwort td.w-ende{
  width:24px;
  border-right-width: 4px; 
}

.kreuzwort td.h-start {
  height:24px;
}

.kreuzwort td.h-ende {
  height:24px;
  border-bottom-width: 4px; 
}

.loesung {
  border-collapse: collapse;
  margin-left: 2px;	
}

.loesung th {
  font-weight: normal;
}

.loesung td {
  border: solid black 1px;
  width: 28px;
  height: 28px;
}

.begriffe {
  font-size: small;
  border-spacing: 0px;
  line-height: 9pt;
}

.begriffe th {
  text-align: left;
}

.begriffe td {
  vertical-align: top;
}

.spalte1 {
  float: left;
  width: 360px;
}
