body {
  margin: 0; 
  padding: 0; 
  background: url("../images/bg.jpg") repeat-x #fff; 
  font-family: Verdana, Tahoma, sans-serif; 
  font-size: 10px; 
  color: #5d5d5d;
  width: 100%;
  height: 100%;
  overflow: auto;
  overflow-x: hidden;
  overflow-y: scroll;
}

img {
  border: none;
}

a {
  text-decoration: underline;
  color: #8ec138;
  font-weight: bold;
}

ul {
  list-style-image: url("../images/punktor-carbonus.png");
}
ul li {
  margin-left: 0px;
}

.tytul_boxu_big, .tytul_boxu_small {
  font-family: "Futura Hv BT", Tahoma, Verdana, sans-serif;
  font-weight: bold;
  color: #2e4e8a;
}
.tytul_boxu_big {
  font-size: 14px;
  text-transform: uppercase;
}
.tytul_boxu_small {
  font-size: 10,5px;
  text-transform: lowercase;
}
.sIFR-hasFlash .tytul_boxu_big {
  font-size: 14px;
  text-transform: uppercase;
  line-height: 1em;
}

#wrapper {
  position: absolute;
  top: 0; 
  left: 0; 
  width: 100%;
  height: 100%; 
  margin: 0; 
  padding: 0;
}

#menu_main {
	width: 620px;
	height: 60px;
	float: right;
	top: 0;
	overflow: hidden;
	text-transform: uppercase;
  font-weight: bold;
  margin: 42px 0 0 0;
  padding: 0;
  text-align: right;
  z-index: 300;
  overflow: hidden;
}

.fast {
  color: #92969b;
  margin: -15px 0 0 -10px;
  padding: 0;
  text-transform: lowercase;
}
.fast a {
  color: #92969b;
  text-decoration: none;
  font-weight: normal;
}

.langs {
  margin: 0;
  padding: 0;
}

#languages ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#languages li {
	margin: 0;
	padding: 0px;
	display: inline;
	text-transform: lowercase;
}
#languages a {
	text-decoration: none;
}
#languages a:hover {
	text-decoration: underline;
}

#container {
  width: 968px;
  top: 0;
  margin: 0 auto;
}


#menu_top {
  text-align: left;
  clear: both;
  margin: 0 auto;
  height: 36px;
  overflow: hidden;
  width: 100%;
}
#top {
  margin: 0 auto;
  padding: 0px;
  width: 100%;
  height: 118px;
  background: url(../images/bg-site.png) no-repeat #ffffff;
}
#site-content {
  position: absolute;
  top: 154px;
  margin: 0 auto;
  /*width: 968px;*/
  width: 945px;
  background-color: #fff;
}

#header {
  /*width: 968px;*/
  width: 100%;
  height: 200px;
  overflow: hidden;
  margin: 0;
  padding: 0;
  overflow: auto;
  background-color: #8ec138;
}


/*** menu ***/
#menu {
  padding: 0;
  margin: 0;
  height: 60px;
  text-align: left;  
  color: #000;
  overflow: hidden;
  float: right;
  
}
#menu ul {
   list-style:none;
   margin: 0;
   padding: 0;
}
#menu ul li {
   display: block;
   float: left;
   list-style: none;
   margin: 0;
   padding: 0;
   font-size: 10pt;
   font-weight: bold;
}
#menu ul li a {
   display: block;
   margin: 0px;
   padding: 0 10px 0 0;
   text-decoration: none;
   line-height: 1.3em;
   font-size: 11pt;
}
#menu ul li a:hover {
}

