/* CSS Document */
* { margin:0; padding:0; font-family:"trebuchet ms", Verdana, Arial, Helvetica, sans-serif; font-size:12px;}
* img {border:0}
body {
	margin:0;
	padding:0;
	text-align:center;
	background:#5fbcea url(../images/layout/main_bg.jpg) repeat-y center;
}
#container {
	margin:0;
	padding:0;
	width:100%;
	text-align:center;
	background: url(../images/layout/head_bg.jpg) repeat-x top;
}
#header {
	margin:0 auto;
	width:845px;
	height:88px;
	background: url(../images/layout/headerrr.jpg);
}
#header_flash {
	margin:0 auto;
	width:845px;
	height:162px;
}
#date_bar {
	margin: 0 auto;
	width:845px;
	height:20px;
	background: url(../images/layout/date_bg.jpg) repeat-x;
	text-align:right;
	font-size:11px;
	font-weight:bold;
	letter-spacing:1px;
	color: #333333;
	line-height:20px;
}
#nav_bar {
	margin:0 auto;
	padding-top:2px;
	width:845px;
	height:18px;
	text-align:left;
	background: url(../images/layout/nav_bg.jpg) repeat-x;
}
#pause_bar {
	margin:0 auto;
	padding-bottom:10px;
	width:845px;
	height:20px;
	background:#5fbcea url(../images/layout/pause_bg.jpg) repeat-x;
}
#footer {
	clear:both;
	margin:0 auto;
	margin-top:10px;
	width:100%;
	height:65px;
	text-align:center;
	background:#C9C3C3 url(../images/layout/footer_bg.jpg) center  bottom no-repeat;
}
#footer h1 {
	background:#369;
	padding:3px 0px;
	color:#fff;
	font-weight: normal;
	font-size:0.8em;
	letter-spacing:1px;
}
#footer h1 a {
	color:#fff;
	font-weight: bold;
}


#main {
	margin:0 auto;
	width:845px;
}
/*MENU*/
#main_menu{
	width:170px;
	position:relative;
	float:left;
	margin: 0;
	text-align:left;
}
.menu {
	width:170px;
	border-bottom:solid 1px  #999;
}
.menu dt a, .menu dt a:visited {
	display:block;
	min-height:1.8em /*Non-IE6*/;
	height:auto !important;
	height:1.8em /*IE6*/;
	line-height:1.8em;
	padding:0px 10px 0px 10px;
	border-top: solid 1px #999;
	text-decoration:none;
	color:#369;
	font-weight:bold;
	font-size:12px;
}
.menu dd a, .menu dd a:visited {
	display:block;
	min-height:1.6em /*Non-IE6*/;
	height:auto !important;
	height:1.6em /*IE6*/;
	line-height:1.3em;
	padding:2px 10px 2px 15px;
	border:none;
	font-weight:normal;
	text-decoration:none;
	color:#369;
}
.menu dt a:hover, .menu dd a:hover {
	background:#6ea1b7;
	color:#369;
	text-decoration:none;
}
.menu_div h1 {
	clear:both;
	margin:15px -5px 10px -5px;
	padding:4px 20px 3px 20px;
	background:#c66;
	color:#fff;
	font-weight:bold;
	font-size:1.5em;
	letter-spacing:1px;
}
.menu_div h2 {
	margin:10px 10px 10px 20px;
	color:#c67;
	font-weight:bold;
	font-size:1.5em;
}

#main_center {
	margin:0px 14px;
	margin-bottom:10px; 
	width:473px;
	float:left;
	min-height:50px;
	background:#369;
	border:solid #c66 3px;
	border-bottom:none;
	color:#B6CDDB;
}
#main_right {
	margin:0;
	width:154px;
	float:right;
	font-size:12px;
	text-align:left;
	min-height:40px;
	border: solid #369 3px;
	border-bottom:none;
	padding:4px;
/*	font-weight:bold;*/
	background: #B6CDDB;
}
#main_right h1 {
	clear:both;
	margin:5px -4px;
	padding:4px 5px 3px 15px;
	background:#369;
	color:#B6CDDB;
	font-weight:bold;
	font-size:1.2em;
	text-transform:uppercase;
}
#main_right h2 {
	text-align:center;
	margin:10px 0;
	/*background:#fff;*/
	color:#369;
	font-weight:bold;
	font-size:1.1em;
	text-transform:uppercase;
}
#main_right h3 {
	margin:5px -4px;
	padding:0;
	background:#369;
	color:#B6CDDB;
	font-weight:bold;
	text-transform:uppercase;
}

