body {
	font: small "Trebuchet MS", arial, verdana, helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
	background-image: url(layout/pageback.gif);
	background-repeat: repeat-x;
	background-position: top;
}

a, a:visited {
	text-decoration: underline;
	color: #003399;
}

a:hover {
	color: #000066;
}

hr {
	display: none;
}

#container {
	text-align: left;
	width: 937px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

.nezobrazovat {
	display: none;
}

.oddel {
	clear: both;
	float: none;
}

/* ---------------------------------------------------------------- */
/* ---- HLAVICKA -------------------------------------------------- */
/* ---------------------------------------------------------------- */

#hlavicka {
	width: 950px;
	height: 350px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(layout/hlavicka.jpg);
	background-repeat: no-repeat;
}

#hlavicka .logo {
	width: 217px;
	height: 138px;
	overflow: hidden;
	position: relative;
	left: 701px;
	top: 102px;
	float: left;
}

#hlavicka .logo span {
	display: block;
	background: url(layout/hlavicka-logo.gif) no-repeat;
	width: 217px;
	height: 138px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	z-index: 1;
	top: 0px;
	left: 0px;
	cursor: hand;
}

/* ---------------------------------------------------------------- */
/* ---- MENU ------------------------------------------------------ */
/* ---------------------------------------------------------------- */

#menu {
	height: 53px;
	width: 950px;
	overflow: hidden;
	position: relative;
	left: 0px;
	top: 159px;
	float: left;
}

#menu ul {
	margin: 0px;
	list-style-type: none;
	text-align: left;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 2px;
}

#menu li {
	float: left;
	display: block;
	text-align: center;
	word-spacing: 0.1em;
	padding-right: 1px;
	padding-left: 1px;
}

#menu ul li a {
	font-size: medium;
	text-decoration: none;
	position: relative;
	display: block;
	padding-top: 20px;
	padding-right: 28px;
	padding-left: 30px;
	padding-bottom: 10px;
	font-weight: bold;
	background-image: url(layout/menu-back.gif);
	background-repeat: no-repeat;
	background-position: left;
	color: #000000;
}

#menu ul li a:hover {
	color: #e2001a;
}

#menu ul li#active a {
	background-image: url(layout/menu-back-active.gif);
}

/* ----------------------------------------------------------------- */
/* ---- OBSAH ------------------------------------------------------ */
/* ----------------------------------------------------------------- */

#obsah {
	width: 665px;
	float: left;
	padding-bottom: 10px;
	padding-right: 15px;
}

#obsah p {
	text-align: justify;
	line-height: 160%;
	margin-bottom: 3%;
	font-size: 105%;
}

#obsah h1 {
	font-size: 300%;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#obsah h1 .light {
	font-size: x-large;
	font-weight: normal;
	display: block;
	margin-top: 5px;
	margin-left: 10px;
	font-style: italic;
	color: #999999;
}

#obsah h2 {
	font-size: x-large;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #e2001a;
}

#obsah h2 a {
	color: #e2001a;
	text-decoration: none;
}

#obsah h3 {
	font-weight: large;
}

#obsah h3 a {
	text-decoration: none;
}

#obsah ul {
	margin-left: 17px;
	padding-left: 0px;
	list-style-type: none;
}

#obsah ul li {
	font-size: 105%;
	line-height: 160%;
	background-image: url(layout/list.gif);
	background-repeat: no-repeat;
	background-position: 0px 8px;
	padding-left: 15px;
}

#obsah ol {
	margin-left: 25px;
	padding-left: 0px;
}

#obsah ol li {
	font-size: 105%;
	line-height: 160%;
}

.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;
}

#obsah address {
	font-style: normal;
}

.cistvice {
	padding-left: 15px;
	background-image: url(layout/list.gif);
	background-repeat: no-repeat;
	background-position: 0px 8px;
}

#obsah .leftside {
	float: left;
	width: 310px;
}

#obsah .rightside {
	float: right;
	width: 310px;
}

/* ---- OBRÁZKY ---------------------------------------------- */

#obsah .uvod {
	float: none;
	clear: both;
}

#obsah .uvod .figure {
	background-color: #d9dadb;
	margin: 4px;
	text-align: center;
	padding: 0px;
	float: left;
}

#obsah .uvod .figure img {
	margin:	0px;
	border: 1px solid #d9dadb;
}

#obsah .uvod .figure a:hover img {
	border: 1px solid #e2001a;
}

#obsah .uvod .figure p {
	margin-top: 5px;
	padding-top: 0px;
	font-size: 85%;
	padding-bottom: 0px;
	margin-bottom: 5px;
	text-align: center;
}

#obsah .uvod .figure p a {
	color: #000000;
	text-decoration: none;
}

#obsah .imgright {
	float: right;
	margin-left: 25px;
}

#obsah .imgleft {
	float: left;
	margin-right: 25px;
}

#obsah .fotogalerie img {
	margin:	3px;
	border: 1px solid #d9dadb;
}

#obsah .fotogalerie a:hover img {
	border: 1px solid #e2001a;
}

#obsah .mapa a img {
	border: 1px solid #d9dadb;
}

#obsah .mapa a:hover img {
	border: 1px solid #e2001a;
}

/* ---------------------------------------------------------------- */
/* ---- RIGHTSIDE ------------------------------------------------- */
/* ---------------------------------------------------------------- */

#rightside {
	float: right;
	width: 235px;
}

#rightside .box {
	border: thin solid #b1c800;
	background-image: url(layout/newsback.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding: 8px;
	margin-bottom: 15px;
}

#rightside .box h2 {
	font-size: medium;
	color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #b1c800;
	text-align: center;
	padding: 4px;
}

#rightside .box h2 a {
	text-decoration: none;
	color: #FFFFFF;
}

#rightside .box h2 a:hover {
	text-decoration: none;
	color: #000000;
}

#rightside ul {
	margin-left: 0px;
	padding-left: 0px;
	list-style-type: none;
}

#rightside ul li {
	font-size: 105%;
	line-height: 160%;
	background-image: url(layout/list.gif);
	background-repeat: no-repeat;
	background-position: 0px 8px;
	padding-left: 15px;
}

#rightside ol {
	margin-left: 25px;
	padding-left: 0px;
}

#rightside ol li {
	font-size: 105%;
	line-height: 160%;
}

#rightside .box img {
	border: thin solid #b1c800;
	margin-top: 5px;
	margin-bottom: 5px;
}

#rightside .box a img {
	border: thin solid #b1c800;
}

/* ---- PATA ----------------------------------------------- */

#footer {
	margin-right: auto;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #d9dadb;
	text-align: center;
}

#footer p {
	font-size: 85%;
}

#footer p a {
	text-decoration: none;
}

#footer p a:hover {
	text-decoration: underline;
}