body {
	margin: 0;
	padding: 10px;
	background: #effdfb url('../images/leifheit_logo_vert.gif') no-repeat fixed left top;
	color: #1cac9c;
	font: 80% verdana, arial, sans-serif;
}

/* Wyglad strony */
#container
{
	width: 800px;
	min-width: 70%;
	min-height: 100%;
	height: 100%;
	margin: 10px auto;
	background-color: #b5e0d9;
	color: #def;
	border: 1px solid #11685f;
	line-height: 100%;
}

#top
{
	background: url("../images/glowka7.jpg") no-repeat; 
	background-color: #b5e0d9;
	height:150px;
}

#content
{
	padding: 1em;
	height:100%;
	overflow: auto;
	background: url("../images/content7.jpg") no-repeat;
	background-color: #b5e0d9;
	color: #10635a;
}

#content ul li 
{
	font-size: 1.2em;	
	line-height: 1.2em;
}

#footer
{
	width: 100%;
	height: 1em;
	margin: 0;
	color: #789;
	background-color: #b9ece2;
	border-top: 1px solid #11685f;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 8pt;
	font-family: arial, helvetica, sans-serif;
}

/* napis NOWOŚĆ */
p.nowosc {
	font-weight: 900;
	font-size: 12pt;
	font-family: arial, helvetica, sans-serif;
	line-height: 1em;
	color: #f00;
	padding: 7px 0 0 0;
	margin: 0;
}

/* nazwa produktu */
p.nazwa { 
	font-weight: 900;
	font-size: 12pt;
	font-family: arial, helvetica, sans-serif;
	color: #10635a;
	padding: 1px;
	line-height: 1em;
	margin: 0;
}

li { color: #10635a; }
.wiecej { text-decoration: none; }
 
/* miniaturki */
.thumbnail {
	float: left;
	width: 230px;
	border: 0;
	padding: 5px;
	margin: 0 10px 10px 0;
	color: #10635a;
}

.floatleft { 
	float: left; 
	margin: 0 18px 0 0; 
	padding: 2px; 
	border: 0;
	color: #1cac9c;
}

.clearboth { clear: both; }

.info { height: 2em; }

/* menu */
#navcontainer ul {
	position: relative;
	top:121px;
	padding-left: 0;
	margin-left: 0;
	background-color: #1cac9c;
	color: white;
	float: left;
	width: 100%;
	font-size: 1em;
	font-family: arial, helvetica, sans-serif;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a {
	padding: 0.2em 1em;
	background-color: #1cac9c;
	color: white;
	text-decoration: none;
	float: left;
	border-right: 1px solid #fff;
}

#navcontainer ul li a:hover {
	background-color: #50bfaf;
	color: #fff;
}