/* CSS Document */

body {
background-color: white;
color : #000; 
font-family : 'Lucida Sans Unicode', 'Lucida Sans', 'Trebuchet MS', 'Lucida Grande', 'Bitstream Sans Vera', 
		Verdana, Arial, Tahoma, Helvetica, Sans-Serif; 
font-style : normal;
padding:20px;
margin: 0;
line-height:1.5em;
font-size:80%;
text-align:left;
border-top: 5px solid black;
}

#content{
  width: 700px;
}

h1 {
	font-size: 2em;
	color: rgb(82,82,82);
	font-family: Georgia;
	text-align: left;
	font-weight: normal;
}

h2 {
	font-size: 1.4em;
	color: green;
	font-weight: normal;
	text-align: left;
	border-bottom: 1px solid #ccc;
  font-weight: normal;
  margin-top: 40px;
}
h3 {
	font-size: 1.2em;
	font-weight: normal;
	color: chocolate;
	border-bottom: 1px solid #ccc;
}
h4 {
	font-size: 1em;
}

.pata {
	border-top: 1px solid gray;
	text-align: center;
	padding: 0.8em 0 0 0;
}
a {
	color: green;
}

a:hover {
	text-decoration: none;
	border-bottom: 1px dotted gray;
	background-color: silver;
	color: black;
}
a:link {
	color: green;
}
a.a_cislo {
	color: gray;
	margin-right: 20px;
	border: 1px solid gray;
	text-decoration: none;
	padding: 0 3px 0 3px;
}

table tr td {
  padding: 2px;
}

table {
  min-width: 1000px;
}

.right {
  float: right;
  padding: 10px;
}