#main_right  a {
	color: #993300;
	font-weight:bold;
	text-decoration: underline;
}
#main_right  a span{
	font-weight: normal;
}
#main_right a:hover {
	text-decoration: none;
}
#google {
	clear:both;
	width:160px;
	height:600px;
	margin-left:-3px;
	margin-bottom:0px;
	display:block;
	float:left;
}
/* VCARD */
.vcard {
	position: relative;
	z-index: 0;
}
.vcard:hover {
	background-color: transparent;
	z-index: 50;
}
.vcard span { /*CSS for enlarged image*/
	position: absolute;
	background-color:#ccc;
	padding: 5px;
	left: -1000px;
	border: 1px solid #000;
	visibility: hidden;
	color: #000;
	text-decoration: none;
	text-align:right;
}
.vcard span img { /*CSS for enlarged image*/
	border-width: 0;
	padding: 2px;
}
.vcard:hover span { /*CSS for enlarged image on hover*/
	visibility: visible;
	top: 0;
	left: -200px; /*position where enlarged image should offset horizontally */
}
/* ARTICLE*/
.article {
	border-bottom:solid #c66 4px;
/*	background-color:#CCCC00;*/
	text-align:justify;
	display: block;
	padding:5px;
	min-height:50px;
	overflow:hidden;
}
* html .article {
	overflow: visible;
	height: 50px;
}
.article ul {
	list-style-type: disc;
	list-style-position:inside;
	margin-left:10px;
}
.article ol {
	list-style-type: decimal;
	list-style-position:inside;
	padding:10px;
}
.article ol li ol {
	list-style-type: upper-latin;
	list-style-position:inside;
	padding:10px;
}
.article h1 {
	margin:5px 5px 10px -5px;
	padding:4px 10px 3px 20px;
	background:#c66;
	color:#fff;
	font-weight:bold;
	font-size:1.5em;
}
.article h2 {
	clear:both;
	margin:3px -5px 10px 5px;
	padding:4px 20px 3px 10px;
	background:#C8B2BE;
	color:#369;
	font-weight:bold;
	font-size:1.2em;
}
.article h5 {
	clear:both;
	margin:3px 5px 10px 5px;
	padding:4px 20px 3px 10px;
	background: #cc3366;
	color:#fff;
	font-weight:bold;
	font-size:1.2em;
}
.article img.small {
	width:100px;
}
.article img.aktualnosci {
	margin: 5px 10px 2px 5px;
}
.article img.small2 {
	height:100px;
}
.article img.big {
	width:250px;
}
.article img.big2 {
	height:200px;
}
.zdj_center {
	float: left;
	margin:0px;
	width:100%;
	text-align:center;
}	
.zdj_left {
	float: left;
	margin:5px;
	width:100%;
}	
.article hr {
	color:#999;
	width:80%;
}
.article a {
	font-weight:bold;
	color: #fc3;
	text-decoration: none;
}
.article a:hover {
	font-weight:bold;
	color: #fc3;
	text-decoration: underline;
}
/*LOGOWNIE*/
.buttons {
	color:#666666;
	width:67px;
	height:66px;
	margin:0 2px;
	display:inline;
	float: right;
	font-size:0.9em;
	letter-spacing:2px;
}
.buttons:hover {
	background:#ccc;
}
.buttons a:hover {
	color:#666666;
	text-decoration:none;
	font-size:0.9em;
}
.buttons a {
	color:#666666;
	text-decoration:none;
	font-size:0.9em;
	line-height:1.1em;
}
/* style the outer div to give it width */
#log_in {
	width:300px;
	float: right;
}
/* remove all the bullets, borders and padding from the default list styling */
#log_in ul {
	padding:0;
	margin:0;
	list-style-type:none;
	height:15px;
	background:transparent;
}
/* style the sub-level lists */
#log_in ul ul {width:100px;}
/* float the top list items to make it horizontal and a relative positon so that you can control the dropdown log_on positon */
#log_in ul li {
	float:left;
	height:20px;
	display:block;
}
/* style the sub level list items */
#log_in ul ul li {
	display:block;
	width:100px;
	height:20px;
}
#log_in ul ul li.last {         /*dol  rozwijania*/
	padding-bottom:10px;
	background: url(../images/layout/log_in.jpg) repeat-x bottom; 
}
/* style the links for the top level */
#log_in a, #log_in a:visited {   /*glowne - gora*/
	display:block;
	float:left;
	height:14px;
	width:100px;
	font-size:10px;
	font-weight:bold;
	letter-spacing:1px;
	text-decoration:none;
	color:#fff;
	background: url(../images/layout/log_in.jpg) repeat-x bottom;
	text-align:center;
	border:0;
	padding-top:0px;
}
/* hack IE5.x to get the correct the faulty box model and get the width right */
/* style the sub level links */
#log_in ul ul a, #log_in ul ul a:visited {  /* pod menu*/
	display:block;
	background: #ec7206;
	color:#fff;
	width:100px;
	height:100%;
	line-height:1em; 
	border:0px;
}
* html #log_in ul ul a, * html #log_in ul ul a:visited  {
	width:98px;
	w\idth:98px;
}
/* style the table so that it takes no part in the layout - required for IE to work */
#log_in table {
	border-collapse:collapse;
	padding:0;
	margin:-1px;
	width:0;
	height:0;
	font-size:10px;
}
/* style the sub level 1 background */
#log_in ul :hover a.sub1 {background:#477;}
/* style the sub level 2 background */
.log_on ul ul :hover a.sub2 {background:#a77;}
/* style the level hovers */
/* first */
* html #log_in a:hover {
	color:#ff0;
	border:0;
	height:15px;
	position:relative;
}
#log_in li:hover {position:relative;}
#log_in :hover > a {
	color:#ff0;
	border:0;
	height:15px;
}
/* second */
* html #log_in ul ul a:hover{ /*aktywne podmenu*/
	color:#fff;
	background: #FF9900;
	position:relative;
	height:100%;
	border:0px;
}
#log_in ul ul li:hover {position:relative;}
#log_in ul ul :hover > a {
	color:#fff;
	background: #FF9900;
	height:100%;
	border:0px;
}
/* hide the sub levels and give them a positon absolute so that they take up no room */
#log_in ul ul {
	visibility:hidden;
	position:absolute;
	height:0;
	top:15px;
	left:0;
	width:100px;
}
/* make the second level visible when hover on first level list OR link */
#log_in ul :hover ul {
	visibility:visible;
	height:auto;
	padding:10px 0px 0px 0px;
	background:#ec7206;
	left:0px;
}
/*PARTNERZY*/
.partnerzy {
	width: 150px;
	height:130px;
	display:inline;
	float: left;
	margin:0px;
}
.partnerzy a, .partnerzy a:visited {  
	font-weight:bold;
	border:0;
	color:#B6CDDB;
	text-decoration:none;
}

