/***************************************************************************
 * Arkusz styli serwisu FILM POLSKI
 * Wersja 0.001
 * z 2007-12-04
 * o 12-00
 ***************************************************************************/





/******************************************************************************/
/*****************************   Elementy ogólne   ****************************/
/******************************************************************************/



a {
	color: #807e68;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

body {
	background-color: #babaab;
	color: #6c6a51;
	font-family: Arial, Helvetica;
	font-size: 13px;
	line-height: 17px;
	margin: 0;
	padding: 0;
	text-align: justify;
	width: 100%;
}

br.clear {
	clear: both;
}

div.powrot {
	display: inline;
	float: right;
	margin: 5px 10px 0 10px;
	padding: 0;
}

	div.powrot a {
		color: #6a8600;
		font-weight: normal;
		font-size: 11px;
	}



/******************************************************************************/
/********************************   Wplatanie   *******************************/
/******************************************************************************/



img.wplatanie {
	margin: 0 0 5px 10px;
}

table.wplatanie {
	margin: 0 0 5px 10px;
}





/******************************************************************************/
/********************************   Nagłówki   ********************************/
/******************************************************************************/



div.naglowek {
	background-position: top left;
	background-repeat: no-repeat;
	border-bottom: 1px solid #d5d5d5;
	height: 26px;
	margin: 0;
	padding: 0;
	width: 100%;
}

div.nag_aktualnosci {
	background-image: url('images/naglowek_aktualnosci.gif');
}

div.nag_dvd {
	background-image: url('images/naglowek_dvd.gif');
}

div.nag_katalogtytulow {
	background-image: url('images/naglowek_katalogtytulow.gif');
}

div.nag_kino {
	background-image: url('images/naglowek_kino.gif');
}

div.nag_kontakt {
	background-image: url('images/naglowek_kontakt.gif');
}

div.nag_materialyprasowe {
	background-image: url('images/naglowek_materialyprasowe.gif');
}

div.nag_naekranach {
	background-image: url('images/naglowek_naekranach.gif');
}

div.nag_ofundacji {
	background-image: url('images/naglowek_ofundacji.gif');
}

div.nag_rada {
	background-image: url('images/naglowek_rada.gif');
}

div.nag_statut {
	background-image: url('images/naglowek_statut.gif');
}

div.nag_zapowiedzi {
	background-image: url('images/naglowek_zapowiedzi.gif');
}

div.nag_zarzad {
	background-image: url('images/naglowek_zarzad.gif');
}

div.nag_newsletter {
	background-image: url('images/naglowek_newsletter.gif');
}





/******************************************************************************/
/*****************************   Box newslettera   ****************************/
/******************************************************************************/



div.newsletter_box {
	background-color: #e0e0e0;
	background-image: url('images/bg_newsletter_box.gif');
	background-position: top left;
	background-repeat: repeat-x;
	border-bottom: 1px solid #e8e8e8;
	height: 49px;
	margin: 0;
	padding: 18px 0 0 14px;
}

	div.newsletter_box input#email {
		background-color: #f7f7f7;
		color: #8e8e8e;
		border: 0;
		display: inline;
		float: left;
		font-size: 11px;
		height: 18px;
		margin: 0 3px 0 0 !important;
		_margin: 0;
		padding: 2px 3px 0 3px;
		width: 194px;
	}

	div.newsletter_box img {
		cursor: pointer;
		margin: 0 0 0 3px;
	}





/******************************************************************************/
/***************************   Formatowanie treści   **************************/
/******************************************************************************/



div.datatytulowa {
	color: #807e68;
	font-size: 11px;
	line-height: 11px;
	margin: 0;
	padding: 8px 10px 0 10px;
}

	div.datatytulowa div.dzien {
		color: #a6a698;
		display: inline;
		float: left;
		margin: 0;
		padding: 0;
	}


div.hr_bezowy {
	background-color: #f0f0f0;
	background-image: url('images/bg_hr_bezowy.gif');
	background-position: top left;
	background-repeat: no-repeat;
	border-left: 10px solid #edecdd;
	font-size: 1px;
	height: 4px;
	line-height: 1px;
}

div.hr_bezowy_skrot {
	background-color: #f0f0f0;
	background-image: url('images/bg_hr_bezowy.gif');
	background-position: top left;
	background-repeat: no-repeat;
	border-left: 10px solid #edecdd;
	display: inline;
	float: left;
	font-size: 1px;
	height: 4px;
	line-height: 1px;
	margin: 0;
	padding: 0;
	width: 564px;
}

