/*  - -- ------- basic elements ------ -- -  */

.body{
	padding: 	0px;
	margin: 	0px;

	font-family: 	Verdana;
	font-size:	12px;
	text-align:	center;
	color:		#2A1105;

	background-color: #291105;
}
h1{
	margin: 	0px 0px 8px 0px;

	font-size: 	16px;
	font-weight: 	bold;
	text-align:	center;
}
h2{
	margin: 	0px 0px 8px 0px;

	font-size: 	14px;
	font-weight: 	bold;
	text-align:	center;
}
h3{
	font-size: 	12px;
	font-weight: 	bold;
	font-variant:	small-caps;

	text-align:	left;
}
em{
	font-style: italic;
}

img{
	margin: 4px;
	border: 2px solid #291105;
}
.bless_img{
	margin: 4px;
	border: 0px;
}
a{
	text-decoration: underline;
	color:		#722906;
}
a:hover{
	text-decoration: none;
	color:		#722906;
}

p{
	text-indent:	20px;
  	margin-top: 	10px;
  	text-align: 	justify;
	font-family: 	Verdana;
	font-size:		12px;
}
p:first-letter{
	font-size:		16px;
	font-weight:	bold;
}

table{
	float: none;
	margin: 10px auto 10px auto;
}

table thead{
	font-weight: bold;
	font-variant: small-caps;
	color: #2A1105;
}
table tr td.c{
	text-align: center;
}
ul{
	padding-left: 20px;
}

/*  - -- ------- hlavni menu ------ -- -  */
.menu_normal{
  	text-decoration: none;
	border: 	0px;
	word-spacing: 0px;
}
.menu_selected{
	border: 		0px;
	color:			#722906;
	border-bottom:	2px solid #722906;
	word-spacing: 0px;
}
.menu_detail{
	font-weight: normal;
}

/*  - -- ------- zaklady stranky ------ -- -  */
#block{
	position: relative;
	width: 950px;
	margin:	auto;
}
#left1{
	margin: 0px;
	padding: 0px;
	position: relative;
	width: 950px;
	background-position: 0px 0px;
	background-image: url('../images/left_light.jpg');
	background-repeat: repeat-y;
}
#left2{
	margin: 0px;
	padding: 0px;
	position: relative;
	width: 950px;
	background-position: 0px 0px;
	background-image: url('../images/left_full.jpg');
	background-repeat: no-repeat;
}
#right1{
	margin: 0px;
	padding: 0px;
	position: relative;
	width: 950px;
	background-position: 825px 0px;
	background-image: url('../images/right_light.jpg');
	background-repeat: repeat-y;
}
#right2{
	margin: 0px;
	padding: 0px;
	position: relative;
	width: 950px;
	background-position: 825px 0px;
	background-image: url('../images/right_full.jpg');
	background-repeat: no-repeat;
	text-align: center;
}
#center{
	position: relative;
	padding: 0px;
	margin: auto;
	width: 700px;
	min-height: 70px;
	background-image: url('../images/background.jpg');
	background-color: #F5E09F;
}
#center_inner{
	min-height: 688px;
	position: relative;
	padding: 0px;
	margin: 10px auto 10px auto;
	width: 580px;
}

/* - -- ------ IE Hack ------ -- - */
#paticka1{
	position: relative;
	margin: auto;
	width: 646px;
	height: 32px;
	font-weight: bold;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='../images/paticka.png');
}
html>body #paticka1{
	position: relative;
	margin: auto;
	width: 646px;
	height: 32px;
	background-image: url('../images/paticka.png');
	font-weight: bold;
}
#paticka2{
	position: relative;
	width: 950px;
	border: 1px solid #ffffff;
	height: 16px;
	background-image: url('../images/gradient.png');
	margin:	0px;
}
/*  - -- ------- hlavni menu ------ -- -  */
#top{
	position: relative;
	left:	0px;
	top:	0px;
	width:	700px;
	height:	91px;
	background-image: url('../images/top_full.jpg');
}
#top_menu{
	position: relative;
	left:	0px;
	top:	53px;
	width:	700px;

	text-align:	center;
	word-spacing:	20px;

	font-family:	Verdana;
	font-size:	20px;
	font-weight:	bold;
	font-variant:	small-caps;

}
#top_menu2{
	position: absolute;
	left:	0px;
	top:	14px;
	width:	700px;

	text-align:	center;

	font-family:	Verdana;
	font-size:		18px;
	font-weight:	bold;
	font-variant:	small-caps;
}

