body {
	font: small "Trebuchet MS", arial, verdana, helvetica, sans-serif;
	font-size: 86%;
	padding: 0px;
	margin: 0px;
	background-color: #2e4b61;
}

a, a:visited {
	text-decoration: underline;
	color: #06C;
}

a:hover {
	text-decoration: underline;
	color: #036;
}

hr.noscreen {
	display: none;
}

.oddel {
	clear: both;
	float: none;
}

.oddel2 {
	clear: both;
	float: none;
	margin-bottom: 20px;
}

/* ---------------------------------------------------------------- */
/* ---- HLAVNÍ ROZDĚLENÍ ------------------------------------------ */
/* ---------------------------------------------------------------- */

#container {
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFF;
}

#main {
	width: 950px;
}

/* ---------------------------------------------------------------- */
/* ---- HEADERS --------------------------------------------------- */
/* ---------------------------------------------------------------- */

#header {
	width: 950px;
	height: 209px;
	background-image: url(layout/header.jpg);
	background-repeat: no-repeat;
}

#header .logo {
	width: 318px;
	height: 91px;
	overflow: hidden;
	position: relative;
	left: 45px;
	top: 66px;
	float: left;
	margin: 0px;
	padding: 0px;
}

#header .logo a {

}

#header .logo a span {
	background-image: url(layout/header-logo.jpg);
	background-repeat: no-repeat;
	display: block;
	width: 318px;
	height: 91px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	z-index: 1;
	top: 0px;
	left: 0px;
	cursor: hand;
}

/* ---------------------------------------------------------------------- */
/* ---- HORNÍ MENU ------------------------------------------------------ */
/* ---------------------------------------------------------------------- */

#header-menu {
	width: 950px;
	height: 60px;
	background-image: url(layout/menu-back.jpg);
	background-repeat: no-repeat;
	margin-top: 3px;
}

#header-menu ul {
	list-style-type: none;
	float: left;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}

#header-menu li {
	float: left;
	text-align: center;
	margin-left: 1px;
	margin-top: 0px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

#header-menu li.reference {
	margin-left: 200px;
}

#header-menu ul li a {
	display: block;
	float: left;
	color: #fff;
	height: 28px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 8px;
	text-decoration: none;
	background-image: url(layout/menu-back.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#header-menu ul li a:hover {
	color: #2e4b61;
}

#header-menu ul li#active a {
	color: #000;
}

#header-menu ul li.reference a {
	background-image: none;
}

/* ----------------------------------------------------------------- */
/* ---- OBSAH ------------------------------------------------------ */
/* ----------------------------------------------------------------- */

#obsah {
	width: 614px;
	float: left;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}

#obsah p {
	text-align: justify;
	line-height: 160%;
}

#obsah h1 {
	font-size: x-large;
	color: #fa3923;
	letter-spacing: -0.03em;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}

#obsah h2 {
	font-size: x-large;
	font-weight: normal;
	color: #0078bd;
}

#obsah h2 a {
	color: #0078bd;
	text-decoration: none;
}

#obsah h2 a:hover {
	text-decoration: underline;
}

#obsah h3 {
	font-size: medium;
}

#obsah h3 a {
}

#obsah ul {
	list-style-type: none;
	padding-left: 15px;
}

#obsah ul li {
	line-height: 160%;
	background-image: url(layout/list.gif);
	background-repeat: no-repeat;
	background-position: 0px 8px;
	padding-left: 15px;
}

#obsah .seznam-200 ul {
	margin-left: 173px;
}

#obsah .bonus ul {
	padding-left: 5px;
}

#obsah .bonus ul li {
	background-image: url(layout/bonus.gif);
	background-position: 0px 0px;
	padding-left: 30px;
}

#obsah ol {
	padding-left: 25px;
}

#obsah ol li {
	line-height: 160%;
}

#obsah p.introtext {
	background-color: #C6E2FD;
	padding: 10px;
	color: #0078bd;
	border: 1px solid #7CBDED;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
}


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 address {
	font-style: normal;
	background-color: #f5edd7;
	width: 200px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
}

