html
{
	overflow: hidden;
	height:100%;
}

body
{
	margin: 0;
	padding: 0;
	/*background-color: #8d8d8d;*/
	background: #8c8c8c url(../gfx/tlo.jpg) repeat-x;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	overflow: hidden;
	height:100%;
	color: #939393;
}

p {
	margin:0;
	padding:0;
	margin-top:7px;
	margin-bottom:7px;
}

.middle a {
	text-decoration:none;
	color: #ffc804;
}
.middle a:hover {
	text-decoration: underline;
}

img
{
	border: none;
}
ul,li,ol
{ 
  margin: 0px;
  padding:0px;
}
ul{
  margin: 10px 0px;
  list-style: none;
  }
  ul li
  {
    padding-left: 30px;
  }
h1, h2, h3, h4, h5, h6
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #ffc804;
	margin: 12px 0px 8px 0px;
	padding: 0;
}
h1 {
	font-size: 18px;
}
h2
{
	font-size: 12px;

}
h3
{
	font-size: 12px;
	margin-bottom: 3px;	
	color: #939393;
}
h4
{
	font-size: 12px;
  font-weight: normal;
  color: #939393;	
}

li {
	margin-bottom:5px; 
}

.w {
	font-size: 140%;
	font-weight:bold;
	color: #ffc804;
}


/*GORA----------------------------------------------------------------------------------*/
.top
{
	width: 100%;
}

.topin
{
	width: 980px;
	margin: 0 auto;
	height: 143px;
	position: relative;
}

.lemonlogo
{
	position: absolute;
	top: 47px;
	left: 0px;
	display: block;
	outline:none;
}

/*SRODEK----------------------------------------------------------------------------------*/
.middle
{
	overflow: hidden;
	width: 100%;
}



.middlein
{
	position: relative;
	height: 395px;
	width: 980px;
	margin: 0 auto;
}



/*DOL----------------------------------------------------------------------------------*/
.bottom
{
	width: 100%;
}

.bottomin
{
	width: 980px;
	margin: 0 auto;
	position: relative;
}

.bottomart
{
	position: absolute;
	top: 1px;
	right: 0px;
	background-image: url(../gfx/wzorek.jpg);
	
	width: 332px;
	height: 238px;
	display: block;
}

.bottomcr
{
	position: absolute;
	top: 12px;
	left: 0px;
	color: #9c9c9c;
}

/*MENU----------------------------------------------------------------------------------*/
.menucont
{
	position: absolute;
	top: 0;
	right: 0;
	width: 467px;
	height: 142px;
	margin: 0px;
	float: right;
	background-image: url(../gfx/podmenu.jpg);
}

.menu
{
  position: absolute;
  width: 420px;
  top: 58px;
  right: 5px;
}


.menu div
{
	float: left;
	margin: 0px 0px 0px 0px;
	text-align: center;
	padding: 0;
	font-size: 12px;
	cursor: pointer;
}
.menu div a
{
	text-decoration: none;
}
.menu div a:hover
{
	color: #f6c50d;
}

/*SLIDE----------------------------------------------------------------------------------*/
#slidebox{
	width: 980px;
	margin: 0 auto;
	display: block;
	position: absolute;
}
#slidebox .inslidebox{
	float:left;
	width: 980px;
	height: 395px;
	/*background-color: #DEDEDE;*/
	display:block;
	position:relative;
}

/*****************************************************/

#l_white_box{
	position: absolute;
	width: 2000px;
	height: 396px;
	top: 142px;
	left: -2000px;
	background: #fff;
	z-index: 111000;
}
#r_white_box{
	position: absolute;
	width: 2000px;
	height: 396px;
	top: 122px;
	right: -2000px;
	background: #fff;
	z-index: 111000;
}
/*-------------------------------listy------------------------*/
ul.pom_min li{
  background: url('../gfx/punktor-pomarancz_mini.gif') no-repeat 15px 5px;
  }
ul.zol_min li{
  background: url('../gfx/punktor-zolty_mini.gif') no-repeat 15px 5px;
  }
ul.ziel_min li{
  background: url('../gfx/punktor-ziel_mini.gif') no-repeat 15px 5px;
  }
ul.pom li{
  background: url('../gfx/punktor-pomarancz.gif') no-repeat 10px 5px;
  }
ul.zol li{
  background: url('../gfx/punktor-zolty.gif') no-repeat 10px 5px;
  }
ul.ziel li{
  background: url('../gfx/punktor-ziel.gif') no-repeat 10px 5px;
  }