body {
	margin: 0;
	padding: 0;
	background: #fff url('../images/leifheit_logo_vert.gif') no-repeat fixed left top;
	color: #83b8f0;
	font: 80% verdana, arial, sans-serif;
}
/* Wyglad strony */
h3 { 
	text-align:center;
	line-height: 1.2em;
	color:black;
}

h4 { 
	text-align:center;
	line-height: 1.2em;
	color:black;
}

#container
{
	width: 800px;
	min-width: 60%;
	min-height: 100%;
	height: 80%;
	margin: 10px auto;
	background-color: #83b8f0;
	color: #def;
	border: 1px solid #5c80a8;
	line-height: 100%;
}

#top
{
	background: url("../images/leifheit_glowka.png") no-repeat; 
	background-color: #83b8f0;
	height:150px;
}

#content
{ 
	padding: 1em;
	min-height:350px;
	height:100%;
	overflow: auto;
	background-color: #b7e1ff;
	color: #5C80A8;
} 

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

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

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

.player
{
	display:block;
	width:240px;
	height:160px;
	position:absolute;
	bottom:0;
}

/* napis NOWOŚĆ */
.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: #326aa8;
	padding: 1px;
	line-height: 1em;
	margin: 0 auto;
}

li 	{ 
	color: #326aa8; 
	font-size:0.9em;
}

.wiecej { text-decoration: none; }
 
/* miniaturki */

.thumbnail { 
	float: left;
	width: 240px;
	border: 0px;
	color: #5C80A8;
	text-align:center;
}

.ramka { 
	margin:0 auto;
	position:relative;
	height:200px;
}

.ramka img { 
	position:absolute; 
	bottom:0; 
	left:45px;
}

.floatleft { 
	float: left; 
	margin: 0 18px 0 0; 
	padding: 2px; 
	border: 0;
}

.clearboth { clear: both; }

.info { height: 2em; }

/* menu */
#navcontainer ul {
	position: relative;
	top:115px;
	padding-left: 0;
	margin-left: 0;
	background-color: #036;
	color: white;
	float: left;
	width: 100%;
	font-size: 1.2em;
	font-family: sans-serif;
}

#navcontainer ul li { display: inline; }

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

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




