body, p, form, img, table, tr, th, td, h1, h2, h3, h4, h5, div {
	border: 0 none;
	margin: 0;
	padding: 0;
}

body {
  background: url(../img/bg.gif) repeat #f3dbbf;
  font-family: Arial, Tahoma, Verdana;
  color: #000;
	text-align: left;
	font-size: small;
	line-height: 1.5;
}

#obal, #zahlavi, #header {
  margin: 0 auto;
  width: 792px;
}

#top {
  position: absolute;
  top: 0;
  height: 247px;
  width: 100%;
}

#zahlavi {
  height: 25px;
  background: url(../img/zahlavi.gif) repeat #FBF4EC;
}

#hlavicka {
  background: url(../img/hlavicka.gif) repeat #FFA340;
  height: 222px;
  text-align: center;
}

#hlavicka img {
  width: 792px;
  height: 192px;
}

#header {
  background: url(../img/header.gif) repeat #fff;
  height: 30px;
}

#header ul, #header li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#header ul {
  margin: 0 -1px 0 6px;
  border-right: 5px solid red;
}

#header li {
  display: inline;
  float: left;
}

#header li a {
  background: #000 url(../img/menu.gif) repeat-x;
  display: block;
  width: 155px;
  height: 24px;
  padding-top: 1px;
  border: 1px solid #fff;
  border-right: none;
  text-decoration: none;
  color: #fff;
  font-size: 105%;
}

#header li a.o-mne {
  width: 154px;
  border-right: 1px solid #fff;
}

#header li a:hover {
  text-decoration: underline;
}

#obsah {
  margin: 247px 0 0 0;
  padding: 0 40px 40px 40px;
  background: url(../img/obsah.gif) repeat #fff;
}

#obsah-top {
  background: #fff;
  height: 35px;
}

#text {
  width: 505px;
  padding-right: 40px;
  overflow: hidden;
  float: left;
  font-size: 105%;
}

#text p {
  margin: 0 0 20px 0;
}

#pravy { /*IE*/
  float: right;
  width: 140px;
  text-align: left;
  padding-left: 10px;
  font-size: 103%;
}

#pravy h2 {
  margin: 35px 0 10px -10px;
}

#pravy h2.vyhledavani {
  margin-top: 0px;
}

#pravy form {
  text-align: right;
}

#pravy form h2 {
  text-align: left;
}

.input {
  border: 1px solid #E98418;
  height: 17px;
  width: 116px;
  padding: 2px 2px 0 2px;
  margin: 0 0 7px 0;
  background: #fff url(../img/form-bg.jpg) no-repeat;
}

#pravy #kategorie, #pravy #kategorie li {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

#pravy #kategorie li a {
  text-decoration: none;
  color: #E0871F;
  font-weight: bold;
}

#pravy #kategorie li a:hover, #pravy #kategorie li a.active {
  text-decoration: underline;
}

#pravy .statistiky a {
  text-decoration: none;
}

#pravy .statistiky a:hover {
  text-decoration: underline;
}

#pravy .statistiky a.active {
  font-weight: bold;
}

#pravy .statistiky div.nav div {
  background: url(../img/sipka.gif) left no-repeat;
  position: relative;
  left: -10px;
  padding-left: 10px;
  width: 140px;
  margin-right: -10px;
}

#pravy .statistiky ul {
  margin: 5px -10px;
  padding: 10px 10px 0 15px;
  background: #fff url(../img/line1.gif) no-repeat top;
}

#pravy .statistiky li {
  list-style-type: circle;
  margin: 0 0 5px 0;
  padding: 0;
}

#pravy .statistiky li a {
  text-decoration: underline;
  color: #E0871F;
}

#zapati {
  height: 38px;
  padding: 12px 40px 0 40px;
  background: #F79A33 url(../img/footer.jpg) no-repeat;
  color: #fff;
  text-align: center;
  font-size: 85%;
  font-weight: bold;
}

#zapati a {
  color: #fff;
}

#zapati a, #zapati span {
  margin: 0 10px;
}

