	body {
		background-color: white;
		background-image: url('pics/page_back.png');
		background-repeat: repeat-x;
		background-position: top left;
		font-family: arial, verdana, times;
		}
	#page {
		width: 940px;
		margin: auto;
		padding: 0px;
		}
	#head {
		position: relative;
		padding: 0px;
		height: 197px;
		width: 100%;
		background-image: url('pics/head_back.png');
		background-repeat: no-repeat;
		background-position: bottom left;
		}
	#head h1 {
		position: absolute;
		top: 10px;
		left: 300px;
		font-size: x-large;
		font-weight: bold;
		color: white;
		}
	#langbox {
		position: absolute;
		top: 1px;
		right: 10px;
/*		border: 1px solid #dbdbdb;*/
		padding: 2px;
/*		background: white;*/
		}
	.langselect img {
		border: 1px solid #ffe04f;
		border-top: 1px solid #d1ad04;
		border-left: 1px solid #d1ad04;
		vertical-align: middle;
		}
	#head #motto {
		position: absolute;
		bottom: 0px;
		right: 28px;
		color: white;
		margin: 3px;
		padding: 5px;
		padding-left: 18px;
		padding-top: 7px;
		width: 129px;
		height: 25px;
		background-image: url('pics/motto_back.png');
		background-repeat: no-repeat;
		background-position: center center;
		font-size: x-small;
/* Internet explorer */
/*padding-top: 6px;
padding-bottom: 4px;
top: 159px;*/
		}
	#head #path {
		position: absolute;
		top: 174px;
		right: 360px;
		color: white;
		padding: 2px;
		text-align: right;
		}
	.sipka {
		padding-left: 9px;
		background-image: url('pics/path_back.png');
		background-repeat: no-repeat;
		background-position: center left;
		}
	#path {
		font-size: small;
		}
	#path a {
		color: #a2401b;
		}
	#head #kontaktujte {
		position: absolute;
		bottom: 0px;
		right: 200px;
		color: white;
		margin: 3px;
		padding: 5px;
/* Internet explorer */
/*padding-top: 8px;
padding-bottom: 2px;
top: 157px;*/
		width: 140px;
		height: 27px;
		background-image: url('pics/kontaktujte_back.png');
		background-repeat: no-repeat;
		background-position: center center;
		}
	.button {
		display: block;
		border: 1px solid #bdbdbd;
		background-image: url('pics/button_back.png');
		background-repeat: repeat-x;
		background-position: center left;
		height: 15px;
/*		width: */
		text-decoration: none;
		color: #696969;
		padding-left: 2px;
		padding-right: 2px;
		padding-top: 5px;
		padding-bottom: 3px;
		margin: 1px;
		font-size: x-small;
		}
	.kontakt {
		font-size: small;
		}
	.kontakt .button {
		width: 100px;
		padding: 3px;
		padding-left: 18px;
		text-decoration: none;
		color: #696969;
		}
	.kontakt .button:hover {
		text-decoration: none;
		}
	.button .button_text {
		padding-left: 18px;
		margin-left: 10px;
		margin-top: 1px;
		background-image: url('pics/kontaktujtelink_back.png');
		background-repeat: no-repeat;
		background-position: center left;
		}

	.bold_text {
		font-weight: bold;
		}
	.small_text {
		font-size: x-small;
		color: #757575;
		}
	.no_display {
		display: none;
		}
	.no_border {
		border: none;
		}
	.italic_text {
		font-size: x-small;
		font-style: italic;
		}

	#body {
		position: relative;
		min-height: 550px;
		}
	#panel {
		width: 225px;
		margin-right: 10px;
		position: absolute;
		top: 0px;
		left: 0px;
		}
	#panel h2 {
		color: #a2401b;
		font-size: medium;
		}
	#menu {
		list-style-type: none;
		padding: 0px;
		margin: 0px;
		}
	.menu_no {
		color: #ececec;
		font-weight: bold;
		padding: 4px;
		font-size: x-large;
		}
	.menu_selected {
/*		background-image: url('pics/selmenu_back.png');
		background-repeat: repeat-y;
		background-position: top left;*/
		border-left: 6px solid #a5c53e;
		font-size: small;
		color: #a2401b;
		padding: 5px;
		padding-right: 0px;
		border-bottom: 1px dotted #d4d4d4;
		margin-left: 0px;
		margin-bottom: 1px;
		width: 185px;
		}
	.menu_item {
/*		background-image: url('pics/menu_back.png');
		background-repeat: repeat-y;
		background-position: top left;*/
		border-left: 6px solid #b2bf53;
		font-size: small;
		padding: 5px;
		padding-right: 0px;
		border-bottom: 1px dotted #d4d4d4;
		margin-left: 0px;
		margin-bottom: 1px;
		width: 185px;
		}
	#menu a.menu_link {
		color: gray;
		text-decoration: none;
		}
	#menu a.menu_link, #menu span.menu_link_selected  {
		margin-left: 5px;
		font-weight: bold;
		}
	#menu a.menu_sublink {
		color: gray;
		text-decoration: none;
		}
	#menu a.menu_sublink, #menu span.menu_sublink_selected  {
		margin-left: 5px;
		font-size: small;
		}
	.menu_end {
		background-image: url('pics/menuend_back.png');
		background-repeat: no-repeat;
		background-position: top left;
		}
	.kontakt {
		margin-top: 10px;
		margin-left: 10px;
		color: #757575;
		}
	.kontakt a, .mainFooter a, .main_text a {
		color: #a2401b;
		text-decoration: none;
		}
	.kontakt a:hover, .mainFooter a:hover, .main_text a:hover {
		text-decoration: underline;
		}
	li.menu_selected ul.submenu {
		list-style-type: none;
		padding-left: 10px;
		}

	#main {
		min-height: 300px;
		padding-top: 5px;
		margin-left: 235px;
