html {
	font-family: Verdana;
	font-size: 12px;
	line-height: 18px;
	color: #747b76;
	background-color: white;
	margin: 0px;
	padding: 0px;
	text-align: left;
	background-image: url('./images/bg.png');
	background-repeat: repeat-x;
}
body {
	width: 990px;
	margin: 0px auto;
	padding: 0px;
	background-color: white;
	background-image: url('./images/gradient.png');
	background-repeat: repeat-y;
	padding-left: 30px;
	padding-right: 30px;
	position: relative;
}

a {
	color: black;
	text-decoration: none;
}
a:hover {
	background-color: #DADBDB;
	text-decoration: underline;
}

#header {
	background-color: #b9bdba;
	background-image: url('./images/header-bg.png');
	background-repeat: repeat-x;
	height: 324px; /* 362 - 38 */
	padding-top: 38px;
}

#header #logo {
	display: block;
	margin: 0px;
	padding: 0px;
	text-align: right;
	height: 48px;
	color: #9ae008;
	font-size: 44px;
	padding-right: 24px;
	background-image: url('./images/logo.png');
	background-repeat: no-repeat;
	background-position: right;
	background-color: transparent;
}
#header a#logo:hover {
	background-color: transparent;
	text-decoration: none;
}

#header #nav {
	width: 300px;
	height: 276px;
	float: left;
	background-color: #747b76;
	border-right: #e3e3e3 1px solid;
}
#header #nav menu {
	margin: 0px;
	padding: 0px;
	list-style: none;
	font-size: 15px;
	font-weight: bold;
	margin-top: 22px;
	text-transform: lowercase;
}
#header #nav menu li {
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: block;
	clear: both;
}
#header #nav menu li a {
	margin: 0px;
	padding: 0px;
	display: block;
	float: left;
	background-color: #9ae008;
	background-image: url('./images/menu-bg.png');
	background-repeat: repeat-x;
	color: #747b76;
	padding-left: 36px;
	padding-right: 22px;
	height: 24px;
	padding-top: 6px;
	padding-bottom: 9px;
	white-space: nowrap;
	text-decoration: none;
	font-weight: 900;
}
#header #nav menu li a.active {
	color: black;
}
#header #nav menu li a:hover {
	background-color: #e8e8e8;
	background-image: url('./images/menu-bg-hover.png');
	color: black;
}
#header #nav menu li span.edge {
	padding-left: 9px;
	padding-bottom: 20px;
	background-image: url('./images/menu-edge.png');
	background-repeat: no-repeat;
	background-position: right;
}
#header #pics {
	display: block;
	width: 689px;
	height: 276px;
	float: left;
	background-color: #595c44;
	background-image: url('./images/pics.jpg');
	background-repeat: no-repeat;
}

#section {
	width: 990px;
	background-color: #e8e8e8;
	clear: both;
	padding-top: 40px;
	padding-bottom: 40px;
	min-height: 600px;
	_height: 600px; /* IE6 hack _ */
}

#section #aside {
	width: 267px; /* 300 -33*/
	float: left;
	padding-left: 33px;
}

#section #article {
	width: 614px; /* 690 -46 -30*/
	float: right;
	padding-left: 46px;
	padding-right: 30px;
}

#section #aside #contact {
	font-size: 12px;
	font-weight: 900;
}
#section #aside #contact p {
	font-weight: normal;
}
#section #aside #map {
	color: #747b76;
	text-align: center;
}
#section #aside #map .mapouter {
	display: block;
	width: 250px;
	height: 250px;
	height: 312px;
	background-repeat: no-repeat;
	background-image: url('./images/planek-bg.png');
	_background-image: url('./images/planek-bg.gif'); /* IE6 hack _ */
	background-position: 0px 0px;
}
#section #aside #map .mapinner {
	display: block;
	width: 250px;
	height: 225px;
	height: 312px;
	background-repeat: no-repeat;
	background-image: url('./images/planek.png');
	_background-image: none; /* IE6 hack _ */
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/planek.png'); /* IE6 hack _ */
}
#section #aside #imap {
	float: left; /* becouse IE */
}
#section #aside #imap:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	background-color: transparent;
}
#section #aside #imap img {
	border: 1px #747b76 solid;
}
#section #aside #aside-galerie {
	line-height: 0px;
	font-size: 0px;
	margin-left: -1px;
	margin-top: 60px;
}
#section #aside #aside-galerie h2 {
	margin-bottom: 15px;
}
#section #aside #aside-galerie a {
	float: right; /* because IE */
	border-bottom: 1px transparent solid;
	border-right: 1px transparent solid;
	=border-color: #e8e8e8; /* IE6 IE7 hack = */
}

#section #aside #aside-galerie a:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	background-color: transparent;
}
#section #aside #aside-galerie img {
	border: none;
	padding: 0px;
	margin: 0px;
	height: 100px;
	width: 133px;
}

