/* CSS layout */
* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #c6c7c8;
	background-color: #424144;
}

h1, h2, h3, h4, h5, h6 {
	padding-top: 0.25em;
	margin-bottom: 0.25em;
	color: #be9e56;
	font-weight: normal;
}
h1 { font-size: 2em; }
h2 { font-size: 1.8em; }
h3 { font-size: 1.6em; }
h4 { font-size: 1.4em; }
h5 { font-size: 1.2em; font-weight: bold; }
h6 { font-size: 1em; font-weight: bold; }


p {
	margin-bottom: 0.8em;
    line-height: 1.4em;
}

.centered {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 50%;
  height: 50%;
  margin: auto;
  z-index: -1;
}


#page {
	margin: 0 auto;
	width: 975px;
	position: relative;
}

#masthead {
	height: 113px;
	background-color: #1a171c;
	background-image: url('../image/bgr_header.png');
	background-repeat: repeat-x;
}

#top_nav {
	background-image: url('../image/bgr_menu.png');
	background-repeat: repeat-x;
	height: 41px;
	position: relative;
	z-index: 1000;
}

#top_canada {
	width: 975px;
	margin: 0 auto;
	height: 1px;
	background-image: url('../image/bgr_foot.png');
	background-repeat: no-repeat;
	background-position: top left;
	color: #9c9e9f;
}

#flashmenu   {   
	position: absolute;
	z-index: 10000;
    top: 8px;
    left: 0;
}

#container {
	/*min-width: 600px; */
	width: 975px;
	margin: 0 auto;    
	position: relative;
	z-index: 2;
}

#right_col {
	width: 200px;
	float: right;
}

#home_content {
	width: 775px;
	background-image: url('../image/bgr_blockshadow.png');
	background-repeat: repeat-x;
	min-height: 300px;
	line-height: 1.5em;
	height: 100%;
	float: left;
}

#home_content .txt_in {
	position: relative;
	z-index: 2000;
}

#home_content .gray_img {
	position: absolute;
	bottom: -3px;
	height: 142px;
	width: 775px;
	line-height: 160px;
	overflow: hidden;
	text-align: right;
	font-size: 160px;
	font-weight: bold;
	color: #555557;
	z-index: 1;
}

#home_content .gray_img .txt_right {   
	position: relative;
	right: -50px;
}

#home_content ul,
#home_content ol {
	margin-left: 30px;
    margin-bottom: 10px;
    margin-top: 10px;
}

#home_content ul li {
	list-style-image: url('../image/li_img.png');
}

#masthead a {
	color: #67686a;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;	
	text-transform: uppercase;
}

#masthead a:hover  {
	color: #ffffff;
}

#text_content {
	height: 100%;  
	margin-right: 200px;
	background-color: #ffffff;
	margin-top: 8px;
}

#footer {
	width: 975px;
	margin: 0 auto;
	height: 85px;
	background-image: url('../image/bgr_foot.png');
	background-repeat: no-repeat;
	background-position: top left;
	color: #9c9e9f;
}

#footer_right_bgr {
	background-image: url('../image/bgr_foot_right.png');
	background-repeat: no-repeat;
	background-position: top right;
}

#logo {
	position: relative;
	top: 25px;
	left: 25px;
}


#cz_imply_best {
	position: absolute;
	right: 10px;
	top: 58px;
	background-image: url('../image/CZ-IS-BEST-CHOICE.png');
	background-repeat: no-repeat;
	background-position: top right;
	height: 40px;
	z-index: 2;
	width: 90px;
}

#lang {
	position: absolute;
	right: 10px;
	top: 15px;
}

#lang .lang_item {
	background-image: url('../image/bgr_lang.png');	
	background-repeat: no-repeat;
	display: block;
	float: left;
	height: 29px;	
	line-height: 29px;
	width: 29px;
	text-align: center;
	margin-left: 3px;	
}

#lang .lang_item a {
	color: #ffffff;
}

#lang .lang_item a:hover,
#lang .lang_item .selected {
	color: #be9e56;
}

#lang .lang_sitemap {
	display: block;
	float: left;
	line-height: 29px;
	margin-right: 5px;
}

#top_nav_shadow {
	background-image: url('../image/bgr_menu_right.png');
	background-repeat: no-repeat;
	background-position: right;
	width: 193px;
	height: 41px;	
	position: absolute;
	right: 0;
}

#top_nav_shadow input {
	margin-top: 9px;
}

