/*************************************************/

/* blau #0973B8 */

/* rot  #ED1E26 */

/*************************************************/



/*************************************************/
/* Formattierung Formulare */
/*************************************************/

#eng_formular {
	position: relative;
	float: left;
	margin-top: 10px;
	z-index: 1;
}


.formrow {
	position: relative;
	float: left;
	display: block;
	width: 100%;
	margin-bottom: 10px;
}

.formrow label {
	position: relative;
	float: left;
	width: 150px;
	width: 160px;
}


#form_name,
#form_vorname,
#form_firma,
#form_adresse,
#form_plz,
#form_ort,
#form_telefon,
#form_email,
#form_bemerkungen,
#form_s_code,
#form_adressdetails,
#form_datum,
#form_flugnummer,
#form_abfahrtszeit {
	position: relative;
	float: left;
	display: inline;
	border: 1px solid #666;
	width: 400px;
	z-index: 2;
}




/* PullDown-Menus 2px breiter */

#form_abfahrtsort,
#form_zielort,
#form_flugnr_janein,
#form_anz_personen,
#form_anz_gepaeck,
#form_anz_ski,
#form_fahrzeug {
	position: relative;
	float: left;
	display: inline;
	border: 1px solid #666;
	width: 402px;
	z-index: 3;
}





#form_submit {
	position: relative;
	float: left;
	left: 160px;
	width: 100px;
	height: 20px;
	background-color: #DDD;
	border: 1px solid #666;
	cursor: pointer;
}


#form_submit:hover {
	background-color: #EEE;
}


.sollfeld {
	font-weight: bold;
	color: #F00;
}












* {
	padding: 0;
	margin: 0;
	border: 0;
	text-decoration: none;
}

body, html {
	height: 100%;
	text-align: center;
}







body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 16px;


	background-color: #999;
	background-image: url(bilder/seitenhint.gif);

}


.clear {
	width: 100%;
	clear: both;
	height: 1px;
	display: block;
	overflow: hidden;
}

.floatleft {
	position: relative;
	float: left;
	display: block;
}

.floatright {
	position: relative;
	float: right;
	display: block;
}



a:link, a:visited {
	color: #0973B8;
} 

a:hover, a:active {
	color: #ED1E26;
} 



p {
margin-bottom: 15px;

}


td p {
    margin-bottom: 0px;
}


* html td {

	font-size: 12px;
	line-height: 16px;
}


h1 {
	font-size: 18px;
	font-weight: normal;
	color: #0A73B7;
	margin-bottom: 10px;
}

.rottext {
color: #F00;
}


/*************************************************************************/
/*                              E B E N E N                              */
/*************************************************************************/



#container{
	position: relative;
	width: 960px;
	text-align: left;
	min-height: 100%;
	height: auto !important;
	height: 100%;	
	background-color: #FFF;
	margin: auto auto;
	text-align: left;
}



#kopf {
	position: relative;
	float: left;
	clear: both;
	width: 960px;
	height: 190px;
	overflow: hidden;
	background-image: url(bilder/flashhint.jpg);

}








#inhalt { 
	position: relative;
	float: left;
	width: 960px;
	background-image: url(bilder/inh_hint2.gif);
	background-repeat: no-repeat;
	
	padding-bottom: 86px;
}


* html #inhalt { 
	padding-bottom: 60px;
}



#inhalt_2011 {
	position: relative;
	float: left;
	width: 960px;
	background-image: url(bilder/inh_hint_11.gif);
	background-repeat: no-repeat;
	
	/*padding-bottom: 86px;*/
	padding-bottom: 36px;

}




#navigation {
	position: relative;
	float: left;
	width: 170px;
	left: 30px;
	top: 75px;
}


#navigation_2011 {
	position: relative;
	float: left;
	width: 170px;
	left: 30px;
	top: 83px;
}




#navigation_2011 ul.nav1 li:first-child {
	/*display: none;*/
}







#engadinlink {
	position: relative;
	float: right;
	width: 335px;
	height: 50px;
	top: 8px;
	right: 30px;
	cursor: pointer;
}


#homelink {
	position: relative;
	float: left;
	width: 345px;
	height: 50px;
	top: 20px;
	left: -145px;
	cursor: pointer;
}







#inhaltsbereich {
	position: relative;
	float: right;
	width: 730px;
	right: 20px;
	top: 75px;
}

#inhaltsbereich_2011 {
	position: relative;
	float: right;
	width: 730px;
	right: 20px;
	top: 37px;
}



#sprachwahl {
	position: relative;
	float: left;
	width: 470px;
	height: 81px;
}


#sprachwahl a {
	display: block;
	width: 135px;
	line-height: 75px;
}


#sp_de,
#sp_en,
.sp_de {
	position: relative;
	float: left;
	width: 135px;
	height: 81px;
	background-image: url(bilder/icon_box.gif);
	background-repeat: no-repeat;
	text-align: center;
	/*padding-top: 30px;*/
}

#sp_en {
	float: right;
}



.sp_de {
	margin-top: 81px;
}

.sp_de img {
	position: relative;
	float: left;
	width: 135px;
	height: 81px;
	margin-top: -80px;
}





.icon_cont {
	position: relative;
	float: left;
	width: 729px;
	margin-bottom: 15px;
}

.icon_cont img {
	position: relative;
	float: left;
}

.icontext {
	position: relative;
	float: right;
	width: 580px;
	margin-top: 5px;
}