#footer {
	height: 28px;
	background-color: #747b76;
}


.gradient {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 30px;
	height: 887px;
	background-image: url('./images/header-gradient.png');
	background-repeat: no-repeat;
	background-position: left top;
}
.gradientRight {
	left: auto;
	right: 0px;
	background-position: right top;
}

.gradientFooter {
	margin-left: -30px;
	margin-right: -30px;
	background-color: white;
	background-image: url('./images/footer-gradient.png');
	background-repeat: no-repeat;
	height: 28px;
	padding-bottom: 20px;
}
#section h1, #section h2, #section h3, #section h4, #section h5, #section h6 {
	margin: 0px;
	padding: 0px;
	font-size: 13px;
	font-weight: bold;
}
#section h1, #section h2 {
	font-size: 14px;
	font-weight: 900;
	text-transform: uppercase;
}
#section #article h2 {
	padding-bottom: 20px;
}

#section h3 {
	font-weight: 900;
}

#section h5, #section h6 {
	font-size: 12px;
}

#section #aside #contact h3 {
	font-weight: bold;
}

p {
	margin: 0px 0px 20px 0px;
}

.blind {
	margin-left: -10000px;
	position: absolute;
}
.clear {
	clear: both;
}
hr {
	padding: 0px;
	margin: 0px;
	border: 0px;
	height: 1px;
	background-color: #747b76;
	color: #747b76;

	margin-bottom: 20px;

	position: relative;
}

#section #article table#vypis {
	border-top: 1px #747b76 solid;
	border-bottom: 1px #747b76 solid;
	width: 100%;
	border-collapse: collapse;
	text-align: left;
}
#section #article table#vypis thead th {
	border-bottom: 1px #747b76 solid;
	height: 30px;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: left;
}
#section #article table#vypis tr td {
	height: 35px;
	border-top: 7px #e8e8e8 solid;
	border-bottom: 7px #e8e8e8 solid;
}
#section #article table#vypis tr.odd, #section #article table#vypis tr.even {
	cursor: pointer;
}
#section #article table#vypis tr.odd td {
	background-color: #dadbdb;
}

#section #article table#vypis tr.odd:hover td, #section #article table#vypis tr.even:hover td, #section #article table#vypis tr.hover td {
	background-color: #9ae008;
}
#section #article table#vypis th.hover span {
	border-bottom: 2px #9ae008 solid;
}

#section #article table#vypis .none {
	height: 0px;
	line-height: 0px;
	font-size: 0px;
}
#section #article table#vypis tr td.line {
	border-bottom: 1px #747b76 solid;
	border-top: 1px #747b76 solid;
}
#section #article table#vypis tr td.margin {
	width: 12px;
	border-top: 7px #e8e8e8 solid;
	border-bottom: 7px #e8e8e8 solid;
}
#section #article table#vypis tr td.footer {
	height: 10px;
	border-bottom: 1px #747b76 solid;
}

.left, .right {
	width: 49%;
	float: left;
}
.right {
	float: right;
}
#section #article #detail-list {
	padding-bottom: 40px;
}
#section #article #detail-list .left {
	border-right: 1px #747b76 solid;
}

#section #article #detail-list .item {
	font-weight: bold;
	font-size: 11px;
	padding-bottom: 2px;
	padding-left: 150px;
}
#section #article #detail-list .item span {
	font-weight: normal;
	width: 150px;
	display: block;
	float: left;
	margin-left: -150px;
	_margin-left: -75px;

}

#section #article #detail-list .hover {
	/*
	border-bottom: 2px #9ae008 solid;
	padding-bottom: 0px;
	 */
	background-color: #DADBDB;
}


#section .galerie-block .galerie {
	font-size: 0px;
	line-height: 0px;
	padding: 10px 0px 10px 32px;
	background-color: #d1d2d1;
	overflow: hidden;
	height: 100px;
	position: relative;
	/*z-index: 101;*/
	z-index: 99;
}
#section .galerie-block .galerie .move-left, #section .galerie .move-right {
	width: 32px;
	height: 120px;
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: #d1d2d1;
	background-image: url('./images/arrows.png');
	background-repeat: no-repeat;
	background-position: left center;
	_background-image: none; /* IE6 hack _ */
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/arrow-left.png'); /* IE6 hack _ */
	cursor: pointer;
}
#section .galerie-block .galerie .move-right {
	left: auto;
	right: 0px;
	background-position: right center;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/arrow-right.png'); /* IE6 hack _ */
}
#section .galerie-block .galerie .move-left:hover, #section .galerie .move-right:hover {
	background-color: #9ae008;
	background-color: silver;
}

