/*
#gameCanvas {
	padding-left: 0;
	padding-right: 0;
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 915px;
}
*/
.tx-bum-mt-train-game {
	margin: 0 auto;
}

#screen-container > div#header_container {
    width: 915px;
    margin: 0 auto;
}

#screen-container > div#footer_container {
    width: 915px;
    margin: 0 auto;
}

div.tx-bum-mt-train-game {
    width: 915px;
    height: 513px;
    margin: 0 auto;
}


canvas {
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	-khtml-user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    cursor: pointer;
}

#mobile_hint_container {
    width: 915px;
    margin: 0 auto;
    position: relative;
    top: 10px !important;
    display: none;
}

#mobile_hint_container #hint {
     position: absolute;
     z-index: 3000;
     left: 10px;
     top: 12px;
 }

#mobile_hint_container #hint h2 {
    color: #000000;
    margin: 0px;
}

#mobile_hint_container #hint .hint-close {
    position: absolute;
    right: -25px;
    top: -25px;
    text-indent: -1000px;
    width: 42px;
    height: 42px;
    display: block;
    overflow: hidden;
    background: url("/fileadmin/templates/img/ticki-close.png") no-repeat 0 0;
    cursor: pointer;
}

#mobile_hint_container #hint a {
    padding: 10px;
    background-color: #FFF;
    color: #000000;
    display: block;
    text-decoration: none;
}

/*
@media (min-width: 768px) and (max-width: 1023px) {
	#header_container,
	#footer_container {
		display: none;
	}
}

@media (max-width: 767px) {
	#header_container,
	#footer_container {
		display: none;
	}

}
*/

/* Navigation */

div#site_container > nav#mainnav {
    width: 901px;
    margin: 0 auto;
    padding-left: 14px;
    height: 55px;
}

/* Media queries */

@media (max-height: 652px) {
    #footer_container {
        display: none;
    }
}

@media (max-width: 915px) {
    #mobile_hint_container {
        display: block;
    }

}


