body {
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	background-color: #000000;
	background-image: url(images/bg.jpg);
}

a:link, a:visited { color: #ffffff; text-decoration: none; font-weight: normal; } 
a:active, a:hover { color: #fcdd31; text-decoration: none; }

#container {
	width: 960px;
	margin: 0 auto;
	padding: 0 10px;
	background: url(images/container_bg.png) repeat-y;
}

#banner {
	width: 960px;
	height: 149px;
	margin: 0 auto;
  background: url(images/zvpm3a.png) no-repeat;
}

#banner #logo {
	float: left;
	margin: 30px 0 0 0;
	width: 460px;
	height: 115px;
/*	background: url(images/logo.png)  no-repeat;*/
}

/* menu gorne */

#menu {
	clear: both;
  width: 960px;
	height: 42px;
	background: url(images/menu_bg.jpg) repeat-x;
}

#menu ul {
	float: left;
	margin: 0px;
	padding: 0 0 0 20px;
	list-style: none;
}

#menu ul li {
	margin: 0px;
	padding: 0px;
	display: inline;
}

#menu ul li a {
	position: relative;	
	float: left;
	display: inline-block;
	height: 30px;
	width: 130px;
	margin-right: 10px;
	text-align: center;
	padding: 12px 0 0 0;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;	
	outline: none;
}

#menu li a:hover, #menu li .current {
	position: relative;
	color: #ffffff;
	background: url(images/menu_hover_right.jpg) top right no-repeat;
}

#menu li a:hover span, #menu li .current span	{
	position: absolute;
	display: inline-block;
	width: 15px;
	height: 42px;
	top: 0;
	left: 0;
	background: url(images/menu_hover_left.jpg) no-repeat;
}

/* koniec menu gornego */

#content {
	padding: 0 2px;
}

.margin_bottom_10 { clear: both; width: 100%; height: 10px; font-size: 1px;	}
.margin_bottom_20 { clear: both; width: 100%; height: 20px; font-size: 1px;	}

.spacer {
/*	padding-right: 6px;*/
	padding-left: 6px;
}

/* footer */
#footer {
	clear: both;
	width: 960px;
	padding: 20px 0 20px 0;
	text-align: center;
	border-top: 1px solid #8b8a8b;
	background: #343233 url(images/footer.jpg) no-repeat;
}

#dol{
	border-bottom: 1px solid #000;
}

.footer_list {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.footer_list li {
	padding: 0 10px;
	display: inline;
	border-right: 1px solid #cccccc;
}

.footer_list li a {
	color: #cccccc;
	text-decoration: none;
}

.footer_list li a:hover {
	color: #fcdd31;
}

.footer_list .last {
	border-right: none;
}

/* koniec footer */

/* logowanie */
#searchsubmit{margin-top:10px}
#searchsubmit{
text-indent:-19px;
background-attachment:scroll;
clear:both;
display:block;
background-image:url(images/button_big.gif);
height:22px;
width:140px;
background-repeat:no-repeat;
background-position:0 0;
line-height:19px;
padding:0 0 4px 0;
text-decoration:none;
font-size:12px;
color:#999;
text-align:center;
margin:2px 0 0 0;
cursor:pointer;
border:none;
background-color:transparent;
outline:none}

#searchsubmit:hover{ cursor:pointer;background-repeat:no-repeat;background-position:bottom;color:#fff}

#sz{
width:250px;
padding:5px;
border:1px solid #4f4f4f;
background-image:url(images/bg_dark2.jpg);
background-attachment:fixed;
color:#fff;
line-height:12px;
font-family:Tahoma,Verdana,Arial,sans-serif;
}

/* rejestracja */

.buttonregister {margin-top:10px}
.buttonregister{
text-indent:-19px;
background-attachment:scroll;
clear:both;
display:block;
background-image:url(images/button_big.gif);
height:22px;
width:140px;
background-repeat:no-repeat;
background-position:0 0;
line-height:19px;
padding:0 0 4px 0;
text-decoration:none;
font-size:12px;
color:#999;
text-align:center;
margin:2px 0 0 0;
cursor:pointer;
border:none;
background-color:transparent;
outline:none}

