@charset "UTF-8";
/* CSS Document */

body {
	background-color: #FF9933;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:90%;
}

h2 {
font-size:120%;;
}

.spielfeld {
	width:862px;
	padding:5px;
}

.header {
border:dotted;
text-align:center;
margin-bottom:10px;
}

.keyvisual {
border:dotted;
text-align:center;
margin-bottom:10px;
}

.content {
width:390px;
float:right;

}

.player {
width:410px;
}