@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
body {
	font-size: 62.5%;
	background-color: #0B3763;
	padding-bottom: 10px;
}
#text strong {
	color: #000000;
}
a {
	outline: none;
	border: none;
	color: #005493;
}
#container {
	background-image: url(images/bg-container.gif);
	background-repeat: repeat-y;
	width: 938px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	position: relative;
}
#container #header {
	background-image: url(images/hlavicka.jpg);
	background-repeat: no-repeat;
	height: 143px;
	width: 938px;
	position: relative;
}
#container #header h1 {
	text-indent: -9000px;
	height: 10px;
	width: 10px;
}
#container #header #logo {
	position: absolute;
	left: 36px;
	top: 12px;
	width: 117px;
	height: 116px;
}
.noborder {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#container #header #english {
	position: absolute;
	top: 15px;
	right: 21px;
	text-align: right;
	background-image: url(images/english.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 30px;
	font-weight: bold;
	font-variant: small-caps;
	font-size: 1.4em;
}
#container #paticka {
	clear: both;
	background-color: #E7E7E7;
	/*height: 100px;*/
	border-top-width: 1px;
	border-bottom-width: 4px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-right-width: 5px;
	border-left-width: 4px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	margin-top: 30px;
	margin-bottom: -15px;
	text-align: center;
}
#container #leftcolumn {
	width: 186px;
	margin-left: 4px;
	float: left;
	display: inline;
}
#container #menu {
	background-image: url(images/bg-menu.gif);
	background-repeat: repeat-y;
	background-position: left;
}
#container #leftcolumn #menu dd {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#container #leftcolumn #menu a {
	color: #FFFFFF;
	text-decoration: none;
	line-height: 2.6em;
	display: block;
	padding-left: 32px;
	font-size: 1.2em;
	font-weight: bold;
	height: 2.6em;
}
#container #leftcolumn #menu a:hover {
	background-image: url(images/bg-menu-hover.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2.4em;
	color: #B7883E;
	font-weight: normal;
	margin-bottom: 20px;
	margin-top: 30px;
}
#centralcolumn {
	margin-right: 189px;
	margin-left: 194px;
	text-align: justify;
	color: #555555;
	position: relative;
}
/* 3px jog bug fix \*/
* html #centralcolumn {
	height: 1%;
	margin-left: 0px;
	/*padding-left: 60px;
	padding-right: 60px;*/
	padding-top: 3px;
}
/* konec fixu */
#container #rightcolumn {
	float: right;
	width: 184px;
	margin-right: 5px;
	display: inline;
}
#container #rightcolumn #uspechy {
	background-color: #EDF0F7;
	padding: 12px 12px 6px 12px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	background-image: url(images/bg-uspechy.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
}
#container #centralcolumn #text {
	margin-right: 25px;
	margin-left: 20px;
}
#text p, #text ul, #text ol {
	font-size: 1.2em;
	line-height: 1.4em;
	margin-top: 1.4em;
	margin-bottom: 1.4em;
}
#rightcolumn h2 {
	margin-top: 0px;
	margin-bottom: 12px;
}
#container #rightcolumn #uspechy h2 {
	color: #005493;
}
#container #rightcolumn #uspechy p, #container #leftcolumn #kuhnatka p {
	font-size: 1.2em;
	margin: 10px 0px;
}
.right {
	text-align: right;
}
.left {
	text-align: left;
}
#container #leftcolumn #prijdte {
	background-image: url(images/btn-prijdte.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 44px;
	width: 186px;
	margin-top: -3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#container #leftcolumn #prijdte a {
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	display: block;
	height: 44px;
	width: 186px;
	line-height: 44px;
	font-size: 12px;
}
#container #leftcolumn #prijdte a:hover {
	background-image: url(images/btn-prijdte-hover.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#container #leftcolumn #kuhnatka {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}
#container #rightcolumn #aktuality {
	background-image: url(images/bg-aktuality.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 12px;
	padding-right: 12px;
	padding-bottom: 6px;
	padding-left: 12px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #EFDCAB;
	color: #666666;
	text-align: center;
	background-color: #EFE5C2;
}
#container #rightcolumn #aktuality p {
	font-size: 1.2em;
	margin: 10px 0px;
}
#container #rightcolumn #aktuality h2, #container #rightcolumn #aktuality a {
	color: #471C05;
}
#container #rightcolumn #fotogalerie {
	width: 152px;
	margin-right: auto;
	margin-left: auto;
	font-size: 1.2em;
	text-align: right;
	margin-top: 20px;
}
#container #rightcolumn #fotogalerie p {
	margin-top: -15px;
	padding-right: 10px;
	margin-bottom: 40px;
}
#container #leftcolumn #menu a.active {
	background-image: url(images/bg-menu-active.gif);
	background-position: left center;
	background-repeat: no-repeat;
}
#text table th, #text table td {
	font-size: 1.2em;
	padding: 0px 8px 0px 5px;
	text-align: left;
	margin: 0px;
	border-bottom: 1px solid #FFFFFF;
	vertical-align: middle;
	line-height: 1.4em;
}
#text table .zahlavi {
	color: #FFFFFF;
	background-color: #43120F;
}
#text table .lichy {
	background-color: #F2F2F2;
}
#text table .sudy {
	background-color: #E7E7E7;
}
.ukazky {
	float: left;
	margin-right: 20px;
	margin-bottom: 14px;
}
.ukazky .zahlavi {
	background-image: url(images/bg-ukazky.gif);
	background-position: right center;
	background-repeat: no-repeat;
}
.center {
	text-align: center;
}
.cleared {
	clear: both;
}
#rightcolumn a:hover, #kuhnatka a:hover {
	background-color: #FFFFFF;
}
#text a:hover {
	background-color: #eeeeee;
}
#text h3 {
	color: #005493;
	font-weight: bold;
	font-size: 1.8em;
	font-family: "Times New Roman", Times, serif;
	margin-top: 35px;
}
/* \*/ 
* html .iefix { height: 1%; } 
/* */ 
h4 {
	font-size: 1.2em;
	font-weight: bold;
	color: #B7883E;
	margin-top: 35px;
	margin-bottom: 5px;
}
