/* CSS Document */
body {
	font-family: "Trebuchet MS", arial, verdana, helvetica, sans-serif;
	margin: 0px;
	background-color: #123315;
	font-size: small;
}

a, a:visited {
	text-decoration: underline;
	color: #CAFFCA;
}

a:hover {
	text-decoration: underline;
	color: #ffffff;
}

strong {
	color: #00CC00;
}

#container {
	text-align: left;
	width: 944px;
	margin: 0px auto;
	padding-bottom: 20px;
	background-image: url(layout/container.gif);
	background-repeat: repeat-y;
}

/* ---- HEADER ----------------------------------------------- */

#hlavicka {
	background-color: #123516;
	background-image: url(layout/header_back.gif);
	background-repeat: repeat-x;
	background-position: top;
	height: 323px;
	padding-top: 10px;
}

#header {
	background-image: url(layout/header.gif);
	background-repeat: no-repeat;
	width: 944px;
	height: 323px;
	margin: 0px auto;
}

#header .lang {
	height: 20px;
	width: 140px;
	position: relative;
	top: 24px;
	left: 300px;
	float: left;
}

#header .lang img {
	border: 1px solid #ffffff;
	margin-right: 2px;
	margin-left: 2px;
}

#header .lang a:hover img {
	border: 1px solid #000000;
}

#header .logo {
	width: 489px;
	height: 49px;
	overflow: hidden;
	position: relative;
	left: 20px;
	top: 0px;
	float: left;
}

#header .logo span {
	display: block;
	background: url(layout/header_logo.gif) no-repeat;
	width: 489px;
	height: 49px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	z-index: 1;
	top: 0px;
	left: 0px;
	cursor: hand;
}

#header .flash {
	width: 648px;
	height: 254px;
	position: relative;
	top: 10px;
	left: 10px;
	float: left;
}

/* ---- MENU ----------------------------------------------- */

#header .menu {
	width: 259px;
	position: relative;
	top: 10px;
	left: 22px;
	float: left;
}

#header .menu ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

#header .menu ul li {
	font-size: 116%;
	font-weight: bold;
	background-image: url(layout/header_menu.jpg);
	display: block;
	height: 30px;
	width: 259px;
	margin-bottom: 1px;
	padding-top: 5px;
	background-repeat: no-repeat;
	padding-left: 6px;
}

#header .menu li a, .menu li a:visited {
	color: #ffffff;
	text-decoration: none;
}

#header .menu li a:hover {
	color: #00FF00;
	text-decoration: none;
}

#header .menu ul li#activ a {
	color: #FFFF00;
}

/* ---- LEFT SIDE ----------------------------------------------- */

#obsah {
	padding: 10px 20px;
	float: left;
	width: 617px;
}

#obsah h1 {
	color: #FFCC00;
	font-size: xx-large;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: 20px;
	font-weight: normal;
}

#obsah h2 {
	color: #FFCC00;
	font-size: large;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	margin-top: 5%;
}

#obsah h2 a {
	color: #FFCC00;
	text-decoration: none;
}

#obsah h3 {
	color: #FFCC00;
	font-size: small;
}

#obsah p {
	text-align: justify;
	line-height: 160%;
	color: #CAFFCA;
}

#obsah ul {
	margin-left: 17px;
	padding-left: 0px;
	list-style-type: none;
	color: #FFFFFF;
}

#obsah ul li {
	line-height: 160%;
	background-image: url(layout/list.gif);
	background-repeat: no-repeat;
	background-position: 0px 8px;
	padding-left: 15px;
	color: #CAFFCA;
}

#obsah ol {
	margin-left: 25px;
	padding-left: 0px;
}

#obsah ol li {
	line-height: 160%;
}

.odkaz {
	background-image: url(layout/odkaz.gif);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	padding-left: 20px;
	margin-left: 5px;
}

.odkaz-ext {
	background-image: url(layout/odkaz-ext.gif);
	background-repeat: no-repeat;
	background-position: right 6px;
	margin-right: 3px;
	padding-right: 12px;
}

#obsah .navigace {
	color: #009900;
	font-size: 85%;
}

#obsah .navigace a {
	color: #009900;
}

#obsah address {
	font-style: normal;
	color: #ffffff;
	font-size: medium;
	font-weight: normal;
}

