
/**
{
	margin: 0;
	padding: 0;
}	*/


body, p, td
{
	font: 100%/1.5em verdana, arial, 'Bitstream Vera Sans', helvetica, sans-serif;
}
	
body
{
	font-size: 90%;
	padding: 0;
	margin: 0;
	color: #333;
	background: #fff;
	position: relative;
}


#content h2
{
	font-size: 180%;
	font-weight: normal;
	margin: 20px 0;
	color: #ff6100;
}


#content h3
{
	font-size: 160%;
	font-weight: normal;
	margin: 20px 0;
	color: #ff6100;
}


#content h3 span.date
{
	font-size: 14px;
	font-weight: normal;
	margin: 0;
	display: block;
	color: #000;
}



#content h4
{
	font-size: 120%;
	font-weight: bold;
	margin: 20px 0;
}


#content h5
{
	font-size: 100%;
	font-weight: bold;
	margin: 20px 0;
}


#content p
{
	line-height: 1.5em;
	margin: 1.5em 0;
}

#content blockquote
{
	line-height: 1.5em;
	margin: 1.5em 1em;
	padding: 0 1em;
	border-left: 2px solid #333;
}

#content blockquote cite
{
	display: block;
}

#content pre
{
	overflow: auto;
	padding: 10px;
	margin: 20px 0;
}

#content ul
{
	padding-left: 40px;
	list-style: disc;
}

#content ol
{
	padding-left: 40px;
	list-style: numeric;
}



#branding
{
	width: 100%;
	padding: 0px;
	height: 160px;
	text-align: center;
	margin: 0 auto;
	position: relative;
}

#branding h2
{
	position: absolute;
	left: -9000px;
}

#branding h1 a:link,
#branding h1 a:visited,
#branding h1 a:hover,
#branding h1 a:active
{
	text-indent: -9000px;
	display: block;
	width: 960px;
	margin: 0 auto;
	height: 140px;
	background: url(gfx/logo.png) 0 10px no-repeat;
}

#branding p#lang
{
	display: block;
	width: 260px;
	text-align: right;
	margin: 0 auto;
	height: 140px;
	position: absolute;
	top: 0px;
	right: 0;
}


#wrapper
{
	width: 960px;
	padding: 0px;
	margin: 20px auto;
	overflow: auto;
}

.body-offersGallery #wrapper
{
	width: 750px;
	padding: 0px;
	margin: 20px auto;
	overflow: auto;
}

#content
{
	width: 690px;
	padding: 0 15px;
	margin: 0 auto;
	float: left;
}


p#nav-breadcrumbs,
p#nav-breadcrumbs-bottom
{
	clear: both;
	font-size: 10px;
	margin-top: 0;
}

p#nav-breadcrumbs-bottom
{
	margin-top: 20px;
}

.body-offersGallery #content
{
	width: 700px;
	padding: 0 15px;
}

a:link
{
	color: #aaa;
	color: #0041a3;
	text-decoration: none;
	border-bottom: #0041a3 1px dotted;
}

a:visited
{
	color: #aaa;
	color: #0041a3;
	text-decoration: none;
	border-bottom: #0041a3 1px dotted;
}

a:hover,
a:active
{ 
	color: #E2144A; 
	background: #f9f9f9; 
	
	background: #ff6100;
	color: #fff;
	text-decoration: none;
}

strong
{
	font-weight: bold;
}

em
{
	font-style: italic;
}

/* main navigation */

p#nav-breadcrumbs
{
}

#sidebar
{
	width: 240px;
	padding: 0;
	margin: 0;
	float: left;
}

#sidebar input
{
	width: 100%;
	display: block;
}

h3#h-navi-main
{
	float: left;
    margin: 0;
    padding: 0;
    width: 138px; /* Width of Menu Items */
	padding: 5px;
    border-style: solid;
	border-color: #ccc;
	border-width: 1px 1px 0 1px;
}


ul#navi-main
{
	float: left;
}

ul#navi-main,
ul#navi-main ul
{
    margin: 0;
    padding: 0;
    list-style: none;
    width: 235px; /* Width of Menu Items */
}

ul#navi-main li 
{
    position: relative;
	background: #e5e5ff;
	line-height: 1.5em;
}

ul#navi-main li ul,
ul#navi-main li:hover li ul
{
    position: absolute;
    left: 235px; /* Set 1px less than menu width */
    top: 0;
    display: none;
}

