html {
  width: 100%;
}

body {
  width: 100%;
  font-family: Verdana;
  color: #7F7F7F;
  background: url(../images/body.gif);
  margin: 0px;
  font-size: 12px;
  text-align: center;
  letter-spacing: 1px;
}

img {
  border: 0px;
}

a {
  text-decoration: none;
  color: #7F7F7F;
}

a:hover {
  text-decoration: underline;
}

form {
  margin: 0px;
  padding: 0px;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.cl {
  clear: left;
  line-height: 0%;
}

.cr {
  clear: right;
  line-height: 0%;
}

.cb {
  clear: both;
  line-height: 0%;
}

.err{
  color: red !important;
}
.error{
  border-color: red !important;
}


/*rozne wielkosci czcionek*/
.f14 {
  font-size: 14px;
}

.f16 {
  font-size: 16px;
}
.f10 {
  font-size: 10px;
}
.f12 {
  font-size: 12px;
}
/*klasy do pozycjonowania kantow*/
.lt {
  position: absolute;
  left: -1px;
  top: -1px;
}

.rt {
  position: absolute;
  right: -1px !important;
  right: -2px;  
  top: -1px;
}

.lb {
  position: absolute;
  left: -1px;
  bottom: -1px;
}

.rb {
  position: absolute;
  right: -1px !important;
  right: -2px;
  bottom: -1px;
}

/*strona glowna*/
#main {

  background: url(../images/line.gif) 0px 315px repeat-x;
}

.pl{
  padding-left: 10px;
}

/*gorne menu*/
#top {
  background: url(../images/top.jpg) center no-repeat;
  height: 141px;
  width: 100%;
}

/*box do pozycjonowania menu*/
#topPos {
  margin: 0px auto;
  width: 932px !important;
  width: 934px;
  height: 141px;
  position: relative;
}

#topPos .mainpage{
  width: 190px;
  height: 110px !important;
  height: 0px;
  position: absolute;
  top: 25px;
  left: 110px;
  max-height: 0px;
  padding-top: 110px;
  overflow: hidden;
}

/*menu*/
#top .menu {
  width: 548px;
  height: 34px;
  float: right;
  margin-top: 77px;
}

#top .menu a  {
  display: block;
  float: left;
  height: 34px !important;
  height: 0px;
  max-height: 0px;
  padding-top: 34px;
  overflow: hidden;
}

#top .menu .m1{
  width: 75px;
  background: url(../images/onas.jpg) 0px -34px no-repeat;

}
#top .menu .m2{
  width: 115px;
  background: url(../images/aktualnosci.jpg) 0px -34px no-repeat;
}
#top .menu .m3{
  width: 95px;
  background: url(../images/oferta.jpg) 0px -34px no-repeat;
}
#top .menu .m4{
  width: 147px;
  background: url(../images/naszzespol.jpg) 0px -34px no-repeat;
}
#top .menu .m5{
  width: 116px;
  background: url(../images/kontakt.jpg) 0px -34px no-repeat;
}
#top .menu a:hover,#top .menu  .akt {
  background-position: 0px 0px;
}

/*zawartosc*/
#cont {
  width: 100%;;
  margin: 0px auto;
  background: url(../images/page.jpg) top center no-repeat;
}

/*wersja dla strony glownej*/
.c1 {
  background: url(../images/main.jpg) center no-repeat !important;
  height: 691px;
  position: relative;
}

/*czytaj wiecej*/
.more {
  letter-spacing: 0px;
  font-size: 11px;
  font-weight: bold;
}

/*box z trescia na stronie glownej*/
#contMain {
  width: 1000px;
  height: 580px;
  position: relative;
  margin: 0px auto;
  text-align: justify;
  line-height: 14px;
}

#contMain .more {
  position: absolute;
  bottom: -15px;
  right: 5px;
}

/*box kim jestesmy*/
#who {
  width: 240px;
  height: 125px;
  position: absolute;
  right: 50px;
  top: 120px;
}

/*box czym sie zajmujemy*/
#what {
  width: 400px;
  height: 121px;
  position: absolute;
  left: 195px;
  bottom: 88px;
}

/*box kontakt*/
#contMain #contact {
  width: 200px;
  height: 87px;
  position: absolute;
  right: 135px;
  bottom: 122px;
  overflow: hidden;
  line-height: 17px;
}

/*box newsletter*/
#newsletter {
  width: 300px;
  height: 87px;
  position: absolute;
  right: 32px;
  bottom: 5px;
}

#newsletter form {
  width: 300px;
  height: 87px;
  position: relative;
}

#newsletter input.inp {
  position: absolute;
  left: 3px;
  top: 3px;
  width: 270px;
  border: 0px;
  color: #7F7F7F;
}

#newsletter input.sub {
  position: absolute;
  border: 0px;
  background: none;
  cursor: pointer;
}
/*usun/dodaj subskrypcje*/
#newsletter .add {
  width: 40px;
  height: 40px;
  right: -8px;
  bottom: 21px;
}

#newsletter .rem {
  width: 20px;
  height: 20px;
  right: 35px;
  bottom: 18px;
}