.shadow_input {
	border: 0;
	background-image: url('../image/bgr_input.png');
	background-position: top;
	padding: 2px;
	height: 18px;
	width: 125px;
}

.content_h1 {
	background-image: url('../image/bgr_content_h1.png');
	background-position: left;
	background-repeat: repeat-y;
	color: #fafafa;
	position: relative;
	top: -1px;
	left: -10px;
	padding: 5px 10px;
	line-height: 1.2em;
}

.shadow_button {
	border: 0;
	background-image: url('../image/bgr_searchbutton.png');
	background-color: transparent;
	text-transform: uppercase;
	font-size: 11px;
	color: #be9e56;
	height: 22px;
	line-height: 22px;
	width: 53px;
}

.topic {
	margin: 10px;
	line-height: 1.6em;		
}


.news {
	background-image: url('../image/bgr_newsblock.png');
	background-repeat: repeat-x;
	min-height: 65px;
	margin: 0 0 5px 5px;
	line-height: 1.6em;		
}

.news_img {
    border: 0;
    margin: 5px 5px 7px 0;
}

.news_in {
	margin: 3px 8px;
}

.news_date {
	
}

.news_head {
	margin-bottom: 15px;
}

.news p {
	margin: 0;
}

#home_content a,
#page_content a,
#hotnew_txt a,
#nadace a,
#homeban_txt a,
#shoot_new_txt a,
.p_menu_txt a,
.news a,
.topic a {
	color: #be9e56;
	text-decoration: none;
	font-weight: bold;
}

#home_content a:hover,
#page_content a:hover,
#hotnew_txt a:hover,
#nadace a:hover,
#shoot_new_txt a:hover,
#homeban_txt a:hover,
.p_menu_txt a:hover,
.news a:hover,
.topic a:hover {
	color: #ffffff;
}

#page_content_in {
	margin: 5px 10px;	
}

#home_mosaic {
	position: relative;
	min-height: 411px;
	z-index: 4;
}

#flash_anim {         
	position: absolute;
    left: 0;
    top: 0;
}

#home_strelecka-nadace {
	position: relative;
	top: -276px;
	left: -393px;
	z-index: 2;
	width: 300px;
}

#nadace_logo {
	background-image: url('../image/CESKA-STRELECKA-NADACE.png');
	background-repeat: no-repeat;
	background-position: top left;
	width: 150px;
	height: 148px;
	position: relative;
	top: 5px;
	left: 0px;
	z-index: 5;
}

#nadace {
	width: 240px;
	height: 148px;
	overflow: auto;
	position: relative;
	top: 5px;
	left: 156px;
	z-index: 3;
}


#home_cz-imply-best {
	/*background-image: url('../image/CZ-IMPLY-BEST.png');*/
	background-repeat: no-repeat;
	background-position: top left;
	position: relative;
	top: -408px;
	left: 194px;
	min-height: 128px;
	z-index: 2;
	width: 190px;
}


#welcome_txt {
	position: absolute;
	top: 0px;
	left: 400px;
	width: 370px;
	height: 152px;
	overflow: auto;
	font-size: 1.1em;
	z-index: 10;
}

#welcome_txt p {

}

#shoot_new {
	position: absolute;
	top: 43px;
	left: 390px;
	width: 392px;
	height: 436px;

}

#shoot_new_txt {
	width: 390px;
	height: 436px;
	overflow: auto;
	background-image: url('../image/bgr_shoot_video.png');
	background-position: bottom left;
	background-repeat: no-repeat;
}

#home_new {
	position: absolute;
	top: 292px;
	left: 393px;
	width: 383px;
	height: 270px;
	z-index: 3;
}

#hotnew_txt {
	width: 383px;
	height: 270px;
	background-color: #302f31;
	background-image: url('../image/bgr_hotnew.png');
	background-position: bottom left;
	background-repeat: no-repeat;
	overflow: auto;

}

#hotnew_txt h3,
#nadace h3,
#shoot_new_txt h3, {
	color: #c6c7c8;
	margin: 0 10px 0.2em 10px;
}

#hotnew_txt p,
#nadace p,
#shoot_new_txt p {
	margin-left: 10px;
	margin-right: 10px;
}

#homeban {
	margin-top: 120px;
}

#homeban_head {
	background-image: url('../image/bgr_sandtitle.jpg');
	background-position: top left;
	background-repeat: no-repeat;
	color: #302f31;
	width: 360px;
	background-color: #be9e56;		
	line-height: 36px;	
	height: 36px;
}

