body, html {
	background: #999999;
	margin-top:10px;
	font-family:arial, tahoma, verdana;
}

a    {font-weight: bold; text-decoration: none}
a:link    {color: blue}
a:visited    {color: blue}
a:active    {color: blue}
a:link, a:visited    {text-decoration: none}

#center {
  position:relative;
	width: 1000px;
	margin-top:auto;
	margin-left: auto;
	margin-right: auto;
}

#obsah {
  background:#000000;
  float:left;
  width:800px;
  margin:0;
}

#obsah_hlavicka {
  background:#000000;
  float:left;
  width:796px;
  height:46px;
  margin:2px 2px 2px 2px;  
}

#obsah_hlavicka h1 {
  font-size:24px;
  text-align:center;
  color:#ffffff;
  margin: 11px 0px 0px 0px;
}

#obsah_telo {
  background:#ffffff;
  float:left;
  width:766px;
  margin:0px 2px 2px 2px;
  padding:15px;
}

#obsah_telo h2 {
  font-size:20px;
  text-align:left;
  color:#000000;
  border-bottom:2px solid #FF0000;
}

#obsah_telo h3 {
  font-size:16px;
  text-align:left;
  color:#000000;
}

#obsah_telo p {
  text-align:left;
  font-size:12px;
  line-height: 130%; 
  color:#000000;
}

#obsah_telo ul {
  font-size:12px;
  color:#000000;
  margin: 0px 0px 0px -15px;
  line-height:150%;
}

#obsah_telo table {
  font-size: 12px;
  margin: 20px 20px 20px 20px;
  width: 500px;
  text-align: center;
  border: 1px black solid;
  border-collapse:collapse;
}

#obsah_telo tr {
  background-color: white;
}

#obsah_telo th {
  padding:5px;
  background-color:#ff0000;
  color:white;
}

#obsah_telo td {
padding: 5px;
}

#obsah_paticka {
  background:#000000;
  float:left;
  width:796px;
  height:40px;
  margin:0px 2px 2px 2px;
}

#obsah_paticka p {
  text-align:center;
  font-size:12px;
  color:#ffffff;
}
