/******************************/
/************ MAIN ************/
/******************************/
body {
	height: 720px;
	width: 1280px;
	overflow: hidden;
	color: #555555;
	font-family: Tiresias, sans-serif;
}

:focus {
	outline: 0 solid;
	background-color:yellow;
}

#send {

	float: left;
	margin-top: 0px;
	width: 42px;
	height: 42px;
	background-repeat: no-repeat;
}


#send{
	background: transparent;
	background: url('../gfx/send_mail.png');
	background-repeat: no-repeat;
	border: none;
    margin-left: 3px;
}
.sendfocus{
	background: url('../gfx/send_mail_selected.png') !important;
	background-repeat: no-repeat;
}



#close{
	width: 150px;
	float: left;
	margin-top: 0px;
	width: 42px;
	height: 42px;
	
	background: transparent;
	background: url('../gfx/cancel.png');
	background-repeat: no-repeat;
	border: none;
	margin-left: 9px;
}
.closefocus{
	background: url('../gfx/cancel_selected.png')  !important;;
	background-repeat: no-repeat;
}

.buttonsMail{
	margin-left: 190px;
	margin-top: 30px;
}

.titl{
	width: 44px;
}

#redbutton {
	background-image: url("../gfx/redButton.png");
	bottom: 50px;
	color: white;
	font-size: 20px;
	height: 197px;
	line-height: 32px;
	position: absolute;
	right: 50px;
	text-align: center;
	width: 276px;
}

#body-wrapper1 {
	background-image: url("../gfx/bg_start.jpg");
	font-size: 20px;
	width: 1280px;
	height: 720px;
	position: absolute;
	text-align: center;
	font-size: 20px;
}

#body-wrapper2 {
	background-image: url("../gfx/bg_video.jpg");
	font-size: 20px;
	width: 1280px;
	height: 720px;
	position: absolute;
	text-align: center;
	font-size: 20px;
}

#body-wrapper3 {
	background-image: url("../gfx/bg_detail.jpg");
	font-size: 20px;
	width: 1280px;
	height: 720px;
	position: absolute;
	text-align: center;
	font-size: 20px;
}

#body-wrapper4 {
	background-image: url("../gfx/bg_imprint.jpg");
	font-size: 20px;
	width: 1280px;
	height: 720px;
	position: absolute;
	text-align: center;
}

/******************************/
/******** Landing Page ********/
/******************************/
#landingTitle1 {
	color: #222222;
	position: absolute;
	text-align: center;
	width: 780px;
	left: 254px;
	top: 95px;
	font-size: 20px;
}

#landingTitle2 {
	color: #999999;
	position: absolute;
	text-align: center;
	width: 780px;
	left: 254px;
	top: 275px;
	font-size: 20px;
}

#landingTitle3 {
	color: #999999;
	position: absolute;
	text-align: center;
	width: 780px;
	left: 254px;
	top: 455px;
	font-size: 20px;
}

#landingView1 {
	position: absolute;
	text-align: center;
	padding: 120px 0px 0px 35px;
}

#landingView2 {
	position: absolute;
	text-align: center;
	padding: 300px 0px 0px 35px;
}

#landingView3 {
	position: absolute;
	text-align: center;
	padding: 480px 0px 0px 35px;
}

#landingViewHiddenAreaLeft {
	position: absolute;
	top: 79px;
	left: 82px;
	width: 80px;
	height: 565px;
	background: transparent url("../gfx/bg-start_left_new.png") 0 0
		no-repeat;
}

#landingViewHiddenAreaRight {
	position: absolute;
	top: 79px;
	left: 1118px;
	width: 80px;
	height: 565px;
	background: transparent url("../gfx/bg-start_right_new.png") 0 0
		no-repeat;
}

.startVideoSelection {
	margin: 0px 0px 0px 58px;
	position: relative;
	float: left;
	width: 174px;
	height: 153px;
	background: transparent url("../gfx/thumbnail_inactive.png") 0 0
		no-repeat;
}

.startVideoImage {
	background: transparent url("") 0 0 repeat-x;
	margin: 8px 10px 0px 10px;
	width: 155px;
	height: 91px;
	overflow: hidden;
}

.startVideoText {
	margin: 5px 10px 10px 10px;
	width: 155px;
	height: 20px;
	overflow: hidden;
}