.buttonregister:hover{ cursor:pointer;background-repeat:no-repeat;background-position:bottom;color:#fff}

.reginput{
/*width:auto;*/
padding:5px;
border:1px solid #4f4f4f;
background-image:url(images/bg_dark2.jpg);
background-attachment:fixed;
color:#fff;
/*line-height:12px;*/
font-family:Tahoma,Verdana,Arial,sans-serif;
}

.reginputerror{
/*width:auto;*/
padding:5px;
border:1px solid #ff0000;
background-image:url(images/bg_dark2.jpg);
background-attachment:fixed;
color:#ff0000;
/*line-height:12px;*/
font-family:Tahoma,Verdana,Arial,sans-serif;
}

.regerror {color:#ff0000; font-size:10px;padding-bottom:8px;}

label { cursor: pointer; }

.ramka_srodek
{
	border:1px solid #AAAAAA;
	border-top:none;
	padding:8px;
	background:#F0F1F3;
	margin:50px;
}

.komunikat_sms
{
	margin:5px 1px;
	padding:5px;
/*	padding-left:35px;*/
	background-position: 5px 5px;
	background-repeat:no-repeat;
	color:#880000;
	border:1px solid #FF0000;
	background-color:#FFEEEE;
}

.komunikat_error,
.komunikat_info,
.komunikat_attention
{
	margin:40px 40px;
	padding:10px;
	padding-left:35px;
	background-position: 5px 5px;
	background-repeat:no-repeat;
}
.komunikat_error
{
	color:#880000;
	border:1px solid #FF0000;
	background-color:#FFEEEE;
	background-image:url(images/error.gif);
}
.komunikat_info
{
	color:#000088;
	border:1px solid #7777FF;
	background-color:#DDDDFF;
	background-image:url(images/info2.gif);
}
.komunikat_attention
{
	color:#553300;
	border:1px solid #FFCC00;
	background-color:#FFFFDD;
	background-image:url(images/attention.gif);
}

.podkategoriemenu, .podkategoriemenu li {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}

.podkategoriemenu {
	float: left;
	background-color: #fff;
	padding: 1px 0 1px 1px;
	border: 1px solid #000;
}

.podkategoriemenu li {
	float: left;
}

.podkategoriemenu a:link, .podkategoriemenu a:visited {
	text-decoration: none;
	display: block;
	font-weight: bold;
	background: #000 url("images/menu_poziome_tlo.gif") repeat-x center;
	color: #fff;
	padding: 5px 10px;
	border-right: 1px solid #fff;
	border-right: 1px solid #fff;
}

.podkategoriemenu li a:hover, .podkategoriemenu li .current {
	background-color: #800;
	background-image: url("images/menu_poziome_tlo2.gif");
}

.cleaner { clear: both; width: 100%; height: 0px; font-size: 0px;  }

.margin_bottom_5 { clear: both; width: 100%; height: 5px; font-size: 1px;	}
.margin_bottom_10 { clear: both; width: 100%; height: 10px; font-size: 1px;	}

.pole_detali 
{
	color:#FFFFFF;
	border:1px solid black;
	background-color:black;
	background:url(images/bg_dark2.jpg);
}

div.pagination {
	padding: 3px;
	margin: 3px;
	width: 100%;
	margin: 0 auto;
}

div.pagination a {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid gray;
	text-decoration: none; /* no underline */
	color: #fff;
	background-color:#1a1a1a
}
div.pagination a:hover, div.pagination a:active {
  background: #444;
	border: 1px solid white;
	color: white;
/*	border-color:white;*/
}
div.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin: 2px;
		border: 1px solid white;
		
		font-weight: bold;
		background-color: #444;
		color: #FFF;
	}
	div.pagination span.disabled {
		padding: 2px 5px 2px 5px;
		margin: 2px;
		border: 1px solid #EEE;
	
		color: #DDD;
	}

