/*
CSS-Stylesheet für: Hintergrundimg, Navigationsleisten, Abstände : im Berolina AIRPORT Hotel 
*/

* {
margin: 0; 
padding: 0;
	}

body {
	background-position: top center; 
	background-attachment: fixed; 
	background-color: #ffffff;
	background-repeat:repeat-y; 
	z-index: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;	/* StandardFont, Wenn ein spezifischer Font nicht ausgeführt wird, wird dieser genommen */	
	font-style: normal;
	color: #000000;					 
	}
/******** wrapper *******/
#wrapper { 
	overflow: hidden;
	width: 900px; 
	margin-left: auto; 
	margin-right: auto; 
	/*border: 1px dotted green;*/
	}
/******** header *******/
#header { 
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-size: 17px; 	/* Schriftgröße der Navi-buttons */
	font-weight: normal;  
	height: 112px; 		/* Aktuelle Höhe des head-Img */
	background-repeat: no-repeat; 
	z-index: 5; /* liegt vor dem Hintergrund */
	/*	border: 1px solid yellow; */
	}
/******* Head-Line im Kopf **********/	



#header p.hl {
	float:left;
	/*border: 1px dotted blue;*/
	width:450px;
	font-size: 26px;
	font-weight: bold;
	text-align: left;
	letter-spacing: 0.03em;
	color: #929292;	
	padding: 12px 0px 2px 6px;	
	}
#header p.hl span {
	color: #A00005;
	}
#header p.hl span.small {
	font-size: 20px;
	color: #929292;
	font-weight:normal;		
	}	
/******* Images im Head *****/
#header p.head_img_1 {
	float: left;
	width:105px;
	height:66px;
	margin:8px 8px 0px;
	}
#header p.head_img_2 {
	float: left;
	width:60px;
	height:66px;
	margin:8px 8px 0px 0;	
	}
#header p.head_img_3 {
	float: left;
	width:105px;
	height:66px;
	margin:8px 8px 0px 0;	
	}
#header p.head_img_4 {
	float: left;
	width:130px;
	height:66px;
	margin:8px 0px 0px 0;	
	}			
/******* Navi ***********/
#header ul { 
	clear:left;
	list-style-type: none; 

	/*border: 1px dotted yellow; */ 	
	padding-left: 47px; /* das ul-element hat einen Abstand (puffer für das erste li-element) von ... nach links */
	padding-top: 8px; 	/* das ul-Element hat einen Abstand von ... nach oben */	
	}

#header ul li {  
	width: auto;    	/* der Inhaltsbereich eines li-Elements ist genauso breit wie sein text-inhalt es braucht */
	float: left;		/* ordnet die li-Elemente (HyerLinks) nebeneinander an */
	margin-right: 65px; /* Bestimmt den Abstand zwischen den li-Elementen nach rechts gesehen */
	/*border: 1px solid green;*/ 
	}

#header ul li.last_item {
	margin-right: 0px; 	/* das letzte li-Element in der ul-Liste hat keinen rechten Abstand mehr */
	}


/*--- Styles der ANKER im header ---*/
#header a {
	text-decoration: none;
	/*border: 1px dotted white;*/
	color: #eeffff;
}
#header a.front {
	position: absolute; /* anker-element liegt über dem anker-shadow-element */
	z-index:10;
	margin-top: -1px;	/* versetzt das anker-element im verhältnis zum shadow um ... nach oben */
	}
#header a.shadow {
	z-index:100;
	color: #7c653f;
	margin-left:1px; 	/* versetzt das anker-shadow-element um ... nach rechts */ 
	/*border: 1px dotted green;*/
	}
#header .tune_3 {
	padding-left:6px;
	}
#header .tune_2 {
	padding-left:5px;
	}
#header .tune_4 {
	padding-left:3px;
	}
#header .tune_5 {
	padding-left:3px;
	}
#header .tune_6 {
	padding-left:32px;
	}		
li#checked {
	color: #10284f;
	font-size: 16px; 
	font-weight: bold; 
	line-height: 1.4em; 	/* optische korrektur: der aktive Navibutton muss ein mü höher, um auf dem HG-Img richtig zu sitzen */
	/* border: 1px solid white; */
	}
li#checked_activ{
	margin-right: 68px; /* Bestimmt den Abstand zwischen den li-Elementen nach rechts gesehen */
	}
li#checked a {
	color: #10284f;		
	}
li#checked a:hover {
	color: #a00005;
	}	

/******** Content *******/
#content { 				
	position: relative;
	overflow: auto;
	width: 900px;			
	margin-left:auto;		
	margin-right: auto;
	z-index: 2;
	/*border: 1px dotted green;*/
}

/* div#content { 				
	position: relative;			
	overflow: auto;
	padding: 0px;
	margin: 0px;
	width: 900px;	
	margin-left:auto;
	margin-right: auto;
	z-index: 2;
	}
*/
/******** Footer *******/
#footer {			
	background-repeat: no-repeat; 
	height: auto;	/* zu beachten */
	/*border: 1px solid green;*/
	padding: 4px 6px 0px 6px; /* Abstand links/rechts vom Rand. Höhe darf nicht */	
}
#footer a {
	font-weight: bold;
	color: #A00005;
	text-decoration: none;
	font-size: 12px;
	padding: 0;
	/*border: 1px solid blue;*/
}
#footer a:hover {
	color: #929292;
}
#footer .foot_content {
	font-size: 14px;
	font-weight: normal;
	padding-top: 4px;

}
#lang {
	float:right;
	border: 0px solid #000000;
	width:28px;
	height:14px;
	font-size: 8px;
	margin: 4px 0 0 12px;	
	}

#copy {	
	float:right;
	font-size: 11px;
	margin-top:4px;
}


