/* Styly pro cely dokument */
* {
margin: 0;
padding: 0;
}
      
body {
font-family: Arial, Helvetica, sans-serif;
color: #000;
text-align: center;
min-width: 760px;
background-color: #66B24B;
}

#hlavni {
width: 700px;
background: white url(pozadi.jpg) repeat-y;
text-align: center;
margin: 0 auto;
min-height: 602px;
_height: 602px;

}

h1{
	font-size: 160%;
	font-variant: normal;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	margin: 1px;
}

.uvodni_stranka{
	text-align: center;
	padding-top: 6px;
}

a{
color: maroon;
}

a:hover{
background-color: white;
}

a:active{
color: red;
}

h1 a {
text-decoration: none;
color: black;
}


h2{
font-size: 90%;
color: green;
text-align: left;
padding-left: 40px;
}

hr{
display: none;
} 

p{
text-align: left;
padding: 10px 40px;
}

#formular{
width: 600px;
margin: auto;
text-align: left;
}

#formular form fieldset{
border: 1px solid #00b058;
padding: 15px 25px;
background-color: #E9FBEB;
_background-color: white;
}


#formular form fieldset legend{
background-color: white;
border: 1px #00b058 solid;
padding: 2px 5px;
font-style: italic;
}

#formular form fieldset p label{
display: block;
}

.neni_nutne{
color: rgb(143,143,143);
font-size: 90%;
}

#formular form fieldset p{
padding: 0;
}

#formular form fieldset textarea{
width: 350px;
padding: 2px;
}

#formular form fieldset p input{
padding: 2px;
width: 200px;
margin: 4px 0;
}

#formular form fieldset p #submit{
width: 100px;
}

/* vypis */

.vypis{
border-top: 1px blue solid;
border-bottom: 1px blue solid;
width: 600px;
margin: 10px auto 5px;
background-color: #f2f7ff;
}

.vypis p{
margin: 10px;
}

.vypis p a{
color: blue;
padding: 3px;
}

/* p????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????sp??????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????vky */

.prispevek{
text-align: left;
width: 600px;
margin: 10px auto 3px;
background-color: #E9FBEB;
border-top: 1px #00b058 solid;
border-bottom: 1px #00b058 solid;
overflow: hidden;
}

.prispevek p{
padding: 2px 5px 1px;
}


.jmeno{
	font-size: 70%;
	font-weight: bold;
}

.web, .email {
	font-size: 70%;
	color: rgb(0,136,68);
	font-style: italic;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

.id{
	font-size: 110%;
	padding: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.nahoru{
font-style: italic;
padding: 0 0px;
}

.nutne{
font-weight: bold;
font-size: 110%;
color: red;
}

/* paticka */

#paticka{
height: 25px;
color: black;
margin-top: 10px;
font-style: italic;
}

#prihlaseni{
width: 250px;
padding: 150px;
text-align: center;
margin: 0 auto;
}

#prihlaseni form{
text-align: left;
}

#prihlaseni form p{
padding: 10px;
}

#prihlaseni form legend{
padding: 3px;
border: 1px #009900 solid;
}

ul{
text-align: center;
padding: 0 20px 10px; 
}

ul li{
display: inline;
font-size: 90%;
}

ul li a{
border: 2px #009900 solid;
padding: 3px;
text-decoration: none;
background-color: #e6ffe6;
color: black;
}

table{
text-align: left;
margin: 0 40px 10px 40px; 
width: 638px;
}

table td{
border: 1px #009900 solid;
text-align: left;
padding: 3px;
}

.table_time{
width: 100px;
text-align: center;
background-color: #e6ffe6;
}

#submit_smazat{
margin-left: 50px;
}

.odhlasit{
color: #009900;
}

.strankovani, #strankovani{
text-align: center;
font-weight: bold;
}

.strankovani a, #strankovani a{
padding: 2px;
}

.paticka{
font-style: italic;
text-align: center;
}
.obecne {
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 1px;
	padding: 1px;
}
.datum {
	font-size: 70%;
	font-weight: bolder;
}
.table_prispevek {
	background-color: #E9FBEB;
	margin-top: 0px;
	margin-right: 1px;
	margin-bottom: 0px;
	margin-left: 80px;
	clear: none;
	width: 450px;
	border-top: none #E9FBEB;
	border-right: none #E9FBEB;
	border-bottom: none #E9FBEB;
	border-left: none #E9FBEB;
	font-family: Arial, Helvetica, sans-serif;
}
