a:link.navi {
	color: #a0a0a0;
	text-decoration: none;
	font-size: 16px;
	font-family: Trebuchet MS;
	font-weight: bold;
}
a:visited.navi {
	color: #a0a0a0;
	text-decoration: none;
	font-size: 16px;
	font-family: Trebuchet MS;
	font-weight: bold;
}
a:active.navi {
	color: #a0a0a0;
	text-decoration: none;
	font-size: 16px;
	font-family: Trebuchet MS;
	font-weight: bold;
}
a:hover.navi {
	color: a0a0a0;
	text-decoration: none;
	font-size: 16px;
	font-family: Trebuchet MS;
	font-weight: bold;
}
table.header {
	width: 90%;
	height: 140px;
	align: left;
	valign: top;
	border-spacing: 0px;
}
td.header {
	background-image: url(schach_muster.gif);
	background-repeat: no-repeat;
	width: 100%;
	border: 1px solid black;
	color: #555555;
	padding-right: 8px;
}
table.navi {
	margin-top: 3px;
	width: 18%;
}
table.navi2 {
	border: 2px solid black;
	border-top: 0px;
	width: 100%;
}
td.navi {
	border: 2px solid black;
	width: 100%;
	padding-left: 6px;
	font-family: Trebuchet MS;
	font-weight: bold;
	color: #ffffff;
	background-color: #000000;
}
table.content {
	margin-top: 3px;
	margin-left: 2px;
	width: 72%;
}
td.content_titel {
	border: 1px solid black;
	padding: 0px;
	width: 100%;
	padding-left: 5px;
	background-color: #f4f4f4;
	font-family: Trebuchet MS;
}
td.content {
	border: 1px dotted black;
	border-top: 0px;
	padding: 0px;
	width: 100%;
	padding-left: 5px;
	font-family: Trebuchet MS;
	font-size: 14px;
}
table.copyright {
	border-top: 1px solid #000000;
	width: 90%;
	font-family: Trebuchet MS;
	font-size: 13px;
}