body {
	background-color: #043882;
	font: small "Trebuchet MS", arial, verdana, helvetica, sans-serif;
	font-size: small;
	padding: 0px;
	background-image: url(layout/pageback.gif);
	background-repeat: no-repeat;
	background-position: center 49px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

a, a:visited {
	text-decoration: underline;
	color: #06C;
}

a:hover {
	text-decoration: underline;
	color: #036;
}

hr.noscreen {
	display: none;
}

.oddel {
	clear: both;
	float: none;
}

/* ---------------------------------------------------------------- */
/* ---- HLAVNÍ ROZDĚLENÍ ------------------------------------------ */
/* ---------------------------------------------------------------- */

#container {
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

/* ---------------------------------------------------------------- */
/* ---- HEADERS --------------------------------------------------- */
/* ---------------------------------------------------------------- */

#header-small {
	background-image: url(layout/header_small_back.jpg);
	background-repeat: no-repeat;
	height: 49px;
	width: 950px;
}

#header-small .logo {
	width: 229px;
	height: 46px;
	overflow: hidden;
	position: relative;
	left: 5px;
	top: 2px;
	float: left;
	margin: 0px;
	padding: 0px;
	font-size: 300%;
}

#header-small .logo a {

}

#header-small .logo a span {
	background-image: url(layout/header-logo.gif);
	background-repeat: no-repeat;
	display: block;
	width: 229px;
	height: 46px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	z-index: 1;
	top: 0px;
	left: 0px;
	cursor: hand;
}

#header-small .web-navigation {
	width: 160px;
	height: 18px;
	overflow: hidden;
	position: relative;
	right: 20px;
	top: 22px;
	float: right;
	text-align: center;
	color: #0066cc;
}

#header-small .lang {
	width: 180px;
	height: 18px;
	overflow: hidden;
	position: relative;
	right: 55px;
	top: 22px;
	float: right;
	text-align: center;
}

#header-small .lang a img {
	margin-right: 2px;
	margin-left: 2px;
	border: 1px solid #96d6f2;
}

#header-small .lang a:hover img {
	border: 1px solid #043882;
}

#header {
	background-image: url(layout/header_back.jpg);
	background-repeat: no-repeat;
	height: 243px;
	width: 950px;
}

/* ----------------------------------------------------------------- */
/* ---- MAIN ------------------------------------------------------- */
/* ----------------------------------------------------------------- */

#main {
	width: 950px;
	background-image: url(layout/main_back.gif);
	background-repeat: repeat-y;
}

/* ----------------------------------------------------------------- */
/* ---- OBSAH ------------------------------------------------------ */
/* ----------------------------------------------------------------- */

#obsah {
	width: 486px;
	float: left;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}

#obsah p {
	text-align: justify;
	line-height: 160%;
}

#obsah h1, #obsah h2, #obsah h3, #obsah h4 {
	font-weight: normal;
}

#obsah h1 {
	font-size: x-large;
	color: #0582c8;
}

#obsah h2 {
	font-size: x-large;
	color: #F98900;
}

#obsah h3 {
	font-size: 150%;
	color: #F98900;
}

#obsah h4 {
	font-size: medium;
	color: #F98900;
}

#obsah h2 a, #obsah h3 a, #obsah h4 a {
	color: #F98900;
	text-decoration: none;
}

#obsah h2 a:hover, #obsah h3 a:hover, #obsah h4 a:hover {
	color: #cc0000;
}

#obsah ul {
	list-style-type: none;
	padding-left: 10px;
}

#obsah ul li {
	text-align: justify;
	line-height: 160%;
	background-image: url(layout/list.gif);
	background-repeat: no-repeat;
	background-position: 0px 8px;
	padding-left: 15px;
}

#obsah ol {
	padding-left: 20px;
}

#obsah ol li {
	line-height: 160%;
}

a.dokument-xls {
	background-image: url(layout/ikona-xls.gif);
	background-position: 0px 0px;
	padding-left: 22px;
	background-repeat: no-repeat;
}

a.dokument-doc {
	background-image: url(layout/ikona-doc.gif);
	background-position: 0px 0px;
	padding-left: 22px;
	background-repeat: no-repeat;
}