#homeban_head h3 {
	color: #302f31;
	font-size: 18px;
	margin-left: 15px;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
	width: 100%;
	background-image: url('../image/bgr_sandtitle_right.jpg');
	background-position: top right;
	background-repeat: no-repeat;
}


#homeban_txt {	
	background-image: url('../image/bgr_blockshadow.png');
	background-repeat: repeat-x;
	background-position: top;
	line-height: auto;
}

.homeban_message {
	margin: 0 10px;	
	padding: 10px 0;
    text-align: left;
}

/*
.homeban_message p {  
	margin: 0;
	padding: 0;
}*/

.homeban_message h3 {
	margin: 0;
	padding: 0;
	font-size: 1.3em;
	font-weight: bold;
}

.homeban_img {
	width: 180px;
	height: 110px;
	float: left;
	margin-right: 10px;
}

.homeban_sep {
    clear: both;
    text-align: center;     
    padding: 0 0 10px 0;
    margin: 0;
}    

.job_sep {
    clear: both;
    text-align: center;    
    padding: 20px 0;
    margin: 0;
}

.job_info {
    color: #9c9e9f;
}

.product_logos {
	text-align: center;	
}

#product_top {
	width: 100%;
}

#product_content {
	background-color: #ffffff;  	
	margin-bottom: 15px;
}

.tbl_prace td, .tbl_prace th {
    padding: 2px;
}
.tbl_prace th {
    width: 130px
}
.tbl_prace input,
.tbl_prace textarea {
    margin: 2px;
    font-family: Arial, sans-serif;
    font-size: 11px;
}

table.p_category {
	height: 248px;
	width: 100%;     
	position: relative; 
}

.p_category_img {
	/*position: absolute;
	background-image: url('../image/strelci.jpg');*/
	background-position: bottom right;
	background-repeat: no-repeat;
	background-color: #000000;
	height: 248px;
	line-height: 30px;
	color: #929292;
	font-size: 12px;
	vertical-align: top;
}

p_category_img_rel {  
	position: relative;
	overflow: hidden;
	width: 586px;
	height: 248px;
}

.p_category_img img {
	position: absolute;
	z-index: 0;
	right: 0;
	/*
	top: 0;*/
	left: 0;
}

.p_category_img .txt_in {
	position: relative;
	top: 5px;	
	padding: 0;
	z-index: 100;
}

.p_category_img a {
	color: #929292;
	text-decoration: none;	
	font-weight: bold;
}

.p_category_img a:hover,
.p_category_img .cat_active {
	color: #be9e56;
}

.p_menu {
	background-image: url('../image/bgr_p_menu.jpg');
	background-position: top right;
	background-repeat: no-repeat;
	background-color: #3e3d40;
	width: 389px;
	vertical-align: top;
}

.p_menu_txt {
	width: 366px;
	height: 216px;
	position: relative;
	top: 5px;
	left: 10px;
	overflow: auto;
	/*text-align: justify;
	margin: 5px 10px;*/
}

.sendmail {
	position: absolute;
	/*bottom: 20px;*/
    margin-top: -144px;
	right: 0px;
	z-index: 1;
	/*padding: 5px;*/
	background:  #3d3d3f;
	border: #040605 1px solid;
	width: 272px;
    height: 110px;
}

.tbl_sendmail {
	margin: 5px 5px 2px 5px;
	width: 262px;
}   

.tbl_sendmail td,
.tbl_sendmail th {
	padding: 3px;
	text-align: left;
	vertical-align: top;
}

.tbl_sendmail td { 
	text-align: right;
}

.p_menu_buttons {
	height: 31px;
	font-size: 14px;
	width: 100%;
}

.p_menu_buttons .gray_btn,
.p_menu_buttons .white_btn,
.p_menu_buttons .beige_btn {	
	text-align: center;
	line-height: 31px;
	height: 31px;
	width: 33%;
}

.p_menu_buttons .gray_btn {
	background-image: url('../image/bgr_p_menu_gray.jpg');
	background-position: top left;
	background-repeat: no-repeat;
}

.p_menu_buttons .white_btn {
	background-image: url('../image/bgr_p_menu_white.jpg');
	background-position: top left;
	background-repeat: no-repeat;
	color: #3e3d40;
}

.p_menu_buttons .beige_btn {
	background-image: url('../image/bgr_p_menu_beige.jpg');
	background-position: top right;
	background-repeat: no-repeat;
	color: #3e3d40;
}

.p_menu_buttons a {
	color: #3e3d40;
	text-decoration: none;
}

.p_menu_buttons a:hover {
	color: #000000;
}

