/* CSS Document */

* {margin:0;padding:0}

/*horní odkazová lišta*/
.hlista {
background:rgb(244,244,244);
border-bottom:1px solid rgb(227,227,227);padding:1px;
}

.hodkazy {
width:700px;margin:auto;
}

.hodkazy a {color:rgb(0,0,0);text-decoration:none}
.hodkazy a:link {color:rgb(0,0,0)}
.hodkazy a:visited {color:rgb(0,0,0)}
.hodkazy a:active {color:rgb(0,0,0)}
.hodkazy a:hover {color:rgb(153,102,0);text-decoration:none}
    
/*konec horní odkazové lišty*/


/*nadpis apu*/

.hnadpis {
font-size:1.4em;
color:rgb(255,204,0);
font-weight:bold;
font-family:verdana;
}

.hnadpis a {color:rgb(255,204,0);text-decoration:none}
.hnadpis a:link {color:rgb(255,204,0)}
.hnadpis a:visited {color:rgb(255,204,0)}
.hnadpis a:active {color:rgb(255,204,0)}
.hnadpis a:hover {color:rgb(255,204,0);text-decoration:none;}

/*konec nadpisu*/

p {margin:10 0 10 0}
ul li {list-style-type:square}
img {border:none}
acronym {border-bottom:1px dotted black;cursor: help}
.center {text-align:center}
.cara {border-top:1px solid silver}
table {font-size:100%}

h1 {letter-spacing:5;margin-top:20px;margin-bottom:10px;text-align:left;color:rgb(153,0,51);font-size:130%}
h1 a {text-decoration:none}

h2 {letter-spacing:2;margin-top:3px;margin-bottom:10px;color:rgb(102,102,0);
text-align:left;font-size:110%}
h3 {color:rgb(153,102,51);font-size:100%;margin-top:5px;margin-bottom:2px}

body 
{background-color:rgb(255,255,255);color:rgb(0,0,0);
font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif; font-size:0.8em;
text-align:center;}

a {color:rgb(0,204,0);text-decoration:underline}
a:link {color:rgb(0,204,0)}
a:visited {color:rgb(0,204,0)}
a:active {color:rgb(0,204,0)}
a:hover {color:rgb(153,102,0);text-decoration:none}

#vyhledavac {position:absolute;right: 30px; top: 55px}


.web {position:relative;
margin: 130 auto;
text-align:left;
background:white;width:700px}

.text {width:700px;
margin-top:20px}

/*levé menu*/

.levo {
float:left;padding-top:10px}

.levo a {

 color: rgb(115,115,115);

 text-decoration: none;

padding:2px;
background-color:rgb(255,255,255);
display: block;
	margin-bottom: 0px;

	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: rgb(255,255,255);
	
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgb(255,255,255);

}

.levo a:hover {

border-top-width: 1px;
	border-top-style: solid;
	border-top-color: rgb(115,115,115);
	
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgb(115,115,115);
}
/*konec levého menu*/

/*patka*/

.patka {
margin-top:20px;
}

input, textarea, select {background-color: white; color: navy; border: 0px solid rgb(227,227,227)} input.tlacitko {background-color: navy; color: #ffffcc; font-weight: bold; cursor: hand}

