@charset "iso-8859-1";

/* DOKUMENT-ANFANG */
div.top {
  display: none;
}

img.logo {
  display: none;
}

/* MENU */
div.NsvTurnierInfos {
  display: none;
}

table.NsvTurnierMenu {
  display: none;
}

/* INHALT */
div.content {
  text-align: left;
}

/* TABELLEN */
table.type1 {
  border-collapse: collapse;
}

table.type1 th {
	background: #ffffff;
	border: solid;
	border-color: #000000;
	border-width: 1px;
	color: #000000;
	font-weight: bold;
}

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

/* BUTTONS */
input.button1 {
  display: none;
}

/* WEITERES */
div.dont_print {
  display: none;
}

span.dont_print {
  display: none;
}