div.hr_lewy {
	background: url('images/bg_hr_lewy.gif') repeat-x;
	font-size: 1px;
	height: 3px;
	line-height: 1px;
	margin: 0;
	padding: 0;
	width: 163px;
}

div.hr_lewy_kontakt {
	background-color: #e5e3cf;
	background-image: url('images/bg_hr_lewy_kontakt.gif');
	background-position: top left;
	background-repeat: no-repeat;
	border-left: 10px solid #e5e3cf;
	font-size: 1px;
	height: 4px;
	line-height: 1px;
}

div.hr_szary {
	background-color: #e8e8e8;
	background-image: url('images/bg_hr_szary.gif');
	background-position: top left;
	background-repeat: no-repeat;
	border-left: 10px solid #e8e8e8;
	font-size: 1px;
	height: 4px;
	line-height: 1px;
}

div.hr_bialy {
	border-top: solid 1px #ffffff;
}

div.prawo {
	display: inline;
	float: right;
}

div.lewo {
	display: inline;
	float: left;
}

div.centruj {
	display: block;
	margin: 0 auto 0 auto;
	text-align: center;
	width: 100%;
}

div.skrot_podstrona {
	background-color: #ffffff;
	border-bottom: 1px solid #f0f0f0;
	color: #6c6a51;
	font-size: 13px;
	line-height: 17px;
	margin: 0;
	padding: 10px;
}

div.tresc {
	border-bottom: 1px solid #f0f0f0;
	color: #6c6a51;
	font-size: 13px;
	line-height: 17px;
	margin: 0;
	padding: 10px;
}

div.pojedyncza_tresc {
	background-color: #ffffff;
	border-bottom: 1px solid #f0f0f0;
	color: #6c6a51;
	display: inline;
	float: left;
	font-size: 13px;
	line-height: 17px;
	margin: 0;
	padding: 10px;
	width: 724px;
}

div.podstrona_tresc_foto {
	background: #a3a290 url('images/bg_podpis_grafiki.gif') bottom repeat-x;
	color: #ffffff;
	float: right;
	margin: 0px 0 5px 10px;
	padding: 0px 10px 0 10px;
}

	div.podstrona_tresc_foto img {
		clear: both;
		display: block;
		margin: 0 -10px 0 -10px;
	}

div.podstrona_tresc {
	border-bottom: 1px solid #f0f0f0;
	color: #6c6a51;
	display: inline;
	float: left;
	font-size: 13px;
	line-height: 17px;
	margin: 0;
	padding: 10px;
	width: 320px;
}

div.materialy_tresc {
	border-bottom: 1px solid #f0f0f0;
	color: #6c6a51;
	display: inline;
	float: left;
	font-size: 13px;
	line-height: 17px;
	margin: 0;
	padding: 10px;
	width: 554px;
}

div.podstrona_skrot_foto {
	background-color: #f7f7f7;
	border-bottom: 1px solid #f0f0f0;
	display: inline;
	float: right;
	margin: 0;
	padding: 5px 17px 5px 17px;
	width: 200px;
}

div.tytul_materialy {
	color: #6a8600;
	display: inline;
	float: left;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 6px 10px 6px 10px;
	width: 554px;
}

div.tytul_skrotu {
	background: url('images/bg_h1_podstrona_skrot.gif') repeat-y;
	color: #6a8600;
	display: inline;
	float: left;
	font-family: Trebuchet, Tahoma, Arial, Helvetica;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 6px 244px 6px 10px;
	width: 320px;
}

	div.tytul_skrotu a {
		color: #6a8600;
		font-family: Trebuchet, Tahoma, Arial, Helvetica;
		font-size: 14px;
		font-weight: bold;
	}

h1 {
	color: #6a8600;
	display: inline;
	float: left;
	font-family: Trebuchet, Tahoma, Arial, Helvetica;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 6px 10px 6px 10px;
}

	h1 a {
		color: #6a8600;
		font-family: Trebuchet, Tahoma, Arial, Helvetica;
		font-size: 14px;
		font-weight: bold;
	}

h4 {
	color: #6a8600;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	margin: 0;
	padding: 0 0 3px 0;
	text-align: left;
}

img {
	border: 0;
	margin: 0;
	padding: 0;
}





/******************************************************************************/
/******************************   Stronicowanie   *****************************/
/******************************************************************************/



div.hr{	clear:both;font-size:0px;height:1px;line-height:0px;margin:0px;padding:0px;}

div#modStronicowanie {
	margin: 10px 0;
	padding: 0;
	text-align: center;
	width: 100%;
}

