body
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background-image: url("../img/background_line.jpg");
	background-repeat: repeat-x;
	background-color: #fbfbfb;
}

.aloe
{
	background-image: url(../img/aloe-double.jpg);
	width: 189px;
	height: 259px;
	background-position: 0 0;
	display: block;
	float: left;
}
.aloe:hover
{
	background-image: url(../img/aloe-double.jpg);
	width: 189px;
	height: 259px;
	background-position: -189px 0;
	display: block;
	float: left;
}

.noni
{
	background-image: url(../img/noni-double.jpg);
	width: 189px;
	height: 259px;
	background-position: 0 0;
	display: block;
	float: left;
}
.noni:hover
{
	background-image: url(../img/noni-double.jpg);
	width: 189px;
	height: 259px;
	background-position: -189px 0;
	display: block;
	float: left;
}

.knihy
{
	background-image: url(../img/knihy-double.jpg);
	width: 189px;
	height: 259px;
	background-position: 0 0;
	display: block;
	float: left;
}
.knihy:hover
{
	background-image: url(../img/knihy-double.jpg);
	width: 189px;
	height: 259px;
	background-position: -189px 0;
	display: block;
	float: left;
}

#hlavni
{
	width: 567px;
	padding: 0 0 0 0;
	margin: 0 auto 0 auto;
}

#top
{
	background-image: url(../img/top.gif);
	background-repeat: no-repeat;
	height: 280px;
	background-position: bottom;
}

#bottom
{
    clear: both;
	background-image: url(../img/revers.jpg);
	background-repeat: no-repeat;
	height: 205px;
	background-position: top;
	margin-bottom: 100px;
}

div.web-icon
{
	width: 90px;
	height: 33px;
	/* border: 1px solid red; */
	padding: 2px;
	float: left;
}


div.web-icon-center
{
	width: 90px;
	height: 33px;
	/* border: 1px solid red; */
	padding: 2px;
	margin-left: auto;
	margin-right: auto;
}

div.web-icon a img,
div.web-icon-center a img
{
	border-style: none;
}

hr.clear 
{
	clear: both;
	visibility: hidden;
	height: 0px;
	margin: 0px;
	padding: 0px;
}
