/* CSS Document */
body {
  background-image: url('../images/bjplastik_04.jpg');
  background-repeat: repeat-x;
  background-position: top center;
  background-color: #00447d;
  margin: 0;
  text-align: center;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #9FC9DD;
}

a {
  text-decoration: none;
  color: #9FC9DD;
  font-weight: bolder;
}

a:hover {
  color: #FFD700;
}

/* FF - usuwa ramke wokol a img */
a img {
  border: 0;
}

h1
{
  font-size: 14px; 
  margin: 0px; 
  padding: 18px 0 0 207px;
}

h2 
{
  font-size: 11px; 
  font-weight: bolder;
  margin: 5px 0px; 
}

#center {
  width: 870px;
  margin: auto;
}

#top {
  width: 870px;
  height: 62px;
  background-image: url('../images/bjplastik_06.jpg');
  font-family: "Times New Roman", Times, serif, Arial, Verdana;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: bold;
  text-align: left;
}

#content {
  width: 870px;
  height: 480px;
}

#bleft {
  background-image: url('../images/bjplastik_07.jpg');
  width: 422px;
  height: 480px;
  float: left;
}

#bright {
  background-image: url('../images/bjplastik_08.jpg');
  width: 448px;
  height: 480px;
  float: left;
}

#menu-header {
  background: url("../images/stopka_10.jpg") no-repeat;
  height: 20px; 
}

#menu {
  padding: 0px;
  margin: 0px 0px 10px 0px;
  width: 870px;
  background: url("../images/stopka_11.jpg") repeat-y;
}

#menu ul {
  list-style: none inside;
  margin: 0px 0px 0px 20px;
  padding: 0px;
}

#menu li {
  float: left; 
  display: block;
  width: 12%;
  height: 70px;
}

#menu li a {
  display: block;
  font: normal bold 15px serif;
  color: #ccc;
  text-decoration: none;
  text-align: center;
  background: url("../images/kolko_down.png") no-repeat top;
  padding: 30px 0px 0px 0px;
}

#menu li a:hover {
  color: #FFD700;
  /*padding: 25px 0px 5px 0px;*/
  background: url("../images/kolko_up.png") no-repeat top;
}

#languages {
  width: 870px;
  text-align: right;
}

.subview {
  margin: 40px 0px 0 40px;
  padding: 10px;
  text-align: justify;
}

.subview p {
  text-indent: 2em;
  font-size: 10px;
}

.subview div.floating {
  float: left;
  margin-right: 25px;
}

.product_list {
  margin: 0px 4px;
  height: 280px;
}

.product {
  height: 140px;
  float: left;
  text-align: center;
  width: 100px;
  font-size: 10px; 
  margin: 0px 6px;
}

/* filter - IE, opacity - inne  */
.product a img 
{
  border: 3px solid #000;
  opacity: 0.7;
  filter: alpha(opacity = 70);
}

.product a:hover img {
  opacity: 1.0;
  filter: alpha(opacity = 100);
}

.catalogue_list 
{
  margin: 0px 10px; 
  height: 340px; 
}

.catalogue_list div 
{
  float: left; 
  width: 140px; 
  height: 100px; 
  text-align: center; 
  margin: 5px 10px; 
}

.pagination-prev 
{
  float: left;
}

.pagination-next 
{
  float: right;
}

.map 
{
  margin: 5px; 
  text-align: center;
  width: 350px; 
  height: 300px; 
}

