/* CSS Document */
html, body {
	margin: 0px;
	padding: 10px 0 0;
}

body {
	font: 80% Arial, Helvetica, sans-serif;
	text-align: center;
	background-color: #4B280E;
	background-image: url(layout/pageback.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

a, a:visited {
	text-decoration: underline;
	color: #0000CC;
}

a:hover {
	text-decoration: underline;
	color: #000000;
}

#container {
	text-align: left;
	width: 750px;
	margin: 55px auto 0px;
	background-color: #FFFFFF;
	border: 2px solid #d19861;
}

#hlavicka {
	background: url(layout/hlavicka.jpg) no-repeat;
	height: 172px;
}

#hlavicka h1 {
	width: 380px;
	height: 172px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	position: relative;
	left: 330px;
	right: 0px;
}

#hlavicka h1 span {
	display: block;
	background: url(layout/logo.jpg) no-repeat;
	width: 380px;
	height: 172px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	z-index: 1;
	top: 0px;
	left: 0px;
	cursor: hand;
}

* html #hlavicka h1 span {
	left: 0px;
	top: 0px;
	right: 0px;
}

* html #hlavicka h1 {
	padding-top: 0px;
}

/* ---- MENU HORIZONTALNI -------------------------------------------------- */

#menu {
	margin: 2px 0px 0px;
	padding: 0px;
}

#menu ul {
	list-style-type: none;
	white-space: nowrap;
	margin: 0px;
	padding: 0px;
}

#menu ul li {
	float: left;
}

#menu ul li a {
	display: block;
	position: relative;
	text-decoration: none;
	font-size: 15px;
	color: #000000;
	background-image: url(layout/menuback.jpg);
	background-position: top;
	background-repeat: no-repeat;
	height: 55px;
	width: 150px;
	text-align: center;
	padding-top: 15px;
	font-weight: bold;
}

#menu ul li a:hover {
	color: #48260D;
}

#menu ul li#activ a {
	color: #ffffff;
	background-image: url(layout/menubackhover.jpg);
}

/* ---- OBSAH ----------------------------------------------- */

#obsah {
	float: left;
	width: 500px;
	padding: 20px;
}

#obsah p {
	line-height: 160%;
	text-align: justify;
}

#obsah h1 {
	font-size: 220%;
	line-height: 140%;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	text-align: left;
	background-image: url(layout/h1.jpg);
	background-repeat: no-repeat;
	padding-left: 70px;
	height: 50px;
	padding-top: 6px;
	color: #4B280E;
}

#obsah h2 {
	font-size: 160%;
	line-height: 140%;
}

#obsah h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 135%;
	text-align: left;
	line-height: 140%;
	color: #790101;
	margin-bottom: 0px;
}

#obsah ul {
	margin-left: 17px;
	padding-left: 0px;
	list-style-type: none;
}

#obsah li {
	line-height: 160%;
	background-image: url(layout/list.gif);
	background-repeat: no-repeat;
	background-position: 0px 8px;
	padding-left: 15px;
}

#obsah .obrazek {
	border: none;
	margin-top: 12px;
	margin-bottom: 12px;
}

#obsah .obrazek-vlevo {
	border: none;
	float: left;
	margin-right: 20px;
}

#obsah .obrazek-vpravo {
	border: none;
	float: right;
	margin-left: 20px;
}

.navigace {
	color: #666666;
	font-size: 11px;
	margin-bottom: 20px;
}

.navigace a {
	color: #666666;
}

.odkaz-ext {
	background-image: url(layout/odkaz-ext.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 10px;
}

.odkaz {
	background-image: url(layout/odkaz.gif);
	background-repeat: no-repeat;
	padding-left: 14px;
	background-position: 0px 5px;
}

address {
	font-style: normal;
	line-height: 160%;
	float: left;
}
/* ---- CENÍK ----------------------------------------------- */

#obsah table {
	border-collapse: collapse;
	border: 1px solid #999999;
	width: 100%;
	margin-bottom: 20px;
	margin-top: 10px;
}

#obsah table td {
	padding: 3px;
	border: 1px solid #DDB731;
	text-align: center;
}

#obsah table th {
	padding: 3px;
	border: 1px solid #DDB731;
	background-color: #e8cf76;
	text-align: center;
}

/* ---- RIGHT BOX ----------------------------------------------- */

#rightbox {
	float: right;
	width: 180px;
	margin-top: 20px;
	margin-right: 20px;
}

* html #rightbox {
	float: right;
	width: 180px;
	margin-top: 20px;
	margin-right: 10px;
}


#rightbox h2 {
	font-size: 150%;
	line-height: 140%;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	text-align: left;
	padding-top: 0px;
	padding-bottom: 4px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #d19861;
}

#rightbox h2 a {
	color: #000000;
	text-decoration: none;
}

#rightbox h3 {
	font-weight: bold;
	font-size: 120%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

#rightbox ul {
	margin-left: 0px;
	padding-left: 15px;
}

#rightbox li {
	margin-bottom: 4px;
	color: #FFFFFF;
}

.box {
	float: none;
	padding: 10px;
}

.box p {
	line-height: 1.4;
	margin: 0px 0px 10px;
	padding: 0px;
}

/* ---- NOVINKY -------------------------------------------------- */

.novinky {
	margin-bottom: 8px;
	padding-bottom: 13px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #d19861;
}

.novinky h3 {
	margin-bottom: 8px;
	padding-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;
}

.novinky p {
	margin-top: 4px;
	margin-bottom: 4px;
}

#obsah .datum {
	background-image: url(layout/kalendar.gif);
	background-repeat: no-repeat;
	padding-left: 25px;
	background-position: 0px 3px;
	color: #666666;
	margin-top: 15px;
}

/* ---- PATA ----------------------------------------------- */

#footer {
	text-align: center;
	width: 754px;
	margin: 5px auto 10px;
}

#footer p {
	margin: 0;
	padding: 5px 10px;
	font-size: 85%;
	text-align: center;
	color: #e4b47f;
}

#footer p a, #footer p a:visited, #footer p a:hover {
	text-decoration: underline;
	color: #e4b47f;
}

/* ---- ODDELENI 1 ----------------------------------------------- */

.oddel {
	clear: both;
	width: 100%;
}

.cleaner {
	display: none;
}

/* ---- FORMULAR ------------------------------------------ */

form {
	margin-bottom: 20px;
}

fieldset {
	padding: 5px;
	border: 2px solid #d19861;
	margin-top: 15px;
	margin-bottom: 15px;
}

legend {
	padding: 7px;
	font-weight: bold;
	background-color: #d19861;
}

label {
	text-align: right;
	margin-right: 0.5em;
	width: 150px;
	float: left;
}

.povinne {
	font-weight: bold;
	color: #CC0000;
}
