#upcoming {
	width: 1100px;
	margin: 0 auto;
	margin-top: 0 auto;
}

#upcoming .boxen {

	text-align: left; 
	background-color: #fff; 
	float: left;
	border-width: 5px;
	border-style: solid;
	margin-bottom: 25px;
	margin-top: 10px;
}

#upcoming .links {
	-moz-border-radius-topleft: 5px;
	-webkit-border-radius-topleft: 5px;
	-khtml-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
}

#upcoming .rechts {
	-moz-border-radius-topright: 5px;
	-webkit-border-radius-topright: 5px;
	-khtml-border-radius-topright: 5px;
	border-top-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
}

#upcoming .head {
	text-align: center;
	background-color: #121212;
	background: linear-gradient(#303030, #121212);
	height: 50px;
	line-height: 50px;
	font-family: "Oswald";
	color: #fff;
	font-size: 18px;
	font-weight: bold;
}

#upcoming .body {
	height: 60px;
	border-bottom: 1px solid #cfcfcf;
	color: #555555;
	padding: 2px;
}

#upcoming .body:hover {
	background-color: #cbe0ff; 
	transition: all 0.5s linear;	
}

#upcoming .cursor {
	cursor: pointer;
}

#upcoming h2 {
	padding: 0 10px;
	font-family: "Oswald";
	color: #fff;
	font-size: 18px;
	font-weight: normal;
	margin: 0;
}

.result_box {
	cursor: pointer;
}


.result_box:hover {
	background-color: #faf897;  
	transition: all 0.5s linear;
}


#BusSlider {
	width: 637px;
	height: 125px;
	top: 220px;
	left: 945px;	

/*		
	width: 765px;
	height: 150px;
	top: 191px;
	left: 830px;

	width: 510px;
	height: 100px;
	top: 241px;
	left: 1064px;
*/
	position: absolute;
	background-image: url('/slice/BusMitHaenger.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 100%;
	cursor: pointer;
}

#BusSlider #text, #ac_testbox {
	background-color: transparent;
    height: 58px;
    width: 121px;
    left: 496px;
    bottom: -29px;
/*    
	height: 71px;
    width: 145px;
    left: 596px;
    bottom: -34px;

    height: 46px;
    width: 96px;
    left: 398px;
    bottom: -23px;
*/
    position: relative;
    overflow: hidden;
}