* {
  margin: 0px;
  padding: 0px;
}

html {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
}

body {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  background-color: #FFF;
}

td, div, p, font {
  font-family: 'Tahoma', 'Helvetica', 'Arial', 'Sans-Serif';
  font-size: 10pt;
  color: #000;
  line-height: 155%;
}

ul, ol {
  list-style-position: outside;
  padding-left: 20px;
  list-style-type: none;
}

h1 { font-size: 12pt; }
h2 { font-size: 10pt; }


a:link, a:active, a:visited {
  text-decoration: none;
  font-family: 'Tahoma', 'Helvetica', 'Arial';
  font-size: 10pt;
  color: #FFF;
}
a:hover {
  text-decoration: underline;
  font-family: 'Tahoma', 'Helvetica', 'Arial';
  font-size: 10pt;
  color: #FFF;
}
.clear_both   { clear: both; }
.clear_left   { clear: left; }
.clear_right { clear: right; }
.center { text-align: center; }
.left { text-align: left; }
.right { text-align: right; }
.top { vertical-align: top; }
.bottom { vertical-align: bottom; }
.bold { font-weight:bold; }
.small { font-size: 7pt; }

/* FORMULARZE */

input.butt {
  border-style: solid;
  border-width: 1px;
  border-color: #C27C7F;
  background-color: #8A1114;
  font-size: 8pt;
  font-weight: bold;
  font-family: 'Verdana', 'Helvetica', 'Arial';
  color: #FFF;
  padding: 2px;
}

input.inp {
  border-style: solid;
  border-width: 1px;
  font-weight: bold;
  border-color: #8E9193;
  background-color: #FFF;
  font-size: 10pt;
  font-family: 'Verdana', 'Helvetica', 'Arial';
  color: #555;
  padding: 1px;
}

textarea.inp {
  border-style: solid;
  border-width: 1px;
  border-color: #8E9193;
  background-color: #FFF;
  font-size: 10pt;
  font-family: 'Verdana', 'Helvetica', 'Arial';
  color: #555;
  padding: 2px;
}

select.inp {
  border-style: solid;
  border-width: 1px;
  border-color: #8E9193;
  background-color: #FFF;
  font-size: 10pt;
  font-family: 'Verdana', 'Helvetica', 'Arial';
  color: #555;
  font-weight: normal;
}

select.inp option {
  font-size: 10pt;
  font-family: 'Verdana', 'Helvetica', 'Arial';
  color: #555;
  font-weight: normal;
}

/* SZKIELET */

#top {
  background-image: url('./../images/images/bg_top.gif');
  background-repeat: repeat-x;
  height: 228px;
}

#header {
  width: 907px;
  height: 228px;
  margin: 0px auto;
  padding: 0px 10px;
  background-image: url('./../images/images/bg_header.jpg');
  background-repeat: no-repeat;
}

#header_banner {
  width: 899px;
  height: 228px;
  margin: 0px auto;
}

#container {
  width: 907px;
  margin: 0px auto;
  padding: 0px 10px;
  background-image: url('./../images/images/bg_content.gif');
  background-repeat: repeat-y;
}

#menu {
  width: 899px;
  height: 26px;
  margin: 0px auto;
  background-image: url('./../images/images/menu.gif');
  background-repeat: no-repeat;
}

#wrapper {
  position: relative;
  width: 899px;
  margin: 0px auto;
}

#content {
  width: 632px;
  float: left;
}

#sidebar {
  width: 261px;
  float: right;
}

#footer {
  width: 907px;
  height: 61px;
  text-align: right;
}

/* BOX */

#rightbox {
  width: 261px;
}
#rightbox_header {
  background-image: url('./../images/images/cat_header.jpg');
  background-repeat: no-repeat;
  height: 46px;
  text-align: right;
}
#rightbox_content {
  background-image: url('./../images/images/cat_bg.gif');
  background-repeat: repeat-y;
}
#rightbox_footer {
  background-image: url('./../images/images/cat_footer.jpg');
  background-repeat: no-repeat;
  height: 31px;
}

