/*----Spis tresci-----------------------------------------------


wrap

1 top

2 mainmenu

3 topad

4 content

4.1 maincontent

4.2 sidebar1

4.3 sidebar2

5 footer1

6 footer2

class


--------------------------------------------------------------------*/


/*----Import Stylesheet-----------------------------------------------*/

@import "reset.css";

/*--------------------------------------------------------------------*/


/*----------------------------------------------------------------------
[Kolory]


	#ff6600 (pomarancz) nieużywany

#f0f0f0 (szary jasny)
#e5e5e5 (szary jasny-ciemniejszy - linie)
#959595 (szary sredni - jasny -mało ważne teksty)
#606060 (szary sredni)
#333333	(szary ceimny)

	#cccd67 (zółty) nieużywany

#afdf08 (zielony)

#bfe5ff (niebieski jasny)
#0297fe (niebieski)

----------------------------------------------------------------------*/

html {
	color: #333333;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
}

body {
	background: #ffffff url(img/bg.png) repeat-x;
	color: #333333;
}

a {
	color: #0297fe;
	text-decoration: none;
	  outline: 0;
}

a:hover {
	text-decoration: underline;
}



/*--------------------------------------------------------------------
wrap
---------------------------------------------------------------------*/
.wrap {
	margin: 0px auto;
	width: 960px;
}


/*--------------------------------------------------------------------
1 top
---------------------------------------------------------------------*/

#top {
	height: 55px; 
	padding: 10px 0px;
	position: relative;
}

/*--------------------------------------------------------------------
1.1 logo
---------------------------------------------------------------------*/

#logo {
	position: absolute;
	top: 50%;
}

#logo:hover {
	border-bottom: 1px dotted #0297fe;
}
/*--------------------------------------------------------------------
2 mainmenu
---------------------------------------------------------------------*/

#mainmenu {
	border-bottom: 1px solid #bfe5ff;
	border-top: 1px solid #bfe5ff;
	font-size: 12px;
	font-weight: bold;
	height: 37px;
	/*overflow: hidden;*/
	position: relative;
}

ul.menu li{
	float: left;
	/*overflow: hidden;*/
}


ul.menu li.current{
	background: #afdf08 url(img/main-li-bg-current.png) repeat-x;
}

ul.menu li.current a{
	/*background: url(img/mainmenu-arow-bg.gif) no-repeat 50%  -40px;*/
	background-image: none;
	line-height: 37px;
	color: #ffffff;
	text-decoration: none;
	padding: 12px 18px;
}

ul.menu li.current a:hover{
	background: url(img/mainmenu-arow-bg.gif) no-repeat 50% -40px;
	line-height: 37px;
	padding: 12px 18px;
}


ul.menu li:hover{
	background: #afdf08 url(img/main-li-bg-hover.png) repeat-x;
}

ul.menu li a{
	background: url(img/mainmenu-arow-bg.gif) no-repeat 50% 0%;
	line-height: 37px;
	padding: 12px 18px;
}

ul.menu li a:hover{
	background-position: 50% -40px;
	color: #ffffff;
	text-decoration: none;
}


/*--------------------------------------------------------------------
2.1 wszystki(drop down)
---------------------------------------------------------------------*/
#wszystkie {
	position: absolute;
	left: 830px;
	z-index: 1000;
}

/* Head links */
	#nav li.headlink { 
		width: 120px; 
		float: left; 
		margin-left: -1px; 
		background: url(img/wszystkie-arrow.png) no-repeat 70% 15px;
		/*border: 1px #e5e5e5 solid; */
		/*background-color: #eeeeee; */
	}
	
	#nav li.headlink a { 
		display: block; 
		padding: 10px; 
	}
/* Child lists and links */
	#nav li.headlink ul { 
		display: none; 
		background: #eeeeee;
	}
	
	#nav li.headlink:hover { 
		background: #eeeeee;
		border: 1px #e5e5e5 solid; 
	}
	
	#nav li.headlink:hover ul { 
		
		display: block; 
		background-color: #eeeeee;
	}
	
	#nav li.headlink ul li a { 
		padding: 10px; 
		height: 15px;
		color: #606060;
	}
	
	#nav li.headlink ul li a:hover { 
	background: #afdf08 url(img/main-li-bg-hover.png) repeat-x;
	color: #ffffff;
	text-decoration: none;
	}	

/*--------------------------------------------------------------------
3 topad
---------------------------------------------------------------------*/

#topad {
	border-bottom: 1px solid #e5e5e5;
	padding: 20px 0px;
	text-align: center;
}

/*--------------------------------------------------------------------
4 content
---------------------------------------------------------------------*/

#content {
	background: #ffffff url(img/content-bg.png) repeat-y;
	border-bottom: 1px solid #e5e5e5;
	padding: 20px 0px;
	overflow: hidden;

}