.gray_btn_right {
	background-image: url('../image/bgr_p_menu_gray_right.jpg');
	background-position: top right;
	background-repeat: no-repeat;
	width: 100%;
}

.white_btn_right {
	background-image: url('../image/bgr_p_menu_white_right.jpg');
	background-position: top right;
	background-repeat: no-repeat;
	width: 100%;		
}

.c {
	clear: both;
	height: 0px;
	line-height: 0px;
}        

.flLeft { float: left; }
.flRight { float: right; }

.txt_in {
	margin: 0 10px;
}

.news_item {
    padding: 4px
}

.news_item_date {
  	margin-bottom: 10px;
}


.product_logos a {
	text-decoration: none;
}

.steam {
	background-image: url('../image/shooting_team.jpg');
	background-repeat: no-repeat;
	background-position: top left;
	z-index: 1;
}

.textnav {
	float: left;
}

.textnav a {
	color: #be9e56;
	text-decoration: none;
	font-weight: bold;
}

.textnav a:hover, {
	color: #ffffff;
}

.copyright {
	float: right;
	text-align: right;
}

.td_button {
    align: right;
}

.copyright a {
	font-weight: bold;
	color: #c6c7c8;
	text-decoration: none;
}  

.copyright a:hover {
	color: #be9e56;
}

.tbl_contact th,
.tbl_contact td {
	text-align: left;
	vertical-align: top;
}


.red_border {
	border: 1px solid red;
}

#home_content .down_centre {
	color: #be9e56;
}

#home_content .down_centre a {
	color: #c6c7c8;
}     
#home_content .down_centre a:hover {
	color: #be9e56;
}

.kampan {
	position: absolute;
	top: 50px;
	/*left: 583px; */
	left: 293px;
	z-index: 5000;
	width: 392px;
	height: 279px;
	background: #ffffff;
	border: 1px solid black;
}

.zavrit_kampan {
   position: absolute;
   top: 0px;
   right: 0px;
   z-index: 5020;    
	background-color: #be9e56;    
	border: 1px solid #000000;
}

.zavrit_kampan a {
	color: #000000;
	margin: 6px;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
}

.zavrit_kampan a:hover {
	text-decoration: underline;
}


.kampan_img {
   position: absolute;
   /*top: 0;
   left: 0;*/
   z-index: 5010;
}

.textnav a {
	color: #c6c7c8;
}

.textnav a:hover {
	color: #be9e56;
}

.vat {
	vertical-align: top;
}

.w50 { width: 50% } 
.w100 { width: 100% }

.tar { text-align: right }
.tac { text-align: center }

.login_tb {
  width: 135px;  
  margin-bottom: 4px;
}  
.login_lb {
  display: block;
  float: left;
  width: 55px;
}               
.login_btn {  
  margin-left: 45px;
}
.login_text {
  color: #be9e56;
  font-weight: bold;
  text-align: left; 
  margin-bottom: 4px;
}

.down_tbl {
  width: 500px;
}

.down_tbl a img {
  border: 1px solid #c6c7c8;
}

.down_tbl a:hover img {
  border: 1px solid #be9e56;
}

.down_tbl td {
  color: #c6c7c8;
  vertical-align: top;
}

.down_tbl th {
  font-weight: normal;
  text-align: left;
}