/* MENU */

#menu_left {
  float: left;
  width: 550px;
  height: 25px;
  padding: 0px;
  text-align: left;
}
#menu_right {
  float: right;
  width: 90px;
  height: 19px;
  padding-top: 6px;
  text-align: right;
}
#menu_right img {
  padding-right: 5px;
}

.menu_img {
  padding: 0px;
  margin: 0px;
}

/* CATEGORIES */

img#category_label {
  margin: 12px 10px 0px 0px;
}

ul.category_level_main {
  list-style-type: none;
  list-style-position: inside;
  padding: 0px 1px;
  margin: 0px;
}


ul.category_level_main li.category_item_main {
  background-image: url('./../images/images/spacer_b.gif');
  background-repeat: no-repeat;
  background-position: bottom;
  padding: 5px 0px;
}

div.category_level_label_main {
  line-height: 25px;
  padding: 0px 0px 0px 15px;
  margin: 0px 0px 0px 35px;
  font-size: 10pt;
  font-weight: bold;
  background-image: url('./../images/images/cat_arr_red-gray.gif');
  background-repeat: no-repeat;
  background-position: left;
}

div.category_level_label_main a:link,
div.category_level_label_main a:active,
div.category_level_label_main a:visited {
  font-size: 10pt;
  font-weight: bold;
  color: #000;
  text-decoration: none;
}
div.category_level_label_main a:hover {
  font-size: 10pt;
  font-weight: bold;
  color: #000;
  text-decoration: underline;
}


ul.category_level_sub li.category_item_sub {
  padding: 2px 0px;
}

div.category_level_label_sub {
  line-height: 25px;
  padding: 0px 0px 0px 15px;
  margin: 0px 0px 0px 35px;
  font-size: 8pt;
  font-weight: bold;
  background-image: url('./../images/images/cat_arr_white-gray.gif');
  background-repeat: no-repeat;
  background-position: left;
}

div.category_level_label_sub a:link,
div.category_level_label_sub a:active,
div.category_level_label_sub a:visited {
  font-size: 8pt;
  font-weight: bold;
  color: #FFF;
  text-decoration: none;
}
div.category_level_label_sub a:hover {
  font-size: 8pt;
  font-weight: bold;
  color: #FFF;
  text-decoration: underline;
}

#search_form {
  width: 200px;
  margin: 0px auto;
  padding: 10px 0px;
}

#search_input {
  width: 150px;
  height: 20px;
  line-height: 20px;
  font-size: 10pt;
  font-weight: bold;
  font-family: 'Tahoma', 'Helvetica', 'Arial';
  color: #000;
  border-top: 1px solid #767676;
  border-left: 1px solid #767676;
  border-right: 1px solid #8E9193;
  border-bottom: 1px solid #8E9193;
}

#search_button {
  cursor: pointer;
}

#search_form table {
  width: 185px;
  margin: 0px auto;
  padding: 10px 0px;
}

/* STRONNICOWANIE */

a.site_on:link, a.site_on:active, a.site_on:visited  {
  color: #332166;
  font-size: 10pt;
  font-weight: bold;
}
a.site_on:hover  {
  color: #332166;
  font-size: 10pt;
  font-weight: bold;
}

a.site_off:link, a.site_off:active, a.site_off:visited  {
  color: #9D9D9D;
  font-size: 10pt;
  font-weight: bold;
}
a.site_off:hover  {
  color: #332166;
  font-size: 10pt;
  font-weight: bold;
}

/* GLOBALS */

#error {
  text-align: center;
  font-weight: bold;
  padding: 100px 0px;
}

#banners {
  padding: 10px 0px;
  background-image: url('./../images/images/spacer_b.gif');
  background-repeat: no-repeat;
  background-position: top center;
}

#banner_sector_0x01 {
  width: 200px;
  padding: 10px 0px;
  margin: 0px auto;
  text-align: center;
}

.banner {
  padding: 5px 0px;
}