a.dokument-ppt {
	background-image: url(layout/ikona-ppt.gif);
	background-position: 0px 0px;
	padding-left: 22px;
	background-repeat: no-repeat;
}

a.dokument-pdf {
	background-image: url(layout/ikona-pdf.gif);
	background-position: 0px 0px;
	padding-left: 22px;
	background-repeat: no-repeat;
}

a.dokument-txt {
	background-image: url(layout/ikona-txt.gif);
	background-position: 0px 0px;
	padding-left: 22px;
	background-repeat: no-repeat;
}

a.dokument-jpg, a.dokument-gif {
	background-image: url(layout/ikona-jpg.gif);
	background-position: 0px 0px;
	padding-left: 22px;
	background-repeat: no-repeat;
}

#obsah p a:hover, #obsah li a:hover {
	color: #000;
}

.odkaz {
	background-image: url(layout/list.gif);
	background-repeat: no-repeat;
	background-position: 0px 8px;
	padding-left: 15px;
}

.odkaz-ext {
	background-image: url(layout/odkaz-ext.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 13px;
}

/* ---- OBRÁZKY ---------------------------------------------------- */

.obrright a img, .obrleft a img {
	border: 2px solid #96d6f2;	
}

.obrright a:hover img, .obrleft a:hover img {
	border: 2px solid #043882;	
}

.obrright img {
	float: right;
	margin-left: 15px;
}

.obrleft img {
	float: left;
	margin-right: 15px;
}

.obrazek img {
	border: 2px solid #96d6f2;	
}

#obsah .fotogalerie {
	background-color: #EBF3FE;
	padding: 17px;
}

#obsah .fotogalerie .figure {
	float: left;
	margin-top: 5px;
	margin-right: 10px;
	margin-left: 10px;
}

#obsah .fotogalerie .figure img {
	margin-bottom: 0px;
}

#obsah .fotogalerie .figure p {
	margin-top: 2px;
	text-align: center;
}

#obsah .fotogalerie a img {
	border: 2px solid #96d6f2;	
}

#obsah .fotogalerie a:hover img {
	border: 2px solid #043882;	
}

#obsah .submenu {
	background-color: #E1F3FF;
	padding: 10px;
}

/* ---- DROBEČKOVÁ NAVIGACE ----------------------------------------- */

.navigace {
	font-size: 86%;
	margin-top: 5px;
}

/* ---- INTRO ------------------------------------------------------ */

.intro {
	background-color: #EBF3FE;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 10px;
	font-style: italic;
}

.intro img, .intro iframe {
	border: 2px solid #96d6f2;	
}

.intro a img {
	border: 2px solid #96d6f2;	
}

.intro a:hover img {
	border: 2px solid #043882;	
}

/* ---- ADRESA ------------------------------------------------------ */

address {
	font-style: normal;
	padding-right: 10px;
	padding-left: 10px;
}

address.address-left {
	float: left;
}

address.address-right {
	float: right;
}

/* ---- TABULKY ---------------------------------------------------- */

.tabulka table {
	width: 100%;
	border-collapse: collapse;
}

.tabulka table th {
	margin: 0px;
	padding: 3px;
	text-align: left;
	color: #FFF;
	background-color: #3d7cbc;
	border: 1px solid #043882;
}

.tabulka table td {
	margin: 0px;
	padding: 3px;
	border: 1px solid #043882;
}

/* ---- NOVINKA -------------------------------------------------- */

.novinka {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #cfecf9;
	margin-bottom: 10px;
}

.novinka .cistvice {
	text-align: right;
	margin-bottom: 1px;
}

.novinka .cistvice a {
	background-color: #cfecf9;
	padding: 3px;
	text-decoration: none;
}

.novinka .cistvice a:hover {
	background-color: #0066cc;
	color: #cfecf9;
}

.novinka h2 {
	margin-bottom: 0px;
}

.datum {
	font-size: 90%;
	color: #999;
	margin-top: 4px;
}

/* ---------------------------------------------------------------- */
/* ---- LEFT SIDE ------------------------------------------------- */
/* ---------------------------------------------------------------- */

#leftside {
	float: left;
	width: 200px;
}

/* ---------------------------------------------------------------- */
/* ---- MENU ------------------------------------------------------ */

#menu {
	background-image: url(layout/menuback.gif);
	background-repeat: repeat-y;
	padding: 10px;
}

