/* szkielet glowny */
body, html
{
  background-color: #26265e;
  font-size: 12px;
  font-family: Arial, Tahoma;
}

p
{
  padding: 10px;
  margin: 0;
}

img
{
  border: none;
}

div.strona_glowna
{
  width: 900px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}

div.glowna_baner
{
  background-image: url('/grafika/baner.png');
  background-repeat: no-repeat;
  width: 900px;
  height: 105px; /* razem 110px */
  padding-top: 5px;
}

div.sekcja_baner
{
    width: 450px;
    height: 100px;
    margin-left: 80px;
    overflow: hidden;
}

div.jezyki
{
  position: absolute;
}

div.glowna_odstep
{
  width: 900px;
  height: 40px;
  background-image: url('/grafika/srodek.png');
}

div.glowna_tresc
{
  background-image: url('/grafika/srodek.png');
  width: 900px;
  background-repeat: repeat-y;
}

div.glowna_stopka1
{
  background-image: url('/grafika/stopka.png');
  background-repeat: no-repeat;
  width: 900px;
  height: 160px; /* 190px */
  padding-top: 30px;
  text-align: center;
}

div.glowna_stopka2
{
  background-image: url('/grafika/stopka2.png');
  background-repeat: no-repeat;
  width: 900px;
  height: 160px; /* 190px */
  padding-top: 30px;
  text-align: center;
}

div.glowna_stopka3
{
  background-image: url('/grafika/stopka3.png');
  background-repeat: no-repeat;
  width: 900px;
  height: 160px; /* 190px */
  padding-top: 30px;
  text-align: center;
}

div.glowna_stopka4
{
  background-image: url('/grafika/stopka4.png');
  background-repeat: no-repeat;
  width: 900px;
  height: 160px; /* 190px */
  padding-top: 30px;
  text-align: center;
}

/* uklad tresci */
div.menu
{
  width: 720px;
  height: 65px;
  margin-left: 88px;
  background-image: url('/grafika/menu.png');
}

div.menu *
{
  margin: 0;
  padding: 0;
}

div.tresc_wlasciwa
{
  width: 720px;
  margin-left: 88px;
  background-color: #FFFFFF;
}

div.tresci
{
  width: 700px;
  margin-left: 10px;
}

/* menu na stronie */

div.menu ul
{
  list-style: none;
}

div.menu li
{
  display: inline-block;
  float: left;
  background-image: url('/grafika/menu.png');
  width: 120px;
  height: 55px; /* 65px; */
  padding-top: 10px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #444444;
}

div.menu li.left
{
  background-image: url('/grafika/menu_left.png');
}

div.menu li.right
{
  background-image: url('/grafika/menu_right.png');
}

div.menu li.click, div.menu li:hover
{
  background-image: url('/grafika/menu_click.png');
  color: #222222;
}

div.menu a
{
  color: #444444;
  text-decoration: none;
  display: block;
}

div.menu a:hover
{
  color: #222222;
}

/* ustawienia tresci na stronie indywidualne */

div.tresc_naglowek
{
  color: #2a3990;
  font-weight: bold;
  font-size: 22px;
}

div.tresc_naglowek:first-letter
{
  text-transform: uppercase;
}


div.tresc_opis
{
  color: #111111;
  font-size: 14px;
}

div.tresc_opis a
{
  text-decoration: none;
  color: inherit;
}

div.tresc_opis table
{
  width: 100%;
  text-align: right;
  background-image: url('/grafika/tlo_oko.png');
  background-position: right;
  background-repeat:repeat-y;
}


form.podanie
{
  width: 600px;
  margin: 0px auto 0px auto;
}

form.podanie input[type=text],form.podanie input[type=submit], form.podanie textarea
{
  border: 1px solid #555555;
  padding: 2px 5px 2px 5px;
  resize: none;
}

form.podanie input:hover, form.podanie textarea:hover
{
  background-color: #F5F5F5;
}

form.podanie input:focus, form.podanie textarea:focus
{
  background-color: #e3e7fb;
}

form.podanie label
{
  display: inline-block;
  text-align: right;
  width: 140px;
  vertical-align: top;
  padding-top: 3px;
}

form.podanie div
{
  padding: 2px;
}

.error
{
  color: #FF0000;
  padding-top: 2px;
}

/* galeria na stronie */
div.galeria
{
  width: 500px;
  margin: 40px auto 0px auto;
}

div.galeria a
{
  text-decoration: none;
  color: #000000;
  display: block;
  width: 100%;
  height: 100%;
}

div.galeria a:hover
{
  background-color: #F9F9F9;
}

div.galeria div.box
{
  width: 240px;
  height: 100px;
  display: inline-block;
  margin: 5px 2px 5px 2px;
  font-size: 12px;
}

div.box img
{
  height: 100px;
  border: 1px solid #999999;
  float: left;
  margin-right: 10px;
}

div.box span
{
   padding-top: 20px;
   display: block;
}

div.galeria div.element
{
  width: 240px;
  height: 120px;
  display: inline-block;
  margin: 2px;
  font-size: 11px;
  text-align: center;
}

div.element img
{
  height: 100px;
  border: 1px solid #999999;
}


/* logowanie */

form.logowanie
{
 width: 230px;
 margin: 0px 0px 0px 200px;
}

form.logowanie label
{
  display: block;
}

form.logowanie input
{
  border: 1px solid #999999;
}

form.logowanie fieldset
{
  padding: 10px;
}

/* aktualnosci */

div.aktualnosci
{
  color: #2a3990;
  font-size: 16px;
  font-weight: bold;
  margin-top: 20px;
}

div.aktualnosci div
{
  color:#555555;
  padding-left: 20px;
  font-size: 12px;
}













/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev {
	left: 0;
	float: left;
}
#lightbox-nav-btnNext {
	right: 0;
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px;
	color: #666;
}
#lightbox-container-image-data #lightbox-image-details {
	width: 70%;
	float: left;
	text-align: left;
}
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block;
	clear: left;
	padding-bottom: 1.0em;
}
#lightbox-secNav-btnClose {
	width: 66px;
	float: right;
	padding-bottom: 0.7em;
}



/* facebook dodatek */
div.facebook
{
  position: fixed;
  left: 0;
  top: 30%;
  padding: 5px;
  overflow: hidden;
  margin-left: -140px;
}

div.facebook div.logotyp
{
  float: right; 
  padding: 5px 0px 5px 5px;
  margin-top: 140px;
}

div.facebook_content
{
  background-color: #FFFFFF;
  float: left;
}