#top_menu a{
	text-decoration: none;
	color:		#2A1105;
}
#top_menu a:hover{
	text-decoration: none;
	color:		#722906;
}

/*  - -- ------- sekce uvod ------ -- -  */
.uvod_motto1{
	margin-top: 15px;
	font-size: 14px;
	text-align: left;
	font-weight: bold;
	text-decoration: underline;
}
.uvod_motto1:first-letter{
	font-size: 18px;
}
.uvod_motto2{
	text-align: justify;
}
.uvod_motto3{
	text-align: right;
}

/*  - -- ------- sekce knihy ------ -- -  */

.knihy_div{
	margin: 30px auto 30px auto;
	position: relative;
	width: 490px;
	height: 155px;
}
.knihy_divb{
	margin: 30px auto 30px auto;
	position: relative;
	width: 490px;
	height: 175px;
}
.knihy_div2{
	text-align: justify;
	float: right;
	position: relative;
	width: 365px;
	margin-left: 10px;
	height: 155px;
}
.knihy_div3{
	text-align: justify;
}
.knihy_img{
	float: left;
	width: 100px;
}
.knihy_akce{
    position: absolute;
    left: 6px;
    top: 6px;
    width: 52px;
    height: 53px;
    border: 0px;
    background-image: url('../images/akce.gif');
}
.knihy_imgb{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100px;
}
.knihy_img2{
	margin: 4px 24px 20px 0px;
	float: left;
	border: 2px solid #291105;
	background-color: #F6D9A1;
}
.knihy_popis1{
	margin: 5px 0px 0px 0px;
	text-align: justify;
	width: 355px;
	height: 114px;
}
.knihy_popis1b{
	margin: 5px 0px 0px 0px;
	text-align: justifz;
	width: 355px;
	height: 104px;
}
.knihy_popisb1{
	margin: 0px 0px 0px 0px;
	text-align: left;
	font-weight: bold;
	width: 177px;
	height: 14px;
	float: left;
}
.knihy_popisb2{
	margin: 0px 0px 0px 0px;
	text-align: right;
	font-weight: bold;
	width: 177px;
	height: 14px;
	float: right;
}
.knihy_title{
	font-weight: bold;
	font-size: 16px;
	font-variant: small-caps;
	text-align: left;
}
.knihy_title2{
	font-weight: bold;
	font-size: 16px;
	font-variant: small-caps;
	text-align: left;
    color: #7F4608;
}
/*  - -- ------- sekce galerie ------ -- -  */
.galerie_div{
    float: left;
    position: relative;
    margin: 10px 14px 10px 14px;
    width: 160px;
    height: 260px;
}
.galerie_blok{
    position: relative;
    width: 590px;
    height: 280px;
}
.galerie_nazev{
    font-size: 16px;
    font-weight: bold;
    font-variant: small-caps;
}

/*  - -- ------- sekce slovnik ------ -- -  */
.slovnik_div{
	text-align: justify;
	margin: 15px auto 0px auto;
	position: relative;
	width: 580px;
}
.slovnik_pojem{
	font-variant: small-caps;
	font-weight: bold;
}

