/*******************************************************************************/
/* Basis Style definitionen */
html {
    overflow-x:hidden !important;
    overflow-y:scroll !important;
}

body {
  color				: #666666;
}

body.frontend {
  background-color	: #000000;
}

a {
  color				: #001f3e;
  text-decoration	: underline;
}

a:hover {
  text-decoration	: none;
}

.submit {
  border			      : 1px solid #cccccc;
  background-color	: #f2f2f2;
  color				      : #666666;
  cursor			      : pointer;
}
table.form tr td input.text {
  border			: 1px solid #cccccc;
}
table.form tr td select.select {
  border			: 1px solid #cccccc;
}
table.form tr td textarea.textarea {
  border			: 1px solid #cccccc;
}
table.form tr td.first label.city {
  float       : none;
  display     : inline;
}

/*******************************************************************************/
/* Basis Layout */
#frame {
  width				: 980px;
  margin			: 0 auto;
  background-color	: #ffffff;
}

#top-navi {
  height			: 50px;
  background-color	: #000000;
}

#header-navi {
  height			: 90px;
  float				: right;
}

#left {
  width				: 220px;
  float				: left;
}

#content {
  width				: 688px;
  float				: left;
}

#footer {
  height			: 90px;
}

/*******************************************************************************/
/* Top Navigation */
.menu-top {
  float				: right;
  list-style		: none;
  padding-top		: 26px;
}

.menu-top li {
  float				: left;
}

.menu-top li a {
  color				: #CCCCCC;
  text-decoration	: none;
  font-size			: 11px;
  background		: url(/images/default/layout/top-nav-pipe.png) no-repeat right center;
  padding-right 	: 7px;
  padding-left 		: 7px;
}
.menu-top li.last a {
    background		: none;
    padding-right	: 0;
}

.menu-top li a:hover {
  text-decoration	: underline;
}

/*******************************************************************************/
/* Header */
#header {
  background		: url(/images/default/layout/header-bg.png) no-repeat;
}

#header-logo {
  float				: left;
}

#header-logo a {
  width				: 275px;
  height			: 90px;
  display			: block;
  margin-left : 20px;
}

#language-switcher {
  text-align		: right;
  margin-top		: 20px;
  margin-right		: 20px;
}

#language-switcher select {
  width				: 84px;
  font-size			: 11px;
  float             : right;
}

#languageSwitcherBtn {
  height            : 17px;
  margin-top        : 1px;
  float             : right;
  margin-left       : 2px;
}

#header-navi {
  overflow			: hidden;
}

#header-navi ul.menu-top2 {
  list-style		: none;
  margin-top		: 12px;
}

#header-navi ul.menu-top2 li {
  float				: left;
  padding			: 6px 17px 0;
  background		: url(/images/default/layout/menu-top2-separator.png) no-repeat;
  height			: 39px;
}

#header-navi ul.menu-top2 li a {
  font-size			: 14px;
  color				: #ccd3da;
  text-decoration   : none;
  text-transform	: uppercase;
}

#header-image {
  height			: 160px;
  border-bottom   	: 1px solid #FFF;
  overflow			: hidden;
}

/*******************************************************************************/
/* Left */
/*level-1*/
#left .box {
  display			: none;
}

ul.menu-main {
  list-style		: none;
  border-right		: 1px solid #ffffff;
  padding-left		: 0;
  margin-bottom: 20px;
}

ul.menu-main li {
  border-bottom		: 1px solid #e5e5e5;
}

ul.menu-main li.last {
  border-bottom		: 0;
}

ul.menu-main li a {
  text-decoration	: none;
  color				: #666666;
  font-weight		: bold;
  background-color	: #c1c1c1;
  padding			: 6px 0 6px 19px;
  display			: block;
}

ul.menu-main li a.active,
ul.menu-main li a:hover,
ul.menu-main li a.active_path,
ul.menu-main li a.active {
  color				: #aeaeae;
  background-color	: #333333;
}

ul.menu-main li a.haschilds {
  background        : #333333 url(/images/default/layout/menu-main-haschilds-bg.gif) no-repeat 196px center;
}

ul.menu-main li.haschilds {
  border-bottom		: 0;
}

