
/* CSS Document */
* 

{
  margin:0px;
  padding:0px;
}

.clear {
  clear:both;
}

body {
  text-align:center;
  background-color:black;
  }
  
#obsah {
  width:1000px;
  margin:auto;
}

#telo {
  padding-top:20px;
  padding-bottom:20px;
  border-left:3px solid #ff6600;
  border-right:3px solid #ff6600;
  height:100%;
}
/* ==========================HLAVICKA S LOGEM================================ */
#hlavicka {
  height:173px;
  background-image:url("img/logo-br.gif");
  
  }
  
#logo-L {
  width:12px;
  height:100%;
  background-image:url("img/logo-l.gif");
  background-repeat: no-repeat;
  float:left;
}

#logo-zeny {
  width:576px;
  height:100%;
  background-image:url("img/logo-br_copy.gif");
  background-repeat: no-repeat;
  float:left;
}

#logo-R {
  width:290px;
  height:100%;
  background-image:url("img/zeny.jpg");
  background-repeat: no-repeat;
  float:right;
}

/* ==========================HORIZONTALNI MENU=============================== */
#horizontmenu {
  width:100%;
  height:30px;
  margin-top:10px;
}

#horizontmenu ul{
  margin:auto;
}

#horizontmenu li{
  float:left;
  list-style:none;
  width:25%;
  height:100%;
  line-height:30px;
}

#horizontmenu a.aktivni{
  background-color:#fed801;
  text-decoration:underline;
}

#horizontmenu a.hormenP{
  background-image:url("img/ph.gif");
  background-position:right top;
  background-repeat:no-repeat;
}

#horizontmenu a.hormenL{
  background-image:url("img/lh.gif");
  background-position:left top;
  background-repeat:no-repeat; 
}

#horizontmenu li a{
  font-family:Verdana;
  display:block;
  list-style:none;
  width:100%;
  height:30px;
  background-color:#ff6600;
  color:black;
  font-size:1.0em;
  text-decoration:none;
  font-weight:bold;
}

#horizontmenu li a:hover{
  background-color:#fed801;
  text-decoration:underline;
}
/* ==========================MENU============================================ */
#menu {
  width:163px;
  float:left;
}

#menu ul{

}

#menu li{
  margin-top:2px;
  list-style:none;
  width:100%;
  height:31px;
  text-align:left;
  line-height:31px;
}

#menu li a{
  display:block;
  text-align:center;
  color:black;
  font-size:1.2em;
  text-decoration:none;
  list-style:none;
  width:153px;
  height:31px;
  background-color:#ff6600;
}

#menu li a.prvniMenu{
  background-image:url("img/prvnimenu.gif");
  background-color:black;
}

#menu li a.prvniMenu:hover{
  background-image:url("img/prvnimenuakt.gif");
  background-color:black;
}

#menu li a.posledniMenu{
  background-image:url("img/poslednimenu.gif");
  background-color:black;
}

#menu li a.posledniMenu:hover{
  background-image:url("img/poslednimenuakt.gif");
  background-color:black;
}

#menu li a:hover{
  text-decoration:underline;
  background-color:#fed801;
}
/* ==========================FOTOGALERIE===================================== */

#fotogalerie table.foto td{
  width:180px;
  height:150px;
  padding-left:20px;
  padding-bottom:15px;
}

#fotogalerie table.foto img{
  width:180px;
  height:130px;
  border-color:white;
}

#fotogalerie p{
  color:rgb(255,153,51);
}

#fotogalerie h1{
  color:rgb(255,153,51);
}

#fotogalerie a{
  text-decoration:none;
  color:rgb(255,153,51);
}

#fotogalerie a:hover{
  text-decoration:underline;
  color:white;
}

#fotogalerie a:active{
  text-decoration:underline;
  color:red;
}

/* ==========================Paticka=============================== */
#paticka {
  width:100%;
  height:30px;
  margin-bottom:20px;
}

#paticka ul{
  margin:auto;
}

