/*
 $Id: main.css 694 2008-07-07 21:20:33Z marcin $
 */


html, body {
	background-color: #b6c4d2;
	text-align: center;
}

h1, h2, h3, h4, h5, h6 {
    color: #003366;
    font-size:14px;
}

h1.header {
	border-bottom:1px solid #003366;
}

div.wrap-shadow {
	width: 868px;
    height:auto;
    overflow: hidden;
}

#wrap-shadow-center {
    background: transparent url("/files/layout/default/center_shadow.png") repeat-y;
    margin:0 auto;
}

#wrap-shadow-top {
	background: transparent url("/files/layout/default/top_shadow.png") no-repeat;
}

#wrap-shadow-bottom {
	background: transparent url("/files/layout/default/bottom_shadow.png") no-repeat scroll 0% 100%;
	width: 850px;
	padding:9px;
}




#banner, #banner-src {
    width: 850px;
    height:235px;
    background-color: transparent;
    overflow: hidden;
}
#banner {
    background: #e7e7e7 url("/files/layout/default/loader.gif") no-repeat scroll 50% 50%;
}
 #banner-src h1{
 	margin-left:9000px;	
 }

#infobar {
    width: 840px;
    height:20px;
    background-color: #e7e7e7;
    overflow: hidden;
    padding:5px;
    text-align:left;
}
#infobar-bip {
	float:left;
	width:195px;
	height:20px;
	background-color: transparent;
	overflow:hidden;
}
#infobar-bip a {
	margin-right:2px;
}
#infobar-time {
	float:right;
	width:625px;
	background-color: transparent;
	padding:2px 15px 0 0;
	color:#666666;
	text-align:right;
	overflow:hidden;
}

/*body*/
#body {
	width:850px;
	overflow:hidden;
	background: #fff url("/files/layout/default/body_right_bg.jpg") no-repeat scroll 100% 0%;
	padding-bottom:25px;
	text-align:left;
}
#body-left {
	width:180px;
	overflow:hidden;
	float:left;
	background-color: #999;
	border-right:1px solid #bbb;
}
#body-right {
	width:619px;
	overflow:hidden;
	float:right;
	background-color: transparent;
	padding:15px 25px 0 25px;
}


/*Menu body-left*/
/*item*/
div.item {
	width:180px;
	overflow:hidden;
	background-color: #fff;
}

div.name {
	width:180px;
	height:30px;
	overflow:hidden;
	font-weight:bold;
}
div.name a{
	width:170px;
	height:16px;
	display:block;
	padding:7px 0 7px 10px;
	color:#666;
	background: transparent url("/files/layout/default/item.png");
}
div.name a:hover{
	background: transparent url("/files/layout/default/item_hover.png");
	text-decoration:none;
	color:#003366;
}
div.name a.active{
	/*background: transparent url("/files/layout/default/item_active.png");*/
	color:#003366;
	font-weight:bold;
}

/*subitem*/
div.subitems {
	width:180px;
	overflow:hidden;
	background-color: #fff;
}

div.subitem {
	width:180px;
	background-color: transparent;
	overflow:hidden;
	font-weight:bold;
	border-bottom:1px solid #ddd;
}
div.subitem a{
	width:160px;
	height:auto;
	display:block;
	padding:2px 0 2px 20px;
	color:#d32ec5;
	font-weight:normal;
	background-color: #fff;
}

div.subitem a:hover{
	background-color: #e7f0ff;
	text-decoration:none;
}
div.subitem a.active{
	font-weight:bold;
}



/*SRC*/
#info-path {
	overflow:hidden;
	width:619px;
	font-size:12px;
	color:#444;
	padding-bottom:10px;
}

#src {
	overflow:hidden;
}




/*AKTUALNOSCI*/
.news-item {
	background: transparent url("/files/layout/default/hr.png") repeat-x scroll 0% 100%;
	overflow:hidden;
	padding-bottom:40px;
}

.news-img {
	width:150px;
	height:100px;
	overflow:hidden;
	float:left;
	margin:0 10px 10px 0;
	padding:5px;
	background-color:#ffff99;
}
.news-img img{
	width:150px;
	height:100px;
}
.news-content {
	overflow:hidden;
}
h2.news-title {
	margin:0;
}
span.news-date {
	margin:5px 0 10px 0;
	color:#444;
	font-size:10px;
}

.news-show {
	clear:both;
	width:100%;
	text-align:right;
}

/*show-akutalnosc*/
h1.show-aktualnosc {
	margin:1em 0 0 0;
}



/*PAGINATOR*/
div.pagination-control {
	text-align:center;
}

div.pagination-control span.disabled{
	color:#888;
}

/*Gallery*/
div.gallery {
	overflow:hidden;
}
div.gallery-item {
	float:left;
	width:113px;
	height:90px;
	padding:5px;
	overflow:hidden;
}
div.gallery-item img {
	width:111px;
	height:88px;
	border:1px solid #b6c4d2;
}
div.gallery-item img.hover {
	border:1px solid #003366;
}

/*Uslugi*/
div.meta-info {
	padding:10px 0;
}
div.usluga-show {
	padding-top:0;
}
div.meta-info span {
	color:#A46E16;
}
div#katalog-filter {
	overflow:hidden;
	padding-bottom:15px;
	
}
a.hide {
	display:none;
}

div.usluga {
	height:120px;
	text-align:center;
}
div.usluga span{
	position:relative;
	top:3px;
	color:#003366;
}



/*bottom-linki*/
div#footer {
	background-color:#fff;
	overflow:hidden;
}
div#copyright {
	width:180px;
	float:left;
	font-size:10px;
	color:#777;
}
div#copyright a{
	color:#444;
}
div#bottom-linki {
	width:659px;
	float:left;
	padding:5px;
}
div#bottom-linki a {
	padding:2px;
}