html, body, div, span, 
h1, h2, h3, h4, h5, h6,
p, blockquote, img,
a, abbr, cite, q, strong, sub, sup, 
dl, dt, dd, ol, ul, li {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

:focus {
	outline: 0;
}

body {
	line-height: 1;
	color: black;
	background: white;
}

ol, ul {
	list-style: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}




/*
 * Podstawowe style
 * =======================================================
 *
 */

body {
	font-family: Arial, Geneva, 'Lucida Sans', 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	font-size: 1em;
	line-height: 1.4;
	background: #FFFFFF url("pasek.png") repeat-y top center;
}



a:visited {
	color: rgb(84,84,84);
	background-color: inherit;
	text-decoration: none;
	border-bottom: 0px;
}

a:hover {
	color: rgb(84,84,84);
	background-color: inherit;
	text-decoration: none;
	border-bottom: 0px ;
}

h1 {
	background-color: #2e3436;
	color: #AAAAAA;
	font-size: 3em;
	font-weight: bold;
	text-align: center;
}

h5 {
	color: rgb(84,84,84);
	margin-bottom: 10px;
	font-size: 13px;
	font-weight: bold;
}
h6 {
	color: rgb(89,193,215);
	font-size: 12px;
}
hr{
clear:both;
margin: 20px 0px;
border:solid #AAAAAA;
border-width:1px 0 0 0;

}

#wrapper {
	margin: 0 auto;
	padding: 0px;
	width: 1024px;
	clear:both;
	overflow: hidden;
}

/*
 * header
 * =======================================================
 *
 */

#header{
	margin: 0px auto;
	margin-top:40px;
	padding: 0px;
	width: 1024px;
	background-color: #FFFFFF;
}
#logo{
	float: left;
	width: 867px;
	heigth: 150px;
	margin: 0px;
	background-color: #FFFFFF;
}
#langPl{
	float: left;
	width: 56px;
	heigth: 150px;
	margin: 0px;
	background-color: #FFFFFF;
} 
#langEng{
	float: right;
	width: 101px;
	heigth: 150px;
	margin: 0px;
	background-color: #FFFFFF;
}
/*
 * menu
 * =======================================================
 *
 */

#menu {
	background-color: #FFFFFF;
	color: #AAAAAA;
}

#menu a:link {
	color: #AAAAAA;
	background-color: inherit;
	text-decoration: none;
	border: none;
	line-height: 1;
}

#menu a:visited {
	color: #AAAAAA;
	background-color: inherit;
	text-decoration: none;
	border-bottom: none;
	line-height: 1;
}
#menu {
	margin: 0px auto;
	width: 1024px;
}

#menu a {
	display:block;
	padding: 0px;
}
#menu li {
	float: left;
}

/*
 * content
 * =======================================================
 *
 */
 
#center {
	text-align: center;
	margin-top: 100px;
}
 
#content{
	padding: 0px;
	width: 716px;
	background-color: #FFFFFF;
	margin: 56px 0px 10px 126px;
	text-align:justify;
	background-color: #FFFFFF;
	float: left;
	margin: 0px auto;
}

#content h2 {
	color:rgb(84,84,84);
	font-size: 0.71em;
	font-weight: bold;
	clear: both;
	margin-top: 5px;
}
#content h2.noclear{
	clear:none;
}

#content p em {
	font-weight: bold;
	font-size: 0.7em;
}

#content p {
	color:rgb(84,84,84);
	font-size: 0.71em;
	line-height: 1.7;
	text-indent: 0em;
}
#content p.exp {
	margin-top:0px;
}
#content p.wciecie{
	text-indent: 5em;	
}

#content p.more {
	margin-top:0;
}
#content p.margpo {
	margin-bottom:5px;
}
#content a:link {
	background-color: inherit;
	text-decoration: none;
	border: none;
}
#content a:hover {
	text-decoration:underline;
	color:rgb(84,84,84);
}

#text{
	margin: 56px 56px 10px 126px;
	text-align:justify;
}

#aktualnosci{
	color:rgb(84,84,84);
	font-size: 0.71em;
	line-height: 1.7;
	font-style: italic; 
}
#regular ul {
	list-style-image: url('kropka.png');
	padding: 10px 0 10px 30px;
	font-size:0.7em;
	color:rgb(84,84,84);
	line-height: 1.3;
}


#plain{
	margin-top:-15px;
	color:rgb(84,84,84);
	font-weight: bold;
	font-size: 0.7em;
	line-height: 4;

}
#plain a:link{
	color:rgb(84,84,84);
	background-color: inherit;
	text-decoration: none;
	border: none;
}
#plain a:hover{
	color: rgb(84,84,84);
	background-color: inherit;
	text-decoration: none;
	border: none;
}
#opinie p{
	text-indent: 0.5em;
	line-height: 1.9;	
	font-size: 0.7em;
}
#contact h2{
	font-size: 0.9em;
}

