html { 
	padding:0px;
	margin:0px;
}

body {
	font-size: 11px;
	font-family: Arial, Helvetica, sans serif;
	color: #414141;
	background: url(img/pozadi.jpg);
	
} 

h1 {
 margin: 0 0 6px 0;
 padding: 0px;
 font-size: 20px;
 text-align: center;
 color: black;
}

h2 {
 margin-bottom: 6px;
 margin-top: 6px;
 padding: 0px;
 font-size: 17px;
 text-align: center;
 color: black;
}

h3 {
 margin-bottom: 6px;
 margin-top: 20px;
 padding: 0px;
 font-size: 14px;
 text-align: center;
 color: black;
}

h4 {
 margin-bottom: 6px;
 margin-top: 20px;
 padding: 0px;
 font-size: 11px;
 font-weight: normal;
 text-align: center;
 color: black;
}

a {
	color: blue;
	text-decoration: none;
}

a:hover {
	color: #AFAEAE;
  font-weight: bold;
	text-decoration: underline;
}


table.devet {
  font-size: 8px;
}

table.devet td{
  font-size: 8px;
}

td {
	font-size: 11px;
	vertical-align: top;
}

td b{
	font-size: 11px;
	font-weight: bold;
	vertical-align: top;
}

img {
	border: 0;
  padding: 0;
  margin:0;
}

input, textarea, select{
    font-size: 11px;
}

#obsah {
	width: 870px;
	margin: 0 auto;

}

hr {
  color: red;
}

