/* Tagy */

*{
	margin: 0;
	padding: 0;
}

html, body{
	height:100%;
	width:100%;
}

body{
	background: #000;
	min-height: 600px;
	min-width: 800px;
	height: 100%;
	width: 100%;
	font-family: Verdana;
	font-size: 10pt;
	text-align: center;
	overflow: hidden;
}

img {
	border: none;
}

/* ID */

#outer{
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	z-index: 1;
	height: 100%;
	width: 100%;
	display:table;
	vertical-align: middle;
}

#container{
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	height: 600px;
}

#inner{
	width: 800px;
	background: url('obr/main_bg.png');
	height: 600px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #000;
}

#content{
	color: #fff;
	position: relative;
	top: 0;
	text-align: left;
	padding:10px;
	height: 580px;
}

#pozadi_outer {
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	z-index: 0;
	height: 100%;
	width: 100%;
	background-repeat: no-repeat;
}

object#pozadi{
	width: 100%;
	height: 100%;
}



#obsah {
}

#copy{
	text-align:center;
	font-size:9px;
	width:800px;
	margin-left:-10px;
	vertical-align:middle;
	line-height:18px;
	background: url('obr/main_bg.png');
}

#copy a{
	color:#fff;
}

/* Třídy */

.menu{
	width: 100%;
	text-align: center;
	font-size: 15px;
	font-weight: bolder;
	height:35px;
}

.menu a{
	color: #fff;
	text-decoration: none;
}

.submenu{
	width: 100%;
	font-weight: lighter;
	text-align: center;
	font-size: 12px;
}

.submenu a{
	color: #fff;
	text-decoration: none;
}

.epizode td{
	position: relative;
	width: 150px;
	height: 101px;
	border: solid 1px #fff;
	vertical-align: bottom;
	text-align: right;
}
.epizode td a{
  color:#fff;
  text-decoration:none;
}
.detail{
	display: none;
	height: 204px;
	width: 294px;
	background: #000;
	border: solid 1px #fff;
}

.background_none{
	background: none;
}

.ep_container{
	position: relative;
	height: 100px;
	width: 150px;
	overflow: hidden;
	vertical-align: bottom;
}
.epizode .hide{
  border: none;
}
.ep_num{
	position: absolute;
	bottom: 0px;
	width: 150px;
}
.ep_num h2{
  font-size:11px;
  font-weight: lighter;
}
.ep_pic{
	position: absolute;
	top: 100px;
	height: 100px;
	width: 150px;
	overflow: hidden;
	vertical-align: middle;
	text-align: center;
}
.ep_detail{
  font-size:12px;
}
.ep_detail img{
	border: solid 1px #fff;
	float: left;
	margin-right: 10px;
}
.ep_detail a{
  color:#fff;
  text-decoration:none;
}
.ep_home a{
  color:#fff;
  text-decoration:none;
}
.ep_detail .ep_nazev{
  font-size:12px;
  font-weight: lighter;
}
.main_obsah{
  height:470px;
}
.popis{
  text-align:justify;
}
.forum_table{
  width:100%;
  border-collapse: collapse;
  border:solid 1px #fff;
}
.forum_table th{
  background:#fff;
  line-height:13px;
  height:13px;
  color:#000;
  font-size:10px;
  vertical-align: middle;
}
.forum_table .user,.forum_table .subject{
  background: url('obr/main_bg.png');
  font-size:10px;
  line-height:13px;
  height:13px;
  border-top:solid 1px #fff;
}
.forum_table .post_text{
  vertical-align:top;
  height:60px;
  overflow: hidden;
}
.forum_table .post_text a{
  color:#fff;
  
}
.forum_table .post_text a.forum{
  color:#fff;
  font-size:10px;
  text-decoration:none;
}
.forum_table .post_text .smailik{
  display:none;
}
.prednasl{
  width:100%;
}
.prednasl a{
  color:#fff;
  text-decoration:none;
}
.prednasl .pred{
  width:50%;
  text-align:left;
}
.prednasl .nasl{
  width:50%;
  text-align:right;
}
.forum_table_empty{
  height:250px;
}
.koment a{
  color:#fff;
  text-decoration:none;
  font-weight: bolder;
}
.ep_home{
  font-size:12px;
  text-align:left;
}
.ep_home img{
	border: solid 1px #fff;
	float:left;
	margin-right: 10px;
}
#progressbar{
  margin:0 auto;
  border: solid 1px #000;
  color:#000;
  width:600px;
  background:#fff;
}
#preklad, #casovani,#korekce{
  height:20px;
  writing-mode: lr-tb;
  background:url('obr/procenta.png');
  color:#000;
  border:solid 1px #000;
  text-align:center;
  margin-left:10px;
  overflow: hidden;
}
#banners #banner_vl{
  position:absolute;
  z-index:5;
  left:-120px;
  top:75px;
  height:450px;
  width:100px;
}
#banners #banner_vr{
  position:absolute;
  z-index:5;
  left:820px;
  top:75px;
  height:450px;
  width:100px;
}

#banners #banner_h{
  position:absolute;
  z-index:5;
  left:15px;
  top:440px;
  height:100px;
  width:700px;
  font-size: 11px;
  color: #CCCCCC;
  text-align: justify;
  line-height: 15px;
}

#banners #banner_h a{
text-decoration: underline;
font-weight: bold;
font-size: 12px;
color: #FFFFFF;
}

#banners img{
  border:none;
  opacity:0.6;
}
#banners img:hover{
  border:none;
  opacity:1;
}
#titulek{
  display:none;
}
#sitemenu{
  margin:0px;
  width:100%;
  text-align:right;
}
#sitemenu a{
  color:#fff;
  text-decoration:none;
}
#links{
  margin:-10px;
  width:100%;
  text-align:left;
  float:left;
}
#links img{
  border:none;
  margin:5px 0px 0 5px;
}
#news_dialog p{
  padding:5px;
}
#news_dialog h2{
  font-size:medium;
}
a{
  color:#fff;
}
