@charset "utf-8";
/* CSS Document */
a { text-decoration: none }
a:hover { text-decoration: underline }

body {
	
	margin: 0 auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color:#f8ebbc;
	background-image: url(images/gradient.png);
	background-repeat:repeat-x;
	}
a:link, a:visited, a:active {
  /* Odnosniki, odnosniki po kliknieciu, odnosniki po wybraniu */
  color: black;
}
	
	
#allCont{
	
	position: relative;
	margin:0 auto;
	width: 995px;
	min-height:500px;
}

#header
{
	margin: 0 auto;
	position: relative;
	z-index:0;
	width: 989px;
	height: 141px;
	background-repeat: no-repeat;
	}

#cont{
	width:100%;
}
.t{
	margin-left:35px;
	margin-right:35px;
	padding-top:8px;
	padding-bottom:5px;
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	text-align: justify;
	line-height:18px;
	list-style-image: url(images/li.png);
	
	

}

#left{
width:706px;
margin-top:15px;
overflow:visible;
float:left;
}


#box-left-top{
	background:url(images/box-left-top.png) no-repeat;
	height:12px;
}
#box-left-srodek{
	background:url(images/box-left-srodek.png) repeat-y;
	width:100%;
	min-height: 400px;
	
		
}	
#box-left-dol{
	background:url(images/box-left-dol.png) no-repeat;
	height:14px;
}

#right{
position: relative;

	width:285px;
	margin-top:14px;
	float:right;
	
}
.box-right{
position:relative;
	z-index:0;
}
.box-right-top 

{
	background:url(images/box-right-top.png) no-repeat;
	height:53px;

	
	}
.box-r-h{
	position:relative;
	margin-left:41px;
	margin-right:10px;
	padding-top:18px;
	padding-bottom:2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	}
.box-right-srodek
{
	margin-top:;
	background:url(images/box-right-srodek.png) repeat-y;
	width:100%;
	min-height:10px;
	
	}

.box-right-dol{
	background:url(images/box-right-dol.png) no-repeat;
	height:16px;

}
.cleared
{
	float: none;
	clear: both;
	margin: 0;
	padding: 0;
	border: none;
	font-size:1px;
	
}

/**menu***/
.jqueryslidemenu{
background-image:url(images/nav.png);
width: 100%;
font-family: Verdana;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-decoration: none;
}
.jqueryslidemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
font:
text-decoration: none;
}

/*Top level list items*/
.jqueryslidemenu ul li{
position: relative;
display: inline;
float: left;
color:#000000;
text-decoration: none;
}

/*Top level menu link items style*/
.jqueryslidemenu ul li a{
	display: block;
	/*background: #414141; /*background of tabs (default state)*/
	padding: 10px 10px;
	border-right: 1px solid #778;
	text-decoration: none;
	
	
}

* html .jqueryslidemenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;

text-decoration: none;}

.jqueryslidemenu ul li a:link, .jqueryslidemenu ul li a:visited{
color: #000000;
text-decoration: none;
}

.jqueryslidemenu ul li a:hover{
background-image:url(images/nava.png);
/*background: black; /*tab link background during hover state*/
color: white;
text-decoration: none;
}


/*1st sub level menu*/
.jqueryslidemenu ul li ul{
position: absolute;
left: 0;
display: block;
visibility: hidden;
background-image:url(images/nav.png)

}

/*Sub level menu list items (undo style from Top level List Items)*/
.jqueryslidemenu ul li ul li{
display: list-item;
float: none;
text-decoration: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jqueryslidemenu ul li ul li ul{
top: 0;

}

/* Sub level menu links style */
.jqueryslidemenu ul li ul li a{
	width: 160px; /*width of sub menus*/
	padding: 9px;
	margin: 0;
	border-top-width: 0;
	border-bottom: 1px solid gray;
	font-family: Verdana;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	
}

.jqueryslidemenuz ul li ul li a:hover{ /*sub menus hover style*/
background: #eff9ff;
color: black;
text-decoration: none;
}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 15px;
right: 7px;
text-decoration: none;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}

.stopka
{
	background-repeat:no-repeat;
	background-image: url('images/Footer.png');
	width: 995px;
	height: 33px;
	margin-top:10px;
	margin-bottom:10px;
	font-family:Verdana;
	font-size:12px;
	text-align:center;
	padding-top:5px;
	line-height: 30px;

}

.zegar{
position:absolute;
left:806px;
top:150px;
}

