/* 
    --- 
    Prahersoft Magnolia Custom Styles 
    Style for the intro-film apotheke-rohrbach
    --- 
*/

body {
    background-color: #fffde4;
    text-align: center;
    font-size: 100.1%;
    font-family: Verdana;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

a {
    font-size: 0.88em;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

p {
    margin-top: 0px;
}

object span {
    display: none;
}

a#skipFlash {
    color: #81614F;
    font-weight: bold;
}


/* -------- Main-Nav -------- */
ul#introNav {
    margin: 0;
    padding: 0;
    list-style-type: none;
    margin-left: auto;
    margin-right: auto;
    width: 780px;
    /*margin-bottom: 50px;*/
}

ul#introNav li {
  /* for a horizontal menu (elments next to each other)*/
  float: left;
  width: 22%;
  background-color: #A4A16A;
  margin-left: 1%;
  margin-right: 1%;
  margin-top: 8px;
  padding: 0;
  border: 0x;
  height: 1.5em;
  line-height: 1.5em;
  vertical-align: middle;
}

ul#introNav li#toPerfumery {
   -moz-box-sizing: border-box !important;
  text-align: left;
  background-color: #fffde4;
  background-image: url(../../imgs/design/intro_to_perf.gif);
  background-repeat: no-repeat; 
  /*height: 38px;*/
  height: 46px;
  /*line-height: 38px;*/
  /*margin-top: -8px;*/
  margin-top: 0px;
  padding-top: 8px;
  padding-left: 50px;
}

ul#introNav li a {
    color: #fff;
}