#section .galerie-block .galerie .item {
	float: left;
	display: inline;
	padding-right: 3px;
	padding-bottom: 10px;
	width: 135px;
	height: 102px;
}
#section .galerie-block .galerie .item:hover {
	opacity: 0.8;
	filter:alpha(opacity=80);
	background-color: transparent;
}
#section .galerie-block .galerie .item .img-block {
	border: 1px #747b76 solid;
	width: 133px;
	height: 100px;
	text-align: center;
	line-height: 100px;
}
#section .galerie-block .galerie .item img {
	padding: 0px;
	margin: 0px;
	border: 0px;
	vertical-align: middle;
	line-height: 100px;
}
#section .galerie-block .galerie .hide {
	display: none;
}
#section .galerie-block {
	position: relative;
	height: 120px;
	margin-bottom: 40px;
}
#section .galerie-block .viewer {
	position: absolute;
	left: 0px;
	bottom: 120px;
	width: 614px;
	/*height: 420px;*/
	height: 0px;
	background-color: #d1d2d1;
	text-align: center;
	z-index: 100;
	display: none;
}
#section .galerie-block .viewer .loader {
	margin-top: 150px;
	font-size: 300%;
}
#section .galerie-block .viewer h2 {
	padding-bottom: 7px !important;
	padding-top: 10px;
}
#section .galerie-block .viewer h2 a {
	display: block;
}
#section .galerie-block .viewer h2 a:hover {
	text-decoration: none;
	background-color: transparent;
	cursor: default;
}
 small {
	display: block;
	font-size: 70%;
	font-weight: normal;
	color: #747B76;
	text-transform: none;
}

#section .galerie-block .viewer img {
	cursor: pointer;
}
#section .galerie-block .viewer a.close {
	display: block;
	position: absolute;
	top: 12px;
	right: 13px;
	background-color: #babcba;
	padding: 8px;
	color: #747b76;
	font-weight: bold;
	white-space: nowrap;
	text-transform: uppercase;
	padding-top: 5px;
	padding-bottom: 5px;
}
#section #article #kontakt-mail div label {
	display: block;
	float: left;
	width: 100px;
	margin-left: 50px;
	padding: 0px;
	_margin-left: 24px /* IE6 hack _ */
}
#section #article #kontakt-mail div input {
	width: 250px;
}
#section #article #kontakt-mail div textarea {
	width: 350px;
	height: 200px;
	overflow: auto;
}
#section #article #kontakt-mail div input.button {
	margin-top: 5px;
	margin-left: 150px;
	width: 100px;
}

#section .lightbox {
	display: none;
	z-index: 200;
}
#section .lightbox .lightbox-cover {
	position: fixed;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	z-index: 201;
	_position: absolute;

	background-color: white;
	opacity: 0.9;
	filter: alpha(opacity=90);
}

#section .lightbox .lightbox-box {
	z-index: 203;
	position: fixed;
	height: 1000px;
	width: 614px;
	top: 50%;
	left: 50%;
	margin-left: -300px;
	margin-top: 170px;
	_position: absolute;
}
#section .lightbox .galerie-block {
	z-index: 204;
}

#section .lightbox .galerie-block .galerie {
	z-index: 205 !important;
}

#section .lightbox .galerie-block .viewer {
	z-index: 206;
}

#section .site-galerie {
	font-size: 0px;
	line-height: 0px;
	padding: 10px 0px 0px 32px;
	background-color: #d1d2d1;

	position: relative;
	margin-bottom: 40px;
}

#section .site-galerie a {
	float: left;
	=float: none; /* TODO IE6 IE7 hack = */
	=zoom: 1; /* TODO IE6 IE7 hack = */
	display: inline;
	padding-right: 3px;
	width: 135px;
}

#section .site-galerie a:hover {
	opacity: 0.8;
	filter:alpha(opacity=80);
	background-color: transparent;
}
#section .site-galerie a img {
	padding: 0px;
	margin: 0px;
	border: 1px #747b76 solid;
	margin-bottom: 10px;
}

.back {
	float: right;
	text-transform: uppercase;
	color: #747b76;
}

#buttons {
	position: relative;
	height: 50px;
}
.video-button, .file-button, .form-button, .button {
	background-color: #d1d2d1;
	padding: 8px;
	color: #747b76;
	font-weight: bold;
	white-space: nowrap;
	position: relative;
}
.button {
	text-transform: uppercase;
	font-size: 9px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.form-button {
	background-color: #747b76;
	color: white;
	text-transform: uppercase;
	padding: 9px 15px;
	position: absolute;
	right: 0px;
	_right: 30px;
	top: -8px;
	_top: -4px;
	display: none;
}
.video-button {
	display: none;
}
.form-button:hover {
	color: #747b76;
}
#button-block {
	margin-top: 20px;
	position: relative;
}
#form, #video {
	margin-top: 30px;
	position: relative;
	_position: none;
	zoom: 1;

}
#video {
	padding-left: 15%;
}

#tisk {
	display: none;
}

#section #article .plan {
	display: block;
	text-align: center;
	position: relative;
}

