body {
  background-color: gray;
  background-image: url(./img/las.jpg);
  background-position: 0 0;
  background-repeat: repeat;
  background-attachment: fixed;
}

div.tresc{
  background-color: black;
  background-image: url(./img/las_s.jpg);
  background-position: 0 0;
  background-repeat: repeat;
  background-attachment: fixed;
  border: 1px solid;
  border-color:white;
  position: absolute;
  left: auto;
  right: 5%;
  top: 15%;
  bottom: 5%;
  width: 60%;
  overflow: auto;
  padding-top: 2mm;
  padding-left: 10mm;
  padding-right: 10mm;
  font-family: Verdana, Arial;
  font-size: 14px;
  color: white;
  font-weight: bold;
  margin: 0px;
}

div.menu{
  background-color: black;
  background-image: url(./img/las_s.jpg);
  background-position: 0 0;
  background-repeat: repeat;
  background-attachment: fixed;
  border: 1px solid;
  border-color:white;
  position: absolute;
  left: auto;
  right: 5%;
  top: auto;
  bottom: 86%;
  height: 40px;
  width: 60%;
  overflow: auto;
  font-family: Verdana, Arial;
  font-size: 16px;
  color: white;
  font-weight: bold;
  margin: 0 auto;
  padding-left: 10mm;
  padding-right: 10mm;
  padding-top: 0;
  padding-bottom: 0;
}
ul{
list-style-type: none;
padding: 0mm;
margin-top: 12px;
margin-bottom: auto;
}
li{
display: inline;
margin-left: 14%;
}
a{
text-decoration: none;
color: white;
}

img.centrum{
display: block;
margin: 20px auto;
margin-bottom: 30px;
}

img.prawo{
display: block;
float: right;
}
img.lewo{
margin: 3mm;
display: inline;
float: left;
}

h1{
color: #FFD700;
font-size: 16px;
}

div.hr{
height: 0px;
margin-top: 20px;
margin-bottom: 20px;
border-top: 1px dashed gray;
}

div.info{
   margin-left: auto;
   margin-right: auto;
   height: auto;
   width:80%;
   background-color: #006400;
   padding: 2mm;
   border: 1px solid;
  border-color:white;
}

p.komentarz{
   float:left;
   width:28%;
  font-family: Verdana, Arial;
  font-size: 10px;
  font-weight: normal;
  margin-top: 0px;
}

p.pole{
   float:left;
   margin-left: 2%;
   margin-top: 0px;
   width:40%;
}

input[type="text"]{
width: 90%;
}
textarea{
height: 35mm;
width: 90%;
}
select{
width: 90%;
}

fieldset{
border: 1px dotted;
padding-top: 6mm;
width: 80%;
margin: 0 auto;
}

label{
   clear:both;
   width:30%;
   float:left;
   text-align:right;

}

div.blokglowny{
width: 370px;
margin: 0 auto;
}

h1.centrum{
margin-left: auto;
margin-right: auto;
display: block;
width: 280px;
}

div.submenu{
  width: 20%;
  height: 100%;
  float: left;
  left: 0;
  top: 0;
  position: absolute;
  background-color: white;
  background-image: url(./img/las_m.jpg);
  background-position: 0 0;
  background-repeat: repeat;
  background-attachment: fixed;
  color: black;
  padding-top: 0mm;
  padding-bottom: 0mm;
  padding-left: 0mm;
  overflow: auto;
  bottom: 0;
}

div.maincontener{
  width: 80%;
  height: 100%;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  float: right;
  background-color: black;
  background-image: url(./img/las_s.jpg);
  background-position: 0 0;
  background-repeat: repeat;
  background-attachment: fixed;
  overflow: auto;
  border-left: 1px solid gray;
}

li.submenu{
display: block;
margin-top: 20px;
}

ul.submenu{
margin-top: 20px;
margin-left: -10px;
}

h1.rada{
margin-top: 20px;
}

a.submenu{
color: #FFD700;
}

div.constans{
position: absolute;
top: 0px;
height: 130px;
width: 100%;
background-color: gray;
border-bottom: 1px solid gray;
}

div.moved{
  position: absolute;
  bottom: 0px;
  top: 130px;
  overflow: auto;
  padding-left: 3%;
  padding-right: 2%;
}

strong{
color: #FFD700;
font-weight: bold;
}

div.rada_full{
padding-left: 3%;
padding-right: 2%;
}