@charset "iso-8859-1";

/* TABELLEN */
.swtcontent table {
	border-collapse: collapse;
	margin-top: 10px
}

.swtcontent table th {
	background: rgb(239, 225, 179);
	border: solid;
	border-color: #000000;
	border-width: 1px;
	font-weight: bold;
}

.swtcontent table td {
	border: solid;
	border-color: #000000;
	border-width: 1px;
}


/**********************/
/*** MENU
/**********************/

div.NsvTurnierInfos {
  margin-bottom: 10px;
  text-align: center;
}

table.NsvTurnierMenu {
  border:           solid;
  border-collapse:  collapse;
  border-color:     #000000;
  border-width:     1px;
  margin-bottom:    20px;
  margin-left:      auto;
  margin-right:     auto;
}

table.NsvTurnierMenu td, table.NsvTurnierMenu th {
  border:           dotted;
  border-color:     #000000;
  border-width:     1px;
  padding:          3px;
  text-align:       center;
  width:            115px;
}

table.NsvTurnierMenu a, table.NsvTurnierMenu a:visited, table.NsvTurnierMenu a:hover {
  color:            #000000;
}

