/* CSS styly MeK v Milevsku - screen */
/*all*/
body {
	text-align: center;
	background-color: rgb(255,255,255);
}
#all {
	width: 760px;
	margin: 0 auto;
	position: relative;
	text-align: left;
	font-family: Verdana, Arial, lucida, sans-serif;
	font-size: 12px;
	background: url(../img_doc/bg.png) repeat-y center;
}
/*end-all*/
/*complete*/
.main {
  width: 758px;
}
h1 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 20px;
	color: rgb(51,102,51);
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: 1px;
	margin-left: 3px;
}
h2 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 20px;
	color: rgb(153,0,0);
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: 1px;
	margin-left: 3px;
}
hr {
	border: 1px rgb(192,192,192) 1px none;
	width: 500px;
	margin: 0 0 0 0;
}
div.cinnost {
	margin-left: 27px;
	margin-right: 27px;
	margin-bottom: 15px;
}
table.cinnost {
  width: 700px;
}
td.date {
  width: 10%;
}
td.cl {
padding-left: 5px;
}
.check {
  display: inline;
}
.center{
  text-align: center;
}
/*end-complete*/
/*head*/
div.head {
	width: 758px;
	height: 75px;
	margin-top: 1px;
	margin-left: 1px;
}
img.head {
	width: 758px;
	height: 75px;
	border: 0;
}
/*end-head*/
/*--------------NAVIGACE-----------------*/
/*topright*/
div.topright {
	width: 760px;
	text-align: right;
	font-size: 10px;
	color: rgb(80,80,80);
	font-family: Verdana;
}
a.topright:active {
	text-decoration: underline;
	color: rgb(80,80,80);
}
a.topright:link {
	text-decoration: none;
	color: rgb(80,80,80);
}
a.topright:visited {
	text-decoration: none;
	color: rgb(80,80,80);
}
a.topright:hover {
	text-decoration: underline;
	color: rgb(80,80,80);
}
/*end-topright*/
/*menu*/
#menu {
	height: 20px;
	margin-top: 1px;
}
/*end-menu*/
/*--------------end-NAVIGACE-----------------*/
.paticka {
	font-family: Arial, helvetica, sans-serif;
	text-align: center;
	font-size: 9px;
	color: rgb(80,80,80);
  vertical-align: bottom;
	width: 760px;
	height: 10px;
	position: absolute;
	bottom: 0px;
}

div.vote {
  background-color: #EEEEEE;
  width: 160px;
  float: left;
  margin-bottom: 2px;
  margin-top: 2px;
}
div.vote1 {
  float: left;
  background-color: rgb(51,102,51);
}
div.vote2 {
  float: left;
  background-color: rgb(153,0,0);
}
