html{
	padding: 0px 0px 0px 0px;
	margin: 0px;
	width: 100%;
	background: #754c24  url(/data/layout/bg.png) repeat-x bottom center;

}body{
	padding: 10px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background: #c7b29a url(/data/layout/bottom_1.png) no-repeat bottom center;
	width: 100%;
}

/********************** MENU */
#topMnu{
	margin: auto;
	width: 954px;
	border: 0px solid #000;
	background: url(/data/layout/mnu_bg.png) repeat-x 0px 128px;
	height: 266px;
	padding: 0px 0px 0px 0px;
	vertical-align: bottom;
	display: block;
}#topMnu li.col{
	text-align: center;
	float: left;
	color: #754c24;
	font-weight: bold;
	width: 154px;
	height: 135px;
	margin: 126px 2px 2px 2px;
	list-style: none;
}#topMnu li.col ul{
	border: 0px solid #000;
	margin: 114px 0px 0px 0px;
	background: #754c24;
	padding: 3px;
	display: none;
}#topMnu li.col:hover ul{
	display: block;
	text-align: left;
	list-style: none;
	position: relative;
	z-index: 50;
}#topMnu li#col6 ul{
	margin: 108px 0px 0px 0px;
}
#topMnu li.col:hover{color: #fff;}
#topMnu li#col1{background: url(/data/layout/mnu_img1.png) no-repeat 0px 27px; margin-left: 5px; _margin-left: 3px;}
#topMnu li#col2{background: url(/data/layout/mnu_img2.png) no-repeat 0px 27px;}
#topMnu li#col3{background: url(/data/layout/mnu_img3.png) no-repeat 0px 27px;}
#topMnu li#col4{background: url(/data/layout/mnu_img4.png) no-repeat 0px 27px;}
#topMnu li#col5{background: url(/data/layout/mnu_img5.png) no-repeat 0px 27px;}
#topMnu li#col6{background: url(/data/layout/mnu_img6.png) no-repeat 0px 155px; margin-top:-2px; height: 262px;}
#topMnu li#col1:hover{background: url(/data/layout/mnu_img1_hover.png) no-repeat 0px 27px; margin-left: 5px;}
#topMnu li#col2:hover{background: url(/data/layout/mnu_img2_hover.png) no-repeat 0px 27px;}
#topMnu li#col3:hover{background: url(/data/layout/mnu_img3_hover.png) no-repeat 0px 27px;}
#topMnu li#col4:hover{background: url(/data/layout/mnu_img4_hover.png) no-repeat 0px 27px;}
#topMnu li#col5:hover{background: url(/data/layout/mnu_img5_hover.png) no-repeat 0px 27px;}
#topMnu li#col6:hover{background: url(/data/layout/mnu_img6_hover.png) no-repeat 0px 155px; margin:-2px 2px 2px 2px;}

#topMnu li.col:hover ul li a{
	display: block;
	color: #c7b29a;
	text-decoration: none;
	text-size: 10px;
	font-weight: normal;
	background: url(/data/layout/li_bg.png) no-repeat 2px 8px;
	padding: 0px 0px 0px 12px;
}#topMnu li.col:hover ul li a:hover{
	background: #c7b29a;
	color: #fff;
	font-weight: normal;
}

/********************** LOGO */
#mainPage{
	background: url(/data/layout/logo_ctu.png);
	width: 131px;
	height: 99px;
	position: absolute;
	left: 50%;
	margin-left: -470px; 
	display: block;
}#mainPage span{display: none;}
#topText{
	background: url(/data/layout/txt_ceska_tabornicka_unie.png);
	width: 624px;
	height: 99px;
	position: absolute;
	left: 50%;
	top: 0px;
	margin-left: -300px; 
	display: block;
}#topText span{display: none;}
#topText{

}
/******************* MIDDLE */
#middle{
	width: 950px;
	margin: auto;
	padding: 10px 5px 100px 5px;
	color: #754c24;
	
}
#middle .lft{ float: left; padding: 0px;}
#middle .rght{ float: right;padding: 0px;}
#middle .small{ width: 154px; }
#middle .big{width: 780px; }

#middle ul.mnuBox{
	margin: 0px;
	padding: 0px;
	list-style: none;
	width: 100%;
	border-top: 1px solid #754c24;
}#middle ul.mnuBox li{
	display: block;
	width: 100%;
	border-bottom: 1px solid #754c24;
}#middle ul.mnuBox a{
	background: url(/data/layout/li_bg.png) no-repeat 2px 8px;
	display: block;
	color: #754c24;
	text-decoration: none;
	padding: 1px 2px 1px 14px;
}#middle ul.mnuBox a:hover{
	background: #754c24;
	color: #fff;
	background: url(/data/layout/li_bg_selected.png) no-repeat 2px 8px;
}#middle ul.mnuBox a.selected{
	font-weight: bold;
	background: url(/data/layout/li_bg_selected.png) no-repeat 2px 8px;
}

/****************** BOTTOM */
#bottom{
	width: 930px;
	margin: auto;
	height: 50px;
	padding: 160px 10px 0px 10p0x;
	color: #c7b29a;
	position: relative;
	top: 55px;
	text-align: center;
}#bottom a{
	color: #c7b29a;
	text-decoration: none;
}#bottom a:hover{
	color: #fff;
}
.cleaner{
	clear: both;
	height: 0px;
}


.fullForm input, .fullForm textarea{
	width: 100%;
}fieldset{
	border: 1px solid #754c24;
}





.counter{
	display: block;
	margin: 30px;
}


.gb input, .gb textarea{
	border: 1px solid #754c24;
}
.gb input{
	width: 500px;
}.gb input.sum{
	width: 40px;
	margin: 0px 2px;
}
.gb textarea{
	width: 580px;
	height: 150px;
}



