/******************************/
/********  About Page  ********/
/******************************/
#about {
	position: absolute;
	width: 855px;
	height: 480px;
	top: 100px;
	left: 213px;
	font-size: 18px;
	line-height: 1.2;
}

.headline-darkGrey {
	font-size: 21px;
	margin-top: 25px;
	margin-bottom: 0px;
}

#impBackButton {
	position: absolute;
	top: 84px;
	left: 305px;
}

/******************************/
/******** Selection Page ********/
/******************************/
#selectionView {
	overflow: hidden;
    padding: 530px 0 0 35px;
    text-align: center;
    width: 1073px;
    margin-left: 83px;
    height: 155px;
}

#selectionView2HiddenAreaLeft {
	position: absolute;
	top: 509px;
	left: 83px;
	width: 85px;
	height: 183px;
	background: transparent url("../gfx/bg-video_left_new.png") 0 0
		no-repeat;
}

#selectionView2HiddenAreaRight {
	position: absolute;
	top: 509px;
	left: 1111px;
	width: 85px;
	height: 183px;
	background: transparent url("../gfx/bg-video_right_new.png") 0 0
		no-repeat;
}

#selectionView3HiddenArea {
	position: absolute;
	top: 0px;
	width: 1280px; 
	height: 720px;
	background: transparent url("../gfx/background3-hidden.png") 0 0
		no-repeat;
}

/******************************/
/************ Debug ***********/
/******************************/
#debug {
	position: absolute;
        top:10px;
	font-size: small;
	text-align: left;
	width: 223px;
	left: 10px;
	bottom: 10px;
	z-index: 10000;
	overflow: visible;
        
        display: block;
        background-color: rgba(255, 255, 255, 0.8);
        width: 600px;
        border-radius: 4px;
        border: 2px solid  #cccccc;
}
#debug ol {
        margin-left: 33px;
        list-style: disc;
        line-height: 20px;
        
        
}

#debug ol li {
    border-bottom: 1px solid #DDDDDD;
}

/******************************/
/************ Video ***********/
/******************************/
#loadingCycle {
	background-image: url("../gfx/loading_black.gif");
	background-repeat: no-repeat;
	position: absolute;
	width: 26px;
	height: 26px;
	z-index: 999;
	left: 627px;
	top: 258px;
}

#message {
    background-repeat: no-repeat;
    font-size: 18pt;
    height: 26px;
    left: 434px;
    position: absolute; 
    top: 325px;
	display:none;
    z-index: 999;
    color: #fff;
	
	}

#playerRegionInfo {
	position: absolute;
	text-align: center;
	overflow: hidden;
	left: 274px;
	top: 483px;
	width: 730px;
	height: 22px;
	
}

#player_size { /* 	background-image: url("../gfx/mainscreen.png"); */
	position: absolute;
	background-color: black;
	display: block;
	left: 274px;
	top: 67px;
	width: 730px;
	height: 411px;
}

#player {
	position: absolute;
	z-index: 100;
	top:67px;
	left: 274px;
	background-color: #555555;
	height: 410px;

	/* 		display:none; */
}



#player_hider {
	background: transparent url("../gfx/pixel-white.png") 0 0 repeat;
	position: absolute;
	z-index: 120;
	top: 45px;
	left: 213px;
	width: 850px;
	height: 472px;
}

/******************************/
/************buttons***********/
/******************************/
#buttons {
	position: absolute;
	overflow: hidden;
	height: 40px;
	width: 1000px;
	left: 50px;
	top: 610px;
}

.button {
	font-size: medium;
	text-align: left;
	padding-left: 35px;
	padding-top: 10px;
	width: 223px;
	height: 38px;
	float: left;
	margin-right: -8px;
}

/******************************/
/***** Tagged Element List ****/
/******************************/
#taggedElements {
	position: absolute;
	overflow: hidden;
	height: 675px;
	width: 223px;
	left: 1050px;
	top: 10px;
}

.taggedElement_thumb {
	margin: 0px 0px -15px 0px;
	display: none;
	position: absolute;
	float: left;
	width: 223px;
	height: 150px;
	background: transparent url("../gfx/thumbnail_inactive.png") 0 0
		no-repeat;
}

