/* Orientierung Start */

#orientationlock {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 1024px;
	height: 100%;
	background-color: #000;
	background-image: url(../img/rotate.png);
	background-repeat: no-repeat;
	background-position: center;
	opacity: 0.8;
	overflow: hidden;
	z-index: 9000;
	display: none;

}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
	#orientationlock {
		display: block;
	}
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
	#orientationlock {
		display: none;
	}
}

/* Orientierung Ende */



body {
	margin: 0px;
	color: #333;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	overflow: hidden;
}

h1 {
	color: #333;
	font-size: 32px;
	font-weight: bold;
	margin-bottom: 20px;
	margin-top: 17px;
	margin-left: 25px;
}
h2 {
	color: #333;
	font-size: 26px;
	font-weight: bold;
	opacity: 0;
}

#infographic {
	width: 1024px;
	height: 708px;
	margin: 0;
	background-color: #ecebe6;
	padding: 5px 0px 0px 0px;
	overflow: hidden;
}

#infographic a {
	color: #9a9a9a;
	text-decoration: none;
	font-weight: bold;
}

#top {
	width: 1024px;
	height: 360px;
	background-color: #ecebe6;
}

#bottom {
background-color: #ECEBE6;
    height: 400px;
    margin-top: 20px;
    width: 1024px;
}
#bottom img {
	float: left;
	margin: 0px 20px 20px 26px;
	max-width: 350px;
	max-height: 230px;
	opacity: 0;
}
#bottom p {
    color: #333333;
    float: left;
    font-size: 16px;
    height: 170px;
    max-width: 500px;
    opacity: 0;
    overflow: auto;
}

.sprinter {
	position: absolute;
	z-index: 50;
	width: 200px;
	height: 29px;
	border-color: #000;
	background-image: url(../img/punkt.png);
	opacity: 0;
	overflow: visible;
	background-repeat: no-repeat;
	cursor: pointer;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
.sprinter div {
	position: absolute;
	width: 200px;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	margin-top: 2px;
	margin-left: -210px;
	text-align: right;
}

#controls {
	position: absolute;
	top: 55px;
	margin-left: 875px;
}

.smallpoint {
	display: inline-block;
	background-image: url(../img/smallpoint_inactive.png);
	width: 15px;
	height: 20px;
	cursor: pointer;
}
.smallpoint_active {
	display: inline-block;
	background-image: url(../img/smallpoint_active.png);
	width: 15px;
	height: 20px;
	cursor: pointer;
}

#bahn { position:absolute; width:975px; height:370px; overflow:hidden; margin-left:27px;  }
#bahn #content { position:absolute; width:12520px; }
#bahn img { float:left; position:relative; margin:0px; }

#linie {
	position: absolute;
	margin-left: 322px;
	z-index: 90;
}
#colorarea {
	position: absolute;
	z-index: 40;
	width: 299px;
	height: 330px;
	background-color: #de8613;
	opacity: 0.4;
	margin-left: 27px;
}

.btn {
	position: absolute;
	z-index: 70;
	cursor: pointer;
}
#btnprev {
	margin-left: 0px;
	margin-top: 73px;
	display: none;
}
#btnnext {
	margin-left: 958px;
	margin-top: 71px;
}

#endtimes {
	position: absolute;
	top: 89px;
	margin-left: 800px;
	display: none;
}
#endtimes span {
	display: block;
	margin-bottom: 11px;
	font-size: 16px;
	color: #fff;
	padding: 5px;
	text-align: center;
}
#endtimes #title {
	position: absolute;
	color: #ccc;
	margin: 5px 0px 0px 90px;
	font-size: 16px;
}
.winner {
	background-color: #000;
	font-weight: bold;
}

#starttimes {
	position: absolute;
	top: 89px;
	margin-left: 360px;
	display: none;
}
#starttimes span {
	display: block;
	margin-bottom: 11px;
	font-size: 16px;
	color: #fff;
	padding: 5px;
	text-align: center;
}
#starttimes #title {
	position: absolute;
	color: #ccc;
	margin: 5px 0px 0px 90px;
	font-size: 16px;
}

#flags {
	position: absolute;
	top: 91px;
	margin-left: 85px;
	z-index: 50;
	display: none;
}
#flags span {
	display: block;
	margin: 0 0 14.8px 0;
}
#flags img {
	border: none;
}

#popup {
	position: absolute;
	color: #333;
	z-index: 100;
	width: 380px;
	height: 180px;
	padding: 20px;
	line-height: 26px;
	background-color: #fff;
	border: 1px solid #ccc;
	margin-left: 400px;
	font-size: 16px;
	display: none;
	box-shadow: 2px 5px 7px #aaa;
}
#popup img {
	float: left;
	margin-right: 20px;
	max-width: 140px;
	max-height: 180px;
}
#popup div {
	color: #666;
}
#popup strong {
	color: #333;
}
#popup h3 {
	margin: 0 0 10px 0;
	font-size: 18px;
}
#popup.right #pointer {
	position: absolute;
	left: -24px;
	top: 48px;
	background-image: url(../img/pointer_left.png);
	background-repeat: no-repeat;
	width: 25px;
	height: 48px;
}

#popup.left #pointer {
	position: absolute;
	right: -24px;
	top: 48px;
	background-image: url(../img/pointer_right.png);
	background-repeat: no-repeat;
	width: 25px;
	height: 48px;
}

.popup_flag {
	float: none !important;
	vertical-align: middle;
	margin-left: 15px;
}
