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

body { 
	font: 12px Verdana, Arial, "Trebuchet MS", Tahoma, sans-serif; 
	line-height: 1.6em; 
	background: url(../images/tlo.jpg);
	/*#252525;   */ 
	color: #444;  
}

#lewa {
	float: left;
	width: 570px;
	padding-right: 15px;
}

#prawa {
	float: left;
	width: 285px;	
}

#header {
	width: 900px;
	height: 246px;
	margin-bottom: 25px;
	background: #161618 url(../images/header.jpg) no-repeat;
}

#pojemnik { 
	width: 900px; 
	margin: auto; 
    margin-top: 25px;
	text-align: justify;
}

h1 {
	font-size: 16px;
	color: #7bd057;
}
#menu {
	text-align: center;
	position: absolute;
	margin-left: 15px;
}

#menu  ul{ 
	width: 100%;
	padding-top: 207px;
	color: #7bd057;
}

#menu ul li { 
	list-style: none; 
	float: left;
	padding-top: 5px;
	padding-left: 7px;
	padding-right: 0px;
}

#menu li a { 
	cursor: pointer; 
	font-weight: bold;
	line-height: 25px; 
	margin: 0 1px 0 0; 
	color: #7bd057; 
	text-decoration: none;
}

a { 
	cursor: pointer; 
	font-weight: bold;
	line-height: 25px; 
	margin: 0 1px 0 0; 
	color: #7bd057; 
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#menu li a:hover { 
	text-decoration: underline; 
}
.tytul {
	margin-top: 2px;
	margin-left: 20px;
}
#tresc {
	margin-left: 15px;
	margin-right: 15px;
	color: #fff;
}
.box {
	background: url(../images/prawa.jpg) no-repeat;
	width: 285px;
	margin-bottom: 15px;
	text-align: left;
}
.box ul {
	padding-left: 10px;
	padding-top: 15px;
	list-style: none;
	margin-left: 15px;	
	/* list-style-image:url("../images/kropki.jpg");
	list-style-type:square; */
}
.box ul li {
	/* padding-top: 2px; */
	list-style-image:url("../images/kropki.jpg");
	list-style-type:square;
	line-height: 1.1em;
}
 
.box ul li a {
	text-decoration: none;
	color: #7bd057;
	font-weight: bold;
	
}
.box ul li a:hover {
	color: #fff;
}

.box_tresc {
	padding: 10px;
}

#stopka {
	background: url(../images/stopka.jpg) no-repeat;
	width: 900px;
	height: 30px;
	font-weight: bold;
	text-align: center;
	color: #252525;
	font-size: 10px;
}
.stopka {
	padding-top: 6px;
}
.stopka a {
	text-decoration: none;
	color: #252525;
}
.stopka a:hover {
	text-decoration: underline;
}
.boczne {
	padding: 25px;
}
.wiecej {
	text-decoration: none;
	color: #7bd057;
	font-weight: bold;
	
}
.galeria {
	margin: 0;
	padding: 0;
	text-decoration: none;
}
.gal {
	padding: 3px;
	border: 1px solid #4e4d4d;
}
input {
	width: 200px;
	border: 1px solid #000;
	background: #666460;
	color: #fff;
}


