body {
	margin: 0;
	padding: 0;
	border: 0;
	background-color: rgb(238,243,250);
	color: black;
	font-family: Arial;
	font-size: 80%;
	text-align: center;
	line-height: 1.5
	}
p,form,label,h3,h4,table,td,tr {
/*	max-width: 100%;*/
	margin: 5px 0;
	padding: 0
	}
ul, ol {
	margin: 0;
	max-width: 100%
	}
li {
	margin-left: 2em
	}
.cleaner {
	clear: both
	}
hr.cleaner {
	clear: both;
	margin: -1px 0 0 0;
	padding: 0;
	height: 1px;
	border: none;
	visibility: hidden
	}
img {
	margin: 0;
	padding: 0;
	border: 0
	}
p.indent {
	text-indent: 2em;
	text-align: justify;
	margin: 0 0 0 0
	}
a {
	text-decoration: none;
	font-weight: bold
	}
a:hover {
	color: #FF4400
	}

div.compact {
	min-width: 10px
	}
h1, div.nadpis {
	}
h1 img, div.nadpis img {
	float: left;
	margin: 0 1em 0 0
	}
h1 .part1, div.nadpis .part1 {
	font-weight: bold;
	font-size: x-large;
	color: rgb(0,77,146)
	}
h1.bio .part1 {
	color: rgb(38,103,27)
	}
h1 .part2, div.nadpis .part2 {
	position: relative;
	top: -1ex;
	font-weight: normal;
	font-size: x-large;
	color: rgb(0,157,224)
	}
h1.bio .part2 {
	color: rgb(153,204,1)
	}
img.nadpis {
	clear: both;
	float: left;
	margin: 0 2em 0 0
	}
img.nadpisr {
	clear: both;
	float: right;
	margin: 0px 0px 0px 1em;
	}
h2, div.nadpis2 {
	border: 0;
	max-width: 100%;
	border-left: 1.5em solid rgb(32,74,146);
	text-align: left;
	background: rgb(0,102,204);
	color: white;
	font-weight: bold;
	font-size: 125%;
	margin: 10px 0px 5px 0px;
	padding: 2px;
	padding-left: 5px;
	}
h2 a, div.nadpis2 a {
	color: rgb(255,255,255)
	}
h2 a:hover, div.nadpis2 a:hover {
	color: rgb(255,255,0)
	}
h3, div.nadpis3 {
	border: 0;
	max-width: 100%;
	border-left: 1em solid rgb(32,74,146);
	text-align: left;
	/*background: rgb(0,102,204);
	color: white;*/
	background: #ccccFF;
	color: #0066cc;
	font-weight: bold;
	font-size: 110%;
	margin: 7px 0px 2px 0px;
	padding: 1px 1px 1px 5px;
	}
h4, div.nadpis4 {
	font-weight: bold
	}
div.box {
	border: 1px solid #000000;
	background-color: #FFFFEE;
	text-align: justify;
	margin: 1em 0 1em 0;
	padding: 0.5em;
	}
div.bluebox {
	border: 1px solid #000000;
	background-color: #CCFFFF;
	text-align: center;
	margin: 1em 0px;
	padding: 5px;
	}
.bluebkg {
	background-color: #E0E0FF;
	}
div.image-box {
	float: left;
	margin: 0 2em 0 0;
	text-align: center
	}
div.image-box-r {
	float: right;
	margin: 0 0 0 2em;
	text-align: center
	}
/* layout: */
/* outermost block */
#main {
	position: relative;
	text-align: left;
	width: 1024px;
	margin: 0 auto;
	padding: 0;
	border: 0;
	background: white
	}

#description {
	display: none
	}
#path {
	display: none;
	background-color: rgb(238,243,250);
	font-size: 85%;
	margin: 0
	}
#path a {
	color: rgb(0,0,102)
	}

/* top banner with logo and motto */
#logo {
	position: relative;
	top: 14px;
	left: 0px;
	width: 850px;
	height: 90px;
	background: white;
	margin: 0;
	padding: 0;
	border: 0
	}
#top_flash {
	position: absolute;
	top: 0px;
	left: 513px;
	width: 337px;
	height: 90px;
	margin: 0;
	padding: 0;
	border: 0;
	}
