html, body{
  margin: 0;
  padding: 0;
  background: #ddd;
  font-family: verdana, tahoma, sans-serif;
  font-size: 11px;
  line-height: 1.4;
  color: #666;
}

#pzkosztopheader{
  height: 70px;
  overflow: hidden;
  background: #f5f5f5;
  border-bottom: solid 3px #AA1528;
}

#pzkosztopheader a.logo{
  display: block;
  float: left;
  overflow: hidden;
  padding: 10px;
}

#pzkosztopheader a.logo img{
  display: block;
}

#pzkosztopheader h1{
  float: left;
  font-size: 19px;
  margin: 10px 30px;
  color: #ddd;
  font-weight: bold;
  border: none;
}

#pzkosztopheader .logininfo{
  float: right;
  padding: 10px;
}
#body{
  border: solid 1px #ccc;
  padding: 10px;
  background: #fff;
  width: 960px;
  margin: 0 auto 0 auto;
  min-height: 500px;
}

h1{
 margin:0 0 5px;
 padding: 0 0 5px 0;
 border-bottom: solid 1px #aaf;
 font-weight: normal;
 font-family: arial;  
 font-size: 18px;
}

.downbuttons{
  padding: 5px 0 5px 0;
  text-align: center;
}

.downbuttons input, .downbuttons a, .downbuttons a:hover, .downbuttons span{
  border: solid 1px #333;
  color: #333;
  padding: 3px 5px 3px 5px;
  background: #e5e5e5;
  text-decoration: none;
  font-size: 11px;
  font-weight: bold;
  cursor: pointer;
}

.downbuttons span{
  font-weight: normal;
}

table.admintable{
  border: solid 1px #ddd;
  padding: 1px;
  width: 100%;
}

table.admintable th{
  font-weight: bold;
  text-align: center;
  padding: 3px;
  background: #e5e5e5;
  margin: 1px; 
}

table.admintable td{
  padding: 3px;
  margin: 1px; 
}

.row0{
  background: #f5f5f5;
}

.row1{
  background: #eee;
}

.row2{
  background: #fcc;
}
.row3{
  background: #ffc;
}
h2{
 padding: 0 0 5px 0;
 font-size: 14px;  
}

a{
  color: #000D9F;
  text-decoration: none;
}

a:hover{
  color: #9F0006;
  text-decoration: underline;
}

ul{
}

#uploadProgress{
  position: absolute;
  display: none;
  width: 300px;
  padding: 10px;
  border: solid 1px #666;
  background: #ddd;
  font-size: 10px;
}

#uploadProgress .progressBar{
  border: solid 1px #666;
  background: #fff;
  height: 23px;
  overflow: hidden;
}

#percent{
  position: absolute;
  text-align: center;
  margin: 0;
  width: 300px;
  padding: 5px 0 0 0;
  z-index:5;
}

#progressBar{
  width: 1px;
  height: 23px;
  overflow: hidden;
  background: #ccf;
}

.message{
  width: 450px;
  margin: 100px auto 0 auto;
}

.message form{
  margin: 0;
  padding: 0;
}

.message fieldset{
  background: #f5f5f5;
  border: solid 1px #ddd;
  padding: 10px 10px 5px 10px;
}

.message legend{
  padding: 0 10px 0 10px;
  font-weight: bold;
  background: #ddf;
}

.message label{
  display: block;
  float: left;
  width: 150px;
  
}

.message .input{
  width: 200px;
  border: solid 1px #999;
}

iframe{
  border: none;
}

.red{
  color: #c00;
}

.green{
  color: #060;
}

.blad{
  width: 300px;
  padding: 10px;
  color: #c00;
  background: #fee;
  border: solid 1px #c00;
  margin: 10px auto 10px auto;
}

.code{
  background-color:#F5F5F5;
  border:1px solid silver;
  color:#222222;
  margin-bottom:4px;
  margin-top:4px;
  padding:10px;
  overflow: auto;
  width:85%;
}

table.admin{
  width: 100%;
  font-size: 10px;
}

table.admin .input{
  border: solid 1px #777;
  font-size: 11px;
  margin: 0 0 2px 0;
  width: 320px;
}

table.admin th{
  background: #e5e5e5;
  border: solid 1px #ddd;
}

table.admin .spanhead{
  background: #efefef;
  border-bottom: solid 1px #ddd;
  width: 150px;
  text-align: left;
}

table.admin td.spanval{
  border-bottom: solid 1px #ddd;
}

table.admin .checkboxgroup{
  overflow: hidden;
}

table.admin .checkboxgroup div{
  width: 150px;
  margin: 2px;
  float: left;
}

#tytul_part1{
  position: relative;
}

#topmenu{
  height: 20px;
  background: #eee;
  border-bottom: solid 1px #ddd;
}

#topmenu .topmenu{
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#topmenu .topmenu li{
  float: left;
  position: relative;
  margin: 0;
  padding: 0;
}

#topmenu .topmenu li a, #topmenu .topmenu li span{
  display: block;
  margin: 0;
  padding: 2px 10px 2px 10px;
  float: left;
  color: #000;
  text-decoration: none;
  border-left: solid 1px #ddd;
}

#topmenu .topmenu li ul{
  z-index:10;
  border: solid 1px #ddd;
  display: none;
  top: 20px;
  margin: 0;
  padding: 0;
  position: absolute;
  list-style-type: none;
  background: #fff;
}