/* media / zalozky */
.tab-content {
	/*background-image: url('../image/bgr_newsblock.png');*/
    background-image: url('../image/main_bg.png');
	background-repeat: repeat-x;

}
.tabs-labels {
    height: 36px;
    line-height: 36px;
}
.tabs-labels span {
    height: 36px;
    float: left;
    display: inline-block;
    background: url(../image/bgr_graytitle.jpg) 0% 0% no-repeat;
}
.tabs-labels span a  {
    height: 36px;
    display: inline-block;
    background: url(../image/bgr_graytitle_right.jpg) 100% 0% no-repeat;
    padding: 0px 20px;
    color: #302f31;
    font-size: 18px;
    font-weight: 100;
}
.tabs-labels span.selected {
    background: url(../image/bgr_sandtitle.jpg) 0% 0% no-repeat;
}
.tabs-labels span.selected a.selected {
    background: url(../image/bgr_sandtitle_right.jpg) 100% 0% no-repeat;
    color: white !important;
}
.tabs-labels span a:hover  {
    color: white;
}
.media-subheader {
    background: #be9d56;
    background: -moz-linear-gradient(left, #be9d56, #424144);
    background: -webkit-gradient(linear, left top, right top, from(#be9d56), to(#424144));
    filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#be9d56', EndColorStr='#424144', GradientType=1);
    color: white;
    padding: 10px;
}
.center {
    text-align: center;
}
.media-kalendarAkci-mainTable {
    width: 100%;
    /* border-collapse: collapse; */
    
    /* padding: 6px; */
    /* background: #424146;
    background: -moz-linear-gradient(top, #2f2f2f, #424146);
    background: -webkit-gradient(linear, left top, left bottom, from(#2f2f2f), to(#424146));
    filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#2f2f2f', EndColorStr='#424146', GradientType=0); */
}
.media-kalendarAkci-mainTable td {
    border-bottom: #be9d56 1px solid;
    padding: 3px 10px;
}
/*.media-kalendarAkci-mainTable td.spacer {
    border: none;
    width: 6px;
} */
.media-kalendarAkci-mainTable thead tr {
    background: #be9d56;/*url(../image/bgr_media_table_gold.png) 0% 0% no-repeat;*/
    /*background: #be9d56;
    background: -moz-linear-gradient(left, #be9d56, #424144);
    background: -webkit-gradient(linear, left top, right top, from(#be9d56), to(#424144));
    filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#be9d56', EndColorStr='#424144', GradientType=1);*/
    /*width: 500px;
    display: block;
    position: relative;*/
    height: 29px;
    color: white;
}
/*.media-kalendarAkci-mainTable thead tr td {
    background: transparent;
} */
.media-kalendarAkci-mainTable .years td {
    /* background: url(../image/bgr_media_table_gray.png) 0% 0% no-repeat; */
  	background: url('../image/kaledar_sekce_bg.png') repeat-y;
}
.media-kalendarAkci-mainTable .years {
    height: 29px;
    padding: 0px 5px;
}
.media-kalendarAkci-mainTable .years td {
    border-bottom: none 0px;
}
.media-kalendarAkci-mainTable tr td {
    margin: 1px 0px;
}
.media-welcome {
    padding: 5px;
}
.media-anketa dt {
    margin: 5px 0px;
    font-weight: bold;
}
.media-anketa dd {
    margin-left: 50px;
}
.anketa-otazka-popis {
    font-style: italic;
    margin: 5px 0px;
}
.form-layout dt {
    clear: left;
    float: left;
    width: 20ex;
    font-weight: bold;
}
.anketa-otazka-spatne {
    color: red;
}
.form-layout dd {
    margin-left: 21ex;
}
.media-anketa td label {
    position: relative;
    top: -3px;
    left: 3px;
}
.media-anketa-main h2, .media-anketa-main p {
    padding: 20px 0px 10px 0px;
}
.media-anketa-main .submit {
    text-align: left;
}
.page-content {
    width: 765px;
    float: left;
    margin-left: 10px;
    _margin-left: 5px;
}
.seznamFotogalerii-polozka, .fotogalerie-obrazek, .fotogalerie-polozka {
    width: 246px;
    height: 179px;
    text-align: center;
    float: left;
}
.seznamFotogalerii-polozka a img, .fotogalerie-obrazek a img, .fotogalerie-polozka a img {
    border: 2px solid #BE9E56;
}
.seznamFotogalerii-polozka a:hover img, .fotogalerie-obrazek a:hover img, .fotogalerie-polozka a:hover img {
    border: 2px solid white;
}
.fotogalerie-obrazek {
}
.fotogalerie-obrazek-popis {
    display: block;
    width: 215px;
    margin: auto;
}
.fotogalerie-obrazek img {
    vertical-align: middle;
}
.fotogalerie {
    clear: both;
}
.fotogalerie-o .backlink {
    margin-top: 25px;
    margin-right: 51px;
    float: right;
}
.fotogalerie-o {
    /* margin-top: 20px; */
}

.default-page h1, .h2-is-master h2 {
	background-image: url('../image/bgr_content_h1.png');
	background-position: left;
	background-repeat: repeat-y;
	color: #fafafa;
	position: relative;
	padding: 5px 10px;
	line-height: 1.2em;
    font-size: 2em;
}
.default-page h2 {
    padding: 1em 0em 1em 15px;
}

.zalozky {
	min-height: 65px;
	margin: 0 0 0 0;
	line-height: 1.6em;		
}
.zal_in {
	position: relative;
	top: 10px;
	left: 10px;
    width: 755px;
}

.soutez-lidice {
    width: 765px;
    float: left;
    margin-left: 10px;
    _margin-left: 5px;
}

