.clear {
  clear: both;
}
.hid {
  display: none;
}

a img {
  border: none;
}


#page {
  text-align: left;
  width: 800px;
  background-image: url('/images/layout/bg_page.jpg');
  background-repeat: no-repeat;
  background-color: #2c0a0a;
  margin: auto;
  position: relative;
}

a.home {
  display: block;
  width: 315px;
  height: 230px;  
  position: absolute;
  top: 15px;
  left: 5px;
}

.relativni {
  font-weight: bold;
  color: da3131;   
  
}

.relativni a:hover, a.relativni:hover {
  text-decoration: none;
  color: da3131;
}

#obsah { 
  margin-top: 8px;
  width: 800px;
  line-height: 1.4;
}

#obsah a {

}

#obsah a:hover {

}

#obsah p {
  text-indent: 15px;
  margin: 10px 0;
}

#obsah ul {
  list-style-type: square;
}

#obsah div.margin {
  margin: 0 18px;
  padding: 12px 0;
  text-align: justify;
  color: #FFF;
}

div.baners {
  width: 800px;
  height: 194px;
  margin: 9px 0;
  overflow: hidden;
  position: relative;
}

div.baners h1 {
  position: absolute;
  top: 136px;
  left: 3px;
  width: 790px;
  text-transform: uppercase;
  font-size: 16pt;
  /*font-size: 58px;*/
  color: #FFF;
  margin: 0;
  z-index: 15;
	opacity: 0.5;
	-moz-opacity:0.3;
	-khtml-opacity: 0.3;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
}

div.menu {
  float:left;
  width: 175px;
  height: 215px;
  margin-top: 30px;
}

div.regular {
  margin-left: 385px;
}

div.nabidka {
  margin-left: 63px;
}

h2 {
  margin: 0px;
  font-size: 16pt;
  color: #da3131;
}

/* MENU */
div.menu ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

div.menu ul li {
  display: block;
  height: 18px;
  margin: 5px 0 5px 0;
  text-align: right;
}

div.menu ul li a {
  display: block;
  padding-right: 17px;
  font-weight: bold;
  text-transform: uppercase;
}

div.menu ul li a:hover,
div.menu ul li a.active {
  background: url('/images/layout/sipka_menu.gif') no-repeat right;
}

/* OBSAH */

div.novinky {
  float: left;
  width: 242px;
  border-right: 1px solid #da3131;
  color: 
}


div.novinka {
  margin-right: 16px;
  color: #FCA77E;
}

div.novinka a {
  display: block;
  color: #FFF;
  text-align: right;
  padding-right: 13px;
  background: url('/images/layout/odrazky/odrazka_news.gif') no-repeat right 6px;
}

div.novinka a:hover {
  text-decoration: underline;
}

div.novinka_detail .zpet span {
  display: block;
  float: right;
}

div.novinky_default hr {
  margin: 0;
  padding: 0;
  border: none;
  height: 1px;
  background-color: #da3131;
}

div.obsah {
  float: left;
  width: 500px;
  margin-left: 15px;
  color: #FFF;
}

#footer {
  width: 800px;
  height: 170px;
  background-image: url('/images/layout/footer.jpg');
  background-repeat: no-repeat;
  background-position: center 10px;
  background-color: #da3131;
  color: #FFF;
  font-weight: bold;
}

#footer div.nahoru {
  float: left;
  font-weight: bold;
  margin-left: 157px;
  padding-top: 31px;
}

#footer a {
  color: #641A1B;
}

#footer a:hover {
  color: #FFF;
}

#footer a img {
  border: none;
  vertical-align: -35%;
}

#footer table td {
  vertical-align: middle;
}

#footer div.copy {
  font-size: 0.9em;
  padding-top: 30px;
  padding-left: 25px;
  float: left;
}

#footer div.copy span {
  color: #DA312E;
}

#footer div.spodek {
   float: left;
  width: 500px;
  margin: 25px;
  color: #710404;
  font-weight: normal;
  font-size: 11px;
}

 /*    Fotogalerie   */
 
div.album {
  float: left;
  font-family: tahoma;
  width: 240px;
  height: 70px;
  background-color: transparent;
  margin-right: 18px;
  margin-bottom: 30px;
  margin-top: 15px;
  color: #FFF;
  font-size: 8pt;
  border: 1px solid #2a0909;
  color: #999999;
  position: relative;
}

div.album div.nahled {
  position: absolute;
  left: 0;
  top: 0;
}

div.album div.nahled img {
  border: 0px solid #E6E6E6;
  margin: 5px;
}

div.album div.texty {
  width: 150px;
  overflow: hidden;
  position: absolute;
  left: 80px;
  top: 5;
}

div.album div.nazev {
  height: 30px;
  text-transform: uppercase;
  color: #fff;
  font-size: 11px;
  overflow: hidden;
}

div.album div.vlozeno, div.album div.pocet {
  height: 15px;
}

#fotogalerie {
  padding-top: 10px;
 
}

#fotogalerie div.link {
  background-color: #902828;
  color: #FFB7B7;
  border-color: #da3131;
  background-color: transparent;
}

#fotogalerie div.hover,
#fotogalerie div.active {
 
  color: #FFB7B7;
  border-color: #da3131;
  background-color: transparent;
}

#fotogalerie div.hover div.nahled img,
#fotogalerie div.active div.nahled img {
  border-color: #FFB7B7;
}

#fotogalerie div.hover div.nazev,
#fotogalerie div.active div.nazev,
#fotogalerie div.hover b,
#fotogalerie div.active b
{
  color: #FFF;
}

#fotogalerie hr {
  margin: 0;
  padding: 0;
  border: none;
  height: 1px;
  background-color: #da3131;
}

a.foto {
  display: block;
  float: left;
  border: 5px solid #461616;
  margin: 0 28px 25px 28px;
}

a.foto:hover {
  border-color: #da3131;
}

/* PAGINATOR */

.paginator {
	margin: 1em 0;
	font-size: 100%;
	text-align: center;
}

.paginator a, .paginator span {
	margin-right: 0.5em;
	padding: 0.5em 0.8em;
	color: #FFF;
	font-weight: normal;
}

.paginator .current {
	background: #da3131;
	border: 0px solid #fff;
	color: white;
}

/* Ke stažení */
table.tabulka {
  width: 750px;
  margin: 15px;
  border-collapse: collapse;
  text-align: center;
}

table.tabulka td,
table.tabulka th {
  padding: 0.5em 0.9em;
}

table.tabulka tr {
   background-color: transparent;
  
}  

table.tabulka tr.head {
  color: #da3131;
  background-color: transparent;
  font-weight: bold;
  text-align: center;
   
}

table.tabulka tr.sudy {
   background-color: transparent; 
}


