/*
Tmavě zelená 0, 81, 39  #005127
Světle zelená 128, 174, 62  #80AE3E
*/

* {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

body {
	/*background-color: rgb(64, 64, 64);*/
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
}

#obal {
	/*margin: 20px 0px 20px 0px;*/
	margin: 0;
	width: 960px;  /*šířka je volena s ohledem na šířku mapy 960 bodů*/ 
	margin-left: auto;
	margin-right: auto;
}

#zahlavi {
	height: 115px;
	background-color:  rgb(1, 71, 1);
	background: url(../img/header.png) no-repeat;
}

#logo {
	float: left;
	padding-top: 18px;
	padding-left: 35px;
}

#nadpisy {
	clear: right;
	float: left;
	padding-top: 40px;
	padding-left: 40px;
	text-align: left;
}

#box_vypis_param {
	background-color: rgb(245, 245, 245);
	padding: 10px 20px 15px 20px;
	margin-right: 0px;
	margin-bottom: 20px;
}

#obsah #box_vypis_param  p {
	margin: 0px;
	color: rgb(66, 66, 66);
}

#box_pokusy {
	background-color: rgb(245, 245, 245);
	padding: 10px 20px 15px 20px;
	margin-right: 40px;
	margin-bottom: 20px;
}

.vystraha {
    font-weight: bold;
    font-weight: 100;
    font-size: 140%;
    padding: 0px 0 10px 0;
    color: rgb(200, 20, 20);
}

#preloader {
	width: 40px;
	height: 40px;
	position: fixed;
	left: 50%;
	top: 35%;
	background: url(../img/preloader.gif) no-repeat;
}

h1 {
	font-family: 'Times CE', 'Times New Roman', serif;
	font-style: italic;
	font-size: 36px;
	color: rgb(0, 81, 39);
	margin: 0;
	padding: 0;
}

h2 {
	font-size: 14px;
	color: gray;
	margin: 0;
	padding: 0;
}

#menu {
	margin-bottom: 0px;
	clear: both;
	height: 42px;
	background: url(../img/menu3.gif) repeat-x;
}

#navigace {
	clear: both;
	height: 42px;
	background: url(../img/navigace0.png) repeat-x;
}

#obsah {
	clear: both;
	min-height: 450px;
	background-color: white;
	margin: 0;
	/*padding: 10px 20px 10px 35px;*/
	color: rgb(80, 80, 80);
}

#obsah h3 {
	margin-top: 20px;
	margin-bottom: 20px;
	color: rgb(0, 81, 39);
	font-weight: 100;
	font-size: 180%;
}

#obsah h4 {
	margin-top: 20px;
	color: rgb(0, 81, 39);
	font-weight: bold;
	font-size: 100%;
}

#obsah p {
	text-align: left;
	line-height: 20px;
	margin-top: 10px;
}

#obsah a {
	color: rgb(0, 81, 39);
	text-decoration: underline;
}

#obsah a:hover {
	text-decoration: none;
}

#ukazatel {
	clear: both;
	min-height: 450px;
	background-color: white;
	margin: 0;
	padding: 10px 20px 10px 35px;
	color: rgb(80, 80, 80);
}

#dialog {  
	display: none; /*skryje element*/ 
	color: rgb(80, 80, 80); /*barva textu v dialogu*/
	font-size: 11px;  /*velikost fontu v dialogu*/
}

#dialog_prihlaseni {
    display: none; /*skryje element*/
    color: rgb(80, 80, 80); /*barva textu v dialogu*/
    font-size: 11px; /*velikost fontu v dialogu*/
}

.barevnytext {
	font-weight: bold;
	font-size: 110%;
	padding: 0px 0 10px 0;  
	color: rgb(0, 81, 39);
}

/* ----- seznamy ----- */
ul {
	margin-top: 10px;
	list-style-image: url(../img/odrazka.png);
	margin-left: 30px;
}

ul.hiearch {
	list-style-image: url(../img/odrazka-hiearch.png);
}

li {    
	margin-bottom: 4px; /*trochu zvětší rozestupy položek seznamu*/
}
li.bar {
	color: rgb(0, 81, 39);
	text-decoration: underline;
}

li.bar2{    
	display: inline-block;
	font-size: 12px;
	color: rgb(68,68,68);
	text-decoration: none;
	padding: 4px 12px;
	outline: none;
	border: 1px solid rgb(255,255,255);
	border-radius: 2px;
	background: rgb(245,245,245);
	cursor: Default;
}

li.bar2:active {
	color: rgb(51,51,51);
	border: 4px solid rgb(255,20,20);
	background: rgb(238,238,238) linear-gradient(rgb(238,238,238), rgb(224,224,224));
	box-shadow: 0 1px 2px rgba(0,0,0,.1) inset;
}

li.bar2:hover {
	color: rgb(180,51,51);
	border: 1px solid rgb(204,204,204);
	background: rgb(238,238,238) linear-gradient(rgb(238,238,238), rgb(224,224,224));
	box-shadow: 0 1px 2px rgba(0,0,0,.1) inset;
	/*cursor: auto;*/
}

