body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background: white url(../img/leafs3.jpg) 0 0 no-repeat fixed;
}

div#menu {
	/*border: solid 1px red;*/
	position: absolute;
	top: 40px;
	left: 0;
	width: 203px;
}

div#menu a {
	display: block;
	text-decoration: none;
	margin: 2px 0 0 0;
	padding: 3px 0 3px 0;
	font-weight: bold;
	color: #ADFF2F;
	text-align: center;
	/*text-align: right;*/
	text-transform: lowercase;
	background: white url(../img/leafs3_tmave.jpg) 0 0 no-repeat fixed;
	border-right: 3px green solid;
}

div#menu a:hover {
	border-color: #98FB98;
	background: white url(../img/leafs3.jpg) 0 0 no-repeat fixed;
	color: #006400;
}

div#content {
	margin: 42px 10% 0 200px;
	padding: 0 0 40px 0;
	background: white url(../img/leafs3_svetle.jpg) 0 0 no-repeat fixed;
	text-align: justify;
	border: solid 3px green;
}

div#content p, table, ul, ol, div.akce {
	margin: 0 50px 20px 50px;
	font-family: inherit;
}

table, tr, td {
	vertical-align: top;
	padding: 2px;
	border: 0;
	border-collapse: collapse;
}

table.seznam {
	border: 1px solid green;
}

table.seznam td {
	border: 1px solid green;
}

table.foto {
	margin: auto;
	margin-top: 40px;
	width: 80%;
}

table.foto td {
	padding-bottom: 20px;
	text-align: center;
}

div#zapati {
	margin: 2px 10% 40px 200px;
	padding: 0;
	text-align: right;
	font-size: x-small;
}

div#zapati a {
	font-weight: normal;
}

a {
	font-weight: bold;
	color: green;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #3CB371;
}

/*
div#content table {
	margin: 0 40px 40px 40px;
}
*/

.b {
	font-weight: bold;
}

.i {
	font-style: italic;
}

.c {
	text-align: center;
}

img {
	border: 0;
}

.img_kosmetika {
	float: left;
	margin: 0 20px 20px 50px;
}

.img_dekor {
	float: right;
	margin: 0 50px 10px 20px;
}

h1, h2, h3, h4 {
	margin: 0 2em 0.5em 50px;
	color: green;
}

h1 {
	font-size: 1.4em;
	letter-spacing: 0.5em;
	text-transform: lowercase;
	background: transparent url(../img/pozadi_nadpis.gif) 0 11px no-repeat;
	padding: 3px 0 5px 35px;
	border-bottom: solid 1px green;
	margin-top: 10px;
}

h2 {
	font-size: 1.2em;
	letter-spacing: 0.2em;
	text-transform: lowercase;
	background: transparent url(../img/pozadi_nadpis2.gif) 0 8px no-repeat;
	padding: 3px 0 5px 30px;
	border-bottom: solid 1px green;
	margin-top: 10px;
}

h3 {
	font-size: 1.1em;
	letter-spacing: 0.2em;
	text-transform: lowercase;
	background: transparent url(../img/pozadi_nadpis2.gif) 0 5px no-repeat;
	padding: 3px 0 5px 30px;
}

h4 {
	font-size: 1em;
}

div.akce, h1#kosmeticka_eva, th {
	background: #3CB371;
	color: #ADFF2F;
	font-weight: bold;
}

h1#kosmeticka_eva {
	margin: 0 0 0.5em;
	padding: 15px 0 5px;
	font-style: italic;
	letter-spacing: 0.5em;
	font-size: 2em;
	text-align: right;
	text-transform: lowercase;
}