.taggedElement_image {
	position: absolute;
	float: none;
	margin: 37px 10px 10px 39px;
	width: 145px;
	height: 82px;
	position: absolute;
}

.taggedElement_name {
	position: absolute;
	float: none;
	font-size: 18px;
	height: 28px;
	overflow: hidden;
	text-align: center;
	vertical-align: middle;
	padding: 10px;
	margin: 33px 0px 20px 0px;
	left: 30px;
	width: 140px;
	z-index: 999;
}

.taggedElement_name_shadow {
	position: absolute;
	float: none;
	font-size: 18px;
	height: 28px;
	overflow: hidden;
	color: black;
	text-align: center;
	vertical-align: middle;
	padding: 10px;
	margin: 34px 0px 20px 0px;
	left: 32px;
	width: 140px;
	z-index: 998;
}

.taggedElement_description {
	position: absolute;
	float: none;
	font-size: 28px;
	color: #f3b561;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	padding: 10px;
	margin: 78px 0px 20px 0px;
	left: 30px;
	width: 140px;
	height: 80px;
	z-index: 9999999999999;
	text-align: center
}

.taggedElement_description_shadow {
	position: absolute;
	float: none;
	font-size: 28px;
	color: black;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	padding: 10px;
	margin: 79px 0px 20px 0px;
	left: 32px;
	width: 140px;
	height: 80px;
	z-index: 998;
	text-align: center;
}

/******************************/
/******* Tagged Elements ******/
/******************************/
#taggedElements_overlay {
	
}

.taggedElement_overlay {
	z-index: 99999;
	position: absolute;
	display: none;
	/*width: 160px;*/
	/* 	background: transparent url("../gfx/pin.png") 0px */
	/* 		0px no-repeat; */
	height: 44px;
}

.taggedElement_overlay_name {
	color: #DDDDDD;
	background: transparent url("../gfx/marker_rechts_ein_pixel.png") 0px
		0px repeat-x;
	font-size: 18px;
	text-align: center;
	vertical-align: middle;
	margin-top: 1px;
	padding-top: 8px;
	padding-left: 10px;
	padding-right: 10px;
	overflow: hidden;
	float: left;
	left: 0px;
	height: 45px;
	display: block;
}

.taggedElement_overlay_price {
	color: #DDDDDD;
	background: transparent url("../gfx/marker_rechts_ein_pixel.png") 0px
		0px repeat-x;
	font-size: 18px;
	text-align: center;
	vertical-align: middle;
	margin-top: 1px;
	padding-top: 8px;
	padding-left: 10px;
	padding-right: 10px;
	overflow: hidden;
	float: left;
	left: 0px;
	height: 45px;
	display: block;
}

.taggedElement_overlay_name_l {
	color: #DDDDDD;
	background: transparent url("../gfx/marker_rechts_l.png") 0px 0px
		no-repeat;
	margin-top: 1px;
	padding-top: 10px;
	overflow: hidden;
	float: left;
	left: 0px;
	height: 45px;
	width: 3px;
}

.taggedElement_overlay_name_r {
	color: #DDDDDD;
	background: transparent url("../gfx/marker_rechts_r.png") 0px 0px
		no-repeat;
	margin-top: 1px;
	padding-top: 10px;
	overflow: hidden;
	float: left;
	left: 0px;
	height: 45px;
	width: 3px;
}

.taggedElement_overlay_nr {
	background: transparent url("../gfx/marker_links.png") 0px 0px no-repeat;
	color: #333333;
	font-size: 30px;
	text-align: center;
	vertical-align: middle;
	padding-top: 5px;
	float: left;
	left: 115px;
	width: 37px;
	height: 45px;
}

/******************************/
/******** ButtonBar ********/
/******************************/
#buttonBarInfo {
	position: absolute;
	top: 452px;
	left: 530px; /*183px;*/
	display: block;
	width: 730px;
	height: 42px;
}

#buttonBarPlayer {
	position: absolute;
	z-index: 999999;
	top: 422px;
	left: 530px;
	display: block;
	width: 730px;
	height: 42px;
	display: none;
}

#backButton {
	background: transparent url("../gfx/back.png") 0px 0px no-repeat;
	float: left;
	width: 42px;
	height: 42px;
	padding-left: 20px;
}