/* Styles for Menu Items */
ul#navi-main li a,
ul#navi-main li span
{
    display: block;
    text-decoration: none;
    padding: 8px;
    border-top: 1px solid #f0f0ff;
    border-bottom: 1px solid #c5c5ee;
    font-weight: bold;
}

ul#navi-main li.active 
{
/* 	background: #fff; */
}

/* Styles for Menu Items */
ul#navi-main li.active a,
ul#navi-main li.active span
{
    border-bottom: 1px solid #e5e5ff;
    border-top: 1px solid #d5d5f5;
    color: #ff6100;
}



ul#navi-main li a
{
	text-decoration: none;
}

ul#navi-main li a:hover,
ul#navi-main li a:active
{
	background: #0041a3;
	color: #fff;
}

/* Fix IE. Hide from IE Mac \*/
* html ul#navi-main li { float: left; height: 1%; }
* html ul#navi-main li a { height: 1%; }
* html ul#navi-main li span { height: 1%; }
/* End */

ul#navi-main li:hover li:hover ul, 
ul#navi-main li.over li.over ul,
ul#navi-main li:hover ul, 
ul#navi-main li.over ul 
{ 
	display: block; 
} /* The magic */


ul#navi-supp,
ul#navi-jump
{
}


#site-info
{
	float: left;
	clear: both;
	display: table;
}

/*
#site-map
{
	overflow: auto;
	height: auto;
}

/* hide from ie@mac \*/
/* html #site-map
{
	height: 1%;
}
/* */
/*
#site-map li
{
	width: 50%;
	padding: 0;
	margin: 0;
	float: left;
}

#site-map li li
{
	width: auto;
	padding: 0;
	margin: 5px 0;
	float: none;
	
}*/
#site-map li li
{
	margin: 5px 0;
}

.access
{
	display: none;
}

.wrap2
{
	display: table;
	width: 100%;

}

.wrap2 div
{
	float: left;
	border: 1px solid #333;
	padding: 20px;
	margin: 5px;
	display: inline;
}

a img
{
	border: 0;
	margin-bottom: 15px;
}


#content ul.offersList
{
	list-style: none;
	overflow: auto;
	margin: 0;
	padding: 0;
}


#content ul.offersList li
{
	list-style: none;
	float: left;
	width: 170px;
	margin: 0;
	padding: 10px;
	background: #2f2f2f;
	border-bottom: 1px solid #171717;
	border-right: 1px solid #171717;
	border-top: 1px solid #333;
	border-left: 1px solid #333;
	min-height: 250px;
}

#content ul.offersList li h3 a
{
	font-size: 16px;
	line-height: 1.5em;
	text-decoration: none;
	display: block;
}

#content ul.offersList li h3
{
	margin-top: 0;
	font-size: 10px;
	font-weight: normal;
}

#content ul.offersList li img
{
	display: block;
	margin: 0 auto;
}

#content div.glryimg
{
	float: left;
	margin: 0;
	padding: 6px;
	background: #e9e9ff;
	border-bottom: 1px solid #c5c5ee;
	border-right: 1px solid #c5c5ee;
	border-top: 1px solid #f0f0ff;
	border-left: 1px solid #f0f0ff;
}

#content div.glryimg a
{
	display: block;
	border: 3px solid #fff;
	padding: 0;
}

#content div.glryimg img
{
	display: block;
	border: 1px solid #000;
	margin: 0;
}

#content ul.photosnav
{
	list-style: none;
	overflow: auto;
	margin: 20px auto;
	text-align: center;
	display: table;
}
#content ul.photosnav li
{
	list-style: none;
	float: left;
}
#content ul.photosnav li a
{
	float: left;
	margin: 0;
	padding: 3px 10px;
	background: #2f2f2f;
	border-bottom: 1px solid #171717;
	border-right: 1px solid #171717;
	border-top: 1px solid #333;
	border-left: 1px solid #333;
}
#content ul.photosnav li a:hover
{
	background: #000;
	color: #fff;
}

.body-offersGallery #content h2
{
	text-align: center;
	margin-bottom: 40px;
}

.body-offersGallery p#nav-breadcrumbs
{
	text-align: center;
}

.body-offersGallery #content p.author
{
	text-align: center;
	margin-top: 40px;
}

#galleryMainPhoto img
{
	display: block;
	margin: 0 auto;
}

#site-info
{
	width: 600px;
	margin: 20px auto;
}

/* kociaki */
.kociakLista
{
	clear: both;
	overflow: auto;
	border-top: 1px solid #e2e2ff;
	padding: 20px 0;
	
}