/* ---- MENU 1. úrověň -------------------------------------------- */

#menu ul.menu1 {
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
}

#menu ul.menu1 li {
	display: block;
	background-image: url(layout/menu_sipka.png);
	background-repeat: no-repeat;
	padding-left: 25px;
	background-position: 0px 5px;
	margin-top: 4px;
	margin-bottom: 4px;
}

#menu ul.menu1 li a {
	color: #C00;
	text-decoration: none;
	font-weight: bold;
	font-size: medium;
}

#menu ul.menu1 li a:hover {
	color: #000;
}

#menu ul.menu1 li.active1 a {
	color: #FFF;
}

/* ---- MENU 2. úrověň -------------------------------------------- */

#menu ul.menu1 li ul.menu2 {
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
}

#menu ul.menu1 li ul.menu2 li {
	display: block;
	background: none;
	padding: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ffaf38;
	margin-top: 4px;
}

#menu ul.menu1 li ul.menu2 li a {
	color: #C00;
	text-decoration: none;
	font-size: small;
	font-weight: normal;
}

#menu ul.menu1 li ul.menu2 li a:hover {
	color: #000;
}

#menu ul.menu1 li ul.menu2 li.active2 a {
	color: #FFF;
}

/* ---- BANNERY -------------------------------------------- */

.levybanner {
	text-align: center;
	margin-top: 10px;
}

/* ----------------------------------------------------------------- */
/* ---- RIGHT SIDE ------------------------------------------------- */
/* ----------------------------------------------------------------- */

#rightside {
	float: left;
	width: 234px;
}

/* ---- ODKAZY A NOVINKY -------------------------------------------------- */

.odkazy {
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}

.seznam-novinek {
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}

.odkazy h2, .seznam-novinek h2 {
	font-size: large;
	font-weight: normal;
	color: #96d6f2;
	margin-bottom: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 5px;
	background-image: url(layout/righside_h2_back.gif);
	background-repeat: repeat-y;
}

.odkazy h2 a, .seznam-novinek h2 a {
	text-decoration: none;
	color: #96d6f2;
}

.odkazy h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	font-weight: normal;
	color: #043882;
}

.odkazy h3 a {
	text-decoration: none;
	color: #043882;
}

.odkazy ul, .seznam-novinek ul {
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
}

.odkazy ul li, .seznam-novinek ul li {
	text-align: left;
	line-height: 160%;
	background-image: url(layout/list2.gif);
	background-repeat: no-repeat;
	background-position: 0px 8px;
	padding-left: 15px;
}

.odkazy .partneri {
	text-align: center;
}

.odkazy .partneri img {
	float: left;
	margin: 10px;
	vertical-align: middle;
	border: none;
}

.odkazy .partneri a img {
	border: none;
}

/* ----------------------------------------------------------------- */
/* ---- SITEMAP ---------------------------------------------------- */
/* ----------------------------------------------------------------- */

.sitemap h2 {
	font-size: medium;
}

/* ----------------------------------------------------------------- */
/* ---- FORMULÁŘ --------------------------------------------------- */
/* ----------------------------------------------------------------- */

form {
	margin-bottom: 20px;
	font-size: small;
}

fieldset {
	padding: 15px;
	border: 2px solid #0078bd;
	margin-bottom: 15px;
}

legend {
	padding: 10px;
	font-size: medium;
	background-color: #0078bd;
	color: #FFFFFF;
}

label {
	text-align: left;
	margin-right: 0.5em;
	width: 160px;
	float: left;
	margin-top: 0.1em;
}

.sede {
	color: #999;
}

.povinne {
	color:#F00;
}

#rezervace .oznameni {
	background-color: #F00;
	padding: 10px;
}

#rezervace .oznameni h2, #rezervace .oznameni p {
	color: #fff;
}

#rezervace .oznameni a {
	color: #fff;
}

/* ----------------------------------------------------------------- */
/* ---- PATA ------------------------------------------------------- */
/* ----------------------------------------------------------------- */

#footer {
	width: 910px;
	height: 33px;
	font-size: 86%;
	color: #96d6f2;
	background-image: url(layout/footerback.gif);
	background-repeat: no-repeat;
	text-align: center;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 5px;
}

#footer a {
	color: #96d6f2;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}