html,body {
  margin: 0;
  padding: 0
}

body {
  font: 85%/ 1.3 TrebuchetMS, Arial, sans-serif;
  text-align: left;
  background: #fff;
  padding-bottom: 20px
}

a {
  color: #0066B3;
  background: inherit;
  text-decoration: none;
}

h1 {
  font: bold 2.1em Arial, Arial, Sans-Serif;
  color: #036DA7
}

h2 {
  font: bold 1.1em Arial, Arial, Sans-Serif;
  padding: 0;
  margin: 0;
}

div#header {
  width: 100%;
  height: 136px;
  overflow: hidden;
  background-color: #BBD9EE;
  background-image: url("img/sky.gif");
  background-repeat: repeat-x;
}

div#header h1 {
  padding: 30px 0 20px;
  color: #fff
}

ul#nav,ul#nav li {
  list-style-type: none;
  margin: 0;
  padding: 0
}

ul#nav { /*float: right;*/
  font-size: 80%;
  margin-left: 205px;
  padding: 0px;
}

ul#nav li {
  float: left;
  margin-left: 3px;
  text-align: center
}

ul#nav a {
  float: left;
  width: 95px;
  padding: 5px 0;
  background: #E7F1F8;
  text-decoration: none;
  color: #666;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}

ul#nav a:hover {
  background: #fff;
  color: #000
}

ul#nav li.activelink a,ul#nav li.activelink a:hover {
  background: #FFF;
  color: #003
}

#right {
  float: left;
  width: 76%;
  padding: 1em;
  background: #eee;
  background-image: url("img/bg.gif");
  background-repeat: no-repeat;
  text-align: justify;
  background-image: url("img/bg.gif");
  background-repeat: no-repeat;
}

#right.index {
  margin-top: -10px;
}

#right H1 {
  margin-top: 35px;
  margin-bottom: 15px;
}

#right H1,#right H2,#right H3 {
  color: #547287;
  margin-left: 25px;
  font-size: 110%;
}

#right.index H1 {
  margin-bottom: 5px;
}

#right H3 {
    font-size: 100%;
    font-style: italic;
}

#right H1 IMG,#right H2 IMG {
  margin-bottom: -15px;
  margin-right: 15px;
  border: 0px;
}

#right H1 A,#right H2 A {
  color: #547287;
}

#right P {
  margin-bottom: 35px;
  line-height: 20px;
  margin-right: 25px;
  margin-left: 25px;
}

#right P.fulltext {
  width: 500px;
}

#left {
  float: right;
  width: 20%;
  margin: 0 0 10px 0;
}

#left.index {
  margin-top: -10px;
}

#left .box {
  padding: 1em;
  margin: 0 0 1em 0;
  background: #FFF6BF;
  line-height: 20px;
}

#content {
  font: 95%/ 1.3 TrebuchetMS, Arial, sans-serif;
  margin: 0 auto;
  padding: 15px;
  background: #fff;
  color: #2D2D2D;
}

ul {
  padding: 0;
  margin: 0;
}

#left ul {
  margin-top: 8px;
}

li {
  list-style-type: none;
}

/* Styles Extended */
div#subnavigation {
  margin-left: 220px;
  font-size: 80%;
  color: #0066B3;
  font-weight: bold;
}

div#subnavigation a,div#subnavigation span {
  margin-left: 5px;
}

div#subnavigation a {
  text-decoration: underline;
  font-weight: normal;
}

iframe {
  border: 0px solid red;
  margin-left: 22px;
}

img#airplane {
  position: absolute;
  top: 32px;
  left: 15px;
}

img#billigfluege-web {
  margin-top: 40px;
  margin-bottom: 10px;
  margin-left: 210px;
}