div#modStronicowanie a {
	margin: 0 5px;
	color: #6a8600;
	text-decoration: none;
}
div#modStronicowanie a: hover {
	text-decoration: underline;
}

div#modStronicowanie div.modStronicowanieAktywna {
	background-color: #6a8600;
	color: #ffffff;
	display: inline;
	font-weight: bold;
	margin: 0;
	padding: 0 5px;
}






/******************************************************************************/
/******************************   Budowa strony   *****************************/
/******************************************************************************/



div#tytulstrony {
	background: url('images/bg_tytulstrony.jpg') no-repeat;
	border-left: 15px solid #babaab;
	border-right: 15px solid #babaab;
	height: 97px;
	margin: 0 auto 0 auto;
	padding: 0;
	width: 960px;
}

	div#tytulstrony a {
		display: block;
		float: left;
		height: 66px;
		left: 102px;
		margin: 0;
		padding: 0;
		position: relative;
		top: 16px;
		width: 155px;
	}

div#menugornemax {
	background-color: #e2e2e2;
	width: 100%;
}

div#menugorne {
	background: url('images/bg_menu.gif') repeat-y;
	height: 165px;
	margin: 0 auto 0 auto;
	padding: 0 0 0 25px;
	width: 965px;
}

div#menulewepaski {
	background: url('images/bg_menu_lewepaski.gif') repeat-y;
	display: inline;
	float: left;
	height: 165px;
	margin: 0;
	padding: 0;
	width: 91px;
}

div#menutabela {
	background-color: #2f2f2f;
	display: inline;
	float: left;
	height: 165px;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 353px;
}

div#menutabela div.zielonagorna {
	background-color: #90b600;
	display: inline;
	float: left;
	height: 84px;
	margin: 0;
	overflow: hidden;
	padding: 5px 0 0 0;
	width: 169px;
}

div#menutabela div.czarnagorna {
	background-color: #4a4a4a;
	background-image: url('images/bg_menu_czarnagorna.gif');
	background-position: bottom right;
	background-repeat: no-repeat;
	display: inline;
	float: left;
	height: 84px;
	margin: 0;
	overflow: hidden;
	padding: 5px 0 0 0;
	width: 184px
}

div#menutabela div.zielonadolna {
	background-color: #90b600;
	display: inline;
	float: left;
	height: 76px;
	overflow: hidden;
	width: 176px;
}

div#menutabela div.czarnadolna {
	background-color: #4a4a4a;
	background-image: url('images/bg_menu_czarnadolna.gif');
	background-position: top right;
	background-repeat: no-repeat;
	display: inline;
	float: left;
	height: 76px;
	width: 168px;
}

div#menutabela table {
	font-size: 0px;
	line-height: 0px;
}

div#menutable table tr {
	height: 19px;
	margin: 0;
	padding: 0;
	width: 100%;
}

div#menutable table tr td {
	font-size: 0px;
	height: 19px;
	line-height: 0px;
	margin: 0;
	padding: 0;
	width: 100%;
}

div#menutabela div.zielonagorna .menupoz_on, div#menutabela div.zielonadolna .menupoz_on {
	background-color: #739200;
}

div#menutabela div.czarnagorna .menupoz_on, div#menutabela div.czarnadolna .menupoz_on {
	background-color: #343434;
}

div#menusrodek {
	background: url('images/bg_menu_srodek.gif') no-repeat;
	display: inline;
	float: left;
	height: 165px;
	width: 153px;
}

div#menuflashfilm {
	display: inline;
	float: left;
	height: 165px;
	left: 0;
	margin: 0;
	padding: 0;
	position: relative;
	top: 10px;
	width: 293px;
}

div#menuprawastrzalka {
	background: url('images/bg_menu_prawastrzalka.gif') repeat-y;
	display: inline;
	float: left;
	height: 165px;
	margin: 0;
	padding: 0;
	width: 60px;
}

	div#menuprawastrzalka a {
		display: block;
		float: left;
		height: 42px;
		left: 0;
		margin: 0;
		padding: 0;
		position: relative;
		top: 117px;
		width: 43px;
	}

div#podmenupasek {
	background: url('images/bg_podmenupasek.gif') repeat-y;
	border-left: 15px solid #babaab;
	border-right: 15px solid #babaab;
	font-size: 1px;
	line-height: 1px;
	height: 10px;
	margin: 0 auto 0 auto;
	padding: 0;
	width: 960px;
}

