/*Začátek elementy*/
*{
  margin: 0;
  padding: 0;
}
body{
  font-family: Tahoma, Verdana, Arial, lucida, sans-serif;
  font-size: 0.7em;
  background: black;
}
a{
text-decoration: underline;
font-weight: bold;
color: white;
}

img{
  border: none;
}
p{
text-align: justify;
padding: 5px;
margin: 5px;
color: white;
}
em, strong{
font-style: normal;
font-weight: bold;
color: white;
}

h1{
color: #ABABAB;
font-size: 1.3em;
}
h2{
font-size: 2em;
margin-left: 30px;
color: #f40000;
font-weight: normal;
text-align: left;
}
label{
font-weight: bold;
color: white;
font-size: 13px;
padding: 1px 5px;
}
legend{
font-size: 13px;
color: #ababab;
font-weight: bold;
margin: 2px 5px;
padding: 5px;
}
input{
  padding: 6px;
  width: 200px;
  border: 1px solid #393939;
  color: #838383;
  background: black;
  margin: 1px;
}
textarea{
  width: 600px;
  height: 70px;
  border: 1px solid #393939;
  color: #838383;
  background: black;
  margin: 1px;
  padding: 6px;
}
select{
  border: 1px solid #393939;
  color: #838383;
  background: black;
  width: 214px;
  padding: 2px;
}
option{
font-size: 16px;
}
fieldset{
border: 1px solid #393939;
width: 400px;
padding: 10px;
margin: 10px auto;
color: white;
display: block;
 background: #111111;
}
form{
  margin: 0;
}
ul{
  margin-left: 5px;
}
li{
  margin-left: 5px;
}
h3{
  color: white;
}
/*Konec elementy*/

/*Začátek zažité*/
.stred{
text-align: center;
}
.stredx{
  margin-left: auto;
  margin-right: auto;
}
.leva{
float: left;
margin-right: 5px;
}
.leva_fotka
{
	display: block;
	width: 200px;
	background: #000000;
	text-align: center;
	float: left;
	border: 5px solid #000000;
}
.prava{
float: right;
margin-left: 5px;
}
.vlevo{
text-align: left;
}
.vpravo{
text-align: right;
}
.hlaskas{
color: #f40000;
font-size: 1.3em;
text-align: center;
font-weight: bold;
padding: 5px;
width: 400px;
margin: auto;
}
.hlaskas2{
color: white;
font-size: 1.3em;
text-align: center;
background: #f40000;
font-weight: bold;
padding: 5px;
/*width: 330x;*/
margin: auto;
}
.hlaskad{
color: white;
font-size: 1.3em;
text-align: center;
font-weight: bold;
padding: 5px;
width: 400px;
margin: auto;
}
.tucne{
font-weight: bold;
}
.kurziva{
font-style: italic;
}
.clear{
clear:both;
}
.none{
  display: none;
}
.nic{
  padding: 0;
  margin: 0;
}
/*Konec zažité*/

/*Konec zažité*/

/*Začátek layout*/

#obal{
  width: 1250px;
}

#obsah{
  margin: 20px 0px 20px 50px;
}
#obsah #datum{
  color: #e3e3e3;
  font-size: 1.4em;
  float: left;
  font-weight: bold;
  font-style: italic;
}
#obsah .cislovani{
  margin: 5px 45px 10px 0;
  float: right;
  font-size: 16px;
  color: white;
  text-align: right;
}
#obsah .cislovani a{
  color: white;
  font-weight: normal;
}
#obsah .cislovani a:hover{
  color: #f40000;
}
#pata{
  background: url('img/pata.jpg') no-repeat;
  height: 90px;
  padding-top: 23px;
  color: #cccccc;
  font-size: 1.1em;
  clear: both;
  margin-top: 10px;
}
#pata a{
  color: #cccccc;
  font-weight: normal
}
#pata a:hover{
  color: #eb0000;
}