#topmenu .topmenu li:hover>ul{
  display: block;
  margin: 0;
  padding: 0;
  list-style-type: nonel
  background: #fff;
}

#topmenu .topmenu li ul li{
  display: block;
  float: none;
}
#topmenu .topmenu li ul li:hover> ul{
  margin: -20px 0 0 160px;
}
#topmenu .topmenu li ul li a,#topmenu .topmenu li ul li span{
  min-width: 150px;
  float: none;
  border: none;
  white-space: nowrap;
}
#topmenu .topmenu li ul li a:hover,#topmenu .topmenu li ul li span:hover,#topmenu .topmenu li ul li:hover{
  background: #eee;
}
#maincentermenu{
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

#maincentermenu li{
  width: 240px;
  color: #000;
  float: left;
  margin: 10px;
  background: #eef;
  border: solid 1px #aaa;
  overflow: hidden;
}

#maincentermenu li a, #maincentermenu li span{
  font-family: arial, sans-serif;
  font-weight: bold;
  font-size: 13px;
  padding: 3px 10px;
  display: block;
  color: #000;
  white-space: nowrap;
}


#maincentermenu li ul{
  padding: 0 0 0 15px;
  margin: 0;
  font-size: 10px;
  background: #eee;
  list-style-type: none;
  border-top: solid 1px #aaa;
}

#maincentermenu li ul span, #maincentermenu li ul a{
  border: none;
  padding: 2px 10px;
  border: solid 1px #fff;
}

#maincentermenu li ul ul{
  height: auto;
  position: relative;
  margin: 0;
  border: none;
}
#maincentermenu li:hover{
  background: #ccf;
}

#maincentermenu li:hover ul{
  display: block;
}

#maincentermenu li ul li{
  background: #fff;
  margin: auto;
  float: none;
  border: none;
  width: auto;
  height:22px;
  margin: 0;
  
}

#maincentermenu li ul li:hover{
  background: #eee;
}

#maincentermenu li ul li a:hover{
  background: #eee;
  position: absolute;
  border: solid 1px #bbb;
}


#maincentermenu li ul li a, #maincentermenu li ul li span{
  font-family: verdana, tahoma, sans-serif;
  font-weight: normal;
  font-size: 11px;
  border-bottom: none; 
  border: solid 1px #fff;
  color: #000;
  text-decoration: none;
}

#maincentermenu .poczekalnia{
  color: #f00;
}

.thumb{
  float: left;
  overflow: hidden;
  text-align: center;
  padding: 5px 5px 5px 5px;
  margin: 5px;
  background: #ccc;
  border: solid 1px #777;
}

.thumb div a{
  display: block;
  width: 120px;
  height: 120px;
  border: solid 1px #fff;
  padding: 2px;
  background: #eee;
}

.thumb p{
  margin: 0;
}

.thumb div a img{
  display: block;
  border: solid 1px #777;
}

.kontener{
  overflow: hidden;
  padding: 10px 0 10px 0;
}

.komentarz{ background: #EFF8FF; }
.komentarzna{ background: #FFEFEF; }
.komentarzodrzucony{ background: #FFFBCF; }

.komentarz, .komentarzna, .komentarzodrzucony{
  border: solid 1px #777;
  padding: 10px;
  margin: 10px 0;
  font-size: 11px;
}

.komentarz p, .komentarzna p, .komentarzodrzucony p{
  margin: 0;
  padding: 0 0 10px 0;
  border-bottom: solid 1px #777;
}

.komentarz p, .komentarzna p, .komentarzodrzucony p{
  margin: 0;
  padding: 0 0 10px 0;
  border-bottom: solid 1px #777;
}

.tresckomentarza{
  padding: 10px 0;
}

.akcjekomentarza{
  text-align: center;
  padding: 10px 0 0 0;
  border-top: solid 1px #777;
}

.akcjekomentarza a{
  border: solid 1px #000;
  background: #f5f5f5;
  color: #000;
  font-weight: bold;
  padding: 3px 5px;
}

.hiddenLayer{
  display: none;
  background: #eee;
  border: solid 1px #000;
  padding: 5px;
  margin: 0;
  width: 300px;
  overflow: hidden;
}

.color{
  width: 8px;
  height: 8px;
  border: solid 1px #000;
  float: left;
  overflow: hidden;
  padding:0;
  margin: 1px;
}

.oneline{
  overflow: hidden;
}

.oneline label{
  width: 150px;
  display: block;
  float: left;
}

input.zawinput{
  width: 35px;
  border: solid 1px #aaa;
  font-size: 11px;
}

input.myinput{
  width: 65px;
  border: solid 1px #777;
  font-size: 11px;
}

.formOpisy textarea{
  width: 133px;
  height: 50px;
  border: solid 1px #000;
  font-size: 10px;
  font-family: verdana, arial, sans-serif;
}

.tag{
  float: left;
  width: 200px;
}

.tag label{
  display: block;
  padding: 3px 0;
}

.tag select{
  width: 180px;
}

.artukul h2{
  background: url(styleimg/ins_h.png) no-repeat center left;
  padding-left: 20px; 
}

a img.preview{
  border: solid 1px #ccc;
}

a:hover img.preview{
  border: solid 1px #c00;
}