@charset "utf-8";

/* -----------------------------CSS RESET--------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, tbody, tfoot, thead{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* ---------------END RESET------------------*/


*{
	margin: 0;
 }
 
 html, body {
     height: 100%;
 }
 
 body{
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-color: #c2c3c2;
	background-image:url(grafika/bg.png);
	background-repeat:repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
 }
 p{

 }
 
 
 img {

 }
 
 ul,li,ol{

 } 

 h1 {
	 font-family:Arial, Helvetica, sans-serif;
	 font-size:20px;
	 color:#0d1736;
	 width:340px;
	 display:block;
	 background-image:url(grafika/bg-h1.png);
	 margin-bottom:10px;
	 line-height:28px;
	 

 }
 
 h2 {
	 font-family:Arial, Helvetica, sans-serif;
	 font-size:18px;
	 color:#0d1736;
	 width:300px;
	 display:block;
	 background-image:url(grafika/bg-h1.png);
	 margin-bottom:10px;

 }
 
  h3 {
	 font-family:Arial, Helvetica, sans-serif;
	 font-size:14px;
	 color:#0d1736;
	 width:100%;
	 display:block;
	 background-image:url(grafika/bg-h1.png);
	 background-position:bottom;
	 margin-bottom:10px;
	 font-weight:bold;

 }
 
 .wiecej{
	 text-align:right;
	 font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	 font-size:12px;
	 }
 
 
 
 .text1-niebieski{
	 font-family:Arial, Helvetica, sans-serif;
	 font-size:18px;
	 color:#0d1736;
	 margin-bottom:8px;

 }
  .text1-pomarancz{
	 font-family:Arial, Helvetica, sans-serif;
	 font-size:18px;
	 color:#d96b02;
	 margin-bottom:8px;

 }
  .text2-niebieski{
	 font-family:Arial, Helvetica, sans-serif;
	 font-size:14px;
	 color:#0d1736;
	 margin-bottom:8px;
	 line-height:18px;

 }
   .text2-pomarancz{
	 font-family:Arial, Helvetica, sans-serif;
	 font-size:14px;
	 color:#d96b02;
	 margin-bottom:8px;
	 line-height:18px;

 }
 
 .fotka-lewa{
	 float:left;
	 margin:5px;
	 margin-left:0px;
	 margin-right:10px;
	 border: solid;
	 border-width:1px;
	 border-color:#d96b02;
 }
 
  .fotka-prawa{
	 float:right;
	 margin:5px;
	 margin-right:0px;
	 margin-left:10px;

 }
 
  .fotka{
	 margin:8px;
	 border: solid;
	 border-width:1px;
	 border-color:#d96b02;
 }
 
 .witamy-naglowek{
	font-family:Arial, Helvetica, sans-serif;
	font-size:21px;
	color:#fe6804;
	margin-top:15px;
	margin-bottom: 7px;
	text-align:left;
 }
 
 .witamy-tekst{
	 font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	 font-size:12px;
	 color:#1c2027;
 }

 
 #container {
	text-align: left; /* this overrides the text-align: center on the body element. */
 }

 #header {
	height:213px;
	background-image:url(grafika/bg-header1.jpg);
	background-repeat:no-repeat;
	margin:0px;
 }

 #header-flagi {
	height:173px;
	width:35px;
	float:left;
	padding-top: 40px;

 }
  #header-flash {
	height:160px;
	width:932px;
	float:left;

 }
 



 #menu {
	height:49px;
	float:left;
	width:920px;
	margin-left:10px;
	padding-top:4px
 }

#menu a:link {

	color:#d15402;
	padding-right:10px;
	padding-left:10px;
	text-decoration:none;
	font-weight:bold;
}

 #menu a:visited {

	color:#d15402;
	padding-right:10px;
	padding-left:10px;
	text-decoration:none;
	font-weight:bold;

 } 

 #menu a:hover {
	color:#036;
	font-weight:bold;
	padding-right:10px;
	padding-left:10px;
	text-decoration:none;
}

 #menu a:active {
	color:#d15402;
	font-weight:bold;
	padding-right:10px;
	padding-left:10px;
	text-decoration:none;
 }
 
