/*
  Hauptstrukturen der Webseite www.flofly.de
  (c) Florian Ehinger, 2007
*/

/*
Struktur:
body
  -> #kopf
  -> #inhalt
      - #inhalt-text
  -> #wetter  (styles_wetter)

*/

body {
  padding-bottom: 20px;
  font-family: Verdana, sans-serif;
  font-size: 10pt;
  }
  
  
/* Seitenkopf (Bild) */
#kopf {
    border-style : solid;
    border-width : 2px;
    height : 120px;
    position : relative;
    margin-right: auto;
    margin-left: 125px;
/*     margin: auto; */
/*    width : 800px; */
    width : 700px;
   
  }

.kopf_home {
   background-image : url("../user_upload/p1100208_sw_800.jpg");
   background-image : url("../user_upload/p1110030-p1110038_800.jpg");
 }
 
.kopf_china {
  background-image : url("../user_upload/kopf_china_800.png");
}
.kopf_australien {
  background-image : url("../user_upload/kopf_australien_800.png");
}
.kopf_fliegen {
  background-image : url("../user_upload/kopf_fliegen_800.png");
}
.kopf_christmas {
  background-image : url("../user_upload/kopf_christmas_800.png");
}

.kopf_england {
  background-image : url("../user_upload/silsoe_120.jpg");
}
  
  
  /* Hauptelement (Mitte) */
#inhalt {
    background-color : #c1c7fd;
    border-color : #000080;
    border-style : solid;
    border-width : 2px;
    margin-right: auto;
    margin-left: 125px;
    min-height : 300px;
    position : relative;
    text-align: left;
    top : 15px;
    width : 700px;
  }

/* Hauptelement (Mitte)  für PopUp Fenster*/
#inhalt_popup {
    background-color : #c1c7fd;
    border-color : #000080;
    border-style : solid;
    border-width : 2px;
    margin: auto 15px;
    min-height : 300px;
    position : relative;
    text-align: left;
    top : 15px;
    width : 500px;
  }
  
/*   Eigentliche Inhaltselemente */
  #inhalt_text {
    margin : 15px;
    position : relative;
    z-index: 1;
/*     border-style: solid; */
/*     border-width: 1px; */
  }