div#podmenupasek_podstrona {
	background: url('images/bg_podmenupasek_podstrona.gif') repeat-y;
	border-left: 15px solid #babaab;
	border-right: 15px solid #babaab;
	font-size: 1px;
	line-height: 1px;
	height: 10px;
	margin: 0 auto 0 auto;
	padding: 0;
	width: 960px;
}

div#strona {
	margin: 0 auto 0 auto;
	padding: 0;
	width: 990px;
}

div#zawartosc {
	border-left: 15px solid #babaab;
	border-right: 15px solid #babaab;
	height: 100px;
	margin: 0;
	padding: 0;
	width: 960px;
}

div#lewakolumna {
	background: url('images/bg_lewakolumna.gif') repeat-y left;
	border-right: 1px solid #e4e3ce;
	display: inline;
	float: left;
	margin: 0;
	padding: 5px 0 0 0;
	width: 202px;
}

div.lewakolumna_box {
	background: url('images/bg_lewakolumna_box.gif') repeat-y left;
	margin: 0;
	padding: 7px 0 0 28px;
	width: 163px;
}

img.lewakolumna_box_bok_tytul {
	display: inline;
	float: left;
	margin: 0 0 0 -28px;
}

div.lewakolumna_box_tytul_naekranach {
	background: #c7c59f url('images/naglowek_lewa_naekranach.gif') top left no-repeat;
	height: 21px;
	margin: 0 0 0 11px;
	padding: 0;
	width: 152px;
}

div.lewakolumna_box_tytul_zapowiedzi {
	background: #c7c59f url('images/naglowek_lewa_zapowiedzi.gif') top left no-repeat;
	height: 21px;
	margin: 7px 0 0 11px;
	padding: 0;
	width: 152px;
}

a.lewakolumna_tytul {
	background-color: #e5e3cf;
	background-image: url('images/bg_lewakolumna_strzalka_ho.gif');
	background-position: right;
	background-repeat: no-repeat;
	display: block;
	margin: 0;
	padding: 4px 0 4px 11px;
	text-align: left;
	width: 152px;
}

a.lewakolumna_tytul:hover {
	background-color: #edecdd;
	background-image: url('images/bg_lewakolumna_strzalka.gif');
	text-decoration: none;
}

a.lewakolumna_tytul div.data {
	color: #4a4a4a;
	font-weight: bold;
	margin: 0 23px 0 0;
}

a.lewakolumna_tytul div.tytul {
	color: #6a8600;
	font-weight: bold;
	margin: 0 23px 0 0;
}

a.lewakolumna_tytul div.rezyser {
	color: #807e68;
	font-weight: normal;
	margin: 0 23px 0 0;
}

div#lewakolumna_kontakt {
	border-bottom: 1px solid #e5e3cf;
	border-top: 1px solid #e5e3cf;
	margin: 30px 0 0 10px;
	padding: 0;
	width: 192px;
}

	div#lewakolumna_kontakt div.tytul_kontaktu {
		color: #000000;
		font-family: Tahoma, Arial, Helvetica;
		font-size: 14px;
		font-weight: bold;
		margin: 0;
		padding: 6px 0 6px 10px;
	}

	div#lewakolumna_kontakt div.tresc_kontaktu {
		background-color: #f4f4eb;
		font-family: Tahoma, Arial, Helvetica;
		font-size: 9px;
		line-height: 11px;
		margin: 0;
		padding: 5px 10px 5px 10px;
	}

		div#lewakolumna_kontakt div.tresc_kontaktu div.fragment_tresci {
			margin: 3px 0 3px 0;
			padding: 0;
		}

	div#lewakolumna_kontakt div.tresc_kontaktu a.email {
		color: #6a8600;
		font-family: Tahoma, Arial, Helvetica;
		font-weight: normal;
	}

div#podstrona {
	background-color: #ffffff;
	border-right: 10px solid #a3a290;
	display: inline;
	float: left;
	margin: 0;
	padding: 0;
	width: 747px;
}

div#podstrona_tresci {
	background-color: #ffffff;
	display: inline;
	float: left;
	margin: 0;
	padding: 0;
	width: 574px;
}

div#podstrona_jedna_tresc {
	background-color: #ffffff;
	display: inline;
	float: left;
	margin: 0;
	padding: 0;
	width: 747px;
}

div#homesciezka {
	background-color: #ffffff;
	border-bottom: 1px solid #f0f0f0;
	color: #4c4c4c;
	height: 21px;
	margin: 0;
	padding: 10px 13px 0 13px;
	width: 414px;
}

