html, body, h1, h2, h3, h4, h5, h6, div, span,
blockquote, p, address, form, fieldset, img,
ul, ol, dl, dt, dd, li, hr, table, td, th,
strong, em, sup, sub, dfn, ins, del, q, cite,
var, samp, code, kbd, tt {
  margin: 0;
  padding: 0;
  border: 0;
}

body {
  background: #323c51;
  text-align: center;
  font-size: 8pt;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#wrapper {
  width: 740px;
  margin: 0 auto;
  text-align: left;
}

#top {
  height: 170px;
  background: url(img/top.png);
}

#top h1 {
  display: block;
  position: relative;
  width: 174px;
  height: 56px;
  background: url(img/logoprobit.png);
  left: 6px;
  top: 59px;
}

#top a {
  display: block;
  width: 174px;
  height: 56px;
  text-indent: -1000em;
  overflow: hidden;
}

#left {
  float: left;
  width: 195px;
  font-size: 8pt; /* dla menu i kontaktu */
  
}

#menubar-shade {
  width: 179px;
  /* IE 195px */
  padding-left: 9px;
  padding-right: 7px;
  background: url(img/menubar-shade.png) repeat-y;
}

#right {
  background: url(img/top2.png) no-repeat 100% 0;
  float: left;
  width: 545px;
  padding-top: 31px;
}

#top img {
  display: none; 
}

#menubar {
  margin-top:18px;
	width: 195px;
}
#menubar-content {
  width:145px; /* mamy 179px */
  padding: 23px 17px 16px 17px;
  background: #1e3fa6 url(img/menubar-gradient.png) repeat-x;
}

#menubar-content ul {
  display: block;
  list-style: none;
}

#menubar-content li{
  display: block;
  text-transform: uppercase;
  line-height:18px;
  padding-left: 19px;
  padding-bottom: 1px;
  background: url(img/dots.png) repeat-x 0 100%;
}

#menubar-content li li {
  display: block;
  padding-left: 31px;
  margin-left: -19px;
  text-transform: lowercase;
  margin-right: 0;
  line-height:18px;
  padding-top: 1px;
  margin-top: 1px;
  margin-bottom: -2px;
  background: url(img/dots.png) repeat-x;
}

#menubar-content a {
  text-decoration: none;
}

#menubar-content li a {
  display:block;
  color:#fff;
  padding-left: 19px;
  margin-left: -19px;
  background: url(img/arrows.png) no-repeat 0 50%;  
  outline: none;
}
#menubar-content li a:hover {

  background: url(img/arrows.png) no-repeat 5px 50%;  
}

#menubar-content li li a {
  outline: none;
  color: #ffaa38;
}

#menubar-content h2 {
  width:0;
  height:0;
  overflow: hidden;
  text-indent: -1000em;
}

#menubar-up {
  font-size: 1px;
  width: 195px;
  height: 6px;
  background: url(img/menubar-up.png) no-repeat 0 100%;
}

#menubar-down {
  font-size: 1px;
  width: 195px;
  height: 6px;
  background: url(img/menubar-down.png) no-repeat 100% 0;
}

#menubar-content ul .last {
  background:none;
}

#content-up {
  width: 545px;
  height: 71px;
  display: block;
  background: url(img/header.png);
}

#content-up h2 {
  display: block;
  position: relative;
  top:34px;
  left:10px;
  width: 486px;
  /* width: 502px;  /* IE */
  height:28px;
  line-height: 28px;
  overflow:hidden;
  font-size:10pt;
  color: #ff7522;
  padding-left:16px;
  background-color:#fff;
}

#content {
  width:545px;
  
}

#content-middle {
  background: #e7e7e7 url(img/content.png) repeat-y 0 0;
  padding: 10px 35px 10px 35px;
  overflow: hidden;
  min-height: 380px;
}

#content-down {
  width: 545px;
  height: 47px;
  display: block;
  background: url(img/footer.png);
}

#content-down p {
  position: relative;
  top: 15px;
  left: 85px;
  color: #fff;
  font-size: 7pt;
}

#content-down a{
  text-decoration: none;
  font-weight:bold;
  color: #ffaa38;
}

#welcome-image {
  float: left;
  margin:10px;
}

#content-middle p {
  margin-top:12px;
  margin-bottom:12px;
  margin-left: 5px;
  margin-right: 5px;
  
}
#content-middle h3 {
  font-size:8pt;
  font-weight:bold;
}

#contact { 
  margin-top: 20px; 
  color: #fff;
}

#contact-shade {
  background: url(img/contact-shade.png) repeat-y 0 0;
  padding-left:21px;
  padding-right:7px;
}

#contact-content {
  background: #ffac38 url(img/contact-gradient.png) repeat-x 0 0;
  padding-top:10px;
  padding-left:23px;
  padding-right:23px;
  padding-bottom: 10px;
}

#contact-content p {
  padding-top:6px;
  padding-bottom:6px;
}

#contact-content a {
  text-decoration: none;
  color: #e35000;
}

#contact-up {
  font-size: 1px;
  width: 195px;
  height: 9px;
  background: url(img/contact-up.png) no-repeat 0 100%;
}

#contact-down {
  font-size: 1px;
  width: 195px;
  height: 11px;
  background: #424b5f url(img/contact-down.png) no-repeat 0 0;
}

#contact-header{
  display: block;
  width: 47px;
  height: 9px;
  overflow: hidden;
  text-indent: -1000em;
  background: url(img/contact-header.png) no-repeat 0 0;
}

#contact-line {
  display:block;
  overflow:hidden;
  height:1px;
  background: url(img/dots2.png);
  margin-top:10px;
  font-size:1px;
}
.nolist {
list-style-type:none;
}


.clear{
	clear:both;
	width:0;
	height:0;
	display:block;
	font-size:1px;
}


/*
extra
*/
input, textarea {
border: 1px solid #888;
}

#content-middle UL {
padding-left: 20px;
}

#content-middle LI {
margin-left: 20px;
}



#content-middle A {
color: #000;
}

#content-middle H2 {
padding: 10px 0 10px 0;
font-size: 110%;
color: #ff7522;
}

.bord {
border: 10px solid #fff;
margin: 0 15px 10px 0;
}

.fl_ {
float: left;
}

.tab_ceny TD {
border: 1px solid #aaa;
padding: 2px;
}

.tab_ceny TH {
border: 1px solid #aaa;
padding: 2px;
background-color: #eee;
}

#content-middle h1 {
font-size: 180%;
font-weight: bold;
color: #14276C;
}

em {
color: #888;
}

.av_button {
margin: 10px 0;
}

.av_button img {
border: 1px solid #000;
}
