body {
	font-family: "Helvetica Neue", "Helvetica", "Arial", "sans serif";
}

#kopfleiste {
	text-align: center;
	padding-top: 10px;
	width: inherit;
	height: 60px;
	background-color: #cccccc;
}

#spielstand {
	background-image: url("bilder/chess-bg.png");
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;

	margin: 2px;
	padding: 8px;
	width: auto;
	text-shadow: 4px 3px #000000;
/* 	background-color: #0000ffff; */
/* 	background-color: #FAF9F8; */
}

#score {
	text-align: center;
	font-size: 200%;
}

h2 {
	text-align: center;
	
	font-size: x-large;
	line-height: 1.4;
}

#spielstatistik {
    
	margin: 0px;
	padding: 8px;
	width: auto;
	height: auto;
	background-color: #cccccc;
}
/* 
table {
	/* border-collapse: collapse;
	
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
 */

table {
	/*border-collapse: collapse;*/
	
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	background-color: #FAF9F8;
}


td {
	padding: 10px;
}

td.weiss {
	background-color: #f2f1f0;
}

td.schwarz {
	background-color: #666666;
}

#spielhistorie {
	width: auto;
	height: auto;
	background-color: #FAF9F8;
}

form.kontaktformular fieldset {
	
	margin-top: 5px;
	padding: 5 5 5 5px;
	width: 600px;
	border: none;
}

form.kontaktformular legend {
  padding: 0 10px;
  font-weight: bold;
}

form.kontaktformular label {
	float: left;
	width: 130px;
}

.bold {
	font-weight: bold;
}

#weissM {
	margin-left: 0px;
	margin-top: 5px;
	width: 50px;
}

#weissK {
	margin-left: 0px;
	margin-top: 5px;
	width: 50px;
}

#unentschieden {
	margin-left: 0px;
	margin-top: 5px;
	width: 50px;
}

#delete_last {
	margin-left: 0px;
	margin-top: 5px;
	width: 50px;
}

#spiele {
	display: inline-block;
	position: relative;
	float: right;
	overflow: hidden;
}