body {
	margin: 0;
	padding: 0;
	width: 100%;
	background-color: #660022;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	height: 100%;
	min-width: 870px;
}

html {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}

#page {
	margin: 0 auto;
	padding: 0;
	width: 771px;
	border-right: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	background: #FFFFFF;
	height: 100%;
}

#header {
	margin: 0;
	padding: 0;
	border-top: 1px solid #FFFFFF;
	background-image: url(images/header.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	letter-spacing: 1px;
	height: 300px;
}

#header ul {
	margin: 0 0 0 175px;
	padding: 0;
}

#header li {
	float: left;
	margin: 92px 1px 0 0;
	padding: 0;
	border-right: 1px solid #007755;
	border-top: 3px solid #007755;
	list-style-type: none;
	display: inline;
	background-color: transparent;
	font-size: 10px;
	line-height: 17px;
}

#header li.right {
	border-right: none;
}

#header li.right a {
	padding-right: 3px;
}

#header li.active-right {
	border-right: none;
}

#header li.active-right a {
	padding-right: 3px;
}

#header li a {
	padding: 2px 7px 0 7px;
	display: block;
	color: #000000;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}

#header li.active a {
	border-top: 3px solid #007755;
	color: #CC3322;
}

#header li.active-right a {
	border-top: 3px solid #007755;
	color: #CC3322;
}

#header li a:hover {
	border-top: 3px solid #007755;
	color: #CC3322;
}

#header img {
	margin-left: 153px;
	float: right;
	position: absolute;
	top: 0;
}

#left-side {
	margin: 0;
	padding: 0;
	width: 150px;
	border-right: 1px solid #CC3322;
	background-color: #CEFFE2;
	letter-spacing: 1px;
	height: 370px;
	position: absolute;
	top: 200px;
}

#left-side p {
	padding: 7px 2px 0 0;
	color: #D2691E;
	font-size: 10px;
	text-align: right;
}

#left-side img {
	border-top: 1px solid #7391A9;
	border-bottom: 1px solid #7391A9;
	width: 170px;
}

#left-side ul {
	margin: 100px 0 0 0;
	padding: 0;
	background-image: url(images/left-side.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
}

#left-side li {
	margin: 0;
	padding: 0;
	width: 170px;
	float: left;
	list-style-type: none;
	display: inline;
	background-image: url(images/menu-left.gif);
	background-position: left top;
	background-repeat: no-repeat;
	background-color: #CF7127;
	font-size: 9px;
	font-weight: bold;
	line-height: 20px;
}

#left-side li a {
	padding-left: 5px;
	border-bottom: 1px solid #77A6CE;
	display: block;
	color: #FFEED4;
	text-decoration: none;
}

#left-side li a:hover {
	background-image: url(images/menu-left-active.gif);
	background-position: left top;
	background-repeat: no-repeat;
	color: #FFFFFF;
}

#left-side li.active a {
	background-image: url(images/menu-left-active.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

#left-side li.submenu a {
	padding-left: 15px;
	background-image: url(images/submenu-left.gif);
	background-position: left top;
	background-repeat: no-repeat;
	color: #8B4513;
}