#search {
	position: absolute;
	top: 2px;
	left: 850px;
	width: 174px;
	height: 85px;
	background-image: url(/images/search.gif);
	border: 0;
	margin: 0;
	padding: 0
	}
#search_form {
	position: absolute;
	top: 10px;
	left: 10px
	}
#search button {
	border: 0;
	background: none;
	cursor: pointer
	}
#search input {
	width: 100px
	}
#search_form a { color: rgb(16,36,73) }
#search_form a:hover { color: rgb(33,74,148) }
#languages {
	position: absolute;
	top: 65px;
	left: 95px
	}

/* menu */
#menu {
	position: relative;
	padding: 0;
	margin: 0;
	border: 0;
	width: 1024px;
	min-height: 88px;
	background: rgb(121,192,0);
	text-align: right
	}
#menu_top {
	clear: left;
	position: relative;
	margin: 0px;
	padding: 0px;
	border: 0px
	}
#menu_top .menu_item a {
	position: relative;
	display: block;
	float: left;
	margin: 0px;
	color: white;
	overflow: hidden;
	text-align: left;
	background: rgb(130,192,203) url(/images/menu_active.jpg);
	width: 126px;
	height: 88px
	}
#menu_top .menu_item a.passive {
	background: rgb(121,192,0) url(/images/menu_passive.jpg)
	}
#menu_top .menu_item a:hover {
	color: yellow;
	background: rgb(0,28,135) url(/images/menu_active_over.jpg)
	}
#menu_top .menu_item a.passive:hover {
	background: rgb(32,88,0) url(/images/menu_passive_over.jpg)
	}
#menu_top .menu_item .menu_title {
	position: absolute;
	left: 10px;
	top: 10px;
	cursor: pointer
	}
.menu_shadow, .menu_shadow2, .menu_shadow3, .menu_shadow4 {
	position: absolute;
	cursor: pointer;
	color: rgb(80,80,80)
	}
.menu_shadow, .menu_shadow3 { left: 11px}
.menu_shadow2, .menu_shadow4 { left: 9px}
#menu_top .menu_shadow, #menu_top .menu_shadow2 { top: 16px}
#menu_top .menu_shadow3, #menu_top .menu_shadow4 { top: 14px}
.menu_shadow img, .menu_shadow2 img, .menu_shadow3 img, .menu_shadow4 img {
	visibility: hidden
	}

#login {
	float: right;
	border: 0px;
	width: 130px;
	text-align: center;
	color: white;
	margin: 5px 0 0 0;
	padding: 0
	}
#login form { margin: 0px /* nema vliv na Mozillu */ }
#login input {
	margin: 0px;
	padding: 0px;
	font-size: 90%;
	width: 90px
	}
#login button {
	border: 0;
	margin: 0;
	padding: 0;
	font-weight: bold;
	color: white;
	background: none;
	cursor: pointer
	}
#login button:hover {color: rgb(255,255,0)}
#login a {
	border: 0;
	border-top: 1px solid white;
	padding: 0;
	margin: 0;
	font-weight: normal;
	font-size: 90%;
	color: white
	}
#login a:hover {color: rgb(255,255,0)}

#content {
	position: relative;
	width: 1024px;
	background: white;
	clear: both;
	margin: 5px 0 5px 0;
	padding: 0;
	}

#page {
	margin: 0 10px 0 10px;
	float: right;
	width: 790px;
	min-height: 540px
	}

.column {
	width: 512px;
	float: left
	}

#menubar {
	float: left;
	width: 210px;
	margin: 0;
	padding: 0;
	border: 0
	}
#menu_1 .menu_item {
	margin: 1px 0
	}
#menu_1 .passive {
	color: rgb(38,72,0);
	background: rgb(170,240,48);
	border: 1px solid rgb(103,196,0)
	}
#menu_1 .active {
	color: rgb(16,37,73);
	background: rgb(170,240,240);
	border: 1px solid rgb(64,148,255)
	}
#menu_1 .menu_item a {
	margin: 0;
	border: 0;
	padding: 5px;
	display: block;
	font-weight: bold
	}
#menu_1 .menu_item a:hover {
	color: rgb(255,255,0);
	background: rgb(76,144,0)
	}
#menu_1 .menu_item a.active:hover {
	color: rgb(255,255,0);
	background: rgb(32,74,146)
	}

