@charset "iso-8859-1";

/**********************/
/*** 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;
}


/**********************/
/*** INHALT
/**********************/

div.content {
}