/*		float: right;*/
/*Internet Explorer*/
/*padding-top: 25px;*/
		}
	#main h2 {
		font-size: medium;
		color: #757575;
		}
	.main_text {
		text-align: justify;
		color: #757575;
		}
	.main_image {
		text-align: center;
		color: #757575;
		font-style: italic;
		}
	#main ul {
		list-style-type: none;
		padding-left: 50px;
		}
	#main li {
		padding-left: 10px;
		margin-left: 0px;
		background-image: url('pics/mainli_back.png');
		background-repeat: no-repeat;
		background-position: top left;
		color: #757575;
		}
	li.sitemap a {
		color: #a2401b;
		}
	.mainFooter {
		font-size: xx-small;
		text-align: right;
		color: #757575;
		margin-top: 20px;
		}

	#footer {
		width: 98%;
		padding: 0px;
		margin: auto;
		margin-top: 10px;
		clear: both;
		}
	#footer_line {
		background-color: #abc444;
		border: none;
		border-top: 1px solid #acbe5b;
		border-bottom: 1px solid #bfcb79;
		height: 2px;
		margin: none;
		margin-bottom: 4px;
		}
	#footer_main {
		background-color: #da6843;
		border: 1px solid #c8704a;
		color: white;
		margin: none;
		margin-top: 4px;
		position: relative;
		height: 30px;
		}
	.footer_copyright {
		position: absolute;
		top: 1px;
		left: 5px;
		font-size: x-small;
		padding: 0px;
		margin: 0px;
		}
	.footer_menu {
		position: absolute;
		top: 8px;
		right: 5px;
		font-size: x-small;
		padding: 0px;
		margin: 0px;
		}
	#footer_main a {
		color: white;
		text-decoration: none;
		}
	#footer_main a:hover {
		text-decoration: underline;
		}

	#topline {
		color: white;
		position: relative;
		height: 25px;
		}
	.topline_left {
		position: absolute;
		top: 0px;
		left: 5px;
		font-weight: bold;
		margin: 0px;
		padding: 0px;
		font-size: small;
		}
	.topline_left a, .topline_right a {
		color: white;
		text-decoration: none;
		}
	.topline_left a:hover, .topline_right a:hover {
		text-decoration: underline;
		color: black;
		}
	.topline_right {
		position: absolute;
		top: 0px;
		right: 5px;
		margin: 0px;
		padding: 0px;
		font-size: small;
		}

	#reklama {
		position: absolute;
		top: 48px;
		left: 300px;
		color: white;
		font-size: medium;
		font-family: arial, Verdana, times;
		}
	#head ul.prvni {
		list-style-type: none;
		padding-left: 0px;
		position: absolute;
		top: 67px;
		left: 300px;
		font-size: small;
		}
	#head ul.druhy {
		list-style-type: none;
		padding-left: 0px;
		position: absolute;
		top: 67px;
		left: 450px;
		font-size: small;
		}
	ul.prvni li {
		padding-left: 10px;
		margin-left: 0px;
		margin-bottom: 3px;
		background-image: url('pics/mainli_back.png');
		background-repeat: no-repeat;
		background-position: center left;
		color: white;
		font-family: arial, Verdana, times;
		}
	ul.druhy li {
		padding-left: 10px;
		margin-bottom: 3px;
		margin-left: 0px;
		background-image: url('pics/mainli_back.png');
		background-repeat: no-repeat;
		background-position: center left;
		color: white;
		font-family: arial, Verdana, times;
		}
	#motto a, ul.prvni li a, ul.druhy li a {
		color: white;
		text-decoration: none;
		}
	#motto a:hover, ul.prvni li a:hover, ul.druhy li a:hover {
		text-decoration: underline;
		}

	#printlink {
		padding-left: 12px;
		color: white;
		text-decoration: none;
		background-image: url('pics/print_back.png');
		background-repeat: no-repeat;
		background-position: center left;
		}
	#printlink:hover {
		color: black;
		background-image: url('pics/print_now_back.png');
		}