#menu_2 {
	width: 204px;
	margin: 0 0 0 4px;
	font-size: 90%;
	padding: 0
	}
#menu_2 .menu_item {
	border: 0;
	color: rgb(16,37,73)
	}
#menu_2 .menu_item .passive {
/*	border: 1px solid rgb(103,196,0);*/
	background: rgb(170,240,240)
	}
#menu_2 .menu_item .active {
/*	border: 1px solid rgb(64,148,255))*/
	background: rgb(0,157,224)
	}
#menu_2 .menu_item a {
	margin: 0;
	border: 0;
	padding: 0 5px;
	display: block;
	font-weight: bold
	}
#menu_2 .menu_item a:hover {
	color: rgb(255,255,0);
	background: rgb(32,74,146)
	}
#menu_2 .menu_item a.active:hover {
	}

#footer {
	clear: both;
	width: 1024px;
	height: 48px;
	background: rgb(32,74,146);
	border: 0;
	margin: 0;
	padding: 0;
	color: white;
	font-size: 75%
	}
#footer img.separator {
	float: left
	}
#footer_a, #footer_b, #footer_c{
	height: 48px;
	float: left;
	margin: 15px;
}
#footer_a {
	width: 260px
	}
#footer_b {
	width: 150px
	}
#footer_b img{
	vertical-align: -1%
	}
#footer a {
	color: white
	}
#print_info {
	display: none;
	}
#infobar {
	text-align: center;
	margin: 30px 10px 10px 10px
}

/* menu.htt / menu.php - menu_sections */
#menu_sections {
	float: left;
	width: 209px;
	margin: 0;
	padding: 0;
	border: 0
	}
.menu_sections_title {
	display: block;
	font-weight: bold;
	background-color: rgb(94,189,253);
	color: rgb(0,0,51);
	font-size: 125%;
	text-align: center;
	margin: 0;
	padding: 0;
	border: 0;
	border-bottom: 2px solid white;
	border-top: 2px solid white
	}
#menu_sections_content {
}
.menu_sections_item {
	display: block;
	background-color: rgb(32,74,146);
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	color: white
	}
.menu_sections_item_selected {
	background-color: rgb(94,189,253)
	}
.menu_subsections_item a, .menu_subsections_item_selected a,
.menu_sections_item a, .menu_sections_item_selected a {
	display: block;
	font-weight: bold
	}
.menu_sections_item a, .menu_sections_item_selected a {
	margin: 0 5px 0 5px;
	color: white
	}
.menu_sections_item_selected a {
	color: rgb(0,0,51)
	}
.menu_subsections {
	background-color: rgb(94,189,253)
	}
.menu_subsections_item {
	}
.menu_subsections_item_selected {
	position: relative;
	left: 5px;
	/*background-color: rgb(56,175,255);*/
	background-color: white;
	}
.menu_subsections_item a, .menu_subsections_item_selected a {
	font-size: 90%;
	text-indent: -14px;
	color: rgb(0,0,51)
	}
.menu_subsections_item a {
	margin: 0 10px 0 25px
	}
.menu_subsections_item_selected a {
	margin: 0 15px 0 20px
	}
.menu_sections_item a:hover, .menu_sections_item_selected a:hover,
.menu_subsections_item a:hover, .menu_subsections_item_selected a:hover,
a.menu_sections_title:hover {
	color: yellow
	}

/* home.htt */
#home {
	float: left;
	position: relative;
	width: 728px;
	height: 539px;
	background-image: url(/images/home_face.jpg);
	margin: 0;
	padding: 0;
	border: 0
	}
#home_flash {
	position: relative;
	width: 728px;
	height: 539px;
	margin: 0;
	padding: 0;
	border: 0
	}
#news {
	float: right;
	width: 292px;
	height: 539px;
	background: rgb(56,175,255);
/*	background: rgb(203,234,255);*/
	margin: 0;
	padding: 0;
	border: 0
	}
.news_item, .news_item a, .news_item img {
	margin: 0;
	padding: 0;
	border: 0
	}

/* section.htt */
#section_message {
	float: right;
	width: 813px;
	padding: 0;
	border: 0;
	text-align: center;
	font-weight: bold
	}
