﻿body {
	background: #2A2E31;
	color: #000;
	font: normal .80em/1.6em Verdana;
	font-family: Verdana, Geneva, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
}

a {
	color: #54A0D3;
	font-weight: bold;
}

a:active, a:focus, a:hover {
	background: #54A0D3;
	color: #000;
	text-decoration: none;
}
/* hover nápověda */
acronym {
	border-bottom: 1px #900 dotted;
	cursor: pointer;
	text-decoration: none;
}

fieldset {
	border: none;
}

h1, .h1 {
	color: #FFF;
	font-size: 22px;
}

h2, h2 a {
	color: #2A2E31;
	font-size: 16px;
}
/* nadpis článku na hlavní straně */
.h2 a {
	color: #1D371C;
	font-size: 18px;
}

.h2 a:active, .h2 a:focus, .h2 a:hover {
	background: none;
	color: #528036;
}

h2 a:active, h2 a:focus, h2 a:hover {
	color: #244314;
	text-decoration: underline;
}

h3, h3 a {
	color: #94673B;
	font-size: 14px;
}

h3 a:active, h3 a:focus, h3 a:hover {
	background: none;
	color: #D39354;
}

hr {
	display: none;
}
/* formulář */ 
label {
	display: block;
}
	
legend {
	display: none;
}
/* odsazení odstavce */
p {
	text-indent: 10px;
}

pre {
	font: 14px monospace; 
	line-height: 10px;
}

/*** HLAVA ***/
#head {
	height: 150px;
	width: 100%;
}
/** Hlavička **/
#hlava {
	height: 100px;
	margin: 0 auto 0 auto;
	text-align: left;
	width: 960px;
}

.logo {
	border: none;
	float: left;
	height: 100px;
	width: 350px;
}
/* ikony */
.ikona {
	border: none;
	float: right;
	height: 40px;
	margin-left: 5px;
	width: 40px;
}


/** Menu **/
#nav {
	height: 50px;
	margin: 0 auto 0 auto;
	width: 960px;
}

#nav ul {
	list-style: none;
	margin: 0;
}

#nav li {
	background: url(menu.png) no-repeat;
	float: left;
	height: 50px;
	width: 120px;
}

#nav a {
	color: #657872;
	display: block;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	font-weight: normal;
	height: 40px;
	padding-top: 10px;
	text-decoration: none;
}

#nav a:active, #nav a:focus, #nav a:hover, .active a {
	background: none;
	color: #61B23E !important;
}
/* aktivní menu */
.active {
	background-position: -120px 0 !important;
}

/*** INFO ***/
#info, #nadpis {	
	color: #FFF;
	margin-bottom: -10px;
	width: 100%;
}

#info {
	background: url(info.png) repeat-x #1D371C;
	height: 250px;
}

#info a {
	color: #65AEDC;
	font-size: 26px;
	font-weight: normal;
	padding-top: 10px;
	text-decoration: none;
}

#info a:active, #info a:focus, #info a:hover {
	background: none;
}

#info p {
	font-size: 14px;
	font-weight: bold;
	text-align: justify;
	text-indent: 0;
}
/** blok s posuvníkem **/
#prezentace {
	height: 230px;
	margin: 0 auto 0 auto;
	padding: 10px;
	width: 940px;
}
/** slider **/
#slider, #slider li {
	height: 230px;
	width: 940px;
}

#slider ul, #slider li {
	list-style: none;
	margin: 0;
	padding: 0;
}

#slider li {
	overflow: hidden;
}
/* obrazek v slideru */
.slide  {
	float: left;
	height: 210px;
	margin: 10px;
	width: 260px;
}
/** zmenšení pro nadpis h1 **/
#nadpis {
	background: url(nadpis.png) repeat-x #1D371C;
	height: 75px;
	padding-top: 25px;
}

#hacko {
	height: 75px;
	margin: 0 auto 0 auto;
	text-align: left;
	width: 960px;
}

/*** TELO ***/
#telo {
	background: #EBF2D9;/*EDF7FF EBF2D9*/
	width: 100%;
}

#obsah {	
	margin: 0 auto 0 auto;
	width: 960px;
}
/** PANEL **/
#panel {
	float: right;
	height: auto;
	margin: 25px 0 auto auto;
	min-height: 200px;
	width: 260px;
}

#top {
	height: 100px;
	width: 260px;
}
/** TEXT **/
#text {
	color: #000;
	_height: 600px;
	margin: 10px auto 0 0;
	min-height: 600px;
	padding: 10px;
	text-align: left;
	width: 670px;
}
/* konec clanku */
.zaver {
	font-weight: bold;
	height: 20px;
	margin-bottom: 20px;
	width: 100%;
}
/** barva textu + odkazu **/
.zaver, .zaver a {
	color: #304566;
}

.zaver a:active, .zaver a:focus, .zaver a:hover {
	color: #000;
}
/* obrázky v článku */
.clanek, .miniatura {
	background: #FFFFFF;
	border: 1px solid #404040;
	float: right;
	margin: 7px;
}
.clanek {
	width: auto;
}
.miniatura {
	width: 125px;
}
/* bookmakr */
.bookmark {
	border: none;
	height: 20px;
	width: 20px;
}
/* konec článku */
.z {
	float: right;
	padding-right: 20px;
}
/*** LIŠTA ***/
#lista {
	color: #657872;
	height: 85px;
	padding-top: 15px;
	width: 100%;
}
/*** TŘÍDY ***/
.hover {
	background: none !important;
}
/* barvy */
.cervena {
	color: red !important;
}
.modra {
	color: blue !important;
}
.oranzova {
	color: orange !important;
}
.zelena {
	color: green !important;
}
.mapa {
	margin: 0 auto 10px auto;
}
.mapa:active, .mapa:focus, .mapa:hover {
	background: none;
}
.vpravo {
	float: right;
	margin-right: 10px;
}
.finput {
	width: 250px;
}
.fselect {
	width: 255px;
}
.fsubmit {
	display: block;
	margin: 10px auto 10px 0;
}
