@charset "utf-8";
body {
	background-color: grey;
}

canvas {
	border: solid 1px black;
	background-color: white;
}

.container {
	border: solid 1px black;
	overflow: hidden;
	width: 1002px;
	margin: auto;
	position: relative;
	background-color: green;
}

.container div{
	overflow: hidden;
	float: left;
}

header {
	padding-top: 20px; 
	clear: both;
	width: 1002px;
	height: 80px;
	border-bottom: 1px black solid;
	background-color: orange; 
	text-align: center;
	font-size: 50px;
	font-family: 
}

.rubrik {
	width: 300px;
	text-align: center;
	padding: 10px 0 5px;
	font-size: 25px;
}

.bottomContainer {
	width: 400px;
	height: 22px;
	float: left;
	background-color: green; 
}

#endGame {
	text-align: center;
	position: absolute;
	left: 410px;
	top: 230px;
	width: 200px;
	height: 150px;
	border: solid 1px black;
	background-color: blue;
	opacity: 0;
}

#inputBox {
	margin: 5px 0 10px;
}

#instruktion {
	font-size: 20px;
}

.bottomBox {
	float: left;
	text-align: center;
	width: 132px;
	height: 22px;
}

#amountOfTime {
	border-left: solid 1px black;
}

#amountOfLength {
	border-right: solid 1px black;
}

#highscoreList {
	float: left;
	font-size: 15px;
	font-family: "Courier New";
}

#mainFrame{
	width: 402px;
	margin-top: 27px; 
	background-color: green;
}

.sideMenu {
	background-color: orange;
	width: 290px;
	padding: 0 5px;
	height: 455px;
}

#align {
	width: 280px;
	padding: 0 5px;
	margin-top: 140px;
	text-align: right;
}