/* CSS Document */
body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	background-color: white;
	font-size: 12px;
}
a {
	text-decoration: none;
	color: #009900;
}
a:hover {
	text-decoration: underline;

}
a img {
	border: none;
}
h1 {
  font-size:30px;
}
h3 {
  font-size:14px;
  text-align:left;
  margin-left:40px;
}
h5 {
  font-size:9px;
}
p {

  text-align:left;
}
table {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 12px;
}
#obsah {
  width:640px;
  margin:5px auto 0 auto;
}
#obsah2 {
  width:640px;
  margin:5px auto 0 auto;
  height:1986px;
}
#head {
  width:200px;
  margin-left:500px;
  text-align:left;
  font-weight:bold;
  height:80px;
}
#top {
  text-align:center;
  border-top:10px solid #3462A4;
  margin:5px 0 10px 0;
  padding-top:5px;
}
table.okraj, table.okraj2 {
  border-collapse: collapse;
}
table.okraj2 th{
border:none;
  border-bottom:1px solid black;
  padding:5px;
}
table.okraj td,th {
  width:640px;
  border:1px solid #ccccff;
  padding:5px;

}
table.voucher td,th {
  width:640px;
  border:1px solid silver;
  padding:5px;

}

.right {
  text-align:right;
}
.comuright {
    width: 580px;
    text-align:right;
    padding-right:80px;
}
.butt {
    width:100px;
    float:left;
}
.red {color:red;}
@media print {
#obsah {margin-top: 0}
}

