/* nowy CSS */
body, html, div, h1, h2, h3, h4, h5, h6, img {
  margin: 0px;
  padding: 0px;
  border: 0px;
}
body 
{
  background: #F0F0F0 url('bgcolor.gif') center top repeat-y;
  font-family: Arial, Verdana, Helvetica, sans-serif; 
  font-size: 100.01%; /* this body font-size fixes an IE bug and maintains x-browser uniformity */ 
  overflow-y: scroll;
}
ul {
  list-style-type: square;
  list-style-image: url('list_bullet.gif');
  list-style-position: outside;
  padding: 0px;
  padding-left: 20px;
  margin: 0px;
  margin-top: 5px; 
  margin-bottom: 5px;
}
h1 { font-size: 14pt; }
h2 { font-size: 12pt; }
h3 { font-size: 10pt; }
h4 { font-size: 9pt; }
h5 { font-size: 8pt; }

/* standardowe odsylacze */
a {
  text-decoration: none;
  color: #294294;
  outline: none;
}
p {
  margin-top: 5px;
}
a:hover, a:focus, a:active {
  color: #000000;
  text-decoration: underline;
  outline: none;
}
/* tylko obręb pad5 dostaje ikony */
.pad5 a[href $='.pdf'] {
  padding-left: 20px;
  background: transparent url('./icons/file_acrobat.gif') no-repeat left top;
}
.pad5 a[href $='.wmv'] {
  padding-left: 20px;
  background: transparent url('./icons/page_video.gif') no-repeat left top;
}
.pad5 a[href $='.html'] {
  padding-left: 20px;
  background: transparent url('./icons/page_html.gif') no-repeat left top;
}
.pad5 a[href ^='mailto:'] {
  padding-left: 20px;
  background: transparent url('./icons/icon_email.gif') no-repeat left top;
}
.pad5 a[href $='.gif'] {
  padding-left: 20px;
  background: transparent url('./icons/image.gif') no-repeat left top;
}
.pad5 a[href $='.jpg'] {
  padding-left: 20px;
  background: transparent url('./icons/image.gif') no-repeat left top;
}


.hide {
  display: none;
}

.rp {
  position: relative;
}
.top_graf_d {
  height: auto;
  min-height: 109px;
  border-bottom: 1px dashed #DDDDDD;
  /*background-color: #F1F6FC;*/
}
.top_namebar {
  position: absolute;
  top: 18px;
  left: 20px;
  width: 370px;
  font-size: 8pt;
}
/* mainpage layout */
.main_bg {
  width: 100%;
  height: 670px;
  background: transparent url('main-bg.jpg') no-repeat right bottom;
}
.main_header h1 {
  position: absolute;
  text-align: center;
  font-size: 20pt;
  top: 35px;
  left: 10px;
  width: 480px;
  height: 85px;
}
.main_content {
  position: absolute;
  text-align: left;
  top: 100px;
  left: 10px;
  width: 480px;
  height: 185px;
}
.main_newshead {
  position: absolute;
  background: #8EA8CD;
  padding: 3px 0px 3px 12px;
  color: #FFFFFF;
  font-weight: normal;
  font-size: 9pt;
  top: 310px;
  left: 5px;
  width: 140px;
  height: 15px;
}
.main_news {
  position: absolute;
  background: #FFFFFF;
  padding: 5px 10px 5px 10px;
  border-bottom: 1px dashed #DDDDDD;
  border-left: 1px dashed #DDDDDD;
  border-right: 1px dashed #DDDDDD;
  top: 330px;
  left: 5px;
  width: 130px;
  height: 270px;
}

div.grbox {
  position: relative;
  margin: 10px;
}
div.grimg img {
  width: 80px;
  background-color: #DDDDDD;
  margin-left: 10px;
  border-top: 1px solid #7F97B9;
  border-bottom: 1px solid #7F97B9;
  border-left: 5px solid #7F97B9;
  border-right: 5px solid #7F97B9;
  vertical-align: text-top;
}
div.grtxt a {
  position: absolute;
  top: 10px;
  width: 300px;
  border: 1px dashed #DDDDDD;
  background-color: #F0F0F0;
  margin-left: 110px;
  padding: 5px 5px 5px 10px;
  font-weight: bold;
}

div.newsbox {
  position: relative;
  min-height: 150px;
  border-bottom: 1px dashed #DDDDDD;
  padding-left: 10px;
  padding-right: 10px;
}
div.newsimg img {
  width: 120px;
  margin: 5px;
  background-color: #DDDDDD;
  border-top: 1px solid #7F97B9;
  border-bottom: 1px solid #7F97B9;
  border-left: 5px solid #7F97B9;
  border-right: 5px solid #7F97B9;
}
div.newstxt {
  position: absolute;
  top: 0px;
  left: 150px;
  padding: 5px;
}
.newsmore {
  padding-left: 20px;
  background: transparent url('./icons/page_next.gif') no-repeat left top;
}

