/* LAYOUT
--------------------------------------------------------------------------------------*/
html, body {
  height: 100%;
	background-color: #faf4ea;
	color: #111;
	font-family: Verdana;
	font-size: 12px;
	}

body.black {
	background-color: #141414;
	color: white;
}

header {
  height: 180px;
  width:auto;
  background: url(bg_top_czarny.png) top left repeat-x;
}

.inside {
  margin: 0 auto;
  width:960px;
}

#logo {
	width: 161px;
	height: 84px;
	float: left;
	margin: 10px 10px;
}

#main {
  min-height: 100%;
	height: auto !important;
	height:100%;
	margin: 0 auto -75px; 
}

#content {
  margin-left:10px;
  margin-right:10px;
}

.clearr {
  clear: right;
}
.clear {
  clear: both;
}

.push {
  height: 75px;
}

a {
    color:#fff;
    text-decoration: none;
}

a:hover {
    color: #87b446;
    text-decoration: none;
}

/* JEZYKI
--------------------------------------------------------------------------------------*/

#jezyk {
	position:relative;
	float: right;
	margin: 20px 10px 20px 0px;
}

#jezyk ul {
  list-style: none;
  margin:0;
  padding:0;
}

#jezyk ul li {
  display:-moz-inline-stack;
  display:inline-block;
  zoom:1;
  *display:inline;
  width:16px;
  height:11px;
  margin:0;
  padding:0;
}


#jezyk ul li a {
  position:relative;
	display:block;
	height: 11px;
	width: 16px;
}

#jezyk ul li a span {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	height: 11px;
	width: 16px;
}

.pol {background: url(../img/pol_off.png) no-repeat}
.ang {background: url(../img/ang_off.png) no-repeat}
.ros {background: url(../img/ros_off.png) no-repeat}
.pol_on {background: url(../img/pol_on.png) no-repeat}
.ang_on {background: url(../img/ang_on.png) no-repeat}
.ros_on {background: url(../img/ros_on.png) no-repeat}

/* MENU GLOWNE
--------------------------------------------------------------------------------------*/

#navigation {
	width: auto;
	float: right;
	margin-top: -5px;
	margin-right: 10px;
	text-align: left;
	background: url('../img/linia_menu.png') top center repeat-x;
}


#navigation li {
	float: left;
	list-style: none;
	z-index: 2;
}

#navigation li.glowne {
	list-style: none;
}

#navigation li:hover > a.gorne span {
	background: url(../img/strzalka.gif) no-repeat center top;
}


#navigation a {
	display: block;
	color: #FFF;
	text-decoration: none;
}

#navigation a.gorne {
  	-webkit-transition: color 150ms ease-in;
	-moz-transition: color 150ms ease-in;
	-o-transition: color 150ms ease-in;;
	transition: color 150ms ease-in;
}

#navigation a.gorne:hover {
	color: #87b446;
	text-decoration: none;
}

#navigation span {
	display: block;
	padding: 30px 25px 5px 30px;
	margin: 1px;
}


#navigation li ul {
	position: absolute;
	width: 10em;
	left: -999em;
	margin-left: 15px;
	font-size: 90%;
	z-index: 10;
}

#navigation li ul a, #navigation li ul a:link {
background-image: none;
padding: 5px;
width: 10em;
background-color: #141414;
margin-left: 10px;
}

#navigation li ul a:hover {
background-color: #191919;
margin-left: 10px;
color: #87b446;
}

#navigation li ul a:hover i {
color: #87b446 !important;
}

#navigation li:hover ul, #navigation li.sfhover ul {
left: auto;

}

/* STOPKA
--------------------------------------------------------------------------------------*/
footer {
  height: 75px;
  background-color: #1a0b00;
	color: #323232;
}

.menu_dol {
	float: left;
	text-align: left;
	padding-top: 14px;
	padding-left: 10px;
}

.menu_dol a {
	color: #323232;
	text-decoration: none;
	-webkit-transition: color 200ms ease-in;
	-moz-transition: color 200ms ease-in;
	-o-transition: color 200ms ease-in;;
	transition: color 200ms ease-in;
}

.menu_dol a:hover {
	color: #87b446;
  text-decoration: none;

}

.menu_dol_prawe {
	float: right;
	text-align: right;
	padding-top: 30px;
	padding-right: 10px;
}

.menu_dol_prawe a {
	color: #777;
	text-decoration: none;
	-webkit-transition: color 200ms ease-in;
	-moz-transition: color 200ms ease-in;
	-o-transition: color 200ms ease-in;;
	transition: color 200ms ease-in;
}

.menu_dol_prawe a:hover{
	color: #87B446;
}


.coded {
	float: right;
	text-align: right;
	padding-top: 30px;
	padding-right: 10px;
}

.coded a {
	color: #777;
	text-decoration: none;
	-webkit-transition: color 200ms ease-in;
	-moz-transition: color 200ms ease-in;
	-o-transition: color 200ms ease-in;;
	transition: color 200ms ease-in;
}

.coded a:hover{
	color: #C1272D;
	text-decoration: none;
}



footer .inside img {
  margin-top: 15px; 
  float: left; 
  margin-left: 20px;
}

/* TEKST
--------------------------------------------------------------------------------------*/


.info {	
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 50px;
	padding-bottom: 10px;
  
}

.tekst {
	
	text-align: left;
	min-height: 370px;
	width: 400px;

}

.tekst p.tresc {
	position:relative;
	line-height: 25px;
	margin-top: 15px;
	z-index: 4;
}

