/*Layout strony*/
    html	body	{
						margin: 0;
						padding: 0;
						background:#000;
						/*background: url("../img/back01.jpg");*/
						color:#000;
						font: 75% Arial, Helvetica, sans-serif;
						text-align: center;
						min-width: 750px;
						}
		
		a:link,a:visited		{
													color: #FF9900;		
												}
		
		a:hover,a:active		{
													color: #000;		
												}
		
		.nPMB /*noPaddingMarginBorder*/
		{
			padding: 0px;
			margin: 0px;
			border:none;
		}
	
		.imgbrd {
							border: 1px solid #FF9900;
						}

		.rmarg	{
							margin-right: 15px;
						}
	
		.doublespaced	{
										line-height: 1.5;
									}
	
		.halfline	{
								line-height: 0.5pt;
							}

		.orangetxt	{
									color: #FF9900;
								}

		.orangetxt2	{
									color: #FF9900;
									text-transform: uppercase;
								}
	
		.redtxt	{
							color: #FF0000;
						}

		.bluetxt	{
							color: #0000FF;
						}


							
/*Wrap - to jest cały obszar strony*/

		#wrap {
						background: #000;
						margin:0 auto;
						width: 750px;
					}

/*Nagłówek - z logo R-Keeper*/

		#header		{
								border-top: 1px solid #FF9900;
								border-left: 1px solid #FF9900;
								border-right: 1px solid #FF9900;
								border-bottom: 2px solid #FF9900;
								height: 78px;
								background: url("../img/glowka.jpg");
							}

/*Menu nawigacyjne - ramka*/

		#menu	{
						text-transform: Uppercase;
						font-weight: bold;
						font-size: 1.2em;
						float: left;
						background:#000;
						/*background: url("../img/back01.jpg");*/
						border-bottom: 2px solid #FF9900;
						height: 30px;
						padding-top: 5px;
						width: 750px;
						/*border-left: 1px solid #FF9900;
						border-right: 1px solid #FF9900;*/
					}

/*Menu nawigacyjne - elementy w poziomie pod Nagłówkiem*/

		#nav {}
	
		#nav li					{
											/*width: 750px;*/
											display: inline;
										}
		
		#nav a:link,
		#nav a:visited	{
											text-decoration: none;
											font-size: 0.85em;
											color: #FF9900;
											float: left;
											padding-top: 0px;
											padding-right: 20px;
											padding-left: 25px;
											/*border-right: 1px solid #000;*/
											margin-top: 2px;
											height: 16px;
										}
		
		#nav a:hover,
		#nav a:active		{
											color: #FFF;
										}


/*Lista linków*/

		#links {}
	
		#links li					{
											/*width: 750px;*/
											display: inline;
											padding-left:10px;
										}
		
		#links a:link,
		#links a:visited	{
											text-decoration: none;
											font-size: 1em;
											color: #FF9900;
											float: left;
											padding-top: 0px;
											padding-right: 20px;
											padding-left: 0px;
											/*border-right: 1px solid #000;*/
											margin-top: 2px;
											height: 76px;
										}
		
		#links	a:hover	{
											color: #000;
										}

		#links a:active		{
											color: #FF9900;
										}


/* SUBMENUS - pojawiające się po najechaniu na element menu*/

		#submenus		{
								float: left;
								text-align: left;
								text-transform: uppercase;
								width: 100%;
								}

		.subnav	{
							/*background-color:#fbce46;*/
							background-color: #000;
							position: absolute;
							z-index: 1000;
							visibility: hidden;
							border: 1px solid #FF9900;
							list-style: none;
							font-size: 0.75em;
							font-weight: bold;
							margin-top: 2px;
							padding: 2px 5px;
						}

		.pos_rel01	{
								position: relative;
								left:+110px;
								top:+15px;
							}

		.pos_rel02	{
								position: relative;
								left:+200px;
								top:-43px;
							}
		.pos_rel03	{
								position: relative;
								border: 1px solid #FF9900;
								left:+110px;
								top:+15px;
							}

		#submenus a:link,
		#submenus a:visited	{
													text-decoration:none;
												}
		
		#submenus a:hover,
		#submenus a:active	{
											color: #FFF;
												}

		#subnav-produkty	{
												margin-left: 60px; 
											}

		#subnav-sprzet		{
												margin-left: 175px; 
											}

		#subnav-uslugi		{
												margin-left: 265px; 
											}


/*Napisy pod menu nad główną zawartością strony*/

		#naglowek	{
						text-transform: Uppercase;
						text-align: left;
						font-weight: bold;
						font-size: 1.2em;
						float: left;
						background:#FFF;
						background: url("../img/naglowek02.jpg") no-repeat;
						border-bottom: 2px solid #FF9900;
						height: 20px;
						padding-top: 1px;
						padding-bottom: 1px;
						width: 750px;
						/*border-left: 1px solid #FF9900;
						border-right: 1px solid #FF9900;*/
					}

/*Lewe główne okno strony*/

		#main h2,
		#main h3,	#main p {
												padding:0px 10px;
											}

		#main {
						background:#000;
						height: 480px;
						color: #FFFFFF;
						border-left: 2px solid #FF9900;
						float: left;
						width: 500px;
					}

/*Prawe główne okno strony*/

		#sidebar{
						background:#000;
						/*background: url("../img/back01.jpg");*/
						height: 480px;
						float:right;
						border-right: 2px solid #FF9900;
						width:240px;
						}

		#sidebar ul {
									margin-bottom:0;
								}
									
		#sidebar h3, #sidebar p {
															padding:0 10px 0 0;
														}

/*Stopka strony*/

		#footer {
							background:#000;
							/*background: url("../img/back01.jpg");*/
							border-left: 2px solid #FF9900;
							border-right: 2px solid #FF9900;
							border-bottom: 2px solid #FF9900;
							clear:both;
							color:#FFFFFF;
							font-size: 0.8em;
						}

		#footer p {
								padding:5px;
								margin:0;
							}

/*Content - zawartość okna main*/

	#text	{
					float: left;
					display: inline;
					margin-top: 8px;
					margin-left: 15px;
					width: 480px;
					height: 450px;
					overflow: auto;
					overflow-x:hidden;
					text-align: justify;
				}

	#tabelkaL {
						float: left;
						display: inline;
						width: 81px;
						height: 46px;
						}

	#tytul01 {
						padding-left: 25px;
						color: #FF9900;
						}
	
	#tytul02 {
						padding-left: 25px;
						color: #FF9900;
						font-weight: bold;
						text-transform: uppercase;
						}
	
	#tytul03 {
					margin-left: 5px;
					color: #FF9900;
					font-weight: bold;
					text-transform: uppercase;
					}
	
	#tytul04	{
							padding-left: 25px;
							color: #FF9900;
							font-weight: bold;
							text-transform: capitalize;
						}

	#tytul05	{
							padding-left: 25px;
							text-align: center;
							font-size: .85em;
							color: #000;
							font-weight: bold;
							text-transform: uppercase;
						}

	#text02	{
						margin-left: 25px;
					}
					
					
/* okna banerów wyskakujących*/

#banner01 {}
		
		#banner01 a:link,
		#banner01 a:visited	{
											text-decoration: none;
											font-size: 1em;
											color: #FF9900;
											float: left;
											padding-top: 0px;
											padding-right: 0px;
											padding-left: 0px;
											margin-top: 0px;

										}
		
		#banner01	a:hover	{
											color: #FFFFFF;
										}

		#banner01 a:active		{
											color: #FF9900;
										}