/*
	// zugzwang.org / schach-bremen.de
	// (c) Gustaf Mossakowski, <gustaf@koenige.org> 2000-2010
	// CSS für Druck
	// $Rev$ - $LastChangedDate$
*/

html, body	{ background: #FFF; color: #000; font-size: 11pt; margin: 0; }
html body	{ background: #FFF; }

a:link, a:visited
			{ color: black; text-decoration: none; }
a[href^=http]:after
			{ content: " [" attr(href) "] "; }

#content	{ background: white; opacity: 1; 
			-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
			filter: alpha(opacity=100); }

#foot, #nav, #logout, #breadcrumbs
			{ display: none; }

html, body, .canvas		{ margin: 0 auto; }

.notation th, .notation td
			{ border-style: none none solid solid; border-width: 1px;
			border-color: black; }

hr			{ display: none; }

/* Schachbrett */

.notation table,
table.brett { border-collapse: separate; border-spacing: 0; }
table.brett	{ page-break-inside: avoid; }

h1, h2, h3, h4
			{ page-break-after: avoid; }
td			{ page-break-inside: avoid; }
