body
{
	font-family: sans-serif;
	color: #000;
	background-color: #fff;
}

img
{
	font-size: smaller;
	border:	none;
}

a:link,
a:visited
{
	text-decoration: none;
}

#JavaScriptHinweis
{
	font-weight: bold;
	font-size: larger;
	text-align: center;
}

#Titel
{
	font-size: x-large;
	text-align: center;
	color: #00c;
	background-color: inherit;
	border-bottom: 2px solid #00c;
	padding-bottom: 2px;
	margin-left: 10%;
	margin-right: 10%;
}

#Spielregeln
{
	margin-top: 1em;
	margin-left: 15%;
	margin-right: 15%;
	margin-bottom: 1em;
	padding: 0.5em;
	border: 1px solid #c00;
}

#Spielregeln p
{
	margin: 0.25em;
	font-size: smaller;
}

#Spielregeln .Titel
{
	font-weight: bold;
}

#Spielregeln .Button
{
	font-weight: bold;
	border: 1px solid #ccc;
	color: #000;
	background-color: #eee;
}

#Spielfeld
{
	text-align: center;
}

#Spielfeld table
{
	margin-left: auto;
	margin-right: auto;
	border-spacing: 2px;
	border: 1px solid #00f;
	padding: 4px;
}

#Spielfeld table td
{
	padding: 0;
	text-align: center;
	vertical-align: middle;
}

#Spielfeld table img
{
	border: none;
	display: block;
}

#Steuerung
{
	text-align: center;
}

#Steuerung a
{
	padding: 2px;
	font-weight: bold;
	font-size: large;
	color: inherit;
	background-color: #eef;
	border: 2px outset #00f;
}

@media screen
{
	a:focus,
	a:hover,
	a:active
	{
		text-decoration: none;
	}

	#Steuerung a:hover
	{
		border: 2px inset #00f;
	}
}

/* EOF */