a, body, div, form, h1, h3, input, small, span, strong, table, td, textarea
	{ font-family: Tahoma,Helvetica,Arial,sans-serif;	}
body	{ background: black url(?get=spielbrett.gif) no-repeat;
	  margin: 0;						}
h1, h2, h3
	{ border-bottom: 1px solid; margin: 0; padding: 0;	}
p       { text-align: justify;					}
span    { display: inline;					}
table   { border-bottom: 1px solid; width: 100%;		}

/* Ausgabebereich für das Protokoll */
#console
	{ border: 3px double gray;
	  background-color: #000;
	  color: gray;
	  height: 200px;
	  left: 2px;
	  overflow: hidden;
	  padding: 3px;
	  position: absolute;
	  top: 505px;
	  width: 483px;
	  visibility: hidden;
	  z-index: 0;						}

/* Das Menü */
#menu_button
	{ left: 233px; position: absolute; top: 238px;		}
#menu   { background-color: #CCCCCC;
	  overflow: auto;
	  padding: 10px;
	  position: absolute;
	  top: 40px;
	  left: 35px;
	  height: 400px;
	  width: 400px;
	  z-index: 999;						}

/* Spieler Info */
#red_info, #blue_info, #green_info, #yellow_info /* gemeinsamer Style */
	{ position: absolute; width: 150px; z-index: 0;		}
#red_info					 /* roter Spieler */
	{ left: 15px; top: 100px;
	  text-shadow: red 1px 1px;				}
#blue_info					 /* blauer Spieler */
	{ left: 325px; top: 100px;
	  text-align: right;
	  text-shadow: blue 1px 1px;				}
#green_info					 /* grüner Spieler */
	{ left: 325px; top: 375px;
	  text-align: right;
	  text-shadow: green 1px 1px;				}
#yellow_info					 /* gelber Spieler */
	{ left: 15px; top: 375px;
	  text-shadow: yellow 1px 1px;				}

/* Spielfiguren und Würfel */
#dice_div, #red_1, #red_2, #red_3, #red_4, #blue_1, #blue_2, #blue_3, #blue_4,
#green_1, #green_2, #green_3, #green_4, #yellow_1, #yellow_2, #yellow_3, #yellow_4
	{ position: absolute; visibility: hidden; z-index: 0;	}
#dice   { border: 3px double black;				}
#dice_div
	{ border: 0; text-align: center; width: 70px;		}
