/*	css	-	filme
----------------------------------------  */



#btn_collosseum {
	position: absolute;
	top: 20px;
	left: 20px;
	cursor: pointer;
}

#txt_collosseum {
	position: absolute;
	top: 238px;
	left: 20px;
}

#btn_musterdorf {
	position: absolute;
	top: 20px;
	left: 335px;
	cursor: pointer;
}

#txt_musterdorf {
	position: absolute;
	top: 238px;
	left: 335px;
	width: 310px;
}

#btn_mercedes {
	position: absolute;
	top: 20px;
	left: 667px;
	cursor: pointer;
}

#txt_mercedes {
	position: absolute;
	top: 238px;
	left: 667px;
}

#btn_atelier {
	position: absolute;
	top: 334px;
	left: 20px;
	cursor: pointer;
}

#txt_atelier {
	position: absolute;
	top: 466px;
	left: 366px;
}

#btn_kuba {
	position: absolute;
	top: 334px;
	left: 620px;
	cursor: pointer;
}

#txt_havanna {
	position: absolute;
	top: 334px;
	left: 375px;
}

#dimmer {
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
}

.loadFilm {
	position: absolute;
	top: 250px;
	left: 450px;
	display: none;
}

#startBtnVideo {
	position: absolute;
	top: 200px;
	left: 200px;
	display: none;
}

.videoBox {
	position: absolute;
	top: 12px;
	left: 160px;
	display: none;
}

.btnVideoPause {
	position: absolute;
	top: 500px;
	left: 400px;
	cursor: pointer;
	display: none;
}

.btnVideoBack {
	position: absolute;
	top: 500px;
	left: 522px;
	cursor: pointer;
	display: none;
}

