/*Nasza strona*/html {	margin: 0;	padding: 0;}body {	background-color: #6cafd1;	/*tlo*/	background-repeat: repeat;	text-align: center;	color: #010a39;	/*kolor tekstu zwyczajny, po nim font*/	font: 11px verdana, sans-serif;	margin: 0px;	padding: 0px 0px 0px 0px;}#wrapper {	width: 1024px;	/*szerokosc strony*/	margin: 0;	text-align: left;}#header {	height: 120px;	/*wysokosc*/	width:1024px;	background: url(grafiki/headsamolot.JPG) no-repeat;	/*obrazek w tle*/}#footer {	height: 120px;	width: 1024px;	background: url(grafiki/newfootsamolot.JPG) no-repeat;	clear: both;}	#content {	width: 1024px;	margin: 0 auto;}#colOne {	float: left;	width: 815px;	margin-top: 0px;	}#colTwo {	float: right;	margin-top: 0px;	width: 205px;}#menu1 {		width: 195px;	height: 615px;	background-image:url(grafiki/newmenutlosamolot.JPG);      background-repeat:no-repeat;}#menu1 ul {	margin: 0px;	list-style: none;	padding: 10px 10px;}#menu1 li {}td.test1 {padding: 20px 12px} /*rozmiary menu z lewej strony (tabela) */td.tabelaramka {position: relative; /*rozmiary tabelki wewnetrznej */ 	        left: 7px;	  /* polozenie tabelki*/	        top: 10px;	        width: 750;	        height: 560;	        padding: 20px 12px;                background-color: #6cafd1}td.tabelagaleria {position: relative; /*rozmiary tabelki wewnetrznej */ 	        left: 7px;	  /* polozenie tabelki*/	        top: 10px;	        width: 350;	        height: 150;	        padding: 20px 12px;                background-color: #6cafd1}td.tabelagaleriatrzy {position: relative; /*rozmiary tabelki galeria 3 */ 	              left: 7px;	  /* polozenie tabelki*/	              top: 10px;	              width: 180;	              background-color: #6cafd1}td.tabelalinkleft {position: relative; /*rozmiary tabelki linki lewy */ 	        left: 7px;	  /* polozenie tabelki*/	        top: 10px;	        width: 350;	        height: 150;	        padding: 20px 12px;                background-color: #6cafd1}td.tabelalinkright {position: relative; /*rozmiary tabelki linki prawy */ 	        left: 7px;	  /* polozenie tabelki*/	        top: 10px;	        width: 150;	        height: 150;	        padding: 20px 12px;                background-color: #6cafd1}#menu1 a {	display: block;	width: 170px;	padding: 8px 5px; /*wielkosc guzika */	background-color: #6cafd1;	border-top: 1px solid #0032d5;	border-bottom: 1px solid #0032d5;	text-align: center;	text-decoration: none;	text-transform: uppercase;	font-weight: bold;	color: #010a39; /*kolor textu menu*/}#menu1 a:hover {	background-color: #FBF7EE;	border-top: 1px solid #0032d5;	border-bottom: 1px solid #0032d5;	color: #010a39;}#text {	width: 815px; 	height: 615px;	padding: 10px 20px 10px 20px;	background-image: url(grafiki/newtexttlosamolot.JPG);	/*obrazek w tle*/        background-repeat:no-repeat;}#text_menu {width: 180px; /*text menu */	    height: 250px;}p.tytul_duzy {font: 25px; font-weight: bold; text-align: center; color: #010a39} /*tytul okna */p.tytul_maly {font: 18px; font-weight: bold; line-height: 90%; color: #010a39} /*podtytul okna */p.tekst_duzy {font: 15px; font-weight: bold; color: #010a39} /*tekst wazniejszy */p.tekst_normalny {font: 12px;  color: #010a39} /*tekst normalny */iframe.ramka {position: relative; /*rozmiary ramki wewnetrznej */ 	      left: 7px;	  /* polozenie ramki*/	      top: 10px;	      width: 750;	      height: 560}img.stronagl {position: relative;  /*obrazek na stronie glownej */	      left:110px;	      top: 10px;	      width: 550;	      height: 375}img.licznik {position: relative;  /*pozycja licznika */	      left:28px;	      top: 0px;	      }              #h1 {color: #red    font: 10px	}