/*--------------------------------------------------------------------
4.1 maincontent
---------------------------------------------------------------------*/

#maincontent {
	float: left;
	width: 480px;
}

#maincontent h1 {
	background: #0297fe url(img/main-h1-bg.png) repeat-x;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	padding: 10px;
	margin-bottom: 1px;
}

#maincontent h1 a{
	background: url(img/main-h1-arrow.png) no-repeat 0% 6px;
	color: #ffffff;
	
	padding-left: 15px;
}

.maincontentad {
	padding: 20px 0px;
	text-align: center;
}

/*--------------------------------------------------------------------
4.1.1 feat
---------------------------------------------------------------------*/
#feat {
	background: #fcfcfc;
	border: 1px solid #e5e5e5;
	
	margin: 0px 10px 40px 10px;
	height: 240px;
	width: 460px;
	
	position: relative;
}

.wrapper {
	height: 220px;
	margin: 0px auto;
	width: 380px;
	overflow: hidden;
	position: absolute;
	top: 10px;
	left: 40px;
}

#feat a{
	color: #ffffff;
	text-decoration: none;
}

#feat a:hover{
	color: #ffffff;
	text-decoration: none;
}

#feat ul{
	/*width: 1140px;
	clear: both;
	overflow: auto;*/

}
 
	
#feat ul li{
	display:block;
	float: left;
}

#feat ul li{
	height: 220px;
	width: 380px;
	position: relative;
}

#feat ul li span.etykieta {
	background: url(img/black-50.png) ;
	display: block;
	font-size: 12px;
	font-weight: bold;
	position: absolute;
	width: 340px;
	padding: 20px 20px 30px 20px;
	bottom: 0px;
}
#feat ul li span.data{
	bottom: 15px;
	display: block;
	font-size: 10px;
	left: 20px;
	position: absolute;
}

#feat ul li span.zrodlo{
	bottom: 15px;
	display: block;
	font-size: 10px;
	right: 20px;
	position: absolute;
}

#feat .arrow {
  display: block;
  height: 10px;

  width: 20px;
  text-indent: -999px;
  position: absolute;
  top: 125px;
  cursor: pointer;
  outline: 0;
}

#feat .back {
  background:  url(img/feat-arrow-l.png) no-repeat 50% 0%;
  left: 12px;
}


#feat .forward {
  background:  url(img/feat-arrow-p.png) no-repeat 50% 0%;
  right: 12px;
}

#feat .back:hover {
  background:  url(img/feat-arrow-l.png) no-repeat 50% 100%;

}


#feat .forward:hover {
  background:  url(img/feat-arrow-p.png) no-repeat 50% 100%;

}

/*--------------------------------------------------------------------
4.1.2 home-box
---------------------------------------------------------------------*/

.home-box {

}

.home-news {
	background: url(img/main-gradient.png) repeat-x;
	padding: 20px 10px;
	overflow: hidden;
}

.home-news img{
	border: 1px solid #ffffff;
}

.home-news img:hover{
	border: 1px solid #afdf08;
}


.home-news-tresc {
	float: right;
	width: 380px;
}

.home-news-tresc h2 {
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 5px;
}

.home-news-tresc h2 a{
	background: url(img/main-h2-arrow.png) no-repeat 100% 5px;
	color: #afdf08;
	padding-right: 15px;
}

.home-news-tresc p.dodano {
	font-size: 10px;
	color: #959595;
}

.home-news-tresc p {
	padding-bottom: 15px;
}

.home-lista {
	background: url(img/main-gradient.png) repeat-x;
	padding-top: 20px;
	overflow: hidden;
}

.home-lista h3{
	background: url(img/main-h3-arrow.png) no-repeat  0% 4px;
	font-size: 12px;
	font-weight: bold;
	padding: 0px 10px 10px 10px;
}

.home-lista h3 a{
	color: #afdf08;
}

.home-lista p{
	color: #606060;
	padding: 0px 10px 20px 10px;
}

.home-kat {
	background: url(img/main-gradient.png) repeat-x;
	color: #0297fe;
	font-size: 12px;
	padding: 10px;
	text-align: right;
}

.home-kat a{
	background: url(img/kat-arrow.png) no-repeat 100% 5px;
	font-weight: bold;
	padding-right: 8px;
}

/*--------------------------------------------------------------------
4.1.3 skrót
---------------------------------------------------------------------*/
.skrot {
	background: url(img/main-gradient.png) repeat-x;
	padding: 20px 10px;
	overflow: hidden;
}

.skrot img{
	border: 1px solid #ffffff;
}

.skrot img:hover{
	border: 1px solid #afdf08;
}

.skrot h2 {
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 5px;
}

.skrot h2 a{
	background: url(img/main-h2-arrow.png) no-repeat 100% 5px;
	color: #afdf08;
	padding-right: 15px;
}

.skrot_dane {
	float: right;
	width: 380px;
}

