



/* Spolecne styly */



body {
	font-family: sans-serif;
	font-size: 12px; 
}

img {
	border: none;
}



/* Rozvrzeni stranky */


html {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	background: #008513 url(body.gif) scroll repeat-x left top;
	text-align: center;
}

.stranka {
	position: relative;
	margin: 0px auto;
	width: 760px;
	background: #ffffff url(stranka.gif) scroll repeat-y left top;
	text-align: left;
}

.panelHlavicka {
	height: 184px;
	width: 760px;
	background: #51af24 url(panelHlavicka.jpg) scroll no-repeat left top;
}

.panelPaticka {
	position: absolute;
	left: 0px;
	bottom: 0px;
	height: 44px;
	width: 760px;
	background: #008513 url(panelPaticka.gif) scroll no-repeat left top;
	color: #ffffff;
	font-size: 10px;
	line-height: 45px;
	text-align: right;
}

.panelPaticka a {
	text-decoration: none;
	color: #ffffff;
}

.panelPaticka a:hover {
	text-decoration: underline;
}

.obsahovyPanel {
	float: right;
	padding-right: 30px;
	width: 561px;
	min-height: 350px;
}

.navigacniPanel {
	float: left;
	width: 140px;
}

.strankaCistic {
	height: 60px;
	clear: both;
}



/* Panel hlavicka */



.panelHlavicka ul {
	position: absolute;
	display: block;
	left: 170px;
	top: 140px;
	width: 560px;
	height: 30px;
	line-height: 30px;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.panelHlavicka li {
	display: inline;
}

.panelHlavicka a {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	padding-right: 15px;
	background: #008513 url(hlavickaMenuOddelovac.gif) scroll no-repeat right center;
	color: #d4ebc9;
}

.panelHlavicka a:hover
{
	color: #ffffff;
}



/* Navigacni panel */



.navigacniPanel ul {
	list-style-type: none;
	display: block;
	margin: 0px;
	padding: 0px;
	line-height: 22px;
}

.navigacniPanel li {
	margin: 0px;
	padding: 0px;
}

.navigacniPanel li.zahlavi div {
	padding-left: 15px;
	color: #ffffff;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 30px;
	margin-top: 5px;
	font-size: 12px;
	background: #008414;
}

.navigacniPanel a {
	display: block;	
	width: 125px;
	text-decoration: none;
	color: #dcefd3;
	padding-left: 15px;
	border-bottom: 1px solid #51af24;
}

.navigacniPanel a:hover,
.navigacniPanel .vybrana a
{
	background: #a8d792;
	color: #00600e;
}



/* Obsahovy panel */



.obsahovyPanel {
	font-size: 12px;
	line-height: 18px;
}

.obsahovyPanel h1 {
	margin: 0px;
	padding: 18px 0px;
	font-size: 15px;
	line-height: 18px;
}

.obsahovyPanel h2 {
	margin: 0px;
	padding: 3px 0px 3px 0px;
	font-size: 12px;
	line-height: 18px;
}

.obsahovyPanel h3 {
	margin: 0px;
	padding: 3px 0px 3px 0px;
	font-size: 11px;
	line-height: 18px;
	font-style: italic;
}

.obsahovyPanel p {
	margin: 0px;
	padding: 0px 0px 10px 0px;
	font-size: 12px;
	line-height: 18px;
}


.obsahovyPanel .poznamka {
	font-size: 11px;
}

.obsahovyPanel ul {
	list-style-type: none;
	display: block;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	font-size: 12px;
	line-height: 18px;
}

.obsahovyPanel ul li,
.obsahovyPanel ol ul li
{
	list-style-type: none;
	display: block;
	margin: 0px;
	padding: 0px 0px 3px 30px;
	font-size: 12px;
	line-height: 18px;
	background: transparent url(li.gif) scroll no-repeat left top;
	color: #000000;
}

.obsahovyPanel ol {
	margin: 0px;
	padding: 0px 0px 10px 0px;
	font-size: 12px;
	line-height: 18px;
}

.obsahovyPanel ol li {
	padding: 0px;
	margin: 0px 0px 3px 30px;
}

.obsahovyPanel img.vpravo {
	float: right;
	margin: 0px 0px 18px 18px;
}

.obsahovyPanel img.ikona {
	vertical-align: middle;
}

.obsahovyPanel a {
	color: #006700;
}

.obsahovyPanel a:hover {
	color: #549954;
}

.obsahovyPanel table {
	width: 100%;
	border-collapse: collapse;
	font-size: 11px;
}

.obsahovyPanel table td {
	padding: 1px 4px 2px 4px;
	background: #eef7ea url(td.gif) scroll repeat-x left bottom;
}

.obsahovyPanel table .nadpis td {
	padding: 0px;
	font-weight: bold;
	background: transparent;
}

.obsahovyPanel table .hlavicka td {
	font-weight: bold;
	background-color: #c4e4b4;
}

.obsahovyPanel table .separator td {
	background-color: transparent;
}

.obsahovyPanel table.fotogalerie td{
	text-align: center;
	padding: 10px;
}

.obsahovyPanel .fotoVpravo {
	display: block;
	float: right;
	margin-left: 15px;
	text-decoration: none;
}

.obsahovyPanel .fotoVlevo {
	display: block;
	float: left;
	margin-right: 15px;
	text-decoration: none;
}

.obsahovyPanel .fotoVGalerii {
	display: block;
	margin: 0px auto;
	text-decoration: none;
}

.obsahovyPanel .fotoPopis {
	display: block;
	text-align: center;
	font-size: 10px;
	color: #000000;
}

