/*  STYL DLA FILMÓW  */

div#txt {
					font-family: Verdana, sans-serif;
					font-size: 12px;
					text-align: left;
					
}

#txt img.wide {			/* obrazek duży */
					display: block;
					margin: auto;
					margin-top: 12px; margin-bottom: 12px;
					border: 1px solid #513d22;
				}

#txt span.error	{		/* komunikat o źle wypełnionym formularzu */
					color: red; font-weight: bold;
				}
				
#txt div#koniec { 		/* żeby sie nie rozjezdzalo */
					clear: both; 
				}

#txt div.koniec { 		/* żeby sie nie rozjezdzalo */
					clear: both; 
					border-top: 1px #cf7209 solid;
					margin-bottom: 36px;
					margin-top: 12px;
				}

div#photos { /* Kontener zawierający zdjęcia */
					float: right;
					padding-left: 18px;
					text-align: center;
				}	
div.photos { /* Kontener zawierający zdjęcia */
					float: right;
					padding-left: 18px;
					text-align: center;
				}	

	#txt h1		{	/* Tytuł filmu */
					font-family:Trebuchet MS, Tahoma, sans-serif;
					font-size:18px;
					font-weight:bold;
					margin:0px;
					padding:0px;
					margin-bottom: 18px;
				}

	#txt h6		{	/* Tytuł filmu */
					font-family:Trebuchet MS, Tahoma, sans-serif;
					font-size:20px; color: #6f0209;
					font-weight:bold;
					margin:0px;
					padding:0px;
					margin-bottom: 18px;
					border-bottom: 1px #cf7209 solid;
				}

	#txt h2		{	/* podtytuł */
					font-family:Trebuchet MS, Tahoma, sans-serif;
					font-size:18px;
					font-weight:bold;
					margin:0px; margin-bottom: 0px;
					padding:0px;

				}
				
	#txt h4 	{	/* Opis filmu */	
	/*				font-family:'Trebuchet MS', Tahoma, sans-serif;*/
					font-family: Tahoma, Verdana, Arial, sans-serif;
	/*				font-size:14px;*/
					font-size:13px;
					font-weight:bold;
					padding:0px;
					line-height:18px;
					margin:6px 0px 0px 0px;
				}
				
	#txt span	{	/* Dane na temat filmu */
					font-family: Verdana, sans-serif;
					font-size: 12px;
	
				}
	#txt #box	{
					font-family: Verdana, sans-serif;
					font-size: 12px;					
					background-color: #df8209;
					border: 1px solid #cf7209;
					float: left;
					padding: 12px;
					margin-top: 12px;
					width: 300px;
					
				}
				
			