.partnerzy a:hover {  
	font-weight: normal;
	border:0;
	color:#B6CDDB;
	text-decoration: underline;
}
.partnerzy img {
	height:102px;
	width:102px;
}
/* FILIE */
.zobacz {
	width:200px;
	height:30px;
	display:inline;
	float: right;
	margin-right:0;
	text-align: right;
}
.zobacz img {
	padding:3px;
	display: inline;
}	

.ikony {
	width:220px;
	height:30px;
	display:inline;
	float:right;
	text-align:right;
	line-height: 1px;
}
.ikony img {
	padding:3px;
	display:inline;
}
.godziny {
	line-height:1.2em;
	text-align:center;
	display:inline;
	width:115px;
	height:30px;
	float:left;
}
.filie_foto {
	display:block;
}
/*PROMOCJE*/
.zdj_gazetka {
	float:left;
	margin:0px;
	width:100%;
	text-align:center;
}	
.zdj_gazetka img.gazetka_pion {
	width:100px;
	height:140px;
	margin-left:10px;
	margin-top:10px;
}
.pobierz {
/*	width:150px;*/
	display:inline;
	float:left;
}
.promocja {
	float:left;
	width:100%;
	margin-bottom:10px;
}
.promocja img {
	border:0;
	float:left;
}
.promocja span {
	display:inline;
	float:left;
	margin-top:5px;
	margin-left:5px;
	line-height:1.2em;
}
/*REKLAMA*/
.reklama {
	margin:10px 0 10px 0 ;
}

/*LICZNIK*/
.licznik {
	display:inline;
	float:left;
	font-size:11px;
	font-weight:normal;
}

/*KOTWICA DO GÓRY*/
.do_gory {
	display: inline;
	float:right;
	height:15px;
	width:99%;
	margin:5px -5px 0px -5px;
	padding:4px 5px 3px 10px;
	background:#3e7dbd;
	color:#fff;
	font-size:0.9em;
	text-align:right;
	
	
}
.do_gory a{
	text-transform:uppercase;
	font-size:0.9em;
	font-weight:bold;
	color:#5FBCEA;
}





a#marek_link  {color:#5FBCEA; }