@charset "UTF-8";

/* (en) Global reset of paddings and margins for all HTML elements */
/* (de) Globales Zurücksetzen der Innen- und Außenabstände für alle HTML-Elemente */
* { margin:0; padding: 0 }

body {
	background-color:#00b4f3;
    /* (en) Standard values for colors and text alignment */
    /* (de) Vorgabe der Standardfarben und Textausrichtung */
    color: #000000;
    text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: 105.00%;
	min-height:101%;
	position:relative;
	padding: 30px 0;
	
}
#page_margins {
	width:900px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	text-align:left;
 }
#page {

	color: #f4ff87;
	padding:30px;
	background-image:url(../images/highscore_bg.png);
	background-repeat: no-repeat;
	height:639px;
	font-family: "Comic Sans MS",Verdana, Arial, Helvetica, sans-serif;
}
#content {
	margin-left: 0;
	margin-top: 0;
}
form {
/*	background-color:#00CC33;*/
}

#bigTopic {
	margin-left: 0;
	font-size: 28px;
	font-weight: 900;
}

#iForm {
	text-align: left;
	margin-top: 60;
	margin-left: 250;
	font-size: 18px;
	font-weight: 700;
	float: left;
}

.prow {
background-image:url(../images/rowIndex.png);
background-repeat: no-repeat;
width: 400;
padding: 3 10 10 10;
}

.wrow {
background-image:url(../images/rowIndex.png);
background-repeat: no-repeat;
width: 400;
padding: 3 10 10 10;
}

.mrow {
background-image:url(../images/rowIndex.png);
background-repeat: no-repeat;
width: 400;
padding: 3 10 10 10;
}

.trow {
background-image:url(../images/rowIndex.png);
background-repeat: no-repeat;
width: 400;
padding: 3 10 10 10;
}

.crow {
width: 400;
padding: 10 10 10 192;
}

.krow {
width: 400;
padding: 10 10 10 10;
}

.erow {
width: 400;
padding: 10 10 10 10;
}

.player {
float: left;
width: 180;
}

.wertung {
float: left;
width: 180;
}

.movecount {
float: left;
width: 180;
}

.time {
float: left;
width: 180;
}

.key {
float: left;
width: 180;
}

.mail {
float: left;
width: 180;
}

.button {
width: 400;
padding: 30 10 10 100;
}

input {
  font-family: "Comic Sans MS",Verdana, Arial, Helvetica, sans-serif;
  font-style: italic;
  font-weight: 600;
  color: #f4ff87;
  background-color:#00b4f3;
  border: thin solid #f4ff87;
  margin:0;
  padding:.0em;
}

a {
color: white;
text-decoration:none;
}

a:hover {
color: white;
font-weight: 900;
text-decoration:none;
}