/***********************************/
/* REGELN */
/***********************************/

TABLE.mainmain{
	width: 592px;
	height: 400px;
}

TABLE.main {
	width: 100px;
	height: 350px;
	background-color : Navy;
	font-size : 12px;
	font-weight : bold;
	color: black;
}

TD.pfeilunten {
        height: 100px;
        width: 100px;
        background-color: navy;
        margin-left: 25px;
}

TD.pfeildummy{
        height: 50px;
        width: 392px;
	color:navy;
        background-color: navy;
}

TD.right {
        height: 20px;
        width:100px;
        color: navy;
	cursor:help;
}

TD.left {
        height: 20px;
        width:100px;
        color: navy;
	cursor:help;
}

TD.kasten{
        height: 350px;
        width: 392px;
        background-color: white;
}

div.strafe{
	height: 100px;
	width: 392px;
	color: white;
	position: relative;
	visibility: hidden;
	text-align: center;
	z-index: 100;
}

div.runde{
	font-size : 18px;
	color: red;
	padding-top:10px;
	text-align: center;
}

div.gebot{
	font-size : 18px;
	color: #00FF00;
	padding-top:10px;
	text-align: center;
}

TABLE.schnapszahl{
	color: white;
}

TD{
        text-align:center;
        vertical-align : middle;
        font-size : 12px;
        font-weight : bold;
}