.tekst p.tresc h3, p{
	position:relative;
	line-height: 25px;
	margin-top: 15px;
	z-index: 4;
}
.tekst_940 {
	
	text-align: left;
	min-height: 370px;
	width: 100%;

}

.tekst_940 p.tresc {
	position:relative;
	line-height: 25px;
	margin-top: 15px;
	z-index: 4;
}

.tekst_940 p.tresc h3, p{
	position:relative;
	line-height: 25px;
	margin-top: 15px;
	z-index: 4;
}



.kontakt {
	line-height: 25px;
	margin-top: 40px;
}

p.tresc img {margin-right: 10px;
	vertical-align:middle;
}

p.tel, p.adres {
	margin-top: -40px;
	margin-left: 40px;
	margin-bottom: 30px;
	line-height: 25px;
	
}

p.dane {
	line-height: 20px;
	width: 440px;
	margin-top: -25px;
	margin-left: 40px;
	font-size: 9px; 
	padding-top: 20px;
}

p.mail {
	margin-top: -28px;
	margin-left: 40px;
	margin-bottom: 40px;
}

span.konto {
	font-weight: bold;
	font-size: 11px;
}


.tekst p.naglowek{
	font-family: Calibri, Arial, sans-serif;
	font-size: 20px;
	font-style:italic;
}
.tekst h2, .tekst_940 h2 {
  	font-family: Calibri, Arial, sans-serif;
	font-size: 20px;
	font-style:italic;
	font-weight: normal;
}

span.italic {
	font-style:italic;

}
.tekst p.podpis{
	background: url(../img/podpis-inverse.jpg) no-repeat bottom right;
	width: 133px;
	height: 25px;
	padding-top:25px;
	padding-left:390px;
}

.tekst p.logoap{
	background: url(../img/logo_ap.jpg) no-repeat bottom right;
	width: 133px;
	height: 25px;
	padding-top:130px;
	padding-left:300px;
}

.zdjecie {
  	position:absolute;
	text-align: center;
	padding-left: 676px;
	font-size: 9px;
	font-style:italic;
	color:#707070;	
	margin-bottom: 50px;
}

.zdjecie_podstrona {
	text-align: center;
	padding-left: 10px;
	padding-top: 50px;
	float:right;
	font-size: 9px;
	font-style:italic;
	color:#707070;	
}

.zdjecie_zenger{
  text-align: center;
	padding-left: 10px;
	padding-top: 0px;
	float:right;
	font-size: 9px;
	font-style:italic;
	color:#707070;
}

.zdjecie_zenger img {
  width:300px;
	border: 1px solid  #888888;
}

.zdjecie_podstrona img {
  width:440px;
	border: 1px solid  #888888;
}

.zdjecie_poradnik {
  text-align: center;
	padding-left: 15px;
	padding-top: 0px;
	float:right;
	font-size: 9px;
	font-style:italic;
	color:#707070;
}
.zdjecie_poradnik img {
  width:440px;
	border: 1px solid  #888888;
}

#maps{
	visibility: visible;
	width: 938px; 
	height: 425px; 
	margin-top: 0px;
	border-style:solid;
	border-color: #888888;
	border-width: 1px; 
}

.underline {
  text-decoration: underline;
}

.dark {
  color:#222; 
}

.navilinki {
  text-align: center; 
  font-weight: bold;
  padding-bottom:50px;
}
.dalej {
  float: right; 
  margin-right: 200px;
}
.wstecz {
  float: left; 
  margin-left: 200px;
}

#box {
  width:570px;
  float:left;
}

#boxright {
  width:370px;
  float:right;
}

.wlink {
  color:#92a39d;
}

.wlink:hover {
  color:#abc;
}

/* KONTAKT
--------------------------------------------------------------------------------------*/


address > ul > li {
	float:left;
	display: block;
	font:normal 1em Verdana, sans-serif;
	line-height: 2em;
	height:75px;
	margin-right: 125px;
	padding-left: 45px;
}

address > ul > li > span {
	font-weight: bold;
}

address > ul > li.last  {
	margin-right: 0;
}


address > ul > li.localization {
	background: url(../img/images/icons_sprite.png) no-repeat 0 10px;
}

address > ul > li.localang {
	background: url(../img/images/icons_sprite.png) no-repeat 0 10px;
	margin-right: 60px;
}

address > ul > li.mail {
	background: url(../img/images/icons_sprite.png) no-repeat 0px -147px;
}

address > ul > li > a {
	display: block;
	margin-top: 8px;
	color:#111;
}

address > ul > li > a:hover {
	color:#111;
	text-decoration: underline;
}

address > ul > li.phone {
	background: url(../img/images/icons_sprite.png) no-repeat 0px -68px
}

address > ul > li.bankacc {
	margin-top: 30px;
	height:60px;
	/*margin-right: 0;*/
	background: url(../img/images/icons_sprite.png) no-repeat 0 -218px;
	font-weight: bold;
	font-size: 11px;
}

address > ul > li.data {
	/*margin-top: 50px;*/
	font-size: 11px;
}

address > ul > li.paypal {
  margin-right: 20px;
  margin-top: 20px;
  float: right;
  height: 113px !important;
}

span.dalej > a,
span.wstecz > a {
	color:black !important;
}

span.dalej > a:hover,
span.wstecz > a:hover {
	color:#777 !important;
}

i.red {
  color:#d40000;
  font-style: normal;
}