/*******************************************************

TITLE: Fixed Box Layout  V1.0
DATE: 20060809
AUTHOR: The CSS Tinderbox - http://www.csstinderbox.com
Fixed by Jacek Dziura
*******************************************************/

/*******************************************************
General Properties
*******************************************************/

body {
margin:2px;
padding:0px;
height:100%;
background-color:#ffffff;

color:#000000;  

text-align:center;

font-family:Georgia, Arial, Helvetica, sans-serif;

font-size:12pt;

}

a {

color:#336699;

text-decoration:underline;

}



a:hover {

color:#999999;

text-decoration:none;

}



.right {

float:right;

}



.left {

float:left;

}



#boxOne img, #boxTwo img {

margin:5px;

padding:2px;

border:1px solid #ffffff;

}



/*******************************************************

Main Column Properties

*******************************************************/

#centerColumn { 	

margin:0 auto;



width:760px;

text-align:left;

vertical-align: middle;	

background-color:#ffffff;

background-image:url(img/koniczyna.jpg);

background-position:540px 115px;

background-repeat:no-repeat;

border:1px solid #aedcad;

}



#centerColumn h2 {

margin:0 0 0 0;

padding:5px 0 0 0;

color:#229f22;

font-size:14pt;

font-weight:bold;

letter-spacing:120%;

}



#centerColumn h2.boxes {

margin:0 0 0 0 !important; /* Mozilla specific style */

margin:0 0 0 0; /* IE specific style */

padding:.5em 0 5px 25px;

color:#C66905;

font-size:.9em;

font-weight:lighter;

letter-spacing:.1em;

background-image:url(img/boxes-h2-bg.gif);

background-position:0 5px;

background-repeat:no-repeat;

}



#centerColumn h2.medium, .medium {

margin:0 0 0 0 !important; /* Mozilla specific style */

margin:0 0 0 0; /* IE specific style */

padding:5px 0 2px 0;

color:#C66905;

font-size:11pt;

letter-spacing:1pt;

border-bottom:1px solid #EBF3E4;

clear: both;

}



#centerColumn p, li {

font-size:12pt;

color:#3B3B3B;

line-height: 150%;

text-align: justify;

}

#content

{

	clear:both;

	padding: 5px;

	margin: 0px;

}

#content li ul, .lb

{

	font-size: 12pt;

}

.imgpopup

{

	display: block;

	width: auto;

	height: auto;

	padding: 4px;	

	background-color: #86A1C0;

	float: left;

	margin: 8px;	

}

.imgpopup:hover

{

	width: auto;

	height: auto;

	padding: 4px;

	background-color: #EBF3E4;

	float: left;

}

*html .imgpopup

{

	width:220px;

	height:170px;

}

.stat

{

	border: 1px dotted Silver;

	font-size: 8pt;	

	padding: 0px;

}

.small {

margin-top:-5px;

font-size:10pt;

color:#86A1C0;

}



/*******************************************************

Header Properties

*******************************************************/

#header {

margin: 0px;

padding:0px;

height:112px;

width:760px;

background-color:#94BC6E;

background-image:url(img/head1.jpg);

background-position:top right;

background-repeat:no-repeat;

}



#header h1 {

margin:0 0 -.5em 0;

padding:0.2em 0 0 1em;

font-family:Georgia, Arial, Helvetica, sans-serif;

color:#ffffff;

font-size:1.7em;

font-weight:bolder;

letter-spacing:.1em;

}



#header h2 {

margin:0;

padding:1em 0 0 1.8em;

color:#ffffff;

font-size:.9em;

font-weight:bold;

letter-spacing:.1em;

}

#header h3 {

	color: #EBF3E4;

}



/*******************************************************

Top Navigation Properties

*******************************************************/

#navbar {

margin:0 0 0 0 !important; /* Mozilla specific style */

margin:0 -3px 0 0px; /* IE specific style */

padding:0;

height:25px;

background-color:#aedcad;

}



#navbar ul {

margin:0 0 0 0;

padding:0;

list-style-type:none;

}



#navbar li {

margin:0 0 0 0;

padding:0 0 0 0;

list-style-type:none;

display:inline;

background-color:#cc0000;

}



#navbar a {

float:left;

margin:0 12px 0 0;

padding: 4px;

font-size:10pt;

color:#000000;

text-decoration:none;

background-color:#fffdc8;

border:1px solid #a37851;



}



#navbar a:hover {

color:#ffffff;

text-decoration:none;

background-color:#CDDBC0;

}



/*******************************************************

Properties of the Three Lower Boxes

*******************************************************/

#boxOne {

float:left;

margin:10px 10px 0 10px;

padding:5px;

width:350px;

background-color:#ffffff;

background-image:url(img/boxes-bg.jpg);

background-position:0 0;

background-repeat:repeat-x;

}

#boxTwo {
float:left;
margin:10px 10px 0 10px;
padding:5px;
width:350px;
background-color:#ffffff;
background-image:url(img/boxes-bg.jpg);
background-position:0 0;
background-repeat:repeat-x;
overflow: hidden;
}

#boxOne p, #boxTwo p, label {
font-size:8pt;
color:#575757;
}

.bt
{
	padding: 2px;
	color: green;
	border: 1px ridge gray;
	background-color: white;
}

fieldset {
  border: none;
  padding: 0;
}

/*******************************************************

Footer Properties

*******************************************************/

#footer {

position:relative;

clear:both;

bottom:0;

margin:5px 0 0 0;

padding:0;

height:30px;

line-height:30px;

font-size:8pt;

text-align: center;

background-color:#ffffff;

border-top:1px solid #eeeeee;

}



#footer a {

color:#B6B5B5;

text-decoration:underline;

}



#footer a:hover {

color:#cccccc;

text-decoration:none;

}

.uwaga
{
	border: 4px groove red; 
	background-color: #a4f8c4;
	font-size: 14pt;
	font-weight: bolder
	color: orange;
	padding: 3px;
}
