body{
	text-align: center;
	margin: 0;
	padding: 0;
	font-family: Tahoma;
	font-size: 14px;
	background-color: #222;
	color: silver;
}

#body{
	width: 800px;
	margin: 0 auto 0 auto;
}

#top{
	width: 800px;
	height: 250px;
	padding-bottom: 10px;
}

#left{
	width: 150px;
	float: left;
	padding-bottom: 10px;
}

#midle{
	width: 490px;
	float: left;
	margin: 0 5px 0 5px;
	padding-bottom: 10px;
}

#right{
	float: right;
	width: 150px;
	padding-bottom: 10px;
}

#down{
	text-transform: uppercase;
	font-weight: bold;
	font-size: 10px;
	color: #504E4E;
	clear: both;
	width: 800px;
/*	height: 13px; */
	padding: 5px;
	border-bottom: 1px solid maroon;
	border-top: 1px solid maroon;
	margin-bottom: 10px;
}

.inText{
	text-align: justify; 
	padding: 0px 3px 3px 5px;
	background-image:url("../images/bc_line.gif");
	background-repeat: no-repeat;
	background-position: top center;
	min-height: 120px;
	height:auto !important;
  	height:120px;
  	margin-bottom: 5px;
}
.inText_free{
	text-align: justify; 
	padding: 0px 3px 3px 5px;
	background-image:url("../images/bc_line.gif");
	background-repeat: no-repeat;
	background-position: top center;
  	margin-bottom: 5px;
}
.inText_main{
	text-align: justify; 
	padding: 5px 3px 3px 5px;
/*	background-image:url("../images/back.jpg") ; */
	background-repeat: no-repeat;
	background-position:center;
	min-height: 500px;
	height:auto !important;
  	height:500px;
  	margin-bottom: 5px;
}



.line{
	width: 450px;
	border: none;
	margin: 0 auto 0 auto;
	padding: 0;
	height: 15px;
	background-image: url("../images/line.gif");
	background-position: center center;
	background-repeat: no-repeat;
	clear: both;
}

.line_black_mini{
	width: 150px;
	border: none;
	margin: 0 auto 0 auto;
	height: 15px;
	background-image: url("../images/line_black_mini.gif");
	background-position: center center;
	background-repeat: no-repeat;
	clear: both;
}


.line_black{
	width: 450px;
	border: none;
	margin: 0 auto 0 auto;
	padding: 0;
	height: 15px;
	background-image: url("../images/line_black.gif");
	background-position: center center;
	background-repeat: no-repeat;
	clear: both;
}

.hand, .handcursor{
	cursor: pointer;
}

.int_hid{
	display: none;
}

input.input_cmd{
	background-image:url("../images/bc_input_cmd.gif");
	background-repeat: no-repeat;
	height: 45px;
	font-size: 18px;
	text-transform: uppercase;
	color: white;
	vertical-align: middle;
	border: 0px solid #222222;
	padding-left:25px;
	padding-bottom: 1px;
	margin-top: 10px;
	cursor: pointer;
}

input.input_cmd_cancel{
	background-image:url("../images/bc_input_cmd_cancel.gif");
	background-repeat: no-repeat;
	height: 45px;
	font-size: 18px;
	text-transform: uppercase;
	color: white;
	vertical-align: middle;
	border: 0px solid #222222;
	padding-left:25px;
	padding-bottom: 1px;
	margin-top: 10px;
	cursor: pointer;
}

input.input_txt{
	border: none;
	font-family: Tahoma;
 	font-size: 12px;
 	color: white; 
	background-image:url("../images/bc_input_text.gif") ;
	background-color: transparent;
	background-repeat: no-repeat;
	width: 250px;
	height: 26px;
	padding: 0px 0px 0 28px;
}

textarea.input_area{
	border: none;
	font-family: Tahoma;
 	font-size: 12px;
 	color: white; 
	background-image:url("../images/bc_input_area.gif") ;
	background-color: transparent;
	background-repeat: no-repeat;
	width: 250px;
	height: 150px;
	padding: 28px 0px 0 28px;
	overflow: auto;
}


h1{
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	background-image: url("../images/h1.png");
	background-position: left;
	background-repeat: no-repeat;
	padding: 0 0 15px 75px;
	color: #D20000;
	height: 45px;
	margin: 0px;
	
}

h1 span{
	display: block; 
	font-size: 12px;
	text-align: right;
	padding: 7px 30px 0 0;
	color: gray;
}

h2{
	background-image:url("../images/line_black.gif");
	background-position: bottom;
	background-repeat: no-repeat;
	text-align: center;
    padding-bottom: 10px;
    font-size: 140%;
    color: #6C6C6C;
    margin: 0 0 10px 0;
}