#products {
	float: right;
	width: 813px;
	min-height: 539px;
	background: white;
	/*background: rgb(56,175,255);*/
	padding: 0;
	border: 0
	}
.section_name {
	margin: 0;
	padding: 0;
	color: white;
	background: rgb(32,74,146);
	font-size: 150%;
	border-bottom: 3px solid white
	}
.section_desc {
	margin: 5px 5px 5px 15px;
	padding: 0;
	color: rgb(0,74,148);
	background: white;
	}
.section_desc p {
	color: rgb(0,74,148);
	text-align: justify;
	}
#product_list {
	margin: 0 0 0 15px
	}
.product {
	float: left;
	border: 1px solid rgb(32,74,146);
	width: 195px;
	vertical-align: bottom;
	background-color: white;
	margin: 2px;
	}
a.product_name {
	display: block;
	margin: 5px;
	border-bottom: 1px solid rgb(32,74,146);
	height: 10ex;
	font-weight: bold;
	cursor: pointer;
	color: black;
	text-align: center;
	vertical-align: bottom;
	}
.product_foto {
	display: block;
	cursor: pointer;
	height: 100px;
	text-align: center
	}
.product_form {
	text-align: center
	}

/* special formatting within pages */
#access_denied {
	width: 100%;
	background-color: #FFFFFF;
	}

#magazine_list {
	}
.magazine_column {
	float: left;
	width: 330px
	}

/* cosmetics.htt */
#flash_a {
	width: 512px;
	height: 490px;
	background: rgb(148,212,255) url(/images/devices.jpg) bottom no-repeat;
	margin: 0;
	padding: 0;
	border: 0
	}
#flash_b {
	width: 512px;
	height: 490px;
	background: rgb(148,212,255) url(/images/products.jpg) bottom no-repeat;
	margin: 0;
	padding: 0;
	border: 0
	}
.flash_title {
	width: 510px;
	height: 40px;
	background: rgb(94,189,253);
	font-size: 175%;
	text-align: center;
	color: white;
	margin: 0 1px 0 1px;
	padding: 0;
	border: 0;
	border-bottom: 3px solid rgb(153,205,0)
	}

#pos {cursor: crosshair}

td.saloon_links {
	}
td.saloon_links .title {
	background: #E0E0FF;
	border: 1px solid #CCCCFF;
	font-weight: bold;
	padding-left: 0.5em;
	width: 12em
	}
td.saloon_links a {
	padding: 0.5em 1em;
	display: block;
	font-weight: normal;
	border: 1px solid #E0E0FF;
	color: #000000
	}
td.saloon_links a:hover {
	background: #E0E0FF;
	font-weight: normal;
	border: 1px solid #6868FF
	}
td.saloon_links br {display: none}

#FormMail {
	background: #ffffcc;
	border: 1px solid #eeeebb;
	float: left;
	padding: 5px
	}
#FormMail label {
	display: block;
	float: left;
	width: 10em
	}
#FormMail br {
	clear: both
	}

.seminar {
	background: #ddeeff;
	border: 1px solid #ccddee;
	margin: 1em 0 1em 0
	}
.seminar h3 {
	margin: 0
	}
.seminar div {
	margin: 5px
	}

.forum_subject {
	border: 1px solid #009DE0;
	background: #AAF0F0;
/*	background: #D9F3FF;*/
	margin-top: .5em;
	padding: 0 5px
	}
.forum_body {
	background: #EAF9FF;
	border: 1px solid #009DE0;
	border-top-width: 0;
	margin-bottom: .5em;
	padding: 0 5px
	}
a.button {
	padding: 0;
	display: inline;
	padding: 2px 1em;
	text-align: center;
	text-decoration: none;
	background: #E0E0FF;
	border: 1px solid #005085;
	color: #005085;
	}
a.button:hover {
	background: #005085;
	color: #E0E0FF;
	}

ul.ticks {
	list-style-image: url(/images/odtrzitko.gif)
	}

.mail_previous {
	border: 1px solid #eeeebb;
	margin-bottom: .5em;
	padding: 0 5px;
	min-width: 10px
	}

#mysqladmin_form {
	background: #ffffcc;
	border: 1px solid #eeeebb;
	float: left;
	padding: 5px
	}
