/* Hangman Startseite */
.hangmanStart{
  padding-left: 10px;
}
.hangmanStart p{
	width: 50%;
	margin-left: 25%;
}

/* Copyright */
.hangmanCopyright {
  text-align: right;
  font-size: 80%;
}

/* Hangmanloader auf Startseite */
.hangmanloader{
  display: none;
}

/* Ratewort */
.ratewort {
  font-size: 30px; 
  text-transform: uppercase;
  letter-spacing: 8px;
  overflow: auto;
  min-height: 60px;
}

/* Hangman verloren */
.hangmanLose {
  text-align: center;  
}

.hangmanLose p{
	width: 50%;
	margin-left: 25%;
}

/* Hangman gewonnen */
.hangmanWin {
  text-align: center;  
}

.hangmanWin p{
	width: 50%;
	margin-left: 25%;
}

/* Hangmanspielfeld */
#hangField {
	padding-left: 10px;
	border-style: solid;
	border-width: 1px;
}

/* Buchstabenuttons */
.hangmanButtons ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.hangmanButtons li {
	border: 1px;
	margin: 10px 0 0 4px;
	float: left;
	cursor: pointer;
}


.hangmanButtons a {
	text-decoration: none;
	white-space: nowrap;
	border-width: 1px;
	padding: 0 2px;
	display: block;
}

.hangmanButtons span {
	font-weight: normal;
	font-size: 20px;
	text-transform: uppercase;
	padding-left: 1px;
	border-width: 1px;
	border-style: solid;
	padding: 0 2px;
	display: block;
}


/* Statistik */
.gfxBar {
	text-align: left;
	border-width: 1px;
	padding: 1px;
	border-color: #858585;
	border-style: solid;
}

.gfxBar div {
	background-color: #0c0;
	border-bottom: 6px solid #0a0;
	height: 6px;
	font-size: 6px; /* needed for correct usage-bar display in IE-browsers */
}

.tableheadrank {
	text-align: center;
}
.tableheaduser {
	text-align: center;
}
.tableheadsons {
  width: 65px;
	text-align: center;
}
.tableheadgfx {
	width: 250px;
	text-align: center;
}

.tbodyrank {
	width: 65px;
	text-align: center;
}
.tbodyuser {
	text-align: center;
}
.tbodyson {
width: 65px;
	text-align: center;
}
.tbodygfx {
	width: 250px;
	text-align: center;
}