div#sciezka {
	background-color: #ffffff;
	border-bottom: 1px solid #f0f0f0;
	color: #4c4c4c;
	height: 21px;
	margin: 0;
	padding: 10px 13px 0 13px;
	width: 721px;
}

	div#homesciezka a, div#sciezka a {
		color: #a6a698;
		font-weight: normal;
	}

div#homekol1 {
	background-color: #ffffff;
	display: inline;
	float: left;
	width: 440px;
}

div#homekol2 {
	background-color: #f7f7f7;
	border-left: 12px solid #f0f0f0;
	display: inline;
	float: left;
	margin: 0;
	padding: 6px 0 0 0;
	width: 295px;
}

div#podstrona_skroty {
	background-color: #ffffff;
	display: inline;
	float: left;
}

div#skroty_prawa {
	background-color: #f0f0f0;
	display: inline;
	float: right;
	margin: 0;
	padding: 0;
	width: 173px;
}

ul#filmmenu {
	background-color: #f0f0f0;
	clear: none;
	float: right;
	_height: 25px;
	list-style-type: none;
	list-style-position: outside;
	margin: 1px 0 0 0;
	padding: 0 10px 0 10px;
}

	ul#filmmenu li {
		display: inline;
		float: left;
		margin: 4px 3px 5px 3px;
	}

		ul#filmmenu li a {
			background-color: #807e68;
			color: #ffffff;
			clear: none;
			display: block;
			font-size: 11px;
			font-weight: normal;
			padding: 1px 3px;
			text-align: center;
			text-decoration: none;
		}
		ul#filmmenu li a:hover {
			background-color: #90b600;
		}

		ul#filmmenu li a.wybrana {
			background-color: #739200;
			color: #ffffff;
			clear: none;
			display: block;
			font-size: 11px;
			font-weight: normal;
			padding: 1px 3px;
			text-align: center;
			text-decoration: none;
		}
		ul#filmmenu li a.wybrana:hover {
			background-color: #739200;
		}

div#stopkafilmu {
	background-color: #f4f4eb;
	margin: 1px 0px 0px 0px;
	padding: 1px 10px 7px 10px !important;
	_padding: 1px 10px 0 10px;
}

	div#stopkafilmu table {
		border-collapse: collapse;
		border-spacing: 0px;
		color: #6c6a51;
		margin: 0;
	}
	div#stopkafilmu table th {
		font-weight: bold;
		text-align: right;
		vertical-align: top;
		width: 110px;
	}
	div#stopkafilmu table td, div#stopkafilmu table th {
		border-bottom: solid 1px #e5e3cf;
		padding: 5px 6px;
	}
	div#stopkafilmu table td.datapremiery {
		border-bottom: solid 1px #cccaa6;
		color: #6a8600;
		font-weight: bold;
	}

div#stopkafilmu_foto {
	background: #a3a290 url('images/bg_podpis_grafiki.gif') bottom repeat-x;
	clear: none;
	color: #ffffff;
	float: left;
	margin: 7px 15px 0 0;
	padding: 0 10px 0 10px;
}

	div#stopkafilmu_foto img {
		clear: both;
		display: block;
		margin: 0 -10px 0 -10px;
	}

div#galeriazdjec {
	text-align: center;
}

	div#galeriazdjec img {
		border: solid 5px #ffffff;
		margin: 20px 8px;
	}

	div#galeriazdjec img.imgOver {
		border: solid 5px #a3a290;
	}


div#nadstopkamax {
	background-color: #4a4a4a;
	width: 100%;
}

div#nadstopka {
	background: url('images/bg_nadstopka.gif') repeat-y left;
	height: 26px;
	margin: 0 auto 0 auto;
	padding: 0;
	width: 990px;
}

	div#nadstopka a {
		background: url('images/bg_nadstopka_link.gif') no-repeat;
		display: block;
		float: left;
		height: 20px;
		left: 928px;
		margin: 0;
		padding: 0;
		position: relative;
		top: 0;
		width: 27px;
	}

div#stopkamax {
	background-color: #ffffff;
	width: 100%;
}

div#stopka {
	background-color: #ffffff;
	color: #a6a698;
	font-family: Arial, Helvetica;
	font-size: 11px;
	height: 28px;
	margin: 0 auto 0 auto;
	padding: 11px 25px 0 25px;
	width: 940px;
}

	div#stopka a {
		color: #6c6a51;
	}

div#podstopkamax {
	background: url('images/bg_podstopka.gif') repeat-x left;
	height: 38px;
	margin: 0;
	padding: 0;
	width: 100%;
}