#pata li{
  float: left;
  list-style-type: none;
  margin: 5px;
}
#top{
  background: url('/img/top.png') no-repeat;
  border-bottom: 1px solid #696969;
  height: 189px;
  position: relative;
}
#top #stitky{
  position: absolute;
  bottom: 0;
  left: 65px;
  /*margin: auto auto 0px 100px;*/
}
#top #stitky li{
  float: left;
  margin: 0 1px;
  text-align: center;
  list-style: none;
}

#top #stitky a{
  display: block;
  width: 146px;
  height: 36px;
  background: url('img/stitek.png') no-repeat;
  font-size: 18px;
  color: #9b9b9b;
  font-weight: normal;
  text-decoration: none;
  padding-top: 10px;

}
#top #stitky a:hover{
  background: url('img/stitek2.png') no-repeat;
  border-bottom: 1px solid black;
  margin-bottom: -1px;
  color: white;
}
#top #reklama{
  position: absolute;
  right: 75px;
  top: 40px;
}
#top #hledani{
  position: absolute;
  bottom: 5px;
  right: 50px;
}
#top #text{
  float: left;
  width: 228px;
  height: 34px;
  background: url('img/hledani.png') no-repeat;
  font-size: 20px;
  color: #696969;
  padding: 4px 5px;
}
#top #hledat{
  float: left;
  width: 93px;
  height: 29px;
  background: url('img/hledat.png') no-repeat;
  margin: 2px 0 0 5px;
  color: white;
  font-size: 16px;
}
#top input{
  border: none;
}
#top #logo{
  position: absolute;
  left: 120px;
  top: 35px;
}
#lpruh{
  float: left;
  width: 910px;
  border-right: 1px dotted white;
}

#ppruh{
  float: right;
  text-align: center;
  width: 280px;
}
#pata #tagy{
  font-size: 10px;
  color: grey;
  clear: both;
  margin-top: 60px;
}
#lpruh2{
 width: 600px;
 float: left;
 color: #696969;
 text-align: center;
}
#lpruh2 a{
  color: white;
}
#hodnoceni{
  width: 566px;
  height: 50px;
  background: #0d0d0d;
  margin: 0 auto;
  text-align: left;
  padding: 10px;
  font-size: 16px;
  color: white;
}
#hodnoceni img,a{
  margin: 0;
  padding: 0;
}
#ppruh2{
  width: 510px;
  float: left;
  padding: 0 20px;
}
#ppruh2 strong{
  font-size: 16px;
  color: white;
}
#reklama_video{
  width: 499px;
  padding: 10px;
  background: #0d0d0d;
  text-align: center;
}
#reklama_video a img{
  border: 2px solid black;
}
#reklama_video a img:hover{
  border: 2px solid #f40000;
}
#spodek{
  clear: both;
}
#info{
  color: #696969;
}

