body {
	margin: 15px auto auto auto;
	background-image:url(../image/bg.jpg); 
	background-repeat:repeat; 
	font-family: tahoma;
	font-size: 12px;
}
a {
	color: black
	text-decoration: none;
}
a:hover {
	color: black
	text-decoration: underline;
}
#right {
	float:right;
	height: 375px;
	text-align: left;
	width:430px;
	padding-left: 10px;
	padding-right: 10px;
}
#left {
	float:left;
	text-align: left;
	width:470px;
	padding-left: 40px;

}
#text {
	text-align: justify;
	padding: 10px 40px 10px 40px;
}
#nadpis_produkt {
	font-family: tahoma;
	font-size: 14px;
	font-weight: bold;
}
#container {
	background-image:url(../image/bg_container.jpg); 
	background-repeat:repeat-y;	
	margin:0 auto 0 auto; 
	padding:0; 
	width:960px;
}
#header {
	background-image:url(../image/www.jpg); 
	background-repeat:no-repeat; 
	height:270px;
}
#path {
	background-image:url(../image/path.jpg); 
	background-repeat:no-repeat; 
	height:30px;
	text-align: left;
	padding-left: 20px;
	padding-top: 7px;
}
#top_menu {
	position: relative;
	text-align: right;
	padding-right: 10px;
	padding-top: 5px;
	font-weight: bold;
	font-size:11px;
}

#etikety {
	position: relative;
	left: 750px;
	top: 90px;
	width: 180px;
}
#etikety h3{
	color:grey;
	border-bottom: 2px solid silver;
	text-align:left;
	padding-left:5px;
}
#menu {
	position: relative;
	width: 500px;
	top: 60px;
	left: 250px;
	text-align: center;
}
#menu ul {
	margin: 0;
	list-style: none;
}
#menu li {
	display: inline;
}
#menu a {
	text-decoration: none;
	font-size: 13px;
	font-weight: 900;
	color: black;
	float:left; 
	margin:0.5em 1.5em 0 0;
}
#menu a:hover {
	text-decoration: none;
	color: #ff0048;
}
#little  {
	font-size: 9px;
	font-weight: normal;
}
#content {
	text-align:justify;
}
#hidden_text {
	color: white;
	position: absolute;
	z-index: -1
}
#content h3 {
	font-size:16px;
	margin-left:30px;
}
#footer {
	text-align: right;
	padding-right: 300px;
	background-image:url(../image/footer.jpg); 	
	height:65px;
	color: black;
	font-weight: bold;
	clear:both;
}	

