/*
 *
 * L J U D L A N D S K A P - frontpage
 *
 * * * * * * * * * * * * * * * * * * * */
 
body {
  margin: 0;
  padding: 0;
  text-align: center;
  font-family: "Lucida Sans", "Dejavu Sans", sans-serif;
  background-color: #7d7059;
  background-image: url(../layout/fp_bgnd_top.png);
  background-repeat: no-repeat;
  background-position: top center;
}


/*
 * Vertical organisation of the page:
 *
 * - one thick stripe in the middle including the picture
 * - one small stripe below for the tabs
 *
 * * * * * * * * * * * * * * * * * * * * */

#main_bar {
  min-width: 902px;
    height: 208px;
    width: 100%;
  margin: 150px 0 0 0;
  background: transparent;
  background-image: url(../layout/fp_bgnd.png);
  background-repeat: repeat-x;
}
 
#tab_bar {
  height: 34px;
  width: 902px;
  margin: 0 auto;
}

#tab_bar ul {
  margin: 0 0 0 0px;
  padding: 0;
  list-style: none;
  text-align: center;
}

#tab_bar li {
  float: right;
  width: 119px;
  height: 34px;
  padding: 8px 0;
  font-size: 8pt;
  font-weight: normal;
  color: white;
  text-transform: uppercase;
  text-align: center;
  /* margin: 0px 1px 0px 1px; */
  background: transparent;
  background-image: url(../layout/fp_bgnd_tab_0.png);
  background-repeat: no-repeat;
}

#tab_bar li.tab1:hover {
  background-image: url(../layout/fp_bgnd_tab_1.png);
}

#tab_bar li.tab2:hover {
  background-image: url(../layout/fp_bgnd_tab_2.png);
}

#tab_bar li.tab3:hover {
  background-image: url(../layout/fp_bgnd_tab_3.png);
}

#tab_bar li.tab4:hover {
  background-image: url(../layout/fp_bgnd_tab_4.png);
}

#tab_bar li.tab5:hover {
  background-image: url(../layout/fp_bgnd_tab_5.png);
}

#tab_bar li.tab6:hover {
  background-image: url(../layout/fp_bgnd_tab_6.png);
}
 
#tab_bar a {
  color: white;
  text-decoration: none;  
}
 
#tab_bar a:hover {
  text-decoration: underline;
}

#text {
  width: 902px;
  margin: 32px auto;
  text-align: left;
}

#text p {
  margin: 12px 96px 12px 200px;
  font-family:  Georgia, "Bitstream Charter", serif;
  font-style: italic;
  font-size: 10pt;
  line-height: 16pt;
  color: #e6e3d7;
}
