body {
	font-size: 86%;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #000;
	background-image: url(layout/bcg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 15px;
}
a, a:visited {
	text-decoration: underline;
	color: #ccc;
}
a:hover {
	color: #fff;
}
hr.noscreen {
	display: none;
}
.oddel {
	clear: both;
	float: none;
}
#container {
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #000;
	box-shadow: 0px 0px 10px 0px #545454;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
}
/* ---------------------------------------------------------------- */
/* ---- HEADERS --------------------------------------------------- */
/* ---------------------------------------------------------------- */
#header {
	height: 110px;
	width: 900px;
	background-image: url(layout/header.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#header .lang {
	display: block;
	margin-top: 10px;
	margin-right: 20px;
	float: right;
}
#header .lang img {
	margin-left: 2px;
}
#header .logo {
	width: 450px;
	height: 91px;
	overflow: hidden;
	position: relative;
	left: 20px;
	top: 10px;
	margin: 0px;
	padding: 0px;
	float: left;
}
#header .logo a span {
	background-image: url(layout/logo.png);
	background-repeat: no-repeat;
	display: block;
	width: 450px;
	height: 91px;
	margin: 0px;
	padding: 0px;
	float: left;
	z-index: 1;
	top: 0px;
	left: 0px;
	cursor: hand;
}
#headertext {
	margin: 10px 30px 0 0;
	color: #fff;
	float: right;
}
/* ---------------------------------------------------------------------- */
/* ---- HORNÍ MENU ------------------------------------------------------ */
/* ---------------------------------------------------------------------- */
.menu {
	width: 900px;
	height: 53px;
	margin: 0px;
	background-image: url(layout/menu.png);
	background-repeat: no-repeat;
	padding: 15px 0 0 50px;
}
.menu ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
.menu li {
	font-size: medium;
	font-weight: normal;
}
.menu ul li a, .header-menu ul li a:visited {
	display: block;
	font-size: 16px;
	float: left;
	text-decoration: none;
	margin-right: 35px;
	color: #fff;
}
.menu ul li a:hover {
	color: #92bc1c;
}
.menu ul li#active a {
	color: #92bc1c;
}
/* ----------------------------------------------------------------- */
/* ---- OBSAH ------------------------------------------------------ */
/* ----------------------------------------------------------------- */
#main p, #main li {
	line-height: 160%;
	color: #CCC;
	text-shadow: #000 1px 1px 1px;
}
#main p strong, #main li strong {
	color: #fff;
}
#obsah {
	width: 660px;
	min-height: 400px;
	float: left;
	padding: 0 10px 10px 10px;
}
#obsah .odt {
	background-color: #272629;
	width: 650px;
	padding: 10px;
	margin-bottom: 20px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
}
#obsah h1 {
	font-size: xx-large;
	text-shadow: #000 2px 2px 4px;
	color: #91bb1c;
	font-weight: normal;
	padding-top: 0px;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
#obsah h2 {
	font-size: large;
	color: #91bb1c;
	font-weight: normal;
	text-shadow: #000 2px 2px 4px;
}
#obsah h2 a {
	color: #91bb1c;
	text-decoration: none;
}
#obsah h2 a:hover {
	color: #fff;
	text-decoration: underline;
}
#obsah h3 {
	font-size: large;
	color: #fff;
	font-weight: normal;
	text-shadow: #000 2px 2px 4px;
}
#obsah h3 a {
	color: #fff;
	text-decoration: none;
}
#obsah h3 a:hover {
	color: #91bb1c;
	text-decoration: underline;
}
#main ul, #main ol {
	margin-left: 15px;
	padding-left: 0px;
}
#main ul li, #main ol li {
	margin-left: 5px;
}
#obsah p.intro {
	background-color: #333;
	font-style: italic;
	padding: 10px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
}
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;
}
/* ---- OBRÁZKY ---------------------------------------------------- */
#main img.obrazek {
	border: 3px solid #000;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
}
#main img.obrleft {
	float: left;
	margin-right: 20px;
}
#main img.obrright {
	float: right;
	margin-left: 20px;
}
#main a:hover img.obrleft, #main a:hover img.obrright, #main a:hover img.obrazek {
	border: 3px solid #666;
}
iframe {
	border: 4px solid #000;
}
#rightside img.obrazek {
	border: 3px solid #272629;
	margin-bottom: 10px;
}

/* ---- TABULKY ----------------------------------------------- */
.tabulka table {
	border-collapse: collapse;
	margin-bottom: 20px;
}
.tabulka td {
	padding: 5px;
	text-align: center;
	border: 1px solid #91bb1c;
	color: #fff;
}
.tabulka th {
	padding: 5px;
	color: #fff;
	background-color: #91bb1c;
}
/* ---------------------------------------------------------------- */
/* ---- LEFT SIDE ------------------------------------------------ */
/* ---------------------------------------------------------------- */
#rightside {
	width: 200px;
	float: right;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#rightside h2 {
	text-align: center;
	margin-top: 0px;
	color: #95be22;
	font-size: medium;
	font-weight: normal;
	text-shadow: #000 2px 2px 4px;
}
#rightside h2 a {
	color: #95be22;
	text-decoration: none;
}
#rightside h2 a:hover {
	color: #fff;
}
/* ---- NOVINKY A ODKAZY -------------------------------------------------- */
#rightside .novinka {
	background-color: #272629;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#rightside p {
	font-size: 86%;
	text-align: center;
}
#rightside .novinka .cistvice {
	font-size: small;
	text-align: center;
	padding: 5px 10px 10px 0;
	text-decoration: none;
}
#rightside .novinka .cistvice a {
	color: #95be22;
	text-decoration: none;
}
#rightside .novinka .cistvice a:hover {
	color: #fff;
	text-decoration: underline;
}
/* ----------------------------------------------------------------- */
/* ---- PATA ------------------------------------------------------- */
/* ----------------------------------------------------------------- */
#footer {
	text-align: center;
}
#footer p {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 82%;
	margin-top: 20px;
	color:#666
}
#footer p a {
	color:#666;
	text-decoration: none;
}
#footer p a:hover {
	text-decoration: underline;
}