/* CSS Document */

body {
  font-family: Georgia, Times, serif;
  background-color: white;
  margin: 0;
  padding: 0;
  background: #A4E6FF url(../images/background.png) top center no-repeat;
  /*background-attachment: fixed;*/
  text-align: center;
  color: #ffc;
}

body, #content td {
   font-size: 14px;
}


a, a:link, a:visited
{
  outline: none;
  color: #888;
  text-decoration: none;
}

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



a img { 
  border: 0px;
}

.clear {
  clear: both;
  
}






#container {
  margin: 0 auto;
  padding: 0;
  width: 930px;
  text-align: left;
}


#container #banner h1 {
  padding: 0;
  margin: 0;
  display: none;
}

#container #banner {
  width: 100%;
  height: 200px;
  /*background: url(../gfx/banner.jpg) top left no-repeat;*/
}


/* Main-Box */
#main-box-top {
  width:927px;
  height: 28px;
  background: url(../images/main-top.png) no-repeat top left;
  margin-top: 20px;
}
#main-box-container {
  width:927px;
  background: url(../images/main-middle.png) repeat-y top left;
  padding-top: 5px;
}



#main-box-shadow {
  width: 927px;
  height: 42px;
  background: url(../images/main-bottom.png) no-repeat top left;
}

/* MENU */

#menu {
  width: 239px;
  height: 449px;
  background: url(../images/menu-boxy-2.png) top left no-repeat;
  margin-left: 23px;
  position: relative;
}

#menu .button {
  position: absolute;
  left: 7px;
  
}
#menu .button a {
  display: block;
  height: 25px;
  width: 200px;
}





#menu .button a span {
  display: none;
}

#quick-contact {
  font-size:12px;
  left:7px;
  letter-spacing:-0.5px;
  position:absolute;
  top:217px;
}


#quick-contact a {
  display: block;
  height: 145px;
  width: 200px;
  border: 0px solid #f00;
}




#quick-contact a, #quick-contact a:link, #quick-contact a:visited
{
  outline: none;
  color: #FFEAD8;
  text-decoration: none;
}

#quick-contact a:hover 
{
  color: #ffefaf;
  text-decoration: underline;
}



/* CONTENT */

#content-top {
  width: 635px;
  height: 12px; 
  float: left;
  background: url(../images/content-top.png) left top no-repeat;
  margin: 0;
  padding: 0;
  font-size: 1%;
}

#content
{
  background: url(../images/content-middle.png) left top repeat-y;
  width: 635px;
  padding: 12px 33px 20px 33px;
  float:left;
  color: #363636;
}


#main-box-container>#content
{
  width: 569px;
}



#content td {
  color: #363636;
 
  
}

#content  .tr-mar
{
  height: 15px;
  font-size: 1px;
  border-top: 1px dashed #bbb;
  width: 100%;
}
#content .cennik-table
{
  background-color: #fff;
  border-top:5px solid #E42D2D;
  border-bottom:5px solid #000769;
  padding:15px 5px;
}



#content-bottom {
  float: right;
  width: 665px;
  height: 14px;
  background: url(../images/content-bottom.png) left top no-repeat;
  margin-bottom: 10px;
}






#content p {
  line-height: 1.5em;
  margin: 5px 0 15px 0;
  text-align: justify;
   
}

#content h1 {
  font-size: 24px;
  color: #183a97;
  margin: 0 0 17px 0;
  padding: 0;
  font-weight: normal;
  
}



#content hr
{
  width: 573px;
  
  color: #1663B8;
}

#content ul li {
  margin: 10px 0;
  list-style: none url(../images/symbol.png);
  
}






#content h2 {
  margin: 5px 0 0 0;
  padding: 0 0 15px 0;
  font-size: 18px;
}

/* FOOTER */

#footer {
  font-size: 12px;
  text-align: center;
  color: #ccc;
  padding: 0 10px 0 5px;
  margin: 10px 0 10px 5px;
  background: url(../images/footer.png) top left no-repeat;
  width: 916px;
  height: 22px;
  padding-top: 3px;
  color: #565656;
}






.error {
  font-size: 0.7em !important;
  font-weight: bold;
  color: #e44 !important; 
}