a:link {

	color:#d15402;
	text-decoration: underline;
}

a:visited {
	color:#d15402;
	text-decoration: underline;

 } 

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

a:active {
	color:#d15402;
	text-decoration: underline;
 }
 
 

 #header2 {
	height:252px;
	background-image:url(grafika/bg-header2.jpg);
	background-repeat:no-repeat;
 }
  #header2-witamy {
	height:252px;
	margin-left:72px;
	width:247px;
	float:left;
	text-align:justify;
 }
   #header2-flash {
	height:252px;
	width:614px;
	float:right;
 }
 
 
 #mainContent {
	background-image: url(grafika/bg-maincontent.jpg);
	background-position:right;
	background-repeat:repeat-y;
	width:949px;
	height:100%;
	margin-right:19px;
 
 }
 
 #kolumna-lewa{
	 width:350px;
	 float:left;
	 margin-left:34px;
	 background-image: url(grafika/bg-lrwa-kolunna-mapa.png);
	 background-position:top right;
	 background-repeat:no-repeat;
	 text-align:left;
 }
 
 #newsletter{
	width: 285px;
	margin-left:40px;	 
 }
 
  #kolumna-prawa{
	 width:513px;
	 float:right;
	 background-color:#f0efef;
	 margin-right:20px;
	 padding:15px;
	 text-align:justify;
 }
 
   #kolumna-prawa-index, .kolumna-prawa-index{
	width:230px;
	float:right;
	background-color:#f0efef;
	margin-right:20px;
	padding:15px;
	text-align:justify;
	padding-top: 5px;
	min-height:275px
 }
 
    #kolumna-lewa-index, .kolumna-lewa-index{
	width:230px;
	float:left;
	background-color:#f0efef;
	margin-right:20px;
	padding:15px;
	text-align:justify;
	padding-top: 5px;
	min-height:275px
 }
 
 
  #mainContent-zamkniecie {
	 background-image: url(grafika/bg-maincontent-zamkniecie.jpg);
	 background-position:right;
	 background-repeat: no-repeat;
	 width:949px;
	 height:162px;
	 margin-right:19px;
 
 }

 .wrapper {
	min-height: 100%;
	width:967px;
	height: auto !important;
	height: 100%;
	margin: 0 auto -97px;
 }
 
 #box-1{
 
 }
 #box-2{
	
 }

 #box-3{
	
 }
 
 #box-4{
	 
 }
 
 
 a.mail{
 	color:#be690d;	
	text-decoration:none;
 }
 
 a.mail:hover{
 	text-decoration:underline;
 }
 

 .clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
 .footer, .push {
     height: 97px;
	 }
 .footer {
	 background-image:url(menu/bg-footer.png);
	 background-repeat:repeat-x;
	 height:97px;

 }
 .footer-pojemnik{
	height:73px;
	background-image:url(menu/bg-footer-pojemnik.png);
	background-position:center;
	background-repeat:no-repeat;
	font-family:Verdana, Geneva, sans-serif;
	color:#7c828e;
	font-size:14px;
	margin-left: 100px;
 }
 
 .footer-pojemnik p + p + p{
 	font-size:10px;
	color:#717c8d;
 }
 
 .footer a:link {
	text-decoration:none;
 }
 .footer a:visited {
	text-decoration:none;
 }
 .footer a:hover {

 }
 .footer a:active {

 }

 input, textarea, select, option, button{
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	border: thin;
	border-width:1px;
	border-color: #524f4a;
	border-style:solid;
	color:#3d3b37;
	font-size:11px;
	overflow:hidden;
	margin:3px;
 }

 .formError{
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	margin-top:5px;
	margin-bottom:5px;
	margin-left:15px;
	margin-right:37px;
	text-align:center;
	color:#FF0000;
	font-size:12px;
 }

 