/*level-2*/
ul.menu-main li ul {
  list-style		: none;
  padding-left		: 0;
}


ul.menu-main li ul li.level-2 {
  border-bottom		: 1px solid #e5e5e5;
}

ul.menu-main li ul li a {
  display			: block;
  background-color	: #ffffff;
  font-weight		: normal;
}

ul.menu-main li ul li a:hover {
  background-color	: #f2f2f2;
  color				: #666666;
}

ul.menu-main li ul.level-2 li.active a.level-2 {
  border-bottom		: 1px solid #e5e5e5;
}

ul.menu-main li ul.level-2 li.active a.active {
  border-bottom		: 0;
}

ul.menu-main li ul.level-2 li a.active_path:hover,
ul.menu-main li ul.level-2 li a.level-2 {
  color				: #666666;
}

ul.menu-main li ul.level-2 li.active a.level-2:hover {
  background-color	: #ffffff;
}

ul.menu-main li ul.level-2 li.active a.last {
  border-bottom		: 0;
}

ul.menu-main li ul.level-2 li.active a.haschilds {
  border-bottom		: 1px solid #e5e5e5;
}

ul.menu-main li ul li a.active {
  background-color	: #f2f2f2;
  color				: #666666;
  background-image	: none;
}

ul.menu-main li ul li.haschilds a.active_path {
  background		: #f2f2f2;
  border-bottom		: 1px solid #e5e5e5;
}

/*level-3*/
ul.menu-main li ul li.active_path ul.level-3 li {
  border-bottom		: 0;
}

ul.menu-main li ul li.active_path ul.level-3 {
  padding			: 8px 0 8px 20px;
  font-size			: 11px;
}

ul.menu-main li ul li.active_path ul.level-3 li a {
  padding			: 4px 0 4px 20px;
}

ul.menu-main li ul li.active_path ul.level-3 li a:hover {
  text-decoration	: underline;
  background     	: url(/images/default/layout/menu-main-level3-bg.gif) no-repeat 0 center;
}

ul.menu-main li ul.level-2 ul li.level-3 a.active,
ul.menu-main li ul.level-2 ul li.level-3 a.active:hover {
  background		: url(/images/default/layout/menu-main-level3-bg.gif) no-repeat 0 center;
}
/*******************************************************************************/
/* internes menü */
ul.menu-intern {
  list-style    : none;
  border-right    : 1px solid #ffffff;
  padding-left    : 0;
  margin-bottom: 20px;
}

ul.menu-intern li {
  border-bottom   : 1px solid #e5e5e5;
}

ul.menu-intern li.last {
  border-bottom   : 0;
}

ul.menu-intern li a {
  text-decoration : none;
  color       : #666666;
  font-weight   : bold;
  background-color  : #c1c1c1;
  padding     : 6px 0 6px 19px;
  display     : block;
}

ul.menu-intern li a.active,
ul.menu-intern li a:hover,
ul.menu-intern li a.active_path,
ul.menu-intern li a.active {
  color       : #aeaeae;
  background-color  : #333333;
}

ul.menu-intern li a.haschilds {
  background        : #333333 url(/images/default/layout/menu-main-haschilds-bg.gif) no-repeat 196px center;
}

ul.menu-intern li.haschilds {
  border-bottom   : 0;
}

/*level-2*/
ul.menu-intern li ul {
  list-style    : none;
  padding-left    : 0;
}


ul.menu-intern li ul li.level-2 {
  border-bottom   : 1px solid #e5e5e5;
}

ul.menu-intern li ul li a {
  display     : block;
  background-color  : #ffffff;
  font-weight   : normal;
}

ul.menu-intern li ul li a:hover {
  background-color  : #f2f2f2;
  color       : #666666;
}

ul.menu-intern li ul.level-2 li.active a.level-2 {
  border-bottom   : 1px solid #e5e5e5;
}

ul.menu-intern li ul.level-2 li.active a.active {
  border-bottom   : 0;
}

ul.menu-intern li ul.level-2 li a.active_path:hover,
ul.menu-intern li ul.level-2 li a.level-2 {
  color       : #666666;
}