h3{
	background-image:url("../images/bc_h2.gif");
	background-repeat: no-repeat;
	background-position: left; 
	text-align:  center;
	color: white;
	font-weight: bolder;
	font-size: 10px;
	vertical-align: middle;
	padding-bottom:20px;
	margin: 0;
	text-transform: uppercase;
	border-left: 1px solid #740A12;
	border-right: 1px solid #740A12;
}

h4{
	margin: 0;
	text-align: left;
	font-size: 12px;
}

td{
	font-size: 12px;
	vertical-align: top;
}

a{
	color: #B60E1B;
	text-decoration: none;
}

a:hover{
	color: white;
	text-decoration: underline;
}

p{
	margin: 0;
	padding: 0;
}

#pscroller1{
	width: 140px;
	height: 150px;
	font-size: 12px;
	color: silver;		
}

#pscroller2{
	width: 140px;
	height: 200px;
	font-size: 12px;
	color: silver;		
}

#menu {
	width: 150px;
	padding-left: 0px;
	padding-right: 0px;
	background-image: url('../images/bc_line2.gif');
	min-height: 200px;
	height:auto !important;
  	height:200px;
	border-top: 5px double #740a12;
}

#menu ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 12px;
}

#menu a
{
	margin-left: 1px;
	display: block;
	padding: 5px 0 4px 23px;
	width: 125px;
	text-transform: uppercase;
}

#menu a:link, #navlist a:visited
{
	color: gray;
	text-decoration: none;
}

#menu li#active a{
	color: #FF8000;
	background-image:url("../images/bc_menu.png") ;
	background-repeat: no-repeat;
	border-top: 1px solid #740A12;
	border-bottom: 1px solid #740A12;
	font-weight: bold;
}

#menu a:hover 
{
	background-image:url("../images/bc_menu_href.png") ;
	background-repeat: no-repeat;
	color: #fff;
}

.smajl{
	border-top: 2px solid #222222;
	padding-left: 2px;
}
.smajl:hover{
	border-top: 2px solid #ffffff;
}

.book_name{
	width: 280px;
	margin-left: 10px;
	font-size: 10px;
	font-weight: bold;
	color: gray;
	float: left;
}

.book_date{
	font-size: 10px;
 	font-weight: bold;
	color: maroon;
	float: right;
}

.book_text_1{
	margin: 0 auto 0 auto;
	width: 480px;
	background: url("../images/book_text_1_black.gif") no-repeat top left;

}

.book_text_2{
	width: 445px;
	font-size: 11px;
	padding: 15px 10px 15px 15px;
	padding-right: 15px;
	background: url("../images/book_text_2_black.gif") no-repeat bottom right;

}

.bool_text_andswer{
	font-size: 11px;
	color: #C40000;
	width: 395px;
	margin-left: 50px;
	padding: 5px 10px 15px 15px;
	background: url("../images/book_text_answer.gif") no-repeat bottom left;
}

.an_main{
	font-size: 11px;
	text-transform: uppercase;
	color: silver;
	font-weight: bold;
}

.an_odpo{
	font-size: 10px;
	text-transform: uppercase;
	color: gray;
	float: left;
	width: 100px;
}

a.an{
	color: gray;
	display: block;
}

a.an:hover{
	color: white;
}

.an_hlas{
	font-size: 10px;
	color: gray;
	float: right;
}

.an_bar{
	width: 140px;
	height: 5px;
	clear: both;
	padding: 3px 0 10px 0;
	font-size: 10px;
	font-weight: bold;
	color: #A2A2A2;
}

.nap_td_ks{
	width: 50px;
	text-align: right;
	padding-right: 5px;
	font-size: 10px;
}

.nap_td_name{
	text-align: left;
	padding-left: 5px;
	font-size: 11px;
	font-weight: bold;
}

.nap_td_cena{
	width: 50px;
	text-align: right;
	padding-right: 5px;
	font-size: 10px;
}
.nap_td_cena2{
	width: 50px;
	text-align: right;
	padding-right: 5px;
	font-size: 10px;
    color: #CA0000;
}

.nap_td_text{
	text-align: left;
	padding-left: 5px;
	font-size: 11px;
/*	font-style: italic; */
}

.gal_thumb{
	width: 102px;
	height: 120px;
	float: left;
	text-align: center;
	padding-bottom: 10px;
	padding: 0 8px 10px 8px;
	font-size: 9px;
	font-weight: bold;
}

.gal_thumb a{
	border: 1px solid gray;
	display: block;
	padding: 0;
	margin-bottom: 5px;
}

.gal_thumb a:hover{
	border: 1px solid #740a12;
}	

.gal_thumb img{
	border: none;
}