.pad5 {
  padding: 10px;
  text-align: justify;
}
div.pad5 img {
  margin: 10px 10px 5px 0px;
  float: left;
  clear: left;
  vertical-align: top;
  border: 1px solid #DDDDDD;
}
div.pad5 table, div.pad5 td {
  border-collapse: collapse;
  border-width: 1px;
  border-color: #DDDDDD;
  border-style: solid none solid none;
  padding: 5px;
  vertical-align: top;
}
div.pad5 th {
  border-collapse: collapse;
  background-color: #7F97B9;
  border: 2px solid #FFFFFF;
  color: #FFFFFF;
  padding: 5px;
}

/* przegladarka zdjec */
.viewer {
  padding: 5px 5px 5px 5px;
  margin: 5px 5px 5px 10px;
  border: 1px dashed #DDDDDD;
  float: right;
  height: 350px;
  font-weight: bold;
  font-size: 9pt;
}
.viewer table {
  width: 208px;
  padding: 0px;
}
.viewer img {
  width: 200px;
  border: 1px #DDDDDD solid;
}
.viewer input	{
  color: #FFFFFF;
  background-color: #7F97B9;
  border: 1px #DDDDDD solid;
}
img.viewer_mag {
  position: absolute;
  top: 8px;
  left: 160px;
  width: 32px;
  height: 32px;
  border: none;
  z-index: 1;
}
.viewer_img {
  position: relative;
}

h1.teaser {
  color: #294294;
  font-weight: normal;
  line-height: 19px;
}
h2.teaser {
  font-size: 8pt;
  font-weight: normal;
  margin-top: 3px;
}
p.teaser {
  font-size: 8pt;
  font-weight: normal;
  margin-top: 3px;
}



div.tb {
  position: relative;
  height: 19px;
  width: 602px;
  z-index: 0;
  background: #294294;
}
div.tb_c_left {
  background: #294294 url('corner_left_top.gif');
  width: 13px;
  height: 19px;
  float: left;
}
div.tb_c_right {
  background: #294294 url('corner_right_top.gif');
  width: 13px;
  height: 19px;
  float: right;
}
div.bb {
  position: relative;
  height: 19px;
  width: 602px;
  z-index: 0;
  background: #7F97B9;
  clear: both;
  color: #FFFFFF;
  font-weight: normal;
  font-size: 8pt;
}
div.bb a {
  color: #FFFFFF;
  font-weight: normal;
  font-size: 8pt;
}
div.bb a:hover {
  color: #000000;
}


div.bb_c_left {
  background: #7F97B9 url('corner_left_bottom.gif');
  width: 13px;
  height: 19px;
  float: left;
}
div.bb_c_right {
  background: #7F97B9 url('corner_right_bottom.gif');
  width: 13px;
  height: 19px;
  float: right;
}
.content {
  border-left: 1px dashed #DDDDDD;
  border-right: 1px dashed #DDDDDD;
  padding: 0px;
  min-height: 600px;
  height: auto;
}

.linkbox {
  border-top: 1px dashed #DDDDDD;
  margin: 5px;
  font-size: 8pt;
}
/* layout */
.mainframe {
  position: relative;
  background-color: #FFFFFF;
  margin-left: auto;
  margin-right: auto;
  top: 12px;
  width: 765px;
}
.toplogo {
  position: absolute;
  z-index: 1;
  background: #FFFFFF;
}
.leftmenu {
  background: #F0F0F0;
  font-size: 10pt;
  position: absolute;
  width: 162px;
  top: 72px;
  z-index: 10;
}
.leftmenu2 {
  font-size: 10pt;
  position: absolute;
  width: 150px;
  top: 630px;
  left: 12px;
}
.leftmenu3 {
  font-size: 10pt;
  position: absolute;
  width: 150px;
  height: 250px;
  top: 10px;
}

.rightcontent {
  background-color: #FFFFFF;
  position: absolute;
  height: 100%;
  width: 602px;
  left: 163px;
  top: 72px;
  z-index: 0;
  float: left;
  font-size: 10pt;
}
/* -- */

.cornerleftbottom {
  height: 19px; 
  background: #F0F0F0 url('corner_left_bottom_col_left.gif') bottom left no-repeat;
}

/* lewe menu */
#menuitem li {
  list-style-image: url('anc_ampl_navi_left_orange.gif');
}
#menuitem a {
  text-decoration:none;
  font-weight: bold;
  color:#294294
}
#menuitem a:hover, a:focus, a:active {
  text-decoration:underline;
  font-weight: bold;
  color: #000000;
}
#menuitem ol { 
  width: 100%;
  border-bottom: 0px;
  height: 14pt;
  overflow: hidden;
  padding-left: 0px;
}
#menuitem ol li:hover ol{
  position: absolute;
  left: 30px;
  width: 200px;
  border: 1px solid #D3D3D3;
  height: auto;
  background-color:#FFFFFF;
  padding-left: 20px;
  padding-top: 3px;
  padding-bottom: 3px;
}
/* gorna belka w grupach i produktach */
div#katalog {
  background: #8EA8CD;
  padding: 3px 0px 3px 12px;
}
div#katalog a {
  color: #FFFFFF;
  font-weight: normal;
  font-size: 9pt;
}
div#katalog a:hover {
  color: #000000;
}