#mysqladmin_form label {
	display: block;
	float: left;
	width: 20em
	}
#mysqladmin_form br {
	clear: both
	}

a.file {
	display: block;
	float: left;
	margin: 0px 10px;
	text-align: center;
	}

.mysqladmin_help {
	position: absolute;
	visibility: hidden;
	background-color: yellow;
	width: 300px;
	left: 0px;
	top: 20px;
	border: 1px solid black;
	padding: 5px;
}

.product2link {
	float: left;
	text-align: center;
	margin: 5px;
	padding: 5px;
	width: 240px;
	height: 170px;
	border: 1px solid #ccccff;
	}
span.discount {
	color: yellow;
	background-color: rgb(255,51,51);
	font-weight: bold;
	border: 1px solid yellow;
	padding: 2px;
}

/* cosmetics/mezoterapie */
table.mezo {
	border:1px solid #8CCBEF;
	border-collapse:collapse
	}
table.mezo th {
	border:1px solid #FFFFFF;
	background:#8CCBEF;
	color:#000080;
	padding:5px
	}
table.mezo td {
	border:1px solid #8CCBEF;
	padding:5px;
	border-collapse:collapse
	}
table.mezo-prod, table.mezo-prod th, table.mezo-prod td {
	border:1px solid #8CCBEF;
	border-collapse:collapse;
	padding:5px;
	}
table.mezo-prod th.mezo-prod {
	text-align:center;
	font-weight:normal
	}
table.mezo-prod th.mezo-prod2 {
	border-color:#FFFFFF;
	background:#8CCBEF;
	color:#000080
	}

/* cosmetics/conservation */
table.conservation {
	border: 1px solid #8CCBEF;
	}
table.conservation th {
	color:#000080;
	padding:5px;
	}
tr.conservationA td {
	background:#8CCBEF;
	padding:5px;
	}
tr.conservationB td {
	background:#F7E3BD;
	padding:5px;
	}
tr.conservationC td {
	background:#BDDEB1;
	padding:5px;
	}
.conservation_used_by_syncare {
	color:#ED1E25;
	}

.promo {
	margin-top: 5px
	}

.promo_nadpis {
	background: #2b5a0c;
	color: #ffffff;
	font-weight: bold;
	padding: 0px 5px
	}
.promo_text {
	border: 1px solid #79c000;
	background: #ddff77;
	color: #2b5a0c;
	padding: 5px
	}

/* product */
#products h1 {
	margin: 0;
	padding: 0;
	color: white;
	background: rgb(32,74,146);
	font-size: 150%;
	border-bottom: 3px solid white
	}
#product {
	margin: 5px 5px 5px 15px;
	padding: 0;
	color: #004A94;
	background: #FFFFFF;
	position: relative
	}
#product_img {
	position: absolute;
	width: 350px;
	text-align: center;
	overflow: hidden;
	left: 2px;
	top: 10px
	}
#product_page {
	position: absolute;
	left: 360px;
	top: 2px;
	width: 429px
	}
#product_menu {
	border-top: solid 2px #CCCCFF;
	background-color: #CCCCFF;
	margin: 0px;
	padding: 0px;
	font-size: 13px;
	word-spacing: -0.3em
	}
#product_menu a, #product_menu a:hover, #product_menu a.active, #product_menu a.active:hover {
	display: inline;
	margin: 0px;
	padding: 3px;
	text-align: center;
	word-spacing:normal;
	white-space: nowrap;
	border: solid 1px #CCCCFF;
	border-bottom: none
	}
#product_sheet {
	position: relative;
	border: solid 1px #CCCCFF;
	border-top: none;
	background-color: #FFFFFF;
	width: 427px;
	height: 710px
	}
.product_tab_visible {
	position: absolute;
	border-top: none;
	top: 0px;
	left: 0px;
	padding: 3px;
	height: 710px;
	overflow: auto;
	width: 422px;
	color: #204A92
	}
.product_tab_hidden {
	visibility: hidden;
	position: absolute;
	border-top: none;
	top: 0px;
	left: 0px;
	padding: 3px;
	height: 710px;
	overflow: auto;
	width: 422px;
	color: #204A92
	}

div.rightlinks {
	float: right;
	width: 227px;
	text-align: center;
	margin-left: 20px
	}