#zapati span.noprint {
  margin: 0;
}

#bottom {
  margin-top: 18px;
  padding-top: 4px;
  height: 78px;
  background: #F79A33 url(../img/bottom.gif) repeat-x;
}

#bottom div {
  width: 772px;
  margin: 0 auto;
}


h1 { /*ie*/
  font-size: 175%;
  font-family: georgia Arial;
}

h2 {
  font-size: 134%;
  font-family: georgia Arial;
  color: #626262;
}

h2:hover {
  color: #000;
}

div.statistiky:hover h2, div.rightblock:hover h2 {
  color: #000;
  background: url(../img/arrow-down.gif) no-repeat right center;
}

.resetovac {
  float: none;
  clear: both;
}

a {
  color: #626262;
  text-decoration: underline;
}

#text a {
  padding: 0 2px;
}

#text a:hover {
  background: #FFA33E;
  color: #000;
}

.right {
  float: right;
  margin-top: 3px;
}

h1.item {
  margin: 0 0 20px 5px;
}

#text h1.item a {
  padding: 3px 15px;
}

#text h1.item a:hover {
  background: #E5E4E2;
}

.itembody {
	line-height: 1.7;
}

.iteminfo {
  margin: 5px 0 20px 0;
  padding: 0 10px 40px 10px;
  background: #fff url(../img/line2.jpg) no-repeat center bottom;
}

.iteminfo p {
  margin: 0 0 5px 0;
  font-weight: bold;
}

.iteminfo img {
  position: relative;
  top: 2px;
}

#commentform fieldset, .loginform fieldset {
  -moz-border-radius: .5em;
  border-radius: .5em;
  margin: 5px 0;
  padding: .5em;
}

#commentform textarea { /*IE*/
  width: 484px;
  height: 140px;
  border: 1px solid #E98418;
  background: #fff url(../img/textarea-bg.jpg) no-repeat;
}

#comments {
  margin: 0 35px;
  padding: 0;
}

#comments a {
  margin: 5px 0 0 50px;
}

#comments span.autor a, #comments div a, #comments p a {
  margin: 0;
}

#comments span.autor a {
  position: relative;
  top: -2px;
}

#comments div {
  float: right;
}

#comments div img {
  position: relative;
  top: 2px;
}

#comments p {
  margin: 5px 0 10px 0;
}

#comments ol a {
  margin-left: 10px;
}

#comments li { /*IE*/
  list-style: circle url(../img/avatar.gif);
  margin: 10px 0 10px 5px;
  padding: 0 0 15px 0;
  background: #fff url(../img/line3.jpg) no-repeat bottom;
}

#comments li:hover {
  background: #F8F8F8;
}

#comments ol li {
  list-style: none;
  margin: 5px 10px;
  padding: 0;
  background: #fff;
  font-size: 90%;
}

#comments p span, #comments li ol li {
  font-style: italic;
}

#comments p span {
  background: #F8F8F8;
}



.orange {
  color: #E0871F;
}

.center {
  text-align: center;
}

#text ul {
  margin: 3px;
  padding: 2px 15px;
}

#text ul ul {
  margin: 0 3px;
  padding: 0 15px;
}

#text .itembody li {
  margin: 0;
  padding: 0;
  list-style-image: url(../img/odrazka-1.gif);
}

#text .itembody li li {
  margin: 0;
  padding: 0;
  list-style-image: url(../img/odrazka-2.gif);
}

#text code {
  background: #F8F8F8;
  border: 1px solid #CCCCCC;
  padding: 1px 3px;
}

#text code:hover {
  background: #EFEFEF;
}

#text samp {
  border: 1px solid #CCCCCC;
  padding: 1px 3px;
  font-style: italic;
  font-family: arial;
}

#text samp:hover {
  border: 1px solid #000;
}

p.img {
  text-align: center;
  font-style: italic;
}


/*stylovani 404*/
h3.closest-match {
  font-size: 90%;
  margin-bottom: 10px;
}

#goog-wm .other-things, #goog-wm .search-goog {
  display: none;
}