#obsah address a {
	color: #ffffff;
}

/* ---- OBRÁZKY ---------------------------------------------- */

#obsah .figure {
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	background-image: url(layout/figure.gif);
	background-repeat: repeat-x;
	background-position: top;
}

#obsah .figure img {
	margin:	0px;
	border: 1px solid #ffffff;
}

#obsah .figure a:hover img {
	border: 1px solid #FFCC00;
}

#obsah .figure p {
	margin-top: 5px;
	padding-top: 0px;
	font-size: 85%;
	padding-bottom: 0px;
	margin-bottom: 0px;
	color: #ffffff;
	text-align: center;
}

#obsah .figure-right .figure {
	float: right;
	margin-left: 10px;
}

#obsah .figure-left .figure {
	float: left;
	margin-right: 10px;
}

#obsah .fotogalerie {
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
}

#obsah .fotogalerie img {
	margin:	2px;
	border: 2px solid #002f5c;
}

#obsah .fotogalerie a:hover img {
	border: 2px solid #ffffff;
}

#obsah .obr-right {
	float: right;
	margin-left: 10px;
	border: 2px solid #002f5c;
}

#obsah a:hover .obr-right {
	border: 2px solid #ffffff;
}

/* ---- TABULKY ----------------------------------------------- */

table {
	border-collapse: collapse;
	border: 1px solid #009900;
	margin-bottom: 20px;
	margin-top: 10px;
}

table td {
	padding: 5px;
	border: 1px solid #009900;
	text-align: center;
	color: #FFFFFF;
}

table th {
	padding: 5px;
	border: 1px solid #009900;
	text-align: center;
	background-color: #009900;
	color: #FFFFFF;
}

/* ---- RIGHTSIDE -------------------------------------------- */

#rightside {
	width: 267px;
	float: right;
	padding: 10px;
}

#rightside strong {
	color: #FFFFFF;
}

#rightside h2 {
	color: #FFFF00;
	font-size: medium;
	font-weight: bold;
	padding-bottom: 4px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFF00;
}

#rightside h2 a {
	text-decoration: none;
	color: #FFFF00;
}

#rightside ul {
	margin-left: 15px;
	padding-left: 0px;
	color: #FFFFFF;
}

#rightside ul li {
	line-height: 160%;
}

#rightside a {
}

#rightside ul li a:hover {
	text-decoration: underline;
}

#rightside p {
	line-height: 160%;
	color: #FFFFFF;
}

#rightside a img {
	border: none;
}


/* ---- ODKAZY ----------------------------------------------- */

#odkazy {
	padding: 10px;
}

/* ---- NOVINKY -------------------------------------------------- */

#novinky {
	padding: 0px 10px 10px;
	margin-bottom: 10px;
	border: 2px solid #51BA32;
	background-image: url(layout/rightback.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #239d00;
}

/* ---- ODDELENI 1 ----------------------------------------------- */

.oddel {
	clear: both;
	float: none;
}

.cleaner {
	display: none;
}

/* ---- PATA ----------------------------------------------- */

#paticka {
	background-image: url(layout/footer.gif);
	background-repeat: repeat-x;
	background-position: top;
	height: 143px;
	padding-top: 5px;
	&padding-top: 15px;
	padding-bottom: 20px;
}

* html #paticka {
	padding-top: 15px;
}

#footer {
	text-align: center;
	width: 937px;
	margin: 0px auto;
}

#footer p {
	color: #ffffff;
	font-size: 85%;
}

#footer p a {
	color: #ffffff;
	text-decoration: none;
}

#footer p a:hover {
	text-decoration: underline;
}

/* ---- FORMULAR ------------------------------------------ */

form {
	margin-bottom: 20px;
}

fieldset {
	padding: 5px;
	border: 2px solid #009900;
	margin-bottom: 15px;
	margin-bottom: 10px;
}

legend {
	padding: 7px;
	font-weight: bold;
	background-color: #009900;
	color: #ffffff;
}

label {
	text-align: right;
	margin-right: 0.5em;
	width: 200px;
	float: left;
}

textarea {
	margin: 5px;
}

.povinne {
	font-weight: bold;
	color: #FFFF00;
}