.kociakInner
{
	float: left;
	width: 512px;
}

#content .kociakInner h3
{
	margin-top: 0;
}

#content div.dateNew h3 span,
#content .kociakInner h3 span
{
	font-weight: bold;
	font-size: 10px;
	display: block;
}

#content div.dateNew h3
{
	color: #f00;
	font-weight: bold;
}

.kociakZdjecie
{
	float: left;
}

a.kociakZdjecie img
{
	float: left;
	border: 1px solid #000;
	margin: 0px 20px 20px 0px;
}

a.kociakZdjecie
{
	border: 3px solid #fff;
	margin-bottom: 4px;
}

div.kociakZdjecia
{
	float: left;
	width: 158px;
	padding-right: 20px;
}

div.kociakZdjecia
{
	float: left;
	width: 158px;
	padding-right: 20px;
}

.body-kotSzczegoly div.kociakZdjecia
{
	float: right;
	width: 258px;
	padding-left: 10px;
	padding-right: 0px;
}

a.kociakZdjecie img
{
	float: left;
/* 	border: 2px solid black; */
	margin: 0;
}

#content p.kociakWiecej
{
	margin-bottom: 0;
}



#content .pages p
{
	overflow: auto;
}

#content .pages p *
{
	float: left;
	padding: 2px 7px;
	border: 1px solid #ddd;
	background: #e9e9ff;
	margin-right: 2px;
	font-size: 11px;
}

#content .pages a:hover
{
	border: 1px solid #000;
	background: #ff6100;
	color: #fff;
}

#content .pages strong
{
	border: 1px solid #ff6100;
	background: #fff;
	color: #ff6100;
	font-weight: bold;
}


#content .pages span
{
	border: 1px solid #ccc;
	background: #fff;
	color: #777;
}



/* TABLES */

table { border-top: 1px solid #ccc;  border-left: 1px solid #ccc; }
th, td { border-bottom: 1px solid #ddd; border-right: 1px solid #ccc; padding: 2px 5px;}
th
{
	font-weight: bold;
}


a.siepomaga,
a.siepomaga:hover,
a.siepomaga:active
{
	background: transparent;
	text-decoration: none;
	border: none;
	display: block;
	margin-top: 10px;
	clear: both;
	float: left;
	width: 240px;
	color: #444;
	text-align: center;
	font-weight: bold;
}

a.siepomaga img
{
	margin-left: auto;
	margin-right: auto;
	display: block;
}


div.polec
{
	border: 1px solid #666;
	padding: 15px;
	float: right;
/* 	width: 150px; */
	font-size: 80%;
}

#content div.polec p
{
	margin: 0.4em 0;
}

#content div.polec a img
{
	margin: 0;
}







/* newsy */

.newsRow
{
	overflow: auto;
	border-top: 1px solid #e2e2ff;
	padding: 10px 0;
	clear: both;
}

p.newsMore
{
	border-bottom: 1px solid #e2e2ff;
	padding-bottom: 20px;
	clear: both;
	overflow: auto;
}
p.newsMore a
{
    background: none repeat scroll 0 0 #E9E9FF;
    border: 1px solid #DDDDDD;
    float: left;
    font-size: 11px;
    margin-right: 2px;
    padding: 2px 7px;
}

p.newsMore a:hover
{
	border: 1px solid #000;
	background: #ff6100;
	color: #fff;
}


.newsLista
{
	font-size: 75%;
	float: left;
	width: 340px;
}

.newsInner
{
	float: left;
	width: 210px;
}

#content .newsInner h3
{
	margin: 0.75em 0;
	line-height: 1em;
}
#content .newsInner p
{
	margin: 1em 0;
}

#content .newsInner h3
{
	margin-top: 0;
}

#content div.dateNew h3 span,
#content .newsInner h3 span
{
	font-weight: bold;
	font-size: 10px;
	display: block;
}

#content div.dateNew h3
{
	color: #f00;
	font-weight: bold;
}

.newsZdjecie
{
	float: left;
}

a.newsZdjecie img
{
	float: left;
	border: 1px solid #000;
	margin: 0px 20px 20px 0px;
}

a.newsZdjecie
{
	border: 3px solid #fff;
	margin-bottom: 4px;
}

div.newsZdjecia
{
	float: left;
	width: 100px;
	padding-right: 20px;
}


a.newsZdjecie img
{
	float: left;
/* 	border: 2px solid black; */
	margin: 0;
}

#content p.kociakWiecej
{
	margin-bottom: 0;
}