#contact p {
	color:rgb(84,84,84);
	font-size: 0.85em;
	line-height: 1.4;
	text-indent: 0em;
}
span.blue{
	color:rgb(89,193,215);
}
span.orange{
	color:rgb(255,153,20);
}
span.green{
	color:rgb(148,179,3);
}
span.navy{
	color:rgb(36,117,165);
}
span.red{
	color:rgb(193,21,30);
}
span.bold{
	font-weight: bold;
}
span.italic { 
	font-style: italic; 
}
table{
	table-layout: fixed;
	width: 505px;
	margin-left:125px;
	text-align:left;
	vertical-align: top;
	color:rgb(84,84,84);
	font-size: 8pt;
	line-height: 1.7;
	font-style: italic; 
}
td{
	vertical-align: top;
	margin:0;
	padding:0;
}
td.middle1{
	width: 185px;
	padding: 6px 10px 0 10px;
}
td.left{
	width: 170px;
	padding: 6px 3px 0 0;
}
td.middle{
	width: 185px;
	padding: 6px 10px 0 10px;
	border-left:1px solid rgb(84,84,84);
	border-right:1px solid rgb(84,84,84);
}
td.right{
	width: 170px;
	padding: 6px 0 0 10px;
}

#imgleft{
	margin: 6px 27px 6px 0;
	float: left;
}

#imgright{
	margin: 7px 0 6px 10px;
	float: right;
}
#imgakt{
	margin: 0 10px 0 0;
	float: left;
}
#arrow{
	margin: 0 8px -3px 10px;
}
/*
 * strony EFS
 * =======================================================
 *
 */

#unia{
	margin: 10px 31px 36px 126px;
	height: 62px;
}
.kapital{
	float:left;
}
.unia{
	float:right;
	margin-top: 10px;
}

#tytul{
	margin: 10px 36px 10px 126px;
	text-align:right;
}

h3{
	color:rgb(84,84,84);
	font-size: 25px;
	font-weight: normal;
	clear: both;
	font-family: Impact, Arial, Geneva, 'Lucida Sans', 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;	
	letter-spacing:normal;
	word-spacing: 4px;
	line-height: 30px;
}
h4{
	color:rgb(84,84,84);
	font-size: 11px;
	font-family: Arial, Geneva, 'Lucida Sans', 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;	
	
}

#tekst-EFS{
	margin: 20px 36px 10px 126px;
	text-align:justify;
	text-indent: 20px;
}
#tekst-EFS p{
	text-indent: 40px;
	word-spacing: 3px;
}

#autoprezentacja{
	list-style-type: disc;
	font-size:11px;
	color:rgb(84,84,84);
	line-height: 1.6;
	margin:20px 0px 20px 60px;
	text-indent: 0px;
}

#lista-EFS{
	margin-top: 15px;
	margin-left: 20px;
	color:rgb(84,84,84);
	font-weight: bold;
	font-size: 0.7em;
	line-height: 2;

}
#lista-EFS a{
	color:rgb(84,84,84);
	background-color: inherit;
	text-decoration: none;
	border: none;
}
#lista-EFS a:hover{
	color: rgb(84,84,84);
	background-color: inherit;
	text-decoration: none;
	border: none;
}
#pobierz a{
	text-decoration: none;
	font-style: italic;
	color:rgb(89,193,215);
	font-size: 0.7em;
	display:block;
	margin-top:15px;
	padding:0px;
	margin-left:0px;
}
#pobierz a:hover{
	text-decoration: none;
	color:rgb(89,193,215);
}

#breadcrumbs{
	margin: 8px 30px 0px 126px;
	color: rgb(84,84,84);
}
#breadcrumbs a{
	text-decoration:underline;
	font-size: 0.7em;
}
#breadcrumbs a:hover{
	text-decoration:none;
}
#breadcrumbs a.last{
	text-decoration:none;
}
#breadcrumbs a:visited {

	color: rgb(84,84,84);
	background-color: inherit;
	border-bottom: 0px;
}

#breadcrumbs a:active {

	color: rgb(84,84,84);
	background-color: inherit;
	text-decoration: underline;
	border-bottom: 0px ;
}


/*
 * panel boczny
 * =======================================================
 *
 */
#sidebar h2 {
	font-size: 1.2em;
}
#sidebar p {
	margin-top: 0.5em;
	text-indent: 5em;
}

#sidebar ul {
	list-style-type: disc;
	padding-left: 0px;
}

#sidebar li ul li.current {
	list-style-type: circle;
}
#sidebar {
	width: 309px;
	padding: 0;
	background-color: #FFFFFF;
	float: right;
	margin: 0;
	overflow: hidden;
}
#sidebar li {
	padding: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
}

#sidebar ul li {
	padding: 0;
	margin: 0;
}
/*
 * stopka
 * =======================================================
 *
 */

#footer {
	color: #777777;
	background-color: #FFFFFF;
	margin: 0px auto;
	margin-top:0px;
	width: 1024px;
	background-color: #FFFFFF;
	padding: 5px 0 5px 0;
	text-align: center;
	font-size: 0.7em;
	
}


#menu, #footer {
	clear:both;
	overflow: hidden;
}





