.sub_menu_item{        
        background-color: #eebd5e;
        /*background-color: rgb(234,170,62);*/
        clear: both;
        color: black;
        line-height: 150%;
        text-align: left;
        padding-left: 5px;
        padding-right: 5px;
        font-weight: bold; 
        font-size: 13px;

        /*border: 1px solid rgb(234,170,62);*/
        border: 1px solid rgb(120,120,120);
        border-radius: 5px 5px 5px 5px;


}

.sub_menu_item-active{
        background-color: #e38000;
        clear: both;
        color: black;
        line-height: 150%;
        text-align: left;
        padding-left: 5px;
        padding-right: 5px;
        font-weight: bold !important; 
        font-size: 13px;

        border: 1px solid #000000;
        border-radius: 5px 5px 5px 5px;
}


.sub_menu_item-zaloha{

        /*color: rgb(227,128,0);*/
        /*font-weight: bold;*/
        text-decoration: underline;
        /*border: 1px solid rgb(0,0,0);*/
        /*padding: 5px;*/
        font-size: 13px;
        margin-top: 10px;
        margin-bottom: 10px;
        /*background-color: #ffffff;*/
        padding-left: 5px;
        padding-right: 5px;
}

.sub_menu_item-active-zaloha{
        font-weight: bold !important; 
        /*text-decoration: underline !important;*/
        /*border: 2px solid #e38000;*/
        border: 1px solid #000000;
        font-size: 13px;
        margin-top: 10px;
        margin-bottom: 10px;
        padding-left: 5px;
        padding-right: 5px;


        /*background-color: #e38000;*/

}

.sub_menu_item:hover{
        font-weight: bold  !important;
}

.sm{
       /*background-image:url("menu/sub_menu_back.jpg");*/

}

#obsah .all_news a {
  text-decoration: none;
  /*color: black !important;*/
  color: #323232;
}

.otazka{
  font-weight:bold;  
  text-decoration:underline;  
  margin-bottom:5px;    
}

.odpoved{
  margin-left:30px; 
  font-style:italic;   
  color: rgb(80,80,80); 
}

.odpovidajici{
  margin-left:10px;
}

.menu_title_span{
  position : relative;
  top: 7px; 
  left : 42px;
}

.menu:link, .menu:active, .menu:visited {
background:url("menu/menu_item3.jpg") no-repeat scroll left top transparent;
color:#FFFFFF;
display:block;
float:left;
font-size:14px;
font-weight:bold;
height:30px;
padding:0px 0px 0px 0px; 
text-decoration:none;
width:300px;
margin: 0px 0px 5px 0px;
}

.menu_film:link, .menu_film:active, .menu_film:visited {
background:url("menu/menu_item_film.jpg") no-repeat scroll left top transparent;
color:#FFFFFF;
display:block;
float:left;
font-size:14px;
font-weight:bold;
height:30px;
padding:0px 0px 0px 0px; 
text-decoration:none;
width:300px;
margin: 0px 0px 5px 0px;
}


.menu_new_film:link, .menu_new_film:active, .menu_new_film:visited {
background:url("menu/menu_item_film_new.jpg") no-repeat scroll left top transparent;
color:#FFFFFF;
display:block;
float:left;
font-size:14px;
font-weight:bold;
height:30px;
padding:0px 0px 0px 0px; 
text-decoration:none;
width:300px;
}

.menu:hover {
background:url("menu/menu_item3.jpg") no-repeat scroll right top transparent;
color:#FFFFFF;

}


.menu_film:hover {
background:url("menu/menu_item_film.jpg") no-repeat scroll right top transparent;
color:#FFFFFF;

}

.menu_new_film:hover {
background:url("menu/menu_item_film_new.jpg") no-repeat scroll right top transparent;
color:#FFFFFF;

}

#menu li {
float:left;
list-style-position:outside;
list-style-type:none;
text-align:left;
}


.menu-active:link, .menu-active:active, .menu-active:visited {
background:url("menu/menu_item_active3.jpg") no-repeat scroll right top transparent;
background-repeat:no-repeat;
color:#FFFFFF;
display:block;
float:left;
font-size:14px;
font-weight:bold;
height:30px;
padding:0px 0px 0px 0px;
text-decoration:none;
width:300px;
margin: 0px 0px 5px 0px;
}

