* { margin: 0; padding: 0 }
body {
  background-color: #2A2723;
  color: #8F784E;
  font-family: 'Arial CE', 'Helvetica CE', Arial, Helvetica, sans-serif;
  font-size: 90%;
  padding: 10px;
}
hr { display: none }
img { border: 0 }
#obal {
  background: url("../images/menu.jpg") repeat-y;
  margin: auto;
  padding-bottom: 10px;
  position: relative;
  width: 785px;
}
ul {
  list-style: none;
}
#hlavicka {
  background: url("../images/header.jpg") no-repeat;
  height: 221px;
}
#logo {
  padding: 160px 0 0 390px;
}
#logo a {
  color: #B0802C;
  cursor: pointer;
  display: block;
  font-size: 14pt;
  position: relative;
  width: 377px; height: 44px;
}
#logo span {
  background: url("../images/logo.jpg") no-repeat;
  display: block;
  position: absolute; left: 0; top: 0;
  width: 377px; height: 44px;
}
#navigace {
  float: left;
  padding: 12px 0 0 24px;
  position: relative;
  width: 161px;
}
#navigace ul a {
  color: #000;
  font-size: 110%;
  letter-spacing: 1pt;
  text-decoration: none;
}
li.download a {
  font-weight: bold;
}

#rss {
  margin-top: 20px;
}

#rss a {
  background: url("../images/rss.png") left center no-repeat;
  padding-left: 25px;
}
#facebook a {
  background: url("../images/facebook.png") left center no-repeat;
  padding-left: 25px;
}
#twitter a {
  background: url("../images/twitter.png") left center no-repeat;
  padding-left: 25px;
}
#youtube a {
  background: url("../images/youtube.png") left center no-repeat;
  padding-left: 25px;
}
#moddb a {
  background: url("../images/moddb.png") left center no-repeat;
  padding-left: 25px;
}
#dh a {
  background: url("../images/dh.png") left center no-repeat;
  padding-left: 25px;
}
#anglicky, #cesky {
  color: #8F784E;
  cursor: pointer;
  display: block;
  font-size: 8pt;
  line-height: 18px;
  margin-top: 20px;
  position: relative;
  width: 150px; height: 30px;
}
#anglicky span, #cesky span {
  background: url("../images/to_en.jpg") no-repeat;
  display: block;
  position: absolute; left: 0; top: 0;
  width: 150px; height: 30px;
}
#cesky span {
  background: url("../images/to_cz.jpg") no-repeat;
}

#vaultboy {
  background: url("../images/vaultboy.gif") no-repeat;
  display: block;
  margin: 10px 0 20px -5px;
  position: relative; left: -5px;
  width: 143px; height: 151px;
}

#obsah {
  float: left;
  width: 575px;
  margin: 25px 0 0 20px;
}
#obsah h1, #obsah h2 {
  color: #AA7E25;
  font-size: 100%;
  margin-bottom: 15px;
}
#obsah h2 a { text-decoration: none; }
#obsah h2 a:hover { text-decoration: underline; }
#obsah h2 span { margin-left: 30px }
p.odsadit { margin-bottom: 30px ! important }

#obsah p { margin: 0 15px 15px 0 }

#obsah ul { margin-bottom: 15px }
#obsah a { color: #AA7E25 }
ul.odsadit li { margin-bottom: 15px }
.podpis { text-align: right }
#archiv {
  display: block;
  text-align: center;
}
#obsah img {
  display: block;
  margin: 30px auto 30px auto;
}

#copyright {
  color: #000;
  font-size: 80%;
  position: absolute; left: 0; bottom: 10px;
  text-align: center;
  width: 185px;
}

#menu-roh {
  background: url("../images/menu_bot.jpg") no-repeat;
  position: absolute; left: 0; bottom: -12px;
  width: 185px; height: 12px;
}

.clear {
  clear: both;
  height: 0;
  overflow: hidden;
}
.hidden { display: none }

.paging{
	text-align:center;
}
.foto {
  color: #666;
  border: 1px solid #AA7E25; 
  display: block;
  float: left ! important;
  margin: 0 30px 20px 0 ! important;
  padding: 2px;
}
.last { margin-right: 0 ! important }
br { clear: left }
.foto img { display: block; margin: 0 ! important }
.foto span {
  display: block;
}

.code { font-family: monospace; text-align: center }
.space { margin-top: 60px ! important }
