/******************************************************************************
 *
 *  Projekt.......: Störtebeker Opti-Cup
 *  Modul.........: druck.css
 *  Kurzinfo......: Stylesheet zum Drucken
 *  Autor.........: Thomas Hooge (tho)
 *  eMail.........: thomas@hoogi.de
 *
 ******************************************************************************/

/* Drucklayout ist noch nicht definiert */

div#header ul {
	display: none;
}
div#header img {
	display: none;
}
div#veranstalter  {
	display: none;
}
div#aktuell {
	display: none;
}
div.marginal {
	display: none;
}
div#sponsoren img {
	border: 0;
}
div#sponsoren table {
	display: none;
}
div#sponsoren h2 {
	display: inline;
}
p#footnav {
	display: none;
}
p#validator {
	display: none;
}

tr.bghead {	background-color: #CCC; }
tr.bghi { background-color: #FFF; }
tr.bglo { background-color: #EEE; }
table.data {
	font-family: "Bitstream Vera Sans", Arial, Helvetica, sans-serif;
	border-collapse: collapse;
}
table.data th,
table.data td {
	border: 1px solid black;
}
table.data img {
	display: none;
}

form {
	display: none;
}
