@CHARSET "ISO-8859-1";

.window 
{
	position:relative;
    min-width:800px;
    width:839px;
    background-color:#FFFFFF;	
    overflow:hidden;
    margin-left:auto;
	margin-right:auto;
}
a {
   font-size:100%;
}
#leftmenu li {
	text-decoration:none;	
}
a:link    { color:#023e95; text-decoration:none; }
a:visited { color:#023e95; text-decoration:none; }
a:hover   { color:#0402fc; text-decoration:none; }
a:active  { color:#0402fc; }
a:focus   { color:#022a63; text-decoration:none; }

a.fett:link    { color:#023e95; text-decoration:none; }
a.fett:visited { color:#023e95; text-decoration:none; }
a.fett:hover   { color:#0402fc; text-decoration:none; }
a.fett:active  { color:#023e95; font-weight:bold; }
a.fett:focus   { color:#0402fc; text-decoration:none; }

a.invi:hover   { background-color:#ffffff;border-left:1px solid gray;border-top:1px solid gray;border-bottom:1px solid gray;padding-left:3px;padding-top:3px;padding-bottom:3px; }
a.invi:focus   { background-color:#ffffff;border-left:1px solid gray;border-top:1px solid gray;border-bottom:1px solid gray;padding-left:3px;padding-top:3px;padding-bottom:3px; }

body {
	/*position:absolute; muss raus weil es 1. eh nix bringt und 2. beim Firefox das Zentrieren mit margin-left:auto margin-right:auto ruiniert*/ 
	background-color:rgb(233,233,233);
	font-family:Arial;
	font-size:9pt;
	/*
	overflow:auto;
	text-align:center;
	*/
	margin-top:0px;
	margin-bottom:0px;
	
	/* height: auto !important; */
	/* HEIGHT: 100%; */
	overflow-x:hidden;
}
table {
    font-family : Arial;
    font-size : 10pt;
}
.ueberschrift {
	font-size : 10pt;
	margin-top: 2px;
	margin-bottom: 2px;
}
	
hr {
   color:#a6a6b0;
   height:1px;
}

.headerText
{
	position:relative;
	bottom:0px;
	left:223px;
	color:black;
	background-color:white;
	font-size:24px;
	z-index:5;
	font-family:sans-serif;
}
.headline
{
	background-color:orange;
	position:relative;
	top:22px;
	left:0px;
	height:20px;
	width:837px;
	z-index:2;
	opacity:0.5;
	filter:alpha(opacity=50);
	border:1px solid;
}
.airportSelect
{
	width:815px;
	height:100%;
	border:1px solid;
	position:relative;
	top:60px;
	left:0px;
	z-index:2;
	overflow-x:hidden;
	overflow-y:auto;
}
.back
{
	position:absolute;
	top:43px;
	left:0px;
}
.back_main
{
	position:relative;
	top:20px;
	left:0px;
	z-index:3;
}
.topmenu 
{
	position:relative;
	top:0px;
	left:0px;	
	overflow:hidden;
	text-align:left;
	line-height:16px;
	table-layout:auto;
	overflow:visible;
	font-size:13px;
	z-index:5000;
	cursor:pointer;
}
.topbanner 
{
	position:absolute;
	top:0px;
	left:0px;	
	width: 100%;
	overflow:hidden;
}
.bottom 
{
	background-image: url(../pics/bottom_center.gif);
	/* position:absolute; */
	position:relative;
	top:0px;
	left:0px;
	width:100%;
	height:30px;
	vertikal-align:top;
	padding:0px;
	border:0px;
}

.status_image
{
	width:10px;
	height:10px;
}
.login_main
{
	position:relative;
	left:220px;
}
.username
{
	position:relative;
	top:10px;
}
.date
{
	position:absolute;
	top:130px;
	right:2px;
	font-weight:bold;
}
.last_refresh
{
	position:absolute;
	top:195px;
	right:2px;
	font-style:italic;
}
.help_window
{
	position:fixed;
	top:300px;
	left:250px;
	width:740px;
	height:300px;
	background-color:#F5F5F5;
	filter:alpha(opacity=96);
	opacity:0.96;
	visibility:hidden;
	z-index:6;
	border:1px;
	border-style:ridge;
}
.daten_limit
{
	position:relative;
	top:35px;
	margin-left:auto;
	margin-right:auto;
	margin:auto;
	font-size:14px;
	text-align:center;
	z-index:4;
	width:500px;
}
.help_status_img
{
	width:15px;
	height:15px;
}
.noscript_warning
{
	position:relative;
	left:212px;
	text-align:center;
	background-color:red;
	width:840px;
	font-size:12px;
}
.observe_flight
{
	margin-left:auto;
	margin-right:auto;
	background-color:#F5F5F5;
	border:1px;
	border-style:ridge;
	width:500px;
}

.popbox {
   width:50%;
   border:1px solid #a6a6b0;
   margin-top:5px;
   margin-bottom:5px;
   padding:2px;
   text-align:left;
   vertical-align:top;
}

.popbox img {
   float:left;
}

.itembox {
   width:50%;
   border:0px;
   margin-top:5px;
   margin-bottom:5px;

   text-align:left;
   vertical-align:top;
}

.btn {
   width:100%;
   color:black;
   border:none;
   padding:5px;
   text-align:center;
   vertical-align:top;
}

.btn p {
   margin-top:1px;
   margin-bottom:1px;
   line-height:11pt;
}
p#sm {
   margin-top:5px;
   font-size:80%;
   line-height:10pt;
}
