/* całe body */

body				{	background: #000;}

/* atrybuty ogólne */

h1		 					 { font-family: verdana;
								color: #cf5e04;
								font-size: 16px;}

h2							 { font-family: verdana;
								color: #cf5e04;
								font-size: 12px;}

p							 { color: #fff;
								font-size: 14px;
								font-family: verdana;}

span.tekst				 {	color: #fff;
								font-family: verdana;
								font-size: 14px;}

a							 {	text-decoration: none;
								color: #cf5e04;
								font-size: 11px;}

/* kontener główny */

#kontener		{	width: 1260px;
						height: 1200px;
						margin: 0 auto;
						display: block;
						background: #000;}

#header			{	width: 1260px;
						height: 200px;
						background: #000;}



#logo				{	width: 243px;
						height: 142px;
						float: left;
						margin-top: 20px;
						margin-left: 521px;
						background: url(../images/logo_nowe.png) no-repeat center #000;}



#menu				{	position: relative;
						width: 1100px;
						height: 310px;
						margin: 0 auto;
						display: block;
						background: #000;}

/* boxy menu a */

.box1	a			{	width: 149px;
						height: 279px;
						margin-top: 0px;
						margin-left: 25px;
						float: left;
						background: url(../images/box1.png) no-repeat;}

.box2	 a			{	width: 149px;
						height: 279px;
						margin-top: 0px;
						margin-left: 0px;
						float: left;
						background: url(../images/box2.png) no-repeat;}

.box3	 a			{	width: 149px;
						height: 279px;
						margin-top: 0px;
						margin-left: 0px;
						float: left;
						background: url(../images/box3.png) no-repeat;}

.box4	 a			{	width: 149px;
						height: 279px;
						margin-top: 0px;
						margin-left: 0px;
						float: left;
						background: url(../images/box4.png) no-repeat;}

.box5	 a			{	width: 149px;
						height: 279px;
						margin-top: 0px;
						margin-left: 0px;
						float: left;
						background: url(../images/box5.png) no-repeat;}

.box6	 a			{	width: 149px;
						height: 279px;
						margin-top: 0px;
						margin-left: 0px;
						float: left;
						background: url(../images/box6.png) no-repeat;}

.box7	 a			{	width: 149px;
						height: 279px;
						margin-top: 0px;
						margin-left: 0px;
						float: left;
						background: url(../images/box7.png) no-repeat;}

/* boxy menu hover */

.box1	a:hover 	{	width: 149px;
						height: 279px;
						margin-top: -4px;
						margin-left: 25px;
						float: left;
						background: url(../images/box1_hover.png) no-repeat;}

.box2	 a:hover	 {	width: 149px;
						height: 279px;
						margin-top: -4px;
						margin-left: 0px;
						float: left;
						background: url(../images/box2_hover.png) no-repeat;}

.box3	 a:hover	 {	width: 149px;
						height: 279px;
						margin-top: -4px;
						margin-left: 0px;
						float: left;
						background: url(../images/box3_hover.png) no-repeat;}

.box4	 a:hover	 {	width: 149px;
						height: 279px;
						margin-top: -4px;
						margin-left: 0px;
						float: left;
						background: url(../images/box4_hover.png) no-repeat;}

.box5	 a:hover	 {	width: 149px;
						height: 279px;
						margin-top: -4px;
						margin-left: 0px;
						float: left;
						background: url(../images/box5_hover.png) no-repeat;}

.box6	 a:hover	 {	width: 149px;
						height: 279px;
						margin-top: -4px;
						margin-left: 0px;
						float: left;
						background: url(../images/box6_hover.png) no-repeat;}

.box7	 a:hover	 {	width: 149px;
						height: 279px;
						margin-top: -4px;
						margin-left: 0px;
						float: left;
						background: url(../images/box7_hover.png) no-repeat;}

/* content top */

#content_top	 {	width: 1150px;
						height: 60px;
						margin: 0 auto;
						border: solid 1px #2f2f2f;
						border-left: 0px;
						border-right: 0px;
						background: #000;}


.content_top_middle	 {	width: 1150px;
								height: 30px;
								margin-top: 15px;
								background: #cf5e04	}

/* tekst nagłówek */

p.naglowek			    { font-size: 12px;
								letter-spacing: 0.1em;
								text-shadow: 0.0em 0.1em #000;
								font-weight: bold;
								text-align: center;
								line-height: 21pt;}

/* content box główny */

#box_glowny			    {	width: 1150px;
								height: 500px;
								margin: 0 auto;
								background: #000;}

/* divy w boxie content */

/* box_lewy */

#box_lewy				 {	width: 573px;
								height: 430px;
								float: left;
								border: solid 1px #2f2f2f;
								border-left: 0px;
								border-top: 0px;
								background: #000;}

#tekst_div_lewy		 {	width: 300px;
								height: 300px;
								margin-left: 35px;
								background: #000;}




.flota	 				 { width: 152px;
								height: 101px;
								float: left;
								margin-top: -102px;
								margin-left: 375px;
								border: 1px solid #fff;
								background: url(../images/flota.jpg) no-repeat;}

/* box_ prawy */

#box_prawy				 {	width: 573px;
								height: 430px;
								float: left;
								border: solid 1px #2f2f2f;
								border-left: 0px;
								border-right: 0px;
								border-top: 0px;
								background: #000;}

#tekst_div_prawy		 {	width: 300px;
								height: 300px;
								margin-left: 140px;
								background: #000;}