.dmx {
    font: 8pt Tahoma;
    font-weight: normal;
    margin: 0 0 0 5px;
    float: right;
    width: 620px;
}
.dmx .item1,
.dmx .item1:hover,
.dmx .item1-active {
    padding: 0;
    margin: 0px 25px 0 0;
    font-size: 8pt;
    font-family: Tahoma;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    color: #242c37;
}
.dmx .item1-active:hover {
    color: #8ec138;
}
.dmx .item2,
.dmx .item2:hover,
.dmx .item2-active,
.dmx .item2-active:hover {
    padding: 5px;
    font-weight: normal;
    font-size: 8pt;
    font-family: Tahoma;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 100;
    color: #000;

}
.dmx .item2 {
    background: #fff;
    margin: 0 0 0 -10px;
    color: #242c37;
}
.dmx .item2:hover,
.dmx .item2-active,
.dmx .item2-active:hover {
    background: #d8e9ba;
    margin: 0 0 0 -10px;
}
.dmx .arrow,
.dmx .arrow:hover {
    padding: 5px 12px 5px -9px;
}
.dmx .item2 img,
.dmx .item2-active img{
    position: absolute;
    top: 5px;
    right: 1px;
    border: 0;
}
.dmx .section {
    /*border: 1px solid #4c7302;*/
    position: absolute;
    visibility: hidden;
    z-index: -1;
    margin: 8px 0 0 0;
}

* html .dmx td { position: relative; } /* ie 5.0 fix */

/* koniec menu */


/* menu normalne */
h13 {
  font-family: "Futura Hv BT", Tahoma, Candara, sans-serif;
  /*font-size: 1.63em;*/ /* 26px */
  font-size: 8pt;
  font-weight: normal;
  text-transform: uppercase;
}
.sIFR-hasFlash h13 {
  font-size: 9pt;
  line-height: 1em;
  text-transform: uppercase;
}
.sIFR-hasFlash h13 a {
  font-size: 9pt;
  line-height: 1em;
  text-transform: uppercase;
}
/* koniec menu normalnego */


#logo {
  float: left;
  margin: 15px 0 0 10px;
  z-index: 200;
}

#flash {
  margin: 0;
  z-index: 50;
  width: 100%;
  height: 200px;
  overflow: hidden;
}

#short {
  float: right;
  margin: 0 10px 0 0;
}


#linki {
  clear: both;
  margin:0;
  width: 600px;
  float: left;
}
#search {
  float: right;
  margin: 5px 10px 0 0;
  width: 170px;
  height: 20px;
  overflow: hidden;
  background: url(../images/bg-search.png) no-repeat;
}
.search {
}
.input_search {
  width: 137px;
  height: 20px;
  margin: -3px 0 0 8px;
  padding: 0;
  border: none;
  background: none;
  color: #92969b;
  font-size: 8pt;
}
.button_search {
  width: 20px;
  height: 20px;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
}

#body-home {
  margin: 34px 28px;
}
#body-content {
  margin: 0 auto;
}

/* zawartość */
#content {
  clear: both;
  width: 100%;
  margin: 0 auto;
}
#bc {
  margin: 0 0 0 30px;
}
#tresc {
  float: left;
  width: 640px;
  overflow: hidden;
  margin: 10px 0 0 0;
  text-align: left;
}
#body-left {
  float: left;
  width: 230px;
  overflow: hidden;
  margin: 30px 30px 0 20px;
}
#tresc_wide {
  float: left;
  width: 100%;
  overflow: hidden;
  margin: 30px 0 0 0;
  text-align: left;
}
#body-right {
  float: right;
  width: 230px;
  overflow: hidden;
  margin: 30px 0 0 0;
}

/**/

/* path */
#path {
  padding: 0;
  margin: 0 0 30px 0;
  width: 945px;
  height: 30px;
  overflow: hidden;
  z-index: 150;
  color: #fff;
}
.path {
  width: 100%;
  color: #fff;
  background-color: #8ec138;
}
.path_cd {
  color: #fff;
  padding: 5px 10px 10px 10px;
}
#path a {
  color: #fff;
}
#path a:hover {
  color: #fff;
}

#art_title_text {
  font-size: 11pt;
  font-weight: bold;
  text-transform: uppercase;
  color: #242c37;
}
.path {
  margin: 0;
}
.path_cd {
  padding: 5px 0 0 0;
  color: #fff;
}
.path_cd a {
  color: #fff;
  text-decoration: none;
}
.path_cd a:hover {
  color: #fff;
  text-decoration: underline;
}

/**/

