body
{
	background-color:#6183A6; 
}
h1
{
	font-family:courier new;
	margin-top:20px;
	margin-bottom:20px;
	font-size:35px;
}
hr
{
	border:solid;
	color:#000000;
	width:100%
}
textarea.info
{
	background-color:#DDDDDD;
	width:300px;height:480px;
	border:0;
}
textarea.infoHIDDEN
{
	visibility:hidden;
	background-color:#DDDDDD;
	width:300px;height:480px;
	border:0;
}
div.score
{
	position:absolute;
	margin-left:372px;
	margin-top:-40px;
	color:#CCCCCC;
	font-size:24px;
	font-weight:bolder;
	font-family:courier new;
	visibility:hidden;

}
canvas.normal
{
	background-color: FFFF99;
	border:solid;
}
canvas.wasser
{
	background-image: url(images/background.png);
	border:solid;
}
div.p1p
{
	color:#003300;
	font-size:26px;
	font-weight:bolder;
	font-family:Arial;
	margin-left:35px;
}
div.p2p
{
	color:#003300;
	font-size:26px;
	font-weight:bolder;
	font-family:Arial;
	margin-left:35px;
}
div.masterdiv
{
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
table.mastertable
{
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	
}
div.background
{
	position:absolute;
	background-color:#FF0000;
	width:640;
	height:480;
}
td.inhalt
{
	background-color:#DDDDDD;
}
div.center
{
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
td.ecken
{
	width:8px;
	height:8px;
	background-color:#000000
}
input.dimButton
{
	text-align:left;
	border:solid;
	font-weight:bold;
	font-family:courier new;
	margin-bottom:1px;
	margin-left:0px;
	width:100px;
	background-color:transparent;
	border:0;
	text-decoration:underline;
}