ul.menu-intern li ul.level-2 li.active a.level-2:hover {
  background-color  : #ffffff;
}

ul.menu-intern li ul.level-2 li.active a.last {
  border-bottom   : 0;
}

ul.menu-intern li ul.level-2 li.active a.haschilds {
  border-bottom   : 1px solid #e5e5e5;
}

ul.menu-intern li ul li a.active {
  background-color  : #f2f2f2;
  color       : #666666;
  background-image  : none;
}

ul.menu-intern li ul li.haschilds a.active_path {
  background    : #f2f2f2;
  border-bottom   : 1px solid #e5e5e5;
}

/*level-3*/
ul.menu-intern li ul li.active_path ul.level-3 li {
  border-bottom   : 0;
}

ul.menu-intern li ul li.active_path ul.level-3 {
  padding     : 8px 0 8px 20px;
  font-size     : 11px;
}

ul.menu-intern li ul li.active_path ul.level-3 li a {
  padding     : 4px 0 4px 20px;
}

ul.menu-intern li ul li.active_path ul.level-3 li a:hover {
  text-decoration : underline;
  background      : url(/images/default/layout/menu-main-level3-bg.gif) no-repeat 0 center;
}

ul.menu-intern li ul.level-2 ul li.level-3 a.active,
ul.menu-intern li ul.level-2 ul li.level-3 a.active:hover {
  background    : url(/images/default/layout/menu-main-level3-bg.gif) no-repeat 0 center;
}


/*******************************************************************************/
/* Content */
#content {
  background-color  : #ffffff;
  background		: url(/images/default/layout/content-bg.png) repeat-x;
  padding			: 18px 36px 20px 36px;
  min-height  		: 350px;
  line-height		: 1.6;
}

#content-footer {
  background		: url(/images/default/layout/content-footer-bg.png) no-repeat;
  height			: 114px;
}

#content-frame {
  background		: url(/images/default/layout/content-shadow.png) no-repeat 220px bottom;
}

h1 {
  font-family		: TimesNewRoman, Serif;
  font-size			: 48px;
  font-weight		: normal;
  margin-bottom		: 14px;
  line-height		: 1.1;
}

h2 {
  font-size			: 12px;
  margin-bottom		: 2px;
}

.lightbox-thumbnails {
  list-style		: none;
  padding-left		: 0;
}

.lightbox-thumbnails li {
  float				: left;
  margin-right		: 9px;
  overflow			: hidden;
}

.lightbox-thumbnails li {
  background		: url(/images/default/layout/preview-image-bg.png) no-repeat;
  height			: 151px;
  padding-top	    : 17px;
  width  			: 220px;
}

.lightbox-thumbnails li a {
  margin-left		: 9px;
}

.content-table tbody td {
  padding           : 4px;
}

/*******************************************************************************/
/* Footer */
#footer {
  border-top		: 1px solid #000000;
  background		: url(/images/default/layout/footer-bg.png) repeat-x;
}
#footer-slogan {
  margin-top		: 20px;
  text-align		: center;
}
#footer-contact {
  margin			: 0 auto;
  color				: #818181;
  width				: 450px;
  text-align		: center;
  font-size			: 11px;
}
#logout {
    padding             : 10px 20px;
    background-color    : #f2f2f2;
    line-height         : 1.6;
    margin-bottom       : 20px;
}

/*******************************************************************************/
/* Aircraft Ranges */
#map-canvas {
    margin-top          : 10px;
    width               : 688px;
    height              : 400px;    
}
ul.aircrafts {
    clear               : both;
}
ul.aircrafts li {
    display             : inline;
    list-style-type     : none;
}
ul.aircrafts li label {
    padding-right       : 25px;
    display             : block;
    float               : left;
}
ul.aircrafts li label span.nth-0 {
    font-weight         : bold;
    display             : block;
}
ul.aircrafts li input {
    float               : left;
}
ul.aircrafts li.color-1 label {
    color               : #9D6266;
}
ul.aircrafts li.color-2 label {
    color               : #386CA8;
}
ul.aircrafts li.color-3 label {
    color               : #879EB0;
}
ul.aircrafts li.color-4 label {
    color               : #020202;
}