.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 ---------------------------------------------------- */

#obsah .img-right img {
	float: right;
	margin-left: 20px;
	border: 1px solid #7CBDED;
}

#obsah .img-right a img {
	border: 1px solid #7CBDED;
}

#obsah .img-right a:hover img {
	border: 1px solid #0072ae;
}

#obsah img.img-right-noborder {
	float: right;
	margin-left: 20px;
	border: none;
}

#obsah img.img-left-noborder {
	float: left;
	margin-right: 20px;
	border: none;
}

#obsah .img-left {
	float: left;
	margin-right: 20px;
	border: 1px solid #7CBDED;
}

#obsah .img-left a img {
	border: 1px solid #7CBDED;
}

#obsah .img-left a:hover img {
	border: 2px solid #0072ae;
}

#obsah .fotogalerie {
	background-color: #E1F0FF;
	padding: 10px;
	float: none;
	clear: both;
	margin-top: 5px;
	margin-bottom: 10px;
}

#obsah .fotogalerie img {
	margin: 6px;
}

#obsah .fotogalerie a img {
	border: 1px solid #7CBDED;
}

#obsah .fotogalerie a:hover img {
	border: 1px solid #0072ae;	
}

/* ---- DROBEČKOVÁ NAVIGACE ----------------------------------------- */

.navigace {
	font-size: 86%;
	margin-top: 5px;
}

/* ---- TABULKY ---------------------------------------------------- */

.tabulka table {
	width: 100%;
	border-collapse: collapse;
}

.tabulka table th {
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	margin: 0px;
	padding: 3px;
	font-size: medium;
}

.tabulka table td {
	text-align: center;
	margin: 0px;
	padding: 3px;
}

/* ---- 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;
}

/* ---------------------------------------------------------------- */
/* ---- RIGHT SIDE ------------------------------------------------ */
/* ---------------------------------------------------------------- */

#rightside {
	float: right;
	width: 180px;
	margin-right: 116px;
}

/* ---------------------------------------------------------------- */
/* ---- ODKAZY A SEZNAM NOVINEK ----------------------------------- */
/* ---------------------------------------------------------------- */

.odkazy img {
	margin-bottom: 2px;
}

.odkazy a img {
	border: none;
}

.seznam-novinek h2 {
	font-size: x-large;
	color: #0078bd;
	letter-spacing: -0.03em;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #0078bd;
	margin-bottom: 0px;
}

.seznam-novinek h2 a {
	text-decoration: none;
	color: #0078bd;
}

.seznam-novinek ul {
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
}

.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;
}

.toplist {
	text-align: center;
}

.toplist img {
	margin-top: 20px;
}


/* ----------------------------------------------------------------- */
/* ---- SITEMAP ---------------------------------------------------- */
/* ----------------------------------------------------------------- */

.sitemap h2 {
	font-size: medium;
}

/* ----------------------------------------------------------------- */
/* ---- FORMULÁŘ --------------------------------------------------- */
/* ----------------------------------------------------------------- */

form {
	margin-bottom: 20px;
}

fieldset {
	padding: 15px;
	border: 2px solid #0078bd;
	margin-bottom: 15px;
}

legend {
	padding: 10px;
	font-size: large;
	background-color: #0078bd;
	color: #FFFFFF;
}

label {
	text-align: left;
	margin-right: 0.5em;
	width: 130px;
	float: left;
	margin-top: 0.1em;
}

.sede {
	color: #999;
}

.povinne {
	color:#F00;
}

/* ----------------------------------------------------------------- */
/* ---- PATA ------------------------------------------------------- */
/* ----------------------------------------------------------------- */

#footer {
	width: 950px;
	height: 310px;
	background-image: url(layout/footer-back.jpg);
	background-repeat: no-repeat;
}

#footer .text {
	padding-top: 90px;
	padding-left: 20px;
	font-size: 86%;
	color: #7893A9;
}

#footer .text a {
	color: #7893A9;
	text-decoration: none;
}

#footer .text a:hover {
	text-decoration: underline;
}