﻿	.cesta{
		width:522px;
		height:800px;
		margin:60px auto;
		position:relative;
	}

	#vozniPas{
		height:800px;
		position:absolute;
		top:-54px;
		width:522px;
		background-image:url('img/cesta1.png');
    		background-repeat: repeat-y;
	}

	#formula{
		position:absolute;
		top:550px;
		left:210px; 
		z-index:999;
	}

	#stvar1{
		position:absolute;
		top:-200px;
		left:56px;
		width:100px;
	}

	#stvar2{
		position:absolute;
		top:-200px;
		left:206px;
		width:100px;
	}

	#stvar3{
		position:absolute;
		top:-200px;
		left:356px;
		width:100px;
	}

	#zgornjiRob{
		position: absolute;
		height: 60px;
		width: 522px;
		background-color: rgb(255,255,255);
		z-index:1000;
		top:-60px;
	}

	#spodnjiRob{
		position: absolute;
		height: 200px;
		width: 522px;
		background-color: rgb(255,255,255);
		z-index:1000;
		top:740px;
	}

	#play{
        font-family: 'Press Start 2P', cursive;
		height: 50px;
		width: 150px;
		text-align: center;
		margin: 5px auto;
		background-color: lightgreen;
		font-size: 30px;
		color: green;
		line-height: 50px;
		border-radius: 7px;
	}

	#play:hover{
		cursor: pointer;
		color: white;
	}
	#playAgain{
        font-family: 'Press Start 2P', cursive;
		height: 50px;
		width: 250px;
		text-align: center;
		margin: 5px auto;
		background-color: lightgreen;
		font-size: 30px;
		color: green;
		line-height: 50px;
		border-radius: 7px;
	}

	#playAgain:hover{
		cursor: pointer;
		color: white;
	}

#score {
    padding-top:20px;
    font-family: 'Press Start 2P', cursive;
    font-size:25px;
    float:left;
}
#tocke {
	display: none;
	position: absolute;
	padding-top:20px;
	font-family: 'Press Start 2P', cursive;
	font-size:30px;
	font-weight: bold;
}

#level {
    padding-top:20px;
    font-family: 'Press Start 2P', cursive;
    font-size:25px;
    float:right;

}
#gameover{
		display: none;
		position: absolute;
		height: 300px;
		width: 522px;
		background-color: rgb(255,255,255,0.6);
		z-index:9999;
		top:200px;
		font-family: 'Press Start 2P', cursive;
		font-size:30px;
		text-align: center;
		padding-top:35px;
		font-weight: bold;
	
}