#left-side li.submenu a:hover {
	color: #FFFFFF;
	background-image: url(images/submenu-left-active.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

 #left-side li.submenu-active a {
	padding-left: 15px;
	color: #FFFFFF;
	background-image: url(images/submenu-left-active.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

h1 {
	margin: 0;
	padding: 0;
	width: 767px;
	color: #007755;
	font-size: 12px;
	letter-spacing: 1px;
	text-align: right;
	position: absolute;
	top: 30px;
}

h2 {
	margin: 0 0 12px 0;
	padding: 7px 0 2px 0;
	border-bottom: 1px solid #007755;
	width: 400px;
	color: #000033;
	font-size: 12px;
	text-align: left;
}

h3 {
	margin: 10px 0 0 0;
	padding: 2px 0 2px 0;
	color: #000033;
	font-size: 11px;
	text-align: left;
}

h4 {
	margin: 7px 0 0 0;
	padding: 2px 5px 1px 0;
	color: #000033;
	background-color: #F2F5FB;
	font-size: 11px;
}

p {
	margin: 0;
	padding: 5px 0;
	color: #000033;
	font-size: 11px;
}

p.boldfont {
	font-weight: bold;
}

a {
	padding: 0;
	margin: 0;
	color: #000033;
}

a:hover {
	padding: 0;
	margin: 0;
	color: #000033;
}

#content {
	margin: 0 0 27px 140px;
	padding: 0 5px 20px 10px;
	width: 617px;
	background: #transparent;
	text-align: justify;
	position: absolute;
	top: 160px;
}

img {
	margin: 0;
	padding: 0;
	border: none;
	cursor: default;
}

#content img {
	padding: 2px;
	border: 1px solid #ECCBA2;
	cursor: pointer;
}

#content img.nopop {
	cursor: default;
}

#content img.img-right-nopop {
	margin: 7px 0 0 10px;
	float: right;
	cursor: default;
}

#content img.img-left-nopop {
	margin: 7px 10px 0 0;
	float: left;
	cursor: default;
}

.img-right {
	margin: 7px 0 0 10px;
	float: right;
}

#content img.img-right-nbr {
	margin: 7px 0 0 10px;
	float: right;
	border: none;
	cursor: default;
}

.img-left {
	margin: 7px 10px 0 0;
	float: left;
}

.img-under {
	margin: 17px 10px 0 0;
}

#left-side img.under-menu {
	margin: 10px 0 0 0;
	border: 1px solid #7391A9;
	width: 150px;
	cursor: pointer;
}

#content img.zavinac {
	border: none;
	vertical-align: bottom;
	cursor: default;
}

table {
	margin: 10px 0 0 0;
	padding: 0;
}

td {
	background-color: #F2F5FB;
	vertical-align: top;
}

td p {
	padding: 5px;
}

table.kontakt {
	margin-bottom: 10px;
	width: 580px;
	font-weight: bold;
}

table.kontakt td.pozn {
	font-size: 10px;
	font-weight: normal;
}

table.formular td {
	padding: 2px 5px;
	font-size: 11px;
	text-align: left;
	vertical-align: middle;
}

table.formular td.send-form {
	text-align: right;
}

input {
	font-size: 10px;
	font-weight: bold;
}

table.popis-img {
	margin-bottom: 10px;
}

table.popis-img td {
	margin: 0;
	padding: 0 3px;
	background-color: #FFFFFF;
	color: #CF7127;
	font-size: 10px;
	text-align: center;
}

table.popis-img td.left-text {
	width: 100%;
	text-align: justify;
}

#language {
	margin: 0;
	padding: 0;
	width: 772px;
	background: transparent;
	font-size: 9px;
	text-align: right;
	position: absolute;
	top: 1px;
}

#language a {
	margin: 0;
	padding: 0 4px;
	color: #000055;
	text-decoration: none;
}

#language a:hover {
	background-color: #007755;
	color: #FFFFFF;
}

#footer {
	margin: 0;
	padding: 2px 0;
	width: 771px;
	background: #007755;
	text-align: center;
	position: absolute;
	bottom: 0px;
}

#footer p, #footer p a {
	margin: 0;
	padding: 2px 0;
	color: #CCCCCC;
	font-size: 10px;
	text-decoration: none;
}

#footer img {
	margin: 0;
	padding: 0 5px 0 5px;
	border: none;
	width: 52px;
	text-align: right;
	height: 10px;
	vertical-align: bottom;
}

span.counter {
	margin: 0;
	padding: 0 0 0 175px;
	position: absolute;
}

img.zavinac {
    border: 0 none;
    margin: 0;
    padding: 0;
}