.skrot_dane p {
	padding-bottom: 15px;
}

.skrot p.dodano {
	font-size: 10px;
	color: #959595;
}

#paginacja {
	background: url(img/main-gradient.png) repeat-x;
	border-top: 1px solid #959595;
	overflow: hidden;
	margin-top: 30px;
}

#paginacja ul li {
	margin: 10px 20px;
	float: left;
}	

#paginacja ul li a {
	font-weight: bold;
}

/*--------------------------------------------------------------------
4.1.4 wpis
---------------------------------------------------------------------*/
.wpis_img {
	background: url(img/main-gradient.png) repeat-x;
	padding: 20px 0px;
	text-align: center;
}

.wpis_tresc {
	background: url(img/main-gradient.png) repeat-x;
	padding: 20px;
}

.wpis_tresc p.dodano {
	font-size: 10px;
	color: #959595;
}

.wpis_tresc p {
	padding-bottom: 15px;
}

.wpis_stopka {
	background: url(img/main-gradient.png) repeat-x;
	padding: 10px 20px;
}

.wpis_back {
	background: url(img/main-gradient.png) repeat-x;
	font-weight: bold;
	padding: 20px;
}
#maincontent h2.powiazane {
	color: #606060;
	font-size: 12px;
	font-weight: bold;
	padding: 0px 20px 10px 20px;
}


/*--------------------------------------------------------------------
4.2 sidebar1
---------------------------------------------------------------------*/

#sidebar1 {
	float: left;
	width: 160px;
}

#sidebar1 h3{
	background: url(img/sidebar1-h3.png) no-repeat;
	font-size: 12px;
	font-weight: bold;
	padding: 0px 10px 10px 10px;
}

#sidebar1 h3 a{
	color: #afdf08;
}

#sidebar1 p{
	color: #606060;
	padding: 0px 10px 10px 10px;
}

.sidebar1ad {
	padding: 20px 0px;
	text-align: center;
}

/*--------------------------------------------------------------------
4.3 sidebar2
---------------------------------------------------------------------*/

#sidebar2 {
	float: left;
	width: 320px;
}

#sidebar2 h2 {
	background: #afdf08 url(img/sidebar2-h2-bg.png) repeat-x;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	margin: 0px 10px 1px 10px;
	padding: 8px 10px;
}

.sidebar2ad {
	padding: 20px 0px;
	text-align: center;
}

/*--------------------------------------------------------------------
4.3.1 wazne
---------------------------------------------------------------------*/

#wazne {
	background: url(img/wazne-bottom-bg.png) no-repeat 0% 100%;
	font-size: 12px;
	margin: 0px 10px;
	padding: 0px 0px 2px 0px;
	overflow: hidden;
	width: 300px;
}


ul#waznemenu {
	background: url(img/wazne-top-bg.png) no-repeat;
	clear: both;
	height: 39px;
}

ul#waznemenu li {
	
	font-weight: bold;
	float:left;
	padding: 0px 10px;
}

ul#waznemenu li a {
	color: #333333;
	display: block;	
	height: 20px;
	padding: 10px 15px 0px 15px;
}

ul#waznemenu li a:hover {
	color: #afdf08;
	text-decoration: none;
}

ul#waznemenu li a.active  {
	background: url(img/wazne-tab-bg.png) no-repeat;
	color: #afdf08;
	position: relative;
}	

ul#waznemenu li a.active span {
	background: url(img/wazne-tab-bg.png) no-repeat right;
	display: block;
	position: absolute;
	top: 0px;
	right: 0px;
	height: 30px;
	width: 15px;
}


#waznacont {
	background: url(img/wazne-bg.png) repeat  0 100%;
	width: 900px;
	clear: both;
	overflow: hidden;
}

ul.wazneslide {
	width: 300px;
	padding-bottom: 20px;
}

ul.wazneslide li{
	background: url(img/wazne-li-arrow.png) no-repeat 0% 15px; 
	padding: 10px 10px;
	margin: 0px 15px;
}

/*--------------------------------------------------------------------
5 footer1
---------------------------------------------------------------------*/

#footer1 {
	border-bottom: 1px solid #e5e5e5;
	padding: 20px 10px;
}

#footer1 h3{
	color: #afdf08;
	font-size: 12px;
	font-weight: bold;
	padding: 0px 0px 10px 0px;
}

#footer1 ul li{
	display: inline;
	padding: 0px 10px 0px 0px;
}
/*--------------------------------------------------------------------
6 footer2
---------------------------------------------------------------------*/

#footer2 {
	padding: 20px 10px;
}

/*--------------------------------------------------------------------
class
---------------------------------------------------------------------*/
.spacer30 {clear: both; height: 30px;}
.spacer60 {clear: both; height: 60px;}

.l240 {
	float: left;
	padding: 10px;
	width: 220px;
}


