* {
	margin : 0;
	padding : 0;
}

a {
	text-decoration : none;
	color : #555555;
	border: 0px;
}


a:hover {
	/*text-decoration : underline;*/
	color : #ffcc00;
}

a.side, #left-side a, #right-side a {
	text-decoration : none;
	color : #777;
}

a:hover.side, #left-side a:hover, #right-side a:hover {
	text-decoration : none;
	color : #111;
}

body {
	background : /*#e4e4e4*/ url(images/background.gif);
	color : #444;
	font-size : x-small;
	font-family : Verdana, Tahoma;
	/*font : normal 62.5% "Lucida Sans Unicode",sans-serif;*/
	margin : 0;
}

hr {
	height : 2px;
	border-bottom : 1px solid #eee;
	border-top : 1px solid #fff;
}

hr.side-hr {
	height : 2px;
	border-bottom : 1px solid #e5e5e5;
	border-top : 1px solid #eee;
}

.button {
	font : 13px Verdana;
	color : #777;
	background : url(images/background.gif);
	border : 1px solid #ffcc00;
	margin: 6px 6px 6px 6px; /* odstep tekstu od buttonow */
}

.textbox {
	font-family : Tahoma;
	font-size : 13px;
	color : #000;
	background : #ffcc00; /*url(images/background.gif);*/
	border : 3px solid #eee;
	padding : 3px;
	margin: 2px 2px 2px 2px; /* odstep tekstu od boxa do logowania */
}

.bbcode {
	font-family : "Lucida Sans Unicode",sans-serif;
	font-size : 11px;
	background : #f9f9f9;
	border : 1px solid #eee;
	margin-top : 2px;
}

h1 {
	font-size : 13px;
	margin-bottom : 4px;
}

h1,h2,h3 {
	font-size : 12px;
	color : #ffcc00; /* kolor naglowka newsow */
	padding : 6px 0px 2px 10px;
	margin : 0px 0px 10px 0px;
	background : url(images/blackbg.jpg); /* tlo pod nazwa panelu bocznego */
}

.clearer {
	clear : both;
}

.container {
	background : url(images/background.gif); /* kolor tla strony w srodku */
	/*border-left : #000 0px solid;
	border-right : #000 0px solid;*/
	margin : auto;
	padding-bottom : 6px; /* dlugosc stopki */
	width : 900px; /*szerokosc strony */
}

/*
.header {
	height : 150px;
	background : url(images/header.png) repeat-x;
}
*/

.title {
	padding : 25px 10px 0 10px; /* odstep strony od gory */
		background : url(images/background.gif);
		/* kolor tla z odstepem od gory */
}

#title {
	font : bold 30px "Trebuchet MS", verdana, arial, sans-serif;
	color : #fff;
	line-height : 28px;
	margin-top : 15px;
	
}

#title .subtitle {
	font : bold 15px "Trebuchet MS", verdana, arial, sans-serif;
	color : #000;
}

.main {
	clear : both;
	padding : 0px 0px;
	
}

#sub-header {
	
	margin : 0 0 8px 0;
	padding : 0;
	float : left;
	
	font-family : Verdana, Tahoma;
	
	margin-top : 20;
	margin-left : 5;
	color : Gray;
	font-size : 12px;
	
	width : 100%;
	overflow : hidden;
	background : url(images/background.gif); /*kolor tla pod flashem */
}

#sub-header li {
	font-size : 11px;
	display : inline;
	/* rodzaj czcionki w menu pod logiem */
}

#sub-header li a {
	float : left;
	color : #fff;
	padding : 6px 11px;
	text-decoration : none;
	border-right : 1px solid #666;
}

#sub-header li a:hover {
	color : white;
	background : transparent url(images/sub-header-bg.png) center center repeat-x;
}

#left-side {
background : url(images/line_yellow.gif) repeat-y left;
	/*color : grey; */ /* kolor napisu 'wozki widlowe uzywane w lewym menu */
	border-left : 1px solid #D7D7D7;
	border-right : 1px solid #D7D7D7;
	margin-bottom: 0px;
	height: auto;

	font-size : 12px; /* wielkosc czcionki w menu lewym */
	font-family : Verdana, Tahoma; /* rodzaj czcionki w newsach */
	color: #555555;
	
	
	float : left;
	width : 190px;
	padding : 0 0px 0 0px; /* margines tła pod nazwą kontenera lewego */
	

}

#right-side {
	background : url(images/line_yellow.gif) repeat-y right;
	color : black;
	border-left : 1px solid #D7D7D7;
	border-right : 1px solid #D7D7D7;
	height: auto;
	
	font-size : 14px;
	font-family : Tahoma;
	
	
	float : right;
	width : 190px;
	padding : 0 0px 0 0px; /* margines tła pod nazwą kontenera lewego */
	margin : 0 0 0 0px;
}

#navigation h2, #left-side h1, #right-side h1 {
	color : #ffcc00; /* kolor nazwy panelu bocznego */
	font-size : 12px;
	height : 30px;
	padding : 5px 5px 0px 5px;
	/*margin : 0px 0px 5px 0px;*/
	background : url(images/blackbgmin.jpg) repeat-x; /* tlo pod nazwa panelu bocznego moze byc black repeat-x*/
}

#navigation ul {
	border-top : 1px solid #fafafa;
	background : url(images/bgul.gif) repeat-x;
	margin : 0;
	padding : 0;
}

#navigation li {
	font-size : 11px;
	border : 1px solid #fafafa;
	border-top : none;
	list-style : none;
	margin : 0;
}

#navigation li a {
	color : #777;
	display : block;
	padding : 3px 6px 3px 4px;
	text-decoration : none;
}

