/* strona glowna o nas */



* {
  padding:0;
	margin:0;
	}

	body {
	background-color: #000000;
	margin: 0;
	padding: 0;
	text-align: justify;
	font-family: "Trebuchet MS", Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	}

	a {
	color: #800080;
	text-decoration: none;
	border: 0;
	}

	img {
	border: 0;}
	
	a:hover {
	color: #FFFFFF;
	text-decoration: none;
	}
		
	
	h1 {
	color: #800080;
	font-size: 18px;
	}
	
	
	p{
	padding-top: 5px;
	padding-bottom: 20px;
	}
	
	ul{
	padding-top: 5px;
	padding-bottom: 20px;
	}
	
		
	#naglowek {
	width:1000px;
	height:167px;
	margin: 0px auto;
	background: url(bg_images/layout_01.jpg);
	}

	
	#srodkowy {
	width:1000px;
	margin: 0px auto;
	}
	
	
	
	
	
			/* Menu */
	
	

	
	#lewy {
	width:277px;
	height:430px;
	float: left;
	overflow: hidden;
	background:url(bg_images/layout_02.jpg);
	}
			
			#menu {
			width: 108px;
			height: 430px;
			float:left;
			padding-left: 127px;   
			}

			#menu ul {              
			list-style: none;
			}													

			#menu a {
			float: left;
			width: 108px;
			height: 47px;
			padding-top: 21px;
			text-align: center;
			text-decoration: none;
			text-transform: lowercase;
			font-size: 23px;
			font-weight: bold;
			letter-spacing: -1px;
			}

			#menu a:hover {
			color:#f6b1ce;
			}
	


	#prawy {
	width:308px;
	height:430px;
	float: left;
	overflow: hidden;
	background:url(bg_images/layout_04.jpg);
	}
	
	
				/* Tresc*/
	
	#srodek {
	width:415px;
	height:430px;
	float: left;
	overflow: hidden; 
	background:url(bg_images/layout_03.jpg);
	}


		.tresc{
	width:400px;
	height:400px;
	margin-top: 25px;
	margin-left: 10px;
	}
	

	
	.napis{
	text-align: center;
	padding-top: 10px;
	}
	

	
	#dol {
	width:1000px;
	height:186px;
	margin: 0px auto;
	clear: both;
	background: url(bg_images/layout_05.jpg);
	}
	
		#stopka {
		height:20px;
		padding-top: 50px;
		padding-left: 220px;
		}
	
	
