	html, body {
		margin: 0px;
		padding: 0px;
		font-family: 'Open Sans', sans-serif;
	}
	#centerbottom{
		display: table-cell; 
		width: auto; 
		font-size: 10pt; 
		line-height: 0.7; 
		padding-top: 8px;
	}
	#box {
		margin-top: 40px;
		margin-bottom: 40px;
		background-image: url('/maps/terminal/terminal.png');
		width: 1200px;
		height: 555px;
		display: none;
		overflow: hidden;
		position: relative;
		margin-left: auto;
		margin-right: auto;
		touch-action: pan-x pan-y;
	}
	#mapselect{
                margin-top: 40px;
                margin-bottom: 40px;
         	background-image: linear-gradient(to bottom, lightgray, white);     	
                display: none;
		width: 100%;
                text-align: center;
                height: 100%;
        }
	#maps{
		display: flex;
		flex-wrap: wrap;
		align-items: center;
                justify-content: center;
	}
	.bulletbox{
		text-align: left; 
		width: 65%; 
		margin: 0 auto; 
		font-size: 10pt;
	}
	.stdblock{
		width: 100px;
                height: 52px;
		position: absolute;
	}
	.bahnsteigl, .bahnsteigr{
		background-image: url('/images/schiene.png');
		z-index: 10;
	}
	.schiene{
		background-image: url('/images/schiene.png');
	        z-index: 10;
	}
	.weichelu{
		background-image: url('/images/weichelu.png');
		z-index: 10;
		cursor: pointer;
	}
	.dweichel{
		background-image: url('/images/dweichel.png');
		z-index: 10;
		cursor: pointer;
	}
	.dweichelxu{
		background-image: url('/images/dweichelx.png');
		z-index: 10;
		cursor: pointer;
	}
	.dweichelxo{
		background-image: url('/images/dweichelx.png');
		z-index: 10;
		transform: scaleY(-1);
		cursor: pointer;
	}
	.dweicher{
                background-image: url('/images/dweichel.png');
		transform: scaleX(-1);
                z-index: 10;
		cursor: pointer;
        }
        .dweicherxu{
                background-image: url('/images/dweichelx.png');
		transform: scaleY(-1) scaleX(-1);
                z-index: 10;
		cursor: pointer;
        }
        .dweicherxo{
                background-image: url('/images/dweichelx.png');
                z-index: 10;
                transform: scaleY(-1) scaleX(-1);
		cursor: pointer;
        }
	.kurvelu{
		background-image: url('/images/kurvelu.png');
		z-index: 10;
	}
	.weichelo{
                background-image: url('/images/weichelu.png');
                z-index: 10;
		transform: scaleY(-1);
		cursor: pointer;
        }
	.kurvelo{
		background-image: url('/images/kurvelu.png');
		z-index: 10;
		transform: scaleY(-1);
	}
	.weichero{
                background-image: url('/images/weichelu.png');
                z-index: 10;
		transform: scaleX(-1) scaleY(-1);
		cursor: pointer;
	}
	.kurvero{
                background-image: url('/images/kurvelu.png');
                z-index: 10;
                transform: scaleX(-1) scaleY(-1);
        }
	.weicheru{
                background-image: url('/images/weichelu.png');
                z-index: 10;
                transform: scaleX(-1);
		cursor: pointer;
        }
	.kurveru{
                background-image: url('/images/kurvelu.png');
                z-index: 10;
                transform: scaleX(-1);
        }
	.wagon{
		z-index: 20;
		cursor: pointer;
	}
	.sign{
		padding-top: 10px;
		padding-left: 10px;
		padding-right: 10px;
		background-position: 50% 50%;
		background-repeat: no-repeat;
		width: 5px;
		height: 14px;
		z-index: 15;
                position: absolute;	
		cursor: pointer;
	}
	
	.train {
		height: 52px;
		position: absolute;
	}
	#top{
		height: 40px;
		width: 100%;
		position: fixed;
		top: 0px;
		z-index: 30;
		background-image: linear-gradient(to bottom, gray, lightgray);
		-webkit-box-shadow: 0px 6px 11px 0px rgba(0,0,0,0.46);
		-moz-box-shadow: 0px 6px 11px 0px rgba(0,0,0,0.46);
		box-shadow: 0px 6px 11px 0px rgba(0,0,0,0.46);
	}
	#bottom{
		width: 100%;
		height: 40px;
		position: fixed;
		bottom: 0px;
		z-index: 30;
		background-image: linear-gradient(to top, gray, lightgray);
		font-size: 14pt;
		text-align: center;
		display: table;
		-webkit-box-shadow: 0px -6px 11px 0px rgba(0,0,0,0.46);
		-moz-box-shadow: 0px -6px 11px 0px rgba(0,0,0,0.46);
		box-shadow: 0px -6px 11px 0px rgba(0,0,0,0.46);
	}
	#points{
		width: 90px;	
		text-align: right;
	}
	#pcounter{
		color: green;
		font-family: 'MuseoModerno', cursive;
		line-height: 1;
	}
	#playername{
		color: green;
		font-family: 'MuseoModerno', cursive;
		line-height: 1;
	}
	#player{
		width: 135px;
		text-align: left;
	}
	#map{
		text-align: left;
		display: none;
	}
	#mapname{
		color: black;
		font-family: 'MuseoModerno', cursive;
                line-height: 1;
	}
	.baritem{
		float: left;
		background-image: linear-gradient(to top, white, lightgray);
		margin: 4px;
		height: 32px;
		padding-left: 4px;
		padding-right: 4px;
	}
	.larget{
		font-size: 15pt;
	}
	.smallt{
		font-size: 6pt;
	}
	#gameover,#start{
		background-image: linear-gradient(to bottom, lightgray, white);
		margin-top: 40px;
                margin-bottom: 40px;
                width: 100%;
		text-align: center;
                height: 100%;	
		display: none;
	}
	#start{
		display: block;
	}
	.citysign{
		background-color: #0A1E6E;
		color: white;
		/*width: 44px;*/
		letter-spacing: 2px;
		padding-left: 2px;
		padding-right: 2px;
		font-size: 7pt;
                z-index: 15;
                position: absolute;
	}
	.gleissign{
                background-color: #0A1E6E;
                color: white;
                width: 40px;
                font-size: 12pt;
		text-align: center;
		height: 25px;
                z-index: 15;
                position: absolute;
        }
	.tafel{
		background-color: #0A1E6E;
                color: white;
                width: 95px;
		padding-left: 2px;
		padding-right: 2px;
		height: 25px;
                font-size: 6pt;
		letter-spacing: 2px;
                z-index: 15;
                position: absolute;
	}
	.explosion{
		background-image: url('/images/expl.gif');
		width: 71px;
		height: 100px;
		position: absolute;
		z-index: 30;
	}
	#highscore{
		text-align: left; 
		width: 300px; 
		margin: 0 auto; 
	}
	.myButton {
		background-color:#44c767;
		border-radius:28px;
		border:1px solid #18ab29;
		display:inline-block;
		cursor:pointer;
		color:#ffffff;
		font-family:Arial;
		font-size:17px;
		padding:12px 31px;
		text-decoration:none;
		text-shadow:0px 1px 0px #2f6627;
	}
	.myButton:hover {
		background-color:#5cbf2a;
	}
	.myButton:active {
		position:relative;
		top:1px;
	}

	.newtrain{
		font-size: 6.5pt;
		line-height: 1.1;
		padding-top: 0px;
	}

	#newtrainl{
		width: 140px; 
		display: table-cell;
	}

	#newtrainr{
		width: 140px; 
		display: table-cell;
	}

	#controls{
		width: 72px;
		display: none;
	}
	
	.map{
		border-color: darkgray;
		box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.75);
                width: 200px;
                height: 200px;
		margin: 4px;
		cursor: pointer;
		background-image: linear-gradient(to top, gray, lightgray);
        }
	
	.schranke{
		cursor: pointer;
                width: 84px;
                height: 4px;
                z-index: 15;
                position: absolute;
		background-image: url('/images/schranke.png');
	}
	.strasse {
		width: 60px;
		height: 52px;
		z-index: 5;
		position: absolute;
		background-image: url('/images/strasse.png');
	}
	.autou {
		width: 26px;
		height: 52px;
		z-index: 20;
		position: absolute;
		background-image: url('/images/auto.png');
		transform: scaleY(-1);
	}

	.autoo {
                width: 26px;
                height: 52px;
                z-index: 20;
                position: absolute;
                background-image: url('/images/auto.png');
		
        }