/* kontakt */
	.tbKontakt {
		border: none;
		border-collapse: collapse;
		}
	.tbMapa {
		padding: 5px;
		text-align: center;
		width: 200px;
		}
	.tbMapa img {
		border: 1px solid black;
		}
	.tbNadpis {
		font-weight: bold;
		vertical-align: top;
		text-align: right;
		padding: 2px;
		color: #757575;
		}
	.tbData {
		vertical-align: top;
		height: 20px;
		padding: 2px;
		color: #757575;
		}
	.tbData a {
		color: #a2401b;
		text-decoration: none;
		}
	.tbData a:hover {
		text-decoration: underline;
		}

	.hidden {
		display: none;
		}

/* formular */
	.formMain {
		margin: auto;
		padding: 15px;
		color: gray;
		border: 1px solid #c3c3c3;
		width: 405px;
		text-align: center;
		}
	.formMain label {
		margin-top: 3px;
		width: 83px;
		}
	#formTo {
		border: 1px solid #c3c3c3;
		background-color: #feffdd;
		}
	#formTo option, .maillink {
		padding-left: 17px;
		background-image: url('pics/ico_mail.png');
		background-repeat: no-repeat;
		background-position: center left;
		}
	#formFrom {
		border: 1px solid #c3c3c3;
		background-color: #feffdd;
		/*margin-left: 26px;*/
		margin-top: 3px;
		width: 265px;
		}
	#formSubject {
		border: 1px solid #c3c3c3;
		background-color: #feffdd;
		/*margin-left: 35px;*/
		margin-top: 3px;
		width: 265px;
		}
	#formMessage {
		border: 1px solid #c3c3c3;
		background-color: #feffdd;
		width: 348px;
		height: 200px;
		margin-top: 3px;
		}
	.formButton {
		border: 1px solid #c3c3c3;
		background-image: url('pics/button_back.png');
		background-repeat: repeat-x;
		background-position: center left;
		height: 20px;
		padding-left: 5px;
		padding-right: 5px;
		text-align: center;
		color: gray;
		margin: auto;
		margin-top: 3px;
		}
/* eshop */
	.checkForm {
		padding: 1px;
		border: none;
		background: none;
		font-weight: bold;
		font-size: medium;
		color: green
		}
	.checkForm:hover {
		padding: 0px;
		border: 1px solid black;;
		font-weight: normal;
		color: black;
		}
	.platbaHide {
		display: none;
		}
	.formObjButton {
		border: 1px solid #c3c3c3;
		background-image: url('pics/obj_button_back.png');
		background-repeat: no-repeat;
		background-position: center right;
		height: 20px;
		padding-left: 5px;
		padding-right: 30px;
		text-align: center;
		color: gray;
		margin: auto;
		margin-top: 3px;
		}
	.jeGreen {
		font-size: large;
		font-weight: bold;
		color: green;
		padding: 10px;
		margin: 10px;
		border: 1px solid green;
		text-align: center;
		}
	.jeRed {
		font-size: large;
		font-weight: bold;
		color: red;
		padding: 10px;
		margin: 10px;
		border: 1px solid red;
		text-align: center;
		}

/* BEZNA TABULKA */
	.tbTable {
		border-collapse: collapse;
		}
	.tbHead {
		border: none;
		border-bottom: 1px solid black;
		padding-right: 5px;
		padding-left: 5px;
		color: gray;
		font-weight: bold;
		text-align: left;
		}
	.tbMain, .tbMain td {
		border: none;
		border-bottom: 1px solid black;
		padding-right: 5px;
		padding-left: 5px;
		white-space: nowrap;
		color: black;
		text-align: left;
		}
	.tbTotal, .tbTotal td {
		border: none;
		padding-right: 5px;
		padding-left: 5px;
		white-space: nowrap;
		color: black;
		font-weight: bold;
		text-align: left;
		}