.box-news p {
  margin: 0;
}
._box_news p {
  margin: 0;
  padding: 0;
}

/* formularze */
h3 { font-size: 12px; }
#form_zapyt {
   margin: 0;
   padding: 10px;
   width: 100%;
   background: #e5eefe;
   color: #7f7f7f;
   font-size: 10px;
   font-family: Verdana, Tahoma, sans-serif;
   text-align: left;
   overflow: auto;
}
#form_zapyt #normalny {
   margin: 0px;
   margin: 2px 0 0 0;
   width: 230px;
   height: 28px;
   color: #7f7f7f;
   font-size: 10px;
}
#form_zapyt #normalny select {
   margin: 0px;
   padding: 0px;
   width: 70px;
   background: #fff;
   color: #7f7f7f;
   font-size: 10px;
}
#form_zapyt #normalny input[type=text] {
   margin: 0px;
   padding: 2px 5px 0 5px;
   width: 35px;
   height: 15px;
   border: 1px solid #7f7f7f;
   background: #fff;
   color: #7f7f7f;
   font-size: 10px;
}
#form_zapyt input[type=text] {
   margin: 2px 0 2px 0;
   padding: 4px 0px 0px 8px;
   width: 220px;
   height: 20px;
   border: 1px solid #7f7f7f;
   background: #fff;
   color: #7f7f7f;
   font-size: 10px;
}
#form_zapyt input[type=text].dni {
   margin: 2px 0 2px 10px;
   padding: 4px 0px 0px 8px;
   width: 30px;
   height: 20px;
   border: 1px solid #7f7f7f;
   background: #fff;
   color: #7f7f7f;
   font-size: 10px;
}
#form_zapyt textarea {
  margin: 2px 0 3px 0;
  padding: 4px 0px 2px 6px;
  width: 220px;
  height: 85px;
  border: 1px solid #7f7f7f;
  background: #fff;
  color: #7f7f7f;
  font-family: Verdana, Tahoma, sans-serif;
   font-size: 9px;
   overflow:auto
}
#form_zapyt input[type=image] {
   margin: 5px 0 5px 0;
   padding: 0px;
   height: 22px;
   border: none;
   background: none;
}
/***/

/* menu bottom */

#up {
  clear:both;
  text-align: right;
  width: 930px;
  margin: 20px auto 5px auto;
}
#up a {
  text-decoration: none;
  font-weight: normal;
}
#up a:hover {
  text-decoration: underline;
  font-weight: normal;
}

#down {
  clear: both;
  width: 938px;
  height: 30px;
  margin: 0 auto;
  color: #5a645e;
  padding: 0px;
  border: none;
  background-color: #d8e9ba;
  overflow: hidden;
  text-align: center;
}


#menub {
  width: 100%;
  height: 20px;
  overflow: hidden;
  margin: 9px auto;
  font-weight: normal;
}
#menub span.mb a {
  color: #5a645e;
  text-decoration: none;
  font-weight: normal;
}

#menub span.mb a:hover {
  color: #5a645e;
  text-decoration: underline;
}

#newsletter {
  float: right;
  width: 252px;
  height: 20px;
  overflow: hidden;
  margin: -5px 0 0 0;
}

table.newsletter {
  background: url(../images/box-newsletter.png) no-repeat;
}

.input_newsletter {
  width: 172px;
  height: 20px;
  font-size: 8pt;
  color: #9da1b2;
  border: none;
  background: none;
  padding: 0 4px 0 4px;
}
.button_newsletter {
  width: 68px;
  height: 20px;
  border: none;
  background: none;
  cursor: pointer;
}

#bottom-table {
  width: 100%;
  margin-top: 5px;
  color: #a7abaf;
  width: 920px;
}

#stopka {
  width: 938px;
  margin: 0px auto;
  color: #3b4365;
  padding: 0px 20px 20px 20px;
}

td.copyright {
  width: 440px;
  text-align: right;
  color: #9a9a9a;
}

td.copyright a {
  color: #9a9a9a;
  text-decoration: none;
}
td.copyright a:hover {
  text-decoration: underline;
}