#linke_spalte {
	position: relative;
	float: left;
	width: 350px;
	/*margin-bottom: -50px;*/
}

* html #linke_spalte {
	margin-bottom: 0;
}




#rechte_spalte {
	position: relative;
	float: right;
	display: block;
	width: 350px;
	/*margin-top: 60px;
	margin-bottom: -50px;*/
}

* html #rechte_spalte {
	margin-bottom: 0;
	margin-bottom: -50px;
}




#stopper {
	width: 100%;
	clear: both;
	padding-bottom: 51px;

}







#fuss{
	position: relative;
	clear: both;
	margin: auto auto;
	background-image: url(bilder/fuss_hint2.gif);
	width: 960px;
	height: 46px;
	margin-top: -46px;
	color: #999;
	text-align: left;
	overflow: hidden;
}


#fuss p {
	position: relative;
	float: left;
	font-size: 1em;
	line-height: 3.5em;
	margin-left: 13px;
}




#fuss a:link, #fuss a:visited {
	color: #0973B8;
} 

#fuss a:hover, #fuss a:active {
	color: #ED1E26;
} 



#eb_link {
	position: relative;
	float: left;
}

#engadin_link {
	position: relative;
	float: right;
}





/*************************************************************************/
/*                     BULLET-LISTEN IM INHALT                           */
/*************************************************************************/


#inhaltsbereich ul, #inhalt ol { /* bullet-listen einrücken */
margin-left: 15px;
} 



* html #inhaltsbereich ul, * html #inhalt ol { /* bullet-listen einrücken IE ... */
margin-left: 18px;
} 



#inhaltsbereich li {
	list-style-type: square;
	margin-bottom: 10px;
}

#inhaltsbereich li li {
	list-style-type: disc;
	margin-bottom: 0;
}


/**********************************/


#inhaltsbereich_2011 ul, #inhaltsbereich_2011 ol { /* bullet-listen einrücken */
margin-left: 15px;
} 



* html #inhaltsbereich_2011 ul, * html #inhaltsbereich_2011 ol { /* bullet-listen einrücken IE ... */
margin-left: 18px;
} 



#inhaltsbereich_2011 li {
	list-style-type: square;
	margin-bottom: 5px;
}

#inhaltsbereich_2011 li li {
	list-style-type: disc;
	margin-bottom: 0;
}












/*************************************************************************/
/*                    FAHRPLANTABELLE                           */
/*************************************************************************/




#sh_tabelle {
	position: relative;
	float: left;
	display: block;
	width: 480px;
	/*height: 260px;*/
}



#sh_tabelle_11 {
	position: relative;
	float: left;
	display: block;
	width: 680px;
	/*height: 260px;*/
}










#sh_kroki {
	position: relative;
	float: right;
	display: block;
	width: 220px;
	/*height: 260px;*/
	text-align: right;
}









.fpl_tabelle {
background-color: #E2EAF6;
text-align: left;

}


.fpl_tabelle td {
border-bottom: 1px solid #666;
padding: 2px 10px 2px 2px;
}

.td_c {
text-align: center;
}


.fpl_tabelle .titelzeile {

background-color: #ADC5E6;
font-weight: bold;

}


.p_logo {
margin-right: 10px;

}


/*************************************************************************/
/*                 Tabelle in Buchungsformularen                         */
/*************************************************************************/



.taxitabelle {
	border-collapse: collapse;
	border-spacing: 0;
	width: 562px;
	margin-top: 10px;
}


.taxitabelle td {
	border: 1px solid #666;
	/*padding: 5px;*/
}


.taxitabelle td p {
	padding: 0 5px 0 5px;
}




.taxitabelle table td {
	border: none;
}


.taxi_td1 {
	width: 285px;
	height: 80px;
	background-image: url(bilder/td1_hint.gif);
	background-repeat: no-repeat;
}




.rechtsoben {
	position: relative;
	float: right;
	height: 20px;
	top: 0;
	right: 0;
}

.trenn_p {
	position: relative;
	float: left;
	clear: both;
	height: 30px;
	width: 90%;
	display: block;


}


.linksunten {
	position: relative;
	float: left;
	width: 90%;
	height: 20px;
	bottom: 0;
	left: 0;
	clear: both;


}



/******** KALENDER ********/


#kalender {
	position: absolute; 
	left: 0px; 
	top: 373px; 
	border: 1px solid #666;
	z-index: 40; 
	background-color: #FFF; 
	overflow: visible; 
	visibility: hidden; 
	display: block;

}



.standard {
	font-family:verdana;
	font-size:11px;
	color:#000;
}
.days {
	font-family:verdana;
	font-size:11px;
	color:#000;
}
.daysCell{
	border-bottom:1px solid #000;
}
.weeksCell {
	font-size:10px;
	color:#000000;
	padding-right:3px;
	border-right:1px solid #000000;
}
.inActive{
	font-family:verdana;
	font-size:11px;
	color:#FFCC00;
	color:#0A73B7;
}
#kalender a {
	font-family:verdana;
	font-size:11px;
	color:#000000;
	text-decoration:none;
}
#kalender a:hover{
	font-family:verdana;
	font-size:11px;
	color:#CC3333;
	text-decoration:none;
}

.header {
		height: 20px; 
		border-bottom : 1px solid #0A73B7;
		border-top : 1px solid #0A73B7;
		padding-top: 2px;
		background-color : #0A73B7;
		margin-top:0;
		margin-bottom:0;
		color:#FFFFFF;
		}