#homeButton {
	background: transparent url("../gfx/home.png") 0px 0px no-repeat;
	float: left;
	width: 42px;
	height: 42px;
	padding-left: 20px;
}

#giataButton {
	background: transparent url("../gfx/code.png") 0px 0px no-repeat;
	float: left;
	width: 42px;
	height: 42px;
	padding-left: 20px;
}

#emailButton {
	background: transparent url("../gfx/Email.png") 0px 0px no-repeat;
	float: left;
	width: 42px;
	height: 42px;
	padding-left: 20px;
}

#backButtonTrans {
	background: transparent url("../gfx/back_halb.png") 0px 0px no-repeat;
	float: left;
	width: 42px;
	height: 42px;
	padding-left: 20px;
}

#homeButtonTrans {
	background: transparent url("../gfx/home_halb.png") 0px 0px no-repeat;
	float: left;
	width: 42px;
	height: 42px;
	padding-left: 20px;
}

#fullscreenButtonTrans {
	background: transparent url("../gfx/fullscreen_halb.png") 0px 0px
		no-repeat;
	float: left;
	width: 42px;
	height: 42px;
	padding-left: 20px;
}

#toggleNamePriceButtonTrans {
	background: transparent url("../gfx/hotelinfo_halb.png") 0px 0px
		no-repeat;
	float: left;
	width: 42px;
	height: 42px;
	padding-left: 20px;
}

#pageButton {
	margin: 4px;
}


#showSeekRight, #showSeekLeft{
	position: absolute;
	left: 400px;
	top: 422px;
	display: none;	
	height: 42px;
	width: 42px;
    z-index: 1000000;

}

 #showSeekLeft{
 	left:333px;	
 	background: url("../gfx/fast_bwd.png");
 	
 }
 
 #showSeekRight{
	 	background: url("../gfx/fast_fwd.png");	 
 }


 #backButtonTextVideo, #fullscreenTextVideo, #homeButtonTextVideo, #changeInfoTextVideo, #changeInfoTextVideo_Price, #changeInfoTextVideo_Info {
	top: 392px;
	background: url("../gfx/button_infofeld.png");
	width: 222px;
	height: 21px;
	left: 533px;
	text-align: center;
	padding-top: 3px;
    z-index: 1000000;
   	position: absolute;
   	display: none ;
   	color: #222222;
}



#backButtonText, #homeButtonText,  #giataButtonText,  #emailButtonText {
	top: 422px;
	background: url("../gfx/button_infofeld.png");
	width: 222px;
	height: 21px;
	left: 533px;
	text-align: center;
	padding-top: 3px;
   	position: absolute;
   	display: none ;
}



 

/******************************/
/************ Info ************/
/******************************/
#infoContainer {
	position: absolute;
	display: block;
	left: 160px;
	top: 63px;
	width: 730px;
	height: 411px;
}

#hotelLocationName {
	display: none;
	overflow: hidden;
	position: absolute;
	font-size: 18px;
	left: 25px;
	top: 227px;
	height: 18px;
}

#hotelName {
	font-weight: bold;
	position: absolute;
	text-align: center;
	height: 18px;
	overflow: hidden;
	width: 320px;
	left: 25px;
	top: 245px;
	font-size: 18px;
}

#hotelLocation {
	text-align: center;
	width: 320px;
	position: absolute;
	left: 25px;
	top: 223px;
	height: 20px;
	overflow: hidden;
	font-size: 18px;
}

#hotelCat {
	position: absolute;
	left: 25px;
	top: 315px;
	font-size: 18px;
}

#hotelStars {
	position: absolute;
	width: 112px;
	height: 23px;
	left: 25px;
	top: 335px;
	background: transparent url("../gfx/stars.png") 0px 0px repeat-x;
}

#hotelBewertung {
	position: absolute;
	left: 200px;
	top: 315px;
	font-size: 18px;
}

#hotelRatingBG {
	position: absolute;
	left: 200px;
	top: 335px;
	z-index: 0;
	background: transparent url("../gfx/recomend.png") 0px 0px repeat-x;
	height: 27px;
	width: 150px;
}

#hotelRating {
	z-index: 102;
	background: transparent url("../gfx/recomend.png") 0px -26px repeat-x;
	height: 27px;
	width: 100%;
}

#hotelPrice {
	position: absolute;
	text-align: center;
	left: 25px;
	top: 276px;
	width: 320px;
	font-size: 30px;
}