/*  - -- ------- Postbox ------ -- -  */
.postTable{ 
	margin: auto;
	font-family: 	"Verdana";
	font-size:	11px;
}
.postButton{
	font-family: 	"Verdana";
	font-size:	11px;
	text-align: center;

	border: 1px solid #B2762F;

	margin-right: 4px;
	font-weight:	bold;
	background-color: #F6D9A1;
}
.postText{
	font-family: 	"Verdana";
	font-size:	11px;
	text-align:	left;

	width: 234px;
	margin: -2px 4px 6px 4px;
	border: 1px solid #B2762F;
	background-color: #F6D9A1;
}
.postTextB{
	font-family: 	"Verdana";
	font-size:	11px;
	text-align:	left;

	width: 64px;
	margin: -2px 4px 6px 4px;
	border: 1px solid #B2762F;
	background-color: #F6D9A1;
}
.postText2{
	font-family: 	"Verdana";
	font-size:	11px;
	text-align:	left;

	width: 300px;
	border: 1px solid #B2762F;
	background-color: #F6D9A1;
}
.postText2B{
	font-family: 	"Verdana";
	font-size:	11px;
	text-align:	left;

	width: 60px;
	border: 1px solid #B2762F;
	background-color: #F6D9A1;
}
.postTextErr{
	font-family: 	"Verdana";
	font-size:	11px;
	text-align:	left;

	width: 234px;
	margin: -2px 4px 6px 4px;
	border: 2px solid #FF0000;
	background-color: #F6D9A1;
}
.postTextBErr{
	font-family: 	"Verdana";
	font-size:	11px;
	text-align:	left;

	width: 64px;
	margin: -2px 4px 6px 4px;
	border: 2px solid #FF0000;
	background-color: #F6D9A1;
}
.postAreaText{
	font-family: 	"Verdana";
	font-size:	11px;
	text-align:	left;

	width: 518px;
	margin: 4px;
	border: 1px solid #B2762F;
	background-color: #F6D9A1;
}
.postAreaTextErr{
	font-family: 	"Verdana";
	font-size:	11px;
	text-align:	left;

	width: 518px;
	margin: 4px;
	border: 2px solid #FF0000;
	background-color: #F6D9A1;
}

/*  - -- ------- post ------ -- -  */
.post_div{
	position: relative;
	text-align: justify;
	margin: 10px auto 0px auto;
}
.post_name{
	font-variant: small-caps;
	font-weight: bold;
}
.post_reply{
	position: relative;
	left: 30px;
	text-align: justify;
	margin: 16px auto 0px auto;
}

/*  - -- ------- paticka ------ -- -  */
#paticka1_left{
    position: absolute;
    top: 12px;
    left: 32px;
}
#paticka1_right{
    position: absolute;
    top: 12px;
    right: 32px;
}

/*  - -- ------- eshop ------ -- -  */
.kosik{
	width: 69px;
	height: 21px;
	text-align: left;

	position: absolute;
	right: 0px;
	bottom: 0px;

	float: right;
	padding-left: 5px;
	padding-top: 7px;
	background-image: url('../images/kosik.gif')
}
.link{
	width: 112px;
	height: 16px;

	position: absolute;
	left: 0px;
	bottom: 0px;

	float: left;
}
.cena{
	width: 300px;
	height: 16px;
	text-align: left;
    font-weight: bold;

	position: absolute;
	left: 124px;
	bottom: 0px;

	float: left;
}
.vlevo{
	width: 100%;
	text-align: justify;
}
.kosik_line{
	margin: auto;
	width: 80%;
	height: 22px;
}
.kosik_line2{
	margin: auto;
	width: 80%;
	height: 110px;
}
.kosik_line3{
	margin: auto;
	width: 80%;
	height: 16px;
	text-align: right;
}
.kosik_left{
	width: 20%;
	height: 100%;
	float: left;
	text-align: right;
}
.kosik_right{
	width: 78%;
	height: 100%;
	float: right;
	text-align: left;
}
.kosik_right_err{
	margin: auto;
	width: 45%;
	text-align: left;
	font-size: 110%;
	font-weight: bold;
	color: #A00000;
}
.kosik_table{
	width: 100%;
}
.kosik_table thead{
	background-color: #663200;
	color: #FFFFD9;
	padding: 0px 5px 0px 5px;
}
.kosik_table tfoot{
	background-color: #663200;
	color: #FFFFD9;
	padding: 0px 5px 0px 5px;
	font-weight: bold;
}
.tab1{ width: 35px; }
.tab2{ width: 150px; }
.tab3{ width: 100px; }
.tab4{ width: 40px; }
.tab5{ width: 80px; }
.tab6{ width: 55px; }