



body
{
  margin: 0px;
  padding: 0px;
  background-color: #E5E5E5;
  font-family: Arial;
  font-size: 11px;
  color: #55534A;
}
/*--------------------------TOP----------------------------------------------*/



#head-background
{
  background-color: white;
  padding-top: 30px;
}
#head
{
  width: 820px;
  margin: 0px auto;
}
#banner
{
   background:white url(img/sub_big.jpg) no-repeat;
   width: 820px;
   height: 143px;
   clear: both;
}
#logo
{
   background:white url(img/logo.jpg) no-repeat;
   width: 114px;
   height: 55px;
   float: left;
   margin: 12px 40px;
   cursor: hand;
}
img
{
  border: 0px;
}
#menu
{
  margin: 11px 0px 5px 0px;
  float: right;
}
#menu a
{
  text-decoration: none;
  margin-left: -2px;
}
#language
{
  float:right;
  margin-top: 2px;
}

#language2
{
  float:right;
  margin-top: 2px;
}

#menu_lang_box
{
  width: 815px; 
  height: 69px;
}
#menu_lang_box2
{
  width: 820px; 
  height: 69px;
}

/*---------------------BODY--------------------------------------*/
#body
{
  background:white url(img/background.jpg) repeat-y;
  clear: both;
  margin: 9px auto;
  background-color: white;
  width: 830px;
}

#body_sub
{
  
  width: 832px;
}

#top_shadow
{

}
#bottom_shadow
{
  background:white url(img/shadow_bottom2.jpg) repeat-x;
  height: 12px;
  width: 836px;
  margin-left:-2px;
  margin-right:4px;
  clear:both;
}
#left_body_sub
{
  padding: 15px;
  width: 203px;
  float: left;
  min-height: 420px;
  margin-left: 7px;
}
#right_body_sub
{
  float: left;
  width: 560px;
  padding-top: 15px;
  padding-bottom: 20px;
}

#menu_sub
{
  margin-bottom: 22px;
}
#menu_sub table
{
  width: 200px;
  font-size: 11px;
}
#menu_sub table a
{
  font-weight: bold;
  text-decoration: none;
  width: 135px;
  font-size: 11px;
  
}

#menu_sub table td
{
  padding-left: 12px;
  background-color: #EFEFEF;
  height: 33px;
  vertical-align:middle
}

#content
{
  padding-right: 30px;
  font-size: 12px;
}

#content ul
{
  margin: 20px;
  list-style-type: circle;
}

#content table
{
  background-color: #cccccc;
  font-size: 11px;
  text-align: center;
  vertical-align: middle;
  width: 500px;
}
#content td
{
  background-color: #e1e0dd;
  padding: 5px;
}
#content td.naglowek
{
  background-color: #55534a;
  color: white;
  font-weight: bold;
}

/* -------------------NAVIGATION MENU-------------------------------------*/

#menu_navig a
{
  font-weight: bold;
}


/*--
----------------------BOTTOM-----------------------------------------------*/
#bottom
{
  clear:both;
  margin-left: 24px;
  margin-bottom: 20px;
}
#mini_logo
{
  float: left;
  height: 40px;
  margin-right: 21px;
  padding-top: 4px;
}
#dotted_line
{
  background:white url(img/dotted_line.jpg) no-repeat;
  width: 782px;
  height: 20px;
}


/*-------------------FORMULARZ-------------------------------------------------*/

#formularz table
{
  font-size:11px;
  color: black;
  background-color: #F9F9F9;
  font-size: 12px;
  text-align: left;
  vertical-align: middle;
  width: 250px;

}
#formularz 
{
  width: 437px;
  background-color: #f9f9f9;
  padding: 4px 10px;
  border: 1px solid #e9e9e9;
  color: black;
}
#formularz td
{
  background-color: #F9F9F9;
  padding: 0px;
}
#formularz form
{
  margin: 0px;
}
/*--------------------- STANDARDOWY ZNACZNIKI---------------------------------*/

a
{
  color: #CC0000;
  text-decoration: none;
}
a:hover
{
  text-decoration: underline;
}
ul
{
  padding: 0px;
  margin: 0px;
  list-style: none;
}
li
{

  margin: 2px 0px;
}
h1
{
  font-family:Arial;
  font-size: 22px;
  font-weight: bold;
}
h2
{
  font-family:Arial;
  font-size: 18 px;
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 18px
}
/*-----------------------KLASY-----------------------------------------------*/
a.img_border:hover img
{
  border-bottom: 5px solid #eb8833;
}





/*----------------SAFARI AND CHROME------------------------------------------*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
/* Safari 3.0 and Chrome rules here */

 #menu
 {
  width: 617px;
  margin-right: -2px;
  float: right;
  }
}