#hotelBeschreibung {
	display: none;
	position: absolute;
	left: 425px;
	top: 10px;
	font-size: 18px;
}

#hotelDescription {
	position: absolute;
	text-align: left;
	overflow: hidden;
	line-height: 1.4;
	font-size: 18px;
	left: 370px;
	top: 10px;
	width: 565px;
	height: 350px;
}

#hotelText {
	font-size: 18px;
	position: absolute;
}

#hotelDescriptionPages {
	position: absolute;
	text-align: right;
	overflow: hidden;
	line-height: 1.4;
	font-size: 18px;
	left: 370px;
	top: 385px;
	width: 565px;
	height: 30px;
}

#hotelDescriptionEnd {
	display: none;
	position: absolute;
	text-align: left;
	overflow: hidden;
	line-height: 1.4;
	font-size: 18px;
	left: 410px;
	top: 410px;
	width: 440px;
	height: 20px;
}

#hotelPicture {
	border: 0px;
	position: absolute;
	background-repeat: repeat;
	left: 25px;
	top: 15px;
	width: 325px;
	height: 200px;
}

#hotelRatingNr {
	display: none;
	position: absolute;
	left: 410px;
	top: 322px;
	font-size: 20px;
}

#bottomline {
	position: absolute;
	top: 430px;
}

/******************************/
/******** Info Overlay ********/
/******************************/
#messageOverlay {
	position: absolute;
	background-color: white;
	left: 360px;
	top: 0px;
	width: 590px;
	height: 440px;
	overflow: hidden;
	display: none;
}

#hotelMailIcon {
	background: transparent url("../gfx/mail_icon.png") 0px 0px no-repeat;
	position: absolute;
	width: 36px;
	height: 40px;
	left: 0px;
	top: 3px;
}

#hotelMailText {
	position: absolute;
	top: 15px;
	left: 40px;
	font-weight: bold;
	text-align: left;
}

#hotelCodeIcon {
	background: transparent url("../gfx/icon_code.png") 0px 0px no-repeat;
	position: absolute;
	width: 36px;
	height: 40px;
	left: 100px;
	top: 85px;
}

#hotelCodeText {
	position: absolute;
	font-weight: bold;
	text-align: center;
	width: 510px;
	left: 40px;
	top: 90px;
}

#heliviewText {
	position: absolute;
	top: 120px;
	width: 580px;
	text-align: center;
}

#staticbackButtonText {
	color: #999999;
	position: absolute;
	left: 98px;
	top: 367px;
}

#staticBackbutton {
	position: absolute;
	top: 388px;
	left: 103px;
	background: transparent url("../gfx/back_selected.png") 0px 0px
		no-repeat;
	width: 42px;
	height: 42px;
}

.thumbList{
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 2000px;
}

.thumbList li {
	float: left;
    height: 153px;
    margin: 0 0 0 58px;
    position: relative;
    width: 174px;
    background: url("../gfx/thumbnail_inactive.png") no-repeat scroll 0 0 transparent;
}

.active {
	background-image: url("../gfx/thumbnail_active.png") !important;
    color: #EBEBEB;
	
}






.mailForm{
	background-color: #fff;
	position: absolute; 
	left: 524px;
	top: 63px; 
	width: 580px; 
	height: 416px; 
	text-align: left;

	visibility: visible;
	z-index: 100000000;
	padding-top: 20px;
	
}

.emailHelp{
	margin-top: 50px;
	font-size:18px;
}
.btn, .btn_right {
	
float: left;
	
}

.btn_right{
	margin-right: 60px;
}
.form{
    position: relative;
    width: 560px;
}

.form input{
	width: 560px;
	height: 47px;
	margin-top: 20px;
	border: none;
	background: url("../gfx/email_enter_passiv.png");
	background-repeat: no-repeat;
	padding-left: 5px;
	font-size: 24pt;
}

.input_focus{
	background: url("../gfx/email_enter_activ.png") !important;
	background-repeat: no-repeat;
	
	
}


.buttons{
	float: left;
	margin-left: 330px;
}
.formButton{
 	color: #FFFFFF;
    float: left;
    font-size: 20px;
    margin-left: 50px; 
    position: relative;
    top: 108px;

}


