
*
{
	margin:0;
	padding:0;
	outline:0;	
}

body {
    @import url(http://fonts.googleapis.com/css?family=Cabin);
    font-family: 'Cabin', sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #777777;
    text-decoration: none;
    overflow:hidden;
}

img {
	max-width: 100%;
	height: auto;
}

.wrapper
{
	width:1860px; 	/*	1920 - 2*30	*/
	height: 1040px;	/*	1080 - 2*20	*/
	background:url('slices/hintergrund.png') no-repeat;
	position:relative;
	padding:20px 30px;
	margin: 0 auto;
/*	
	border:3px dashed green;
*/	
}

.header{
	height:155px;
	position:relative;
/*	
	border-bottom:3px solid lime;
*/
}

.header #location_logo{
	width:224px;
	height:112px;
	margin:0 auto;
	background: url('slices/Logo_FTT.png') top center no-repeat;
	background-size: 53%;
}

.header #contora_logo{
	/*width:121px;*/
	/*height:63px;*/
	width:165px;
	height:73px;
	position:absolute;
	left:0;
	bottom:40px;
	/*background:url('slices/logo_contora.png') no-repeat;*/
}

.header #datum{
	width:608px;
	height:100px;
	position:absolute;
	right:0;
	bottom:40px;	
/*	
	border:3px solid lime;
*/
}

.box
{
/*
	background-color: #999;		
*/
	position:relative;
}

.left
{
	width: 1235px;
/*	
	border-right:3px solid lime;
*/	
	float:left;
}

.right
{
	width: 608px;
/*	
	border-left:3px solid lime;
*/	
	float:right;
}

.newframe{
    // zoom: 0.25;
    -moz-transform: scale(0.25);
    -moz-transform-origin: 0 0;
    -o-transform: scale(0.25);
    -o-transform-origin: 0 0;
    -webkit-transform: scale(0.25);
    -webkit-transform-origin: 0 0;
}

.container.left, .container.right
{
	height: 751px;
	position:relative;
}

.container.left .top.box
{
	background:url('slices/stream_schatten.png') no-repeat;
	background-position:bottom;
	height: 792px;
}

.container.left .bottom.box
{
	display:none;
}

.container.right .top.box
{
	height:580px;
	margin-bottom:10px;
	
	display: block;
  	position: relative;
	
}

.container.right .bottom.box
{
	height:152px;
	width:100%;
	
	position:absolute;
	bottom:0;
}

.button.refresh{
	background:url('slices/refresh_btn.PNG') no-repeat;
	width:35px;
	height:35px;
	cursor:pointer;
	position:absolute;
	right:2px;
	bottom:17px;
}





/*	-	-	-	-	-	-	-	-	-	-	Uhr	-	-	-	*/


.clockwrapper{
	color: #444;
	font-weight: 100;
	line-height: 1;
	width: 608px;
	height: 50px;
	margin-top: 36px;
	padding: 7px 0;
	float: right;
	position: relative;
}


#ns{
	width: 614px !important;
}

#clock {
  width: 610px;
} 
  
#time {
  font-size: 48px;
  text-align: center;
  float:right;
}
  
#time span {
  display: inline-block;
  text-align: center;
  width: 63px;
}



#time .minute {
	margin-left:8px;
}

#time .hour {
	margin-right:-5px;
}
  
#time .dotts{
	width:0px;
	position:absolute;
	bottom:10px;
	
}
  
#time .second{
	color:#c9c9c9;
} 
  
#date {
	color: #424242;
	font-size: 38px;
	position: absolute;
	float: left;
	bottom: 10px;
}
  





/*	-	-	-	-	-	-	-	-	-	-	-	-	-  Schlagzeilen	-	-	-	-	*/

.schlagzeilen_wrapper
{
	height: 68px;
	width: 100%;
	position:absolute;
	bottom:20px;
	left:0;
	
	overflow:hidden;
}




/*	-	-	-	-	-	-	-	-	-	-	-	-	-  Flugdaten	-	-	-	-	*/


.fliegericon{
	height:26px;
	width:27px;
	margin:6px;
	float:right;
}

.ab{
	background:url('slices/flugzeug_abflug.png') no-repeat;
}

.an{
	background:url('slices/flugzeug_anflug.png') no-repeat;
}

#flugdaten .flugtitelleiste{
	height:40px;
	background:url('slices/balken_fluege.png') repeat-x;
	padding-left:17px;
	position:relative;
}

#flugdaten .flugtitelleiste:last-of-type{
	margin-top:34px;
}

#flugdaten .flugtitelleiste h3{
	color:white;
	font-weight:normal;
	letter-spacing: 2px;
	font-size:23px;
	position:absolute;
	bottom:8px;
}

#flugdaten table {
	width:608px;
	font-weight:bold;
	color:#5c5c5c;
}

#flugdaten td {
	font-size: 16px;
	padding: 2px 5px;
	height: 28px;
}

#flugdaten tbody tr{
	background:#c9c9c9;
}

#flugdaten tbody tr:nth-child(odd) td {
	background: white;
}

#flugdaten thead tr td {
	background-color: #4a4a4a;
	font-weight:normal;
	color: white;
}

#flugdaten table tr td:first-of-type {
	padding-left:20px;
}

#hidden{
	position:absolute;
	top:-200px;
}