.menu_film-active:link, .menu_film-active:active, .menu_film-active:visited {
background:url("menu/menu_item_film_active.jpg") no-repeat scroll right top transparent;
background-repeat:no-repeat;
color:#FFFFFF;
display:block;
float:left;
font-size:14px;
font-weight:bold;
height:30px;
padding:0px 0px 0px 0px;
text-decoration:none;
width:300px;
margin: 0px 0px 5px 0px;
}

.menu_new_film-active:link, .menu_new_film-active:active, .menu_new_film-active:visited {
background:url("menu/menu_item_film_active.jpg") no-repeat scroll right top transparent;
background-repeat:no-repeat;
color:#FFFFFF;
display:block;
float:left;
font-size:14px;
font-weight:bold;
height:30px;
padding:0px 0px 0px 0px;
text-decoration:none;
width:300px;
}






#menu fieldset{	
	margin: 10px;
        /*border: rgb(120,120,120);*/
}




#obsah table {
	
	font-size: 13px;
        font-family: Tahoma;
        bordercolor: rgb(0,0,0);
        /*border: 1px solid #000000;*/

}

#obsah table td{
	
	padding-left: 5px;
        padding-right: 5px;
        /*margin: 0px;*/
        /*border: 1px solid #000000;*/

        /*bordercolor: rgb(0,0,0);*/

       
}

.menu_group_box_head{
        background-color: #e38000;
        clear: both;
        color: #eebd5e;
        /*line-height: 150%;*/
        text-align: left;
        
        padding-left: 0px;
        padding-right: 3px;
        padding-top: 5px;
        padding-bottom: 0px;

        margin-left: 8px;
        margin-right: 8px;
        margin-top: 0px;
        margin-bottom: 0px;

        font-weight: bold; 
        font-size: 16px;

}

.menu_group_box{
        clear: both;
        color: black;
        /*line-height: 120%;*/
        text-align: left;
        padding-left: 15px;
        padding-right: 3px;
        padding-top: 3px;
        padding-bottom: 3px;

        margin-left: 8px;
        margin-right: 8px;
        margin-top: 0px;
        margin-bottom: 8px;

        /*font-weight: bold;*/ 
        font-size: 14px;

        border: 1px solid #e38000;
        /*width: 90%;*/
}


#obsah hr {
        border: 0;
        height: 1px;
        background-color: rgb(227,128,0);
	/*width: 90%;*/
}

#obsah_forum hr {
        border: 0;
        height: 1px;
        /*background-color: rgb(238,189,94);*/
        background-color: rgb(227,128,0);
	/*width: 90%;*/
}

#menu hr {
	size: 1px;
	color: rgb(227,128,0);
	/*width: 90%;*/
}


#obsah .imgmargin img{
        margin: 5px;
}





.sub_menu{
        color: #BE0000;
        font-weight: bold; 
        /*text-decoration: underline;*/
        /*border: 2px solid rgb(227,128,0);*/


        padding: 2px;
        background-color: #ffffff;

}


.varovani{
        border: 2px solid #BE0000;
        padding: 5px;
        font-size: 15px;
        
}

.tvtitle{
        background-color: #eebd5e;
        clear: both;
        color: black;
        line-height: 150%;
        text-align: left;
        padding-left: 5px;
        padding-right: 5px;
        font-weight: bold; 
        font-size: 15px;


        border: 1px solid #000000;
        border-radius: 5px 5px 5px 5px;
} 




.title{
        background-color: #e38000;
        clear: both;
        color: white;
        line-height: 150%;
        text-align: left;
        padding-left: 25px;
        padding-right: 25px;
        padding-top: 5px;
        padding-bottom: 5px;
        /*font-weight: bold;*/ 
        font-size: 14px;

}

