﻿/* -------------------------------- strona ---------------------------------- */
html, body
{
	height: 100%;
}
body
{
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 10pt;
  color: Black;
  margin: 0px auto;
  padding: 0px;
  width: 100%;
  text-align: center;
  background: #F1F1F1;
}
#page
{
  /* definicja kontenera strony */
  width: 995px;
  margin: 0px auto;
  padding: 0px;
  text-align: center;
  background: url("../images/img_back.png") repeat-y top center #F1F1F1;
}
/* -------------------------------- naglowek -------------------------------- */
#header
{
  width: 995px;
  height: 199px;
  background: url("../images/img_header.png") no-repeat top center;
}
#header1
{
  width: 995px;
  height: 349px;
  background: url("../images/img_header1.png") no-repeat top center;
}
#logout_box
{
  width: 100px;
  border: 1px solid black;
  position: relative;
  left: 30px;
  top: 15px;
  background: url("../images/logout_btn_background.png") repeat-x top #950C54;
}
a.logout_box
{
  text-decoration: none;
  font-weight: bold;
  color: #FFFFFF;
}
a:hover.logout_box
{
  text-decoration: none;
  font-weight: bold;
  color: #004A7F;
}
/* -------------------------------- tresc ----------------------------------- */
#content
{
  width: 861px; /* w operze szerokość bez Paddinga, a w IE z paddingiem */
  margin: 0px auto;
  padding: 0px 40px;
  text-align: left;
}
#content_with_menu
{
  width: 665px;
  margin: 0px 25px 0px 0px;
  padding: 0px 10px;
  text-align: left;
  float: left;
  /*border: 1px solid black;*/
}

#page_text
{
 margin-left: 35px;
}

#content_message
{
  width: 700px;
  margin: 0px auto;
  padding: 20px 40px 5px 10px;

  text-align: justify;
  color: #760C3D;
  font-size: 7pt;

  float: right;
  /*border: 1px solid black;*/
}
span.header
{
  color: black;
  font-size: 11pt;
  font-weight: bold;
  margin-left: 35px;
}
/* -------------------------------- stopka ---------------------------------- */
#footer
{
  /* stopka strony ( copyright, link, wersja, data...) */
  width: 995px;
  height: 115px;
  background: url("../images/img_footer.png") no-repeat center top;
  clear: both;
}
/*
div#footer_link1
{
  width: 100px;
  margin: 20px 0px 0px 50px;
  height: 80px;
  float: left;
}
div#footer_link2
{
  width: 170px;
  margin: 20px 0px 0px 100px;
  height: 80px;
  float: left;
}
div#footer_link3
{
  width: 110px;
  margin: 20px 0px 0px 130px;
  height: 80px;
  float: left;
}
div#footer_link4
{
  width: 140px;
  margin: 20px 0px 0px 140px;
  height: 80px;
  float: left;
}
*/
/* -------------------------------------------------------------------------- */
hr
{
  /*background: url(../img/img_hr_blue.png) repeat left #FFFFFF;*/
  /*height: 2px;*/
  /*border: 0px;*/
  border-top: 2px dashed #57849F;
  border-bottom: 0px;
  border-left: 0px;
  margin-top:21px;
  #margin-top: 14px;

  
}
img.arrow
{
  /*margin: 1px -20px;*/
  margin-left: -5px;
  border: 0px;
  float: left;
}

input
{
  width: 150px;
}
input.file
{
  width: 250px;
}
input.checkbox
{
  width: 20px;
  margin-left: 135px;
}
select
{
  width: 200px;
}
/* ------------------------ podstrona z plikami ----------------------------- */
#files
{
  width: 600px;
  height: 42px;
  padding: 5px 0px 25px 0px;
  margin: auto;
  color: #000000;
  font-size: 10pt;
  text-align: left;
  /*border: 1px solid black;*/
}
#files .desc1
{
  color: #396E8D;
  font-weight: bold;
}
img.filearrow
{
  width: 22px;
  height: 14px;
  margin: 0px;
  float: right;
}
img.pdf
{
  margin: 0px 20px 0px 37px;
  width: 55px;
  height: 30px;
  vertical-align: middle;
  border: 0px;
  float: right;
}
img.biuletyn
{
  margin: 0px 3px 0px 37px;
  width: 55px;
  height: 30px;
  vertical-align: middle;
  border: 0px;
  float: right;
}
/* ----------------------- podstrona logowania --------------------------- */
div.login
{
  width: 300px;
  padding: 5px;
}
.left
{
  text-align: left;
}
.right
{
  text-align: right;
}
.center
{
  text-align: center;
}
.ramka
{
  border: 1px solid gray;
}