#navigation li a:hover {
	color : #111;
}

#holder {
	width : 100%;
	overflow : auto;
}

#main-content {
	padding-top : 0px; /* odstep okienka z newsami od gornej czesci strony */
	
}

.side-both #main-content { margin : 0px 197px 0px 197px; }
.side-left #main-content { margin : 0 0px 0 197px; }
.side-right #main-content { margin : 0 197px 0 0; }

#main-content .item {
	letter-spacing: 0px;
	word-spacing: 4px;
	text-align: justify;
	line-height: 20px;
	font-size : 12px; /* wielkosc czcionki w newsach */
	font-family : Verdana, Tahoma; /* rodzaj czcionki w newsach */
	color: #555555;
	padding : 0em;
	border-bottom : 5px solid #000; /* ramka wokol newsow */
	border-top : 0px solid #000; /* ramka wokol newsow */
	background : #fff; /* kolor tła newsow */
	margin-bottom : 8px; /* odstep newsa od newsa */
	margin-left: 8px; /* odstep newsa od lewego menu */
	margin-right: 8px; /* odstep newsa od prawego menu */
	margin-top: 0px; /* odstep newsa od gornej czesci strony */
	
}


#main-content .descr {
	font-size : 0px; /* informacja o dodaniu newsa rozmiar */
	color : #333;
	margin-bottom : 0px;
	
}

#main-content .news-footer {
	font-size : 0px; /* informacja o newsie w stopce rozmiar */
	color : #333;
	text-align : right; /* polozenie guzikow od drukowania newsow */
	margin-top : 2px;
	margin-bottom: 2px;
	margin-right: 2px;
}

#main-content li {
	/*list-style : url(img/li.gif);*/
	margin-left : 48px;
	margin-right: 10px;
}

#main-content p {
	margin-left : 15px; /*tekst w newsach odstep */
	margin-right : 15px;
	margin-bottom : 10px;
}


#footer {
	background : url(images/footer.png) repeat-x;
	border : 1px solid #fff;
	color : #fff;
	font-size : 10px;
	margin : 8px;
	padding : 6px;
}

#footer a {
	color : #99cc00;
	text-decoration : none;
}

#footer a:hover {
	color : #99cc00;
	text-decoration : underline;
}

.pagenav {
	font-size : 11px;
	padding : 4px;
}

.pagenav span {
	color : #111;
	background : #eee;
	border : 1px solid #e5e5e5;
	padding : 2px 4px;
	margin : 2px;
}

.pagenav a {
	text-decoration : none;
	color : #777;
	background : #eee;
	border : 1px solid #e5e5e5;
	padding : 2px 4px;
	margin : 2px;
}

.pagenav a:hover {
	text-decoration : none;
	background : #eee;
	color : #111;
	margin : 2px;
}

.news-category {
	border:0;
	margin:3px 5px 0 0;
	float:left;
}

.side-border-left {
	padding : 10px 0 10px 0;
	width : 200px;
}

.side-body {
	background : #eee;
	border : 1px solid #e5e5e5;
}

.tbl-border {
	border : 1px solid #eee;
}

.tbl {
	font-size : 11px;
	padding : 4px;
}

.tbl1 {
	font-size : 11px;
	background : #fff;
	padding : 4px;
}

.tbl2 {
	font-size : 11px;
	background : #f1f1f1;
	padding : 4px;
}

.forum-caption {
	font-size : 11px;
	color : #000;
	background : #d2d2d2;
	padding : 2px 4px 3px;
}

.quote {
	background : url(images/bgcode.gif);
	border : 1px solid #f0f0f0;
	border-left : 6px solid #3399ff;
	color : #555;
	display : block;
	font : normal 11px "Lucida Sans Unicode",serif;
	margin-bottom : 12px;
	padding : 8px 10px;
	
}

.poll {
	height : 12px;
	border : 1px solid #000;
}

.comment-name {
	color : #3366cc;
}

.shoutboxname {
	color : #777;
}

.shoutbox {
	color : #555;
}

.shoutboxdate {
	font-size : 9px;
	color : #666;
}

.small {
	font-size : 11px;
	font-weight : normal;
}

.small2 {
	font-size : 11px;
	font-weight : normal;
	color : #888;
}

.side-small {
	font-size : 11px;
}

.side-label {
	font-weight : bold;
	color : #666;
	padding : 2px;
}

.Background_menu_tab {	
	border-bottom : 1px solid #D7D7D7;
	
	margin-bottom : 10px; /* szerokosc paskow w menu lewym */
	/*margin-bottom: 10px;*/
	
}

.Background_menu_cltab {

background : url(images/line_yellow.gif) repeat-y left;
	/*color : grey; */ /* kolor napisu 'wozki widlowe uzywane w lewym menu */
	/*margin-top : 12px;*/
	
	}
	

.Tlo2 {
	color : #FFCE00;
	background : Black bottom;
    font-weight : bold;	
	border-bottom : 0px solid Gray;
	font-family : Tahoma;
}

.oferta th {
background-color: grey;
text-align: left;
padding: 4px;
color: white;
font-family: tahoma;
font-size: 12px;
}

.oferta td {
text-align: left;
padding: 4px;
font-family: tahoma;
font-size: 12px;
}

.oferta img {
border: 1px solid grey;
}     

	
.center {margin : 0 auto;}

.center, *[align="center"] {margin : 0 auto;}

.flleft {float : left !important;}

.flright {float : right !important;}

.clear {clear : both;}

/* lightbox start */
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background : url(images/background.gif); width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background : url(images/background.gif); margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