#reklama_pata{
  margin-top: 10px;
}
#reklama_pata .blok{
  border-top: 4px solid #c30000;
  width: 200px;
  float: left;
  margin: 10px 15px;
}
#reklama_pata h2,h3 a{
  color: white;
  text-decoration: none;
}
#reklama_pata h3 a{
  margin: 10px 0 5px 20px;
  font-size: 18px;
}
#reklama_pata .text a{
  margin-left: 20px;
  color: #c30000;
  font-weight: bold;
  font-size: 18px;
}
#reklama_pata h3 a:hover{
  color: #c30000;
}
#reklama_pata .text a:hover{
  color: white;
}
#reklama_hlavni{
  margin: 10px 0;
  clear: both;
}
#reklama_hlavni .blok{
  width: 413px;
  float: left;
  background: #0d0d0d;
  margin: 10px 11px 20px 11px;
  text-align: center;
  padding: 15px 0;
}
#reklama_hlavni .blok img{
  border: 2px solid white;
}
#reklama_hlavni .blok img:hover{
  border: 2px solid #c30000;
}
#reklama_hlavni h3 a{
  font-size: 18px;
  color: white;
  margin-left: 30px
}
#reklama_hlavni h3 a:hover{
  color: #f40000;
}
#mapa_webu{
  color: #eb0000;
}
#mapa_webu h3{
  font-size: 16px;
}
#mapa_webu a{
  color: white;
  text-decoration: none;
}
#mapa_webu a:hover{
  text-decoration: underline;
}
#kat{
  text-align: left;
}
#embed p{
  text-align: center;
  font-size: 18px;
}
#embed a:hover{
  color: #eb0000;
}
.stitek{
  background: #0d0d0d;
  width: 205px;
  float: left;
  margin-right: 15px;
  color: white;
  margin-bottom: 15px;
  overflow: hidden;
}
.stitek .stitek_obsah{
  padding: 10px 20px;
}
.stitek a, .podobna_videa a{
  color: #eb0000;
  font-weight: bold;
  font-size: 16px;
}
.stitek a:hover, .podobna_videa a:hover{

}
.stitek a img, .podobna_videa a img{
  border: 2px solid #e3e3e3;
  padding: 1px;
  margin: 0;
}
.podobna_videa a img{
  margin: 5px 0;
}
.stitek a img:hover, .podobna_videa a img:hover{
  border: 2px solid #eb0000;
}
.stitek .nazev{
  height: 38px;
  margin-bottom: 3px;
  overflow: hidden;
}
.podobna_videa .text{
  text-align: left;
  color: white;
  font-size: 13px;
  font-weight: bold;
  _width: 50%;
}