/*podstrona*/
#contPage {
  width: 996px !important;
  width: 995px;
  margin: 0px auto;
}

#contPage .space{
  width: 100%;
  height: 189px;
}

/*lewa strona z menu*/
#left {
  float: left;
  width: 299px;
}

#left .menu {
  position: relative;
  width: 100%;
  background: url(../images/leftMenu.jpg) repeat-y;
}

#left .menu .top {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
}

#left .menu .bottom {
  position: absolute;
  left: 0px;
  bottom: 0px !important;
  bottom: -1px;
}

#left .menu .elements {
  width: 100%;
  position: relative;
  z-index: 2;
  text-align: left;
  min-height: 30px;
}
#left .menu .marg {
  width: 100%;
  height: 52px;
}

#left .menu .elements .line{
  width: 100%;
  height: 4px;
  background: url(../images/menuLine.jpg) no-repeat;

}

#left .menu .el {
  margin: 8px 24px 12px 28px;
  overflow: hidden;
}

#left .menu .el a {
  display: inline-block;
  color: #FD6260;
  padding-left: 19px;
  background: url(../images/arr.gif) 0px 6px no-repeat;
}

#left .menu .el a:hover {
  text-decoration: none;
  background-position: 0px -39px;
  color: white;
}

#left .menu .akt {
  color: white !important;
  font-weight: bold;
  background-position: 0px -38px !important;
}

/* boxy pod menu*/
#boxes {
  margin: 75px 15px 0px 15px;
}

#boxes .el {
  width: 100%;
  position: relative;
  background: #9C0001;
  border: 1px solid #C30000;
  margin: 8px 0px;
  color: white;
  text-align: left;
  line-height: 18px;
}

#boxes .el .fl {
  width: 140px;
  margin: 9px 7px;
  padding-left: 19px;
  background: url(../images/arr.gif) 0px -38px no-repeat;
  overflow: hidden;

}
#boxes .el .fl .f14 {
  font-weight: bold;
  color: white;

}
#boxes .el .fl .f10 {
  color: #FF5F5F;
}
#boxes .el .fr {
  margin: 9px 7px;
  text-align: center;
  font-weight: bold;
}

#boxes a{
  color: inherit;
}

/*prawa strona*/

#right {
  float: right;
  width: 675px;
  background: url(../images/right.jpg) repeat-y;
  position: relative;
  right: 20px !important;
  right: 18px;
  text-align: left;
  overflow: hidden;
}
/*gorny i dolny gradient*/

#right .top {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 0;
}

#right .bottom {
  position: absolute;
  bottom: 0px !important;
  bottom: -1px;
  left: 0px;
  z-index: 0;
}

/*ustawienie marginesow*/

#right .pad{
  padding: 45px 38px;
  position: relative;
  z-index: 1;

}

/*strona aktualnosci*/
#news .el .f10{
  color: #AEAEAE;
  font-weight: bold;
}

#news .el .txt{
  margin: 15px 0px;
  font-size: 10px;
}

#news .el .more{
  height: 13px;
  line-height: 12px;
  font-size: 10px;
  background: url(../images/newsMore.gif) center left no-repeat;
}

#news .el .more a{
  float: right;
}
#news .br {
  height: 20px;
}

/*kontakt*/
#contPage #contact {
  font-size: 11px;
}

#contPage #contact .br{
  height: 20px;
}
#contPage #contact .fl{
  margin-top: 7px;
  font-weight: bold;
  width: 190px;
  overflow: hidden;
}

#contPage #contact .fl span{
  font-weight: normal !important;
}

#contPage #contact input,#contPage #contact textarea{
  color: #676767; 
}

#contPage #contact .fr input{
  width: 378px;
  border: 1px solid #B4B4B4;
  padding: 5px;
  margin-bottom: 8px;
}

#contPage #contact .fr textarea{
  width: 378px;
  height: 160px;
  border: 1px solid #B4B4B4;
  padding: 5px;
  margin-bottom: 12px;
}
#contPage #contact .captcha{
  float: right;
  width: 390px;
}
#contPage #contact .captcha img{
  float: left;
}

#contPage #contact .captcha .inp{
  float: left;
  padding: 7px;
  background: white;
  width: 105px;
  margin-left: 6px;
  border: 1px solid #B4B4B4;

}

#contPage #contact .captcha .sel{
  float: left;
  height: 31px;
  background: white;
  width: 105px;
  margin-left: 6px;
  border: 1px solid #B4B4B4;
  font-weight: bold;
  font-size: 11px;
}

/*strona z tekstem*/

#text {
  line-height: 16px;
  text-align: justify;  
  font-size: 11px;
}
#text a{
  color: #520000;
}
/*stopka*/
#footer{
  width: 695px;
  font-size: 10px;
  color: #FC5253;
  line-height: 20px;
  margin: 20px auto;
}
#contPage #footer{
  float: right;
}
#footer a{
  color: #FC5253;
  text-decoration: none;
}

#footer img{
  vertical-align: -5px;
  margin: 0px 3px;
}