.seznambezodrazek {
	margin-left: 20px;
	margin-top: 10px;
	list-style-type: none;
	list-style-image: none;
}

/* ----- zápatí ----- */
#zapati {
	clear: both;
	background-color: rgb(188, 188, 188);
	height: 32px;
}

#zapati p {
	padding-top: 10px;
	text-align: center;
	font-size: 80%;
	color: rgb(128, 128, 128);
}

/* ----- menu ----- */
#menu ul {
	margin-top: 0;
	width: 900px;
	height: 42px;
	float: left;           
	list-style-type: none;
	list-style-image: none;
	margin-left: 20px;
}

#menu li {
	float: left;      
}

#menu a {
	display: block;       
	padding: 13px 20px;    
	font-size: 100%;
	color: rgb(93, 32, 7);
	text-decoration: none; 
}

#menu a:hover { 
	background: url(../img/menu1.gif) repeat-x;
	color: rgb(255, 255, 255);
}

#menu p {
	display: none;      
}

#menu a.aktualni {
	background: url(../img/menu2.gif) repeat-x;
	color: rgb(255, 255, 255);
}

/* ----- navigace ----- */
#navigace ul
{
	margin-top: 0;
	width: 900px;
	height: 42px;
	float: left;           
	list-style-type: none;
	list-style-image: none;
	margin-left: 20px;
}

#navigace li
{
	margin: 0;
	padding: 0 0 0 10px;
}

#navigace .telo 
{
	float: left;
	padding: 13px 8px 13px 8px;
	text-align: center;
}

#telo-zpet
{
	float: left;
	padding: 13px 8px 13px 8px;
	text-align: center;
	color: rgb(0, 81, 39);
	text-decoration: underline;
}

#navigace .telo-cervene
{
	float: left;
	padding: 13px 8px 13px 8px;
	text-align: center;
	color: rgb(128, 0, 0);
}

#navigace .sipka
{
	width: 23px;
	height: 42px;
	background: url(../img/navigace1.png);
	float: left;  
}

#navigace a
{
	text-decoration: underline;
	color: rgb(0, 81, 39);
}

#navigace a:hover
{
	text-decoration: none;
}

/* ---- tlačítka ----- */
input[type="submit"], input[type="reset"], input[type="button"]  {
	cursor: pointer;
	border: 1px solid rgb(57, 63, 31);
	color: rgb(240, 240, 240);
	background: rgb(157, 163, 91);
    background-image: -webkit-linear-gradient(top, rgb(184, 190, 118), rgb(130, 136, 56));
    background-image: -moz-linear-gradient(top, rgb(184, 190, 118), rgb(130, 136, 56));
    background-image: -ms-linear-gradient(top, rgb(184, 190, 118), rgb(130, 136, 56));
    background-image: -o-linear-gradient(top, rgb(184, 190, 118), rgb(130, 136, 56));
    background-image: linear-gradient(top, rgb(89, 102, 119), rgb(63, 76, 93));
    -webkit-border-radius: 4;
    -moz-border-radius: 4;
    border-radius: 4px;

    font-size: 110%;
	height: 32px;
	width: 120px;
    text-decoration:none;
}

input[type="submit"], input[type="reset"], input[type="button"] {
	width: 120px;
}

input[type="reset"] {
	width: 140px;
}

input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover {
	background: rgb(137, 143, 71);
    background: -moz-linear-gradient(top, rgb(157, 163, 91), rgb(105, 111, 39));
}

/* ----- oddelovací linka ----- */
#oddellinka {
	width: 820px; 
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: rgb(180, 180, 180);
	margin-left: 0px;
	margin-top: 10px;
	margin-bottom: 10px
}

/* ----- tabulky ----- */
table, th, td {
	border: 1px solid rgb(180, 180, 180);
	border-collapse: collapse;
}

table {
	/*margin-left: /*30px;*/
	margin-top: 15px;
	margin-bottom: 10px;
	width: 100%;
}

th {
	background: rgb(165, 165, 165);
	color: rgb(245, 245, 245)
}

td {
	/*color: rgb(63, 63, 63)*/
	vertical-align: top;
}

th, td {
	padding: 3px 5px;
} 

td.doleva {
	text-align: left; /* zarovnání k levému okraji buňky */
} 

td.doprava {
	text-align: right; /* zarovnání k pravému okraji buňky */
}

td.nastred {
	text-align: center; /* zarovnání do středu */
}

td.menu {
	border: 0px;
    padding: 3px 12px;
}

td.nadpis {
	border: 0px;
    padding: 25px 0px 0px 0px;
    font-size: 110%;
	color: maroon;
    font-weight: bold;
}

td.pzn {
	border: 0px;
    padding: 0px 0px 0px 0px;
    font-style: italic;
}

option {
	/*option jsou polozky ve vyběrovém seznamu*/
	/*margin: 2px 0px 2px 5px;  ponechává bílé linky, vhodnější je padding*/
	padding: 1px 0px 1px 8px;
}

xmp {
    overflow-x: auto;
    overflow: -moz-scrollbars-horizontal;
    width: 865px;
    padding: 5px;
}