.podobna_videa a img{
  margin-right: 10px;
}
.vodkaz a{
  color: red;
  font-size: 20px;
  font-weight: normal;
}
.vodkaz a:hover{
  color:  #eb0000;
}
#udelalses{
  margin-top: 10px;
  font-size: 30px;
  color:  #eb0000;
}
#udelalses a{
color:  white;
}
#udelalses a:hover{
color:  #eb0000;
}
.katstitek{
  margin: 10px;
  width: 300px;
  padding: 10px;
  height: 70px;
  background: #0d0d0d;
  float: left;
  color: #E3E3E3;
}
.katstitek img{
  border: 2px solid white;
}
.katstitek img:hover{
  border: 2px solid #C80000;
}
.katstitek a{
  color: #C80000;
  font-size: 16px;
}
.submit{
  width: 250px;
  padding: 2px;
  margin: 2px;
  background: white;
  color: #da0000;
  font-weight: bold;
  font-size: 13px;
  border: 1px solid #da0000;
  cursor: pointer;
  letter-spacing: 2px;
}
.submit:hover{
  background: #da0000;
  color: white;
  border: 1px solid white;
}
.submit2{
  width: 106px;
  height: 32px;
  color: white;
  background: url('/img/submit_pozadi.png') no-repeat;
  border: none;
}
.submit2:hover{
  cursor: pointer;
  color: black;
}
.white{
  color: white;
}
.sirka50{
  width: 50px;
}
.sirka100{
  width: 100px;
}
.sirka150{
  width: 150px;
}
.sirka200{
  width: 200px;
}
.sirka250{
  width: 250px;
}
.sirka300{
  width: 300px;
}
.sirka100p{
  width: 100%;
}
.sirka90p{
  width: 90%;
}
.sirka80p{
  width: 80%;
}
.sirka400{
  width: 400px;
}
.privat-blok{
  width: 510px;
  float:left;
  height: 248px;
  background: url('/img/blok_pozadi2.png');
  color: white;
  padding: 10px 10px 10px 25px;
  overflow: hidden;
  margin: 10px 22px;
  position: relative;
}
.privat-blok img,.privat-blok2 img{
  border: 5px solid black;
  margin-top: 10px;
}
.privat-blok img:hover,.privat-blok2 img:hover{
  border: 2px solid #c30000;
  margin: 13px 3px 3px 3px;
}
.privat-blok h3 a,.privat-blok2 h3 a{
  color: white;
  font-size: 24px;
  height: 20px;
  width: 280px;
  float: right;
  margin-top: -13px;
  margin-right: -25px;
  margin-bottom: 5px;
  padding: 13px 10px 13px 10px;
  font-weight: normal;
  overflow: hidden;

}
.privat-blok h3 a:hover,.privat-blok2 h3 a:hover{
  color: #f40000;
}
.privat-blok .zobrazit a{
  height: 25px;
  display: block;
  width: 140px;
  padding: 15px;
  padding-top: 10px;
  text-align: center;
  float: right;
  position: absolute;
  right: 0;
  bottom: 0;
}
.privat-blok .zobrazit a:hover{
  text-decoration: none;
}
.privat-blokx strong{
  color: #f40000;
}
#privat-blok2{
  width: 595px;
  background: url('/img/blok_pozadi.png');
  color: white;
  margin: 10px 5px 10px 0px;
  overflow: hidden;
  float: left;
}
#privat-blok3{
  width: 490px;
  background: url('/img/blok_pozadi.png');
  color: white;
  margin: 10px 100px 10px 5px;
  overflow: hidden;
  float: right;
}
#privat-blok4{
  width: 1097px;
  background: url('/img/blok_pozadi.png');
  color: white;
  margin: 10px auto;
  overflow: hidden;
  clear: both;
  float: left;
}
#privat-blok4 img{
  margin: 10px 0;
}
.privat-blok2_hlava{
  background: url('/img/blok_nadpis.png');
  height: 26px;
  padding: 13px;
  padding-left: 25px;
}
.privat-blok2_obsah{
  padding: 10px;
  margin-bottom: 10px;
  line-height: 170%;
}
#privat .privat-blok2_hlava h2{
  margin: 0;
  font-size: 20px;
  font-weight: normal;
  color: white;
}
#privat{
  font-size: 1.3em;
  clear: both;
}
.privat-blokx{
  float: right;
  width: 270px;
  color: white;
  font-weight: bold;
  margin-top: 3px;
}
.privat-blokx em{
  font-size: 16px;
}
#privat h2{
  margin-left: 0;
  font-size: 16px;
  font-weight: bold;
}
#pruh{
  /*width: 936px;*/
  width: 986px;
  height: 288px;
  background: url('/img/pruh_pozadi2.jpg') no-repeat;
  clear: both;
  margin: 10px;
  text-align: center;
  padding: 20px 100px;
}
.pruh_blok{
  width: 200px;
  height: 265px;
  margin: 13px;
  float: left;
  overflow: hidden;

}
.pruh_blok img{
/*
  width: 190px;
  height: 200px;
  border: 5px solid black;
  margin-top: 2px;*/
}
.pruh_blok_odkaz
{
	display: block;
	width: 200px;
	margin: 0px;
	margin-top: 2px;
	text-align: center;
	background: #000000;
	border: 5px solid #000000;
}
.pruh_blok_hlava{
  height: 24px;
  padding: 15px;
  background: url('/img/pruh_stitek.png') no-repeat;
  overflow: hidden;
}
.pruh_blok_hlava a h2{
  text-decoration: none;
}
.pruh_blok_hlava a h2:hover{
  color: white;
  text-decoration: underline;
}
#uziv_menu{
  height: 16px;
  padding: 10px 30px;
  float: right;
  text-align: center;
  font-size: 14px;
  border: 1px solid white;
}
#tagy{
  padding-right: 50px;
}
#tagy a{
  color: #f40000;
  text-decoration: none;
  margin: 0 30px;
}
#tagy a:hover{
  color: white;
}
#top #stitky #privat-odkaz a{
  color: #f40000;
}
#top #stitky #privat-odkaz a:hover{
  color: #ff5b3c;
}
/*Konec layout*/

/*Začátek ostatní*/

/*Konec ostatní*/

div#banner
{
	position: absolute;
	top: 30px;
	left: 650px;
}
