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

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

h1
{
	text-align: center;
}

a:link
{
	color: #00f;
	background-color: inherit;
	text-decoration: none;
}

a:visited
{
	color: #f0f;
	background-color: inherit;
	text-decoration: none;
}

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

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

#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 td
{
	text-align: center;
	vertical-align: middle;
}

#Spielfeld table
{
	text-align: center ! important;
	margin-left: auto ! important;
	margin-right: auto ! important;
	border: 1px solid #c00;
	padding: 2px;
	border-spacing: 0;
	margin: 0;
	empty-cells: show;
	border-collapse: collapse; 
}

#Spielfeld table table
{
	border: none;
	padding: 0;
	border-spacing: 2px;
	margin: 0;
	border-collapse: separate;
}

#Spielfeld table table img
{
	display: block;
}

#Spielfeld table tbody td
{
	padding: 8px;
	margin: 0;
}

#Spielfeld table tbody table tbody td
{
	padding: 0;
	margin: 0;
}

@media screen
{
	a:hover
	{
		text-decoration: underline;
	}

	a:active
	{
		color: #f00;
		background-color: inherit;
		text-decoration: none;
	}
}

/* EOF */