/*** STYL GŁÓWNY ***/
 
 body              {       /* styl tła, podstawowa czcionka - rozmiar i kolor */
				background: #322419; color: #222; 
				font-family: "Tahoma", "Verdana", "Helvetica",  sans-serif;
                font-size: 12px;  margin: 0; padding: 0; 
			}
  
div#top1		{       /* Gorny pasek pomaranczowy */
					background: #e18a19; width: 880px; 
					margin: auto; padding: 0; 
					height: 3px; overflow: hidden; 
					border-bottom: 1px solid #000;
			}

div#top2         {       /* Gorny pasek biały */
					background: #000; width: 880px; 
					margin: auto; padding: 0;
					height: 2px; overflow: hidden; 
					border-top: 1px solid #fff;
			}

div#top           {       /* Gorny div zawierający "Dzisiaj w kinie", logo, menu i zdjęcie */
					height: 190px; width: 880px; 
					margin: auto; padding: 0; 
					border-bottom: 2px solid #000;
			}

			#top div#menu	{		/* menu górne */
									height: 20px; width: 615px;
									float: right;					
							}			

			#top div#photo	{		/* rotacyjnie zmieniające się zdjęcia */
									width: 616px; height: 161px;
									float: right;
									margin-top: 6px;
							}
						
			#menu img		{		/* pozycjonowanie elementów w menu górnym */
									margin-left: 14px; 
									margin-right: 14px;
									margin-top: 7px;
									border: 0;
							}
			
div#main         {       /* Główny div - w nim beda prawa i lewa kolumna */
					width: 868px; 
					margin: auto;
					border-top: 1px solid #fff;
					border-bottom: 12px solid #29190B;
					background: #413124;
					padding-left: 6px; padding-right: 6px; 
					padding-top: 2px; padding-bottom: 0;
			}

div#contentu	{		/* Gorne zakonczenie kolumn z trescia - zaokrąglenia */
					background-image: url(../img/bgup.gif);
					width: 868px; height: 8px;
					margin: 0; padding: 0; 
					margin-top: 4px;
					 overflow: hidden;
			}
			
div#left		{	    /* Lewa kolumna z tekstem */	
					width: 600px; float: left;
					margin: 0; padding: 0; 

			}
			

			
						
div#content 	{		/* Żółte tło dla tekstu */			
					width: 560px;
					background: #e18a19; color: #3b2e1c;
					padding-right: 20px;
					padding-left: 20px;
					padding-top: 0px;
					padding-bottom: 20px;
					margin: 0;
			}

			#content a		{
								color: #950000;
								text-decoration: underline;
							}
			#content a:hover	{
								text-decoration: none;
							}
div#contentd	{		/* Dolne zakończenie żółtej kolumny z tekstem - zaokrąglenie */	
					background-image: url(../img/bgd1.gif);
					width: 600px; height: 11px;  overflow: hidden;
					margin: 0; padding: 0; 
					
			}

div#right	{	    /* Prawa kolumna */	 
					float: right;
					width: 262px;
					margin: 0; padding: 0; 
			}
			
div#rightc	{	    /* Prawa kolumna - tekst */	 
					color: #ffd;
					width: 250px;
					margin: 0; padding: 6px; 
					background: #846030;

			}

			#rightc div.box 	{
								margin-left: 18px; margin-right: 24px;
								margin-bottom: 30px;
							}			
			#rightc a		{
								color: #ffca47;
								text-decoration: none;
							}

			#rightc a:hover	{
								text-decoration: underline;
							}
			#rightc img		{
								margin-bottom: 6px;
							}
							
div#rightd	{		/* Dolne zakończenie prawe kolumny - zaokrąglenie */	
					background-image: url(../img/bgd2.gif);
					width: 262px; height: 10px;  overflow: hidden;
					margin: 0; padding: 0; 
			}
			
div#dzisiaj	{		/* Pole "Dzisiaj w kinie" */
					width: 242px; height: 94px;
					padding: 8px;
					color: #fef3d7; font-size: 0.9em;
					background-image: url(../img/dk.gif);	
			}
			#dzisiaj a		{
								color: #ffca47;
								text-decoration: none;
							}

			#dzisiaj a:hover	{
								text-decoration: underline;
							}
div#logo	{		/* pozycjonowanie obrazka z logo kina */
					margin: auto; margin-top: 0;
					float: left;
			}
			
div#stopka	{		/* stopka */
					width: 856px;
					padding: 6px;
					padding-top: 18px;
					text-align: center;
					color: #ffd; font-size: 0.8em;
					clear: both;
					
			}

img			{		/* styl wszystkich obrazków */
				border: 0;
			} 

			
h1			{		/* nagłówek */
				margin: 0;
				font-size: 1.6em;
				font-weight: normal;
			}

h2			{
				font-size: 1.2em;
			}
			
			