.mainnew{
        background-color: #eebd5e;
        /*background-color: #e38000;*/
        clear: both;
        color: #323232;
        /*line-height: 150%;*/
        text-align: left;
        padding-left: 5px;
        padding-right: 5px;
        padding-top: 5px;
        padding-bottom: 5px;
        /*font-weight: bold;*/ 
        /*font-size: 14px;*/

        border: 1px solid rgb(227,128,0);
width: 90%;
}

.news{

        margin-left: 15px;
        margin-right: 15px;
        color: #323232;
text-align: left;
}

.news:hover{
        /*background-color: rgb(255,0,0);*/
}


body, div, img, a, p, h1, h2, h3 {
	margin: 0px;
	padding: 0px;
	border: none 0px black;
}
body {
	background-color: rgb(238,189,94);
	color: #222;
	font-size: 13px;
        font-family: Tahoma;
        /*background-image: url("main/pruh2.jpg");
        background-repeat:repeat-x;*/
}

#upoutavka{
        float: left;
	width: 50px;
	height: auto;
	margin: 0px auto;
	/*background-image: url("main/upoutavka_body.jpg");*/
        background-color: rgb(227,128,0);
	background-repeat: repeat-y;
	clear: both;
	text-align: right;
	color: rgb(255,255,255);
}


#container {
	width: 930px;
	height: auto;
	margin: 0px auto;
	background-image: url("main/body.jpg");
	background-repeat: repeat-y;
	/*clear: both;*/
	text-align: left;
	color: #330000;
        float: left;
     
}

#upoutavka{
	width: 70px;
	height: auto;
	margin: 0px auto;	
	text-align: left;
	color: white;
        float: left;
        background-color: black;
}

#master_container {
	width: 1000px;
	height: auto;
        margin: 0 auto;	
}

#container_forum {
	width: 930px;
	height: auto;
	margin: 0px auto;
	background-image: url("main/body_forum_orange.jpg");
	background-repeat: repeat-y;
	/*clear: both;*/
	text-align: left;
	color: #330000;
        float: left;
}

#hlavicka {
	height: 150px;
	background-repeat: none;
	margin-left: 0px;
	background-image: url("main/head_back66.jpg");
}

#hlavicka_forum {
	height: 150px;
	background-repeat: none;
	margin-left: 0px;
	background-image: url("main/head_back54.jpg");
}

#menu {
	float: left;
	width: 300px;
	_width: 300px;
	text-align: left;
	/*_line-height: 10px;*/
	/*font-size: 16px;*/
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-left: 0px;	
	
	background-image: url("main/menu_back.jpg");
	background-repeat: no-repeat;
	min-height: 1500px;
  _height: 1500px;	
}
#menu a {
	text-decoration: none;
	/*letter-spacing: 1px;*/
	color: rgb(50,50,50);
        font-weight: normal;
        /*margin :3px; */
        /*background-color: rgb(227,128,0);*/
  
}





#menu img {
	margin: 0px;
}


#obsah {
	float: left;
	width: 590px;
	_width: 630px;
	min-height: 550px;
	_height: 550px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 10px;
	text-align: left;
	  
	background-image: url("main/main_back.jpg");
	background-repeat: no-repeat;
	min-height: 1000px;
  _height: 1000px;  
  /*color: #330000;		*/
color:rgb(50,50,50);
}

#obsah_forum {
  float: left;
	width: 590px;
	_width: 630px;
	min-height: 550px;
	_height: 550px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 10px;
	text-align: left;
	  
	/*background-image: url("main/main_back_forum_orange.jpg");*/
	background-repeat: no-repeat;
	min-height: 1000px;
  _height: 1000px;  
  color: #330000;		
} 

#obsah img {
	margin: 15px;
        border: 1px solid #f0f0f0;
}

#obsah a {
  text-decoration: none;
  color: white;
}

#obsah a:hover {
  text-decoration: none;
  color: #BE0000;

}

#obsah_forum a {
  text-decoration: none;
  color: white;
}

#obsah_forum a:hover {
  text-decoration: none;
  color: #BE0000;

}



iframe {
	/*width: 540px;
	_width: 540px;*/
	/*height: 1400px;*/
	position: relative;
	left: -5px;
	border: 0px none;
}
.wow {
	display: none;
}
