/* CSS Document */

body {

  margin: 0;

  font-family: Tahoma, sans-serif;

  font-size: 11px;

  color: #757575;

  background-image:url(../img/splash_bg.jpg); 

  background-repeat:repeat-x;

  background-position: top center;

  background-color: #100000;

}



a.lang {

  display: block;

  width: 20px;

  height: 15px;

  position: relative;

  float: right;

  background-image: url(../img/lang.png);

  margin-left: 10px;

}



a#langPL {

  background-position: 0 0;

}

a#langDE {

  background-position: 20px 0;

}

a#langEN {

  background-position: 49px 0;

}
div#top {
  width: 900px;
  height: 96px;
  text-align: center;
  margin: 0 auto;
  position: relative;
}
div#content {
  width: 900px;
  height: 670px;
  text-align: center;
  margin: 0 auto;
  padding-bottom: 130px;
  position: relative;
}
div#langBox {
  width: 200px;
  height: 30px;
  position: absolute;
  background-color: transparent;
  top: 10px;
  right: 20px;
}

a#langPL:hover {

  background-position: 0 100%;

}

a#langDE:hover {

  background-position: 20px 100%;

}

a#langEN:hover {

  background-position: 49px 100%;

}
a {
  outline-style: none;
}
img {
  border: none;
  margin-left: 10px;
  margin-right: 10px;
}
a#shop {
  width: 198px;
  height: 170px;
  display: inline-block;
  background: url(../img/PL/splash_shop.png);
  margin: 370px 10px 0 10px;
}
a#company {
  width: 128px;
  height: 170px;
  display: inline-block;
  background: url(../img/PL/splash_company.png);
  margin: 370px 10px 0 10px;
}
a#gallery {
  width: 181px;
  height: 170px;
  display: inline-block;
  background: url(../img/PL/splash_gallery.png);
  margin: 370px 10px 0 10px;
}
a#facebook {
  width: 105px;
  height: 170px;
  display: inline-block;
  background: url(../img/PL/splash_facebook.png);
  margin: 370px 10px 0 10px;
}
a#gallery:hover, a#shop:hover, a#company:hover, a#facebook:hover {
  background-position: 0 100%;
}
div#text {
  width: 900px;
  height: 175px;
  position: absolute;
  bottom: 0;
  text-align: center;
  color: #631e1f;
  font-size: 10px;
}
div#flash {
  position: absolute;
  width: 700px;
  height: 400px;
  top: 30px;
  left: 130px;
}
