﻿* {
							margin: 0;
							padding: 0;}

body {
							font-family: Arial, Helvetica, sans-serif;
							text-align: center;
							background: #0157a4;
							}	

							
/*----------MENU----------*/
#panel {
							background: #1C2F42;
							padding: 10px;
							width: 175px;
								
							position: fixed;
							margin-top: -250px; 	
							left: 0px;
							top: 50%;
							text-align: left;
							}
.link {
							font-weight: 100;
							}
.naglowek  {
							
							color: #CCCC00;
							border-bottom: 1px solid #FFFFFF;
							margin: 5px 0 5px 0;
							}

ul#main_menu{
							list-style: none;
							}

#main_menu a {
							color: #7F8892;
							text-decoration: none;
							}

#main_menu a:hover {
							color: #F0F0F0;
							}

/*---------przycisk panelu--------*/
.slide_button
{
	background: url(../glowna/menu.png);
	display: block;
	height: 80px;
	text-indent: -9999px;
	width: 20px;

	position: absolute;
	right: -20px;
	top: 0px;
}

.zamknij
{
	background-position: -20px 0px;
}

a:focus { 
outline:none; 
}
					

/*----------KONIEC (MENU) ----------*/
					
					
					
#tlo {
							background: url(../glowna/tlo_pl.jpg) center center no-repeat;
							width: 100%;
							height: 530px;
							margin: 0 auto 0 auto;}						
										
#srodek {
							
							width: 600px;
							height: 335px;
							padding: 80px 0 0 0;
							margin: 0 auto;
							}
							
#srodek img {
							border: none;
							margin: 8px 0 0 0;}
							
#kraje {
							float: right;
							width: auto;
							height: auto;
							margin: 20px 20px 0 0;
							}
							
#kraje a {					
							color: transparent;}
							
#kraje a:hover {
							color: #FFFFFF;}
																			
#xyz {
							
							height: 280px;
							text-align: center;
							background: #0157a4;
							clear: both;
							width: 100%;
							margin: -35px auto;
							padding: 6px 0 5px 0;}
							
p {
							
							font-size: 0.8em;
							width: 800px;
							line-height: 1.4em;
							padding: 4px 0 0 0;
							margin: 0 auto 0 auto;
							color: #fff;}
							
#products {
							width: 880px;
							height: 100px;
							margin: 20px auto 0 auto;
							}
							
#products img {
							width: 100px;
							height: 100px;
							margin: 0 5px 0 5px;
							border: none;}
							

							
#products p {
							width: auto;
							padding: 0;
							text-align: center;
							margin: 5px 0 0 0;}
							
div.clear {clear: both;}