* {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  border: none;
}

body {
  /*background: #ffffff url('images/header_bg.gif') repeat-x;*/
}

body {
  font-family: "Arial", "Tahoma", arial;
  font-size: 80%;
  padding-top: 25px;
}

#header {
  height: 61px;
  width: 900px;
  /*position:absolute;*/
  margin: 0 auto;
  background: #ffffff url('images/header_bg.gif') no-repeat bottom;
}

#header .inner {
  position: relative;
  top: 0px; left: 0px;
  width: 900px;
  height: 61px;
}

#logo {
  display: block;
  position: absolute;
  float: left;
  left: 14px;
  top: 12px;
  width: 165px;
  height: 32px;
  overflow: hidden;
}

#logo a:hover {
  background: none !important;
}

#logo span {
  display: block;
  /*float: left;*/
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  /*background: rgba(255, 255, 255, 0.5);*/
  cursor: pointer;
}


div#menu {

  position: absolute;
  top: 22px; /*left: 480px;*/ left: 553px;
  height: 33px;
  width: 420px;
  /*background: yellow;*/

}

div#menu ul {
  width: 100%;
  height: 33px;
}


div#menu ul li {
  list-style-type: none;
  display: block;
  float: left;
}

div#menu ul li a {
  display: block;
  float: left;
  padding-left: 20px;
  padding-right: 20px;
  height: 31px;
  text-align: center;
  padding-top: 2px;
  color: #ffffff;
  text-decoration: none;
}

div#menu ul li.active a {
  /*font-weight: bold;
  color: #ffffff;
  background: #b22125;*/
  text-decoration: none;
}

div#menu ul li a:hover, div#menu ul li.active a {
  text-decoration: none;
  background: url(images/triangle.gif) no-repeat bottom center;
}

/*ul#menu li a:hover {
  color: #ffffff;

}*/

#body {
  width: 900px;
  margin: 0px auto;
  padding-top: 0px;
}



p {
  margin-bottom: 1em;
  margin-left: 5px;
  padding-right: 10px;
  padding-left: 10px;
  font-weight: normal;


}

h2 {
  padding: 20px 0px 15px 0px;

  background: url('images/h2_bg.gif') repeat-x 0px 24px;

  font-family: "Georgia", "Arial", arial;
  font-size: 1.4em;
  font-weight: normal;
  text-align: center;
}

.hr {
  background: url('images/h2_bg.gif') repeat-x 0px 0px;
  height: 10px;
  margin-bottom: 20px;
}

h3 {
font-family:  "Arial", arial;
  font-size: 1.0em;
  margin-left: 5px;
  padding-right: 10px;
  padding-left: 10px;
  padding-bottom: 5px;
}

h2 span {
  background: #ffffff;
  padding: 0px 3px 0px 3px;
}

.red {
  color: #b22125;
}

a {
  color: #b22125;
}

a:hover {
  color: #ffffff;
  background: #b22125;
}



a.image:hover {
  background: #ffffff;
}

a.image:hover img {
  /*-border: 1px solid #b22125;*/
}

a.image img, img.bordered {
  padding: 4px 4px 4px 4px;
  border: 1px solid #cccccc;
  background: #ffffff;
}


.left-half {
  width: 365px;
  float: left;
  padding-right: 5px;
}

.right-half {
  width: 525px;
  float: left;
  padding-left: 5px;
}

.ref {
  width: 445px;
  float: left;
  padding-right: 5px;
  padding-bottom: 20px;
}

#body ul {
  padding-left: 30px;
}

#body ol {
  padding-left: 50px;
}

#body ul li, #body ol li {
  line-height: 20px;
  padding-bottom: 10px;
}

table.cenik ul li {
  padding-bottom: 0px !important;
}

.center {
  text-align: center;
}

abbr {
  border-bottom: 1px dashed #000000;
  cursor: help;
}

p.ref-desc {
  height: 50px;
}

.cleaner {
  clear: both;
}

.spacer {
  clear: both;
  height: 20px;
}

#carousel {
  width: 900px;
  height: 330px;
}

table.cenik {
  border: none;
  border-collapse: collapse;
  display: inline;
}

table.cenik td, table.cenik th {
  border: 1px solid #7c7c7c;
  padding: 5px;
}

table.cenik td.first, table.cenik th.first {
  text-align: left;
  width: 746px; /*323*/
}

table.cenik td.second, table.cenik th.second {
  text-align: right;
  width: 100px; /*100*/
  vertical-align: bottom;
}

table.cenik th.second {
  text-align: left;
}

/*label { font-weight: bold; }*/
div.ref form { padding-left: 10px; width: 415px; }
input, textarea { border: 1px solid #bbbbbb; padding: 3px; margin-bottom: 18px; font-family: arial; font-size: 100%; }
input[type="text"]:focus, textarea:focus { border: 1px solid #666666; }
div.ref textarea { width: 407px; height: 80px; }
div.ref input { width: 150px; }
div.ref input.submit { width: 150px; float: right; }
ul.errors li { color: #ff0000; font-weight: bold; }

p.error-message { background: #fbe3e4 url(images/cross.png) no-repeat 10px 11px; padding: 10px 10px 10px 36px; border: 2px solid #fbc2c4; margin: 5px 0px 10px 0px; }
p.success-message { background: #e3fbe4 url(images/tick.png) no-repeat 10px 11px; padding: 10px 10px 10px 36px; border: 2px solid #c2fbc4; margin: 5px 0px 10px 0px; }