#paticka li{
  float:left;
  list-style:none;
  width:25%;
  height:100%;
  line-height:30px;
}

#paticka a{
  color:white;
}

#paticka a.hormenP{
  background-image:url("img/pd.gif");
  background-position:right top;
  background-repeat:no-repeat;
}

#paticka a.hormenL{
  background-image:url("img/ld.gif");
  background-position:left top;
  background-repeat:no-repeat; 
}

#paticka li a{
  display:block;
  list-style:none;
  width:100%;
  height:30px;
  background-color:#ff6600;
  color:black;
  text-decoration:none;
}

#paticka li a:hover{
  background-color:#fed801;
}

#paticka #copyright{
  margin:auto;
  margin-top:8px;
  color:white;
}


/* ==========================REKLAMA================================ */
#reklama {
  text-align:center;
  width:100%;
}
#reklama ul {
  width:1000px;
  margin:auto;
}

#reklama li {
  float:left;
  list-style:none;
  width:25%;
  height:100%;
}

#reklama li a {
  display:block;
  list-style:none;
  width:100%;

  background-color:black;
  color:white;
  text-decoration:none;

}

#reklama li a:hover {
  color:black;
  background-color:white;

}

#vlozeni {
  text-align:left;
  color:white;
  
}

#vlozeni table{
  text-align:left;
  color:white;
  
}

#schvalovani {
  border:solid white 1px;
  color:white;
  width:900px;
  margin:auto;
}

#schvalovani td{
  margin:0px;
  border:solid white 1px;
  padding:5px;
  text-align:left;
}

#pribehy {
  color:white;
  text-align:left;
  
}
#tab-pribehy,#tab-profipribehy {
  margin-left:50px;
  margin-right:50px;
  width:700px;
}

#tab-pribehy td,#tab-profipribehy td {
  padding-top:30px;
  border-bottom:#ff6600 1px dotted;
  padding-bottom:10px;
  color:white;
  font-family:Arial;
  font-size:16px;
}

#tab-pribehy a,#tab-profipribehy a {
  color:#ff6600;
}

#tab-pribehy .nadpis {
  font-size:20px;
  font-family:Arial;
  color:white;
}

#tab-pribehy .podpis,#tab-profipribehy .podpis {
  color:white;
}

#tab-pribehy #zpet,#tab-profipribehy #zpet{
  text-align:center;
  font-size:17px;
  border-bottom:0px;
}

#tab-pribehy .strankovani,#tab-profipribehy .strankovani {
  text-align:center;
  font-size:18px;
  border-bottom:0px;
}

#tab-profipribehy .nadpis {
  font-family:Arial;
  font-size:20px;
  float:left;
}

#tab-profipribehy img {
  float:left;
  margin:5px;
}

#tab-profipribehy .text {
  width:500px;
  float:left;
}

#prepinac {
  color:white;
}

#random {
  margin:auto;
  border-collapse:collapse;
}

#random img{
  float:left;
  margin:5px;
}

#random span.nadpis{
  font-family:Arial;
  font-size:17px;
  float:left;
}

#random div.text{
  width:600px;
  float:left;
}

#random td{
  width:770px;
  text-align:left;
  color:white;
  padding-left:15px;
  margin:0px;
  border:0px;
  Background: bottom left repeat-y url("/img/random2.gif");
}

#random td.random-vrsek{
  width:770px;
  height:15px;
  Background: bottom left no-repeat url("/img/vrsek2.gif");
  border:0px;
  padding:0px;
  margin:0px;

}
#random td.random-spodek{
  width:770px;
  height:15px;
  Background: top left no-repeat url("/img/spodek3.gif");
  border:0px;
  padding:0px;
  margin:0px;
  text-align:right;
  line-height:14px;
}

#random td.random-spodek a{
  font-size:14px;
  color:rgb(255,255,0);
  line-height:14px;
  
}

#add_oblibene {
  color:#ff6600;
  text-align:right;
  width:100%;
  margin-right:10px;
}
#add_oblibene a{
  color:#ff6600;
   
}
