/* @override 
	http://hanybany.local:8080/design/hany_main.css
	http://hanybany.com/design/hany_main.css
*/

html, div, body, ul, li, img, a, h1, h2, h3, h4, input, textarea {
	padding: 0px;
	margin: 0px;
	border: 0px none grey;
	font: normal 12px Helvetica, "Lucida Grande", Lucida, Verdana, sans-serif;
	text-decoration: none;
}
html {
	background: url(main_bg.png) repeat;
}
body {
	background: url(main_bg_fade.png) repeat-x;
	color: #8d8c95;
}
h1, h2, h3 {
	color: #9a9a9a;
}
h1 {
	margin-top: 10px;
	margin-bottom: 5px;
	font: bold 20px "Lucida Grande", Lucida, Verdana, sans-serif;
	display: block;
	padding-top: 10px;
}

a {
	color: #adadad;
}
.clear {
	clear: both;
	overflow: hidden;
	visibility: hidden;
	width: 0px;
	height: 0px;
}

.form_validation_field_error_error_message {
	color: #ec5f2c;
	font-variant: small-caps;
	font-weight: bold;
	font-size: 12px;
	margin-left: 3px;
}
span.KT_required {
	font-weight: bold;
	color: #f80a12;
	display: inline-block;
}
/* @group layout */

div#main_cover {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}

div#main_top {
	clear: both;
	height: 216px;
}

div#main_top_left {
	width: 246px;
	background: url(top_people.png) no-repeat;
	height: 216px;
	float: left;
}

div#main_top_logo {
	width: 360px;
	height: 216px;
	float: left;
	background: url(top_logo.png) no-repeat;
}

div#main_top_logo a {
	width: 330px;
	height: 85px;
	float: left;
	margin-top: 100px;
	display: block;
}

div#main_top_plakaty {
	width: 344px;
	height: 216px;
	float: right;
	background: url(top_plakaty.png) no-repeat;
}

div#main_content {
	clear: both;
	background: url(bg_content.png) repeat-y;
}

div#content_left {
	width: 246px;
	float: left;
}

/* @group content_left MENU */

div#content_left_postavy {
	height: 119px;
	background: url(content_left_postavy.png) no-repeat;
}

div#matr_main_menu {
	padding-left: 45px;
	width: 189px;

}

div#main_menu_top {
	background: url(menu_top.png) no-repeat;
	height: 16px;
}

div#main_menu_bottom {
	background: url(menu_bottom.png) no-repeat;
	height: 15px;
	margin-top: -2px;
}

div#matr_main_menu li.menu {
	list-style-type: none;
	height: 33px;
	font-weight: bold;
	text-transform: uppercase;
	background: url(menu_bg.png) repeat-y;		
}

div#matr_main_menu ul {
	background: url(menu_bg.png) repeat-y;
}

.menu_hr {
	width: 189px;
	background: url(hr_menu.png) no-repeat;
	height: 9px;
	list-style-type: none;
}

#matr_main_menu a {
	height: 33px;
	text-decoration: none;
	color: #faee2b;
	vertical-align: middle;
	overflow: hidden;
	display: block;
	text-align: center;
	padding-top: .5em;
	font: bold 1.3em Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
}

#matr_main_menu a:hover {
	text-decoration: none;
	color: #d77b49;
}


/* @end */

/* @group drob */

#content_main_left_drobeckova {
	clear: both;
	height: 10px;
}

#content_main_left_drobeckova ul {
}

#content_main_left_drobeckova li {
	display: inline-block;
	color: #606066;
	font-size: 10px;
	float: left;
	margin-right: 4px;
}
#content_main_left_drobeckova li:after {
	content: ' > ';
	margin-left: 4px;
}

#content_main_left_drobeckova li:last-child:after {
	content: '';
}



/* @end */

div#content_main {
	display: table;
}

div#content_main_left {
	width: 348px;
	float: left;
	background: url(div_main_top.png) no-repeat;
	display: block;
	overflow: hidden;
}

#content_main_left_obsah a {
	text-decoration: none;
}

div#matr_content_main_left {
	margin-left: 8px;
	clear: both;
	display: block;
	overflow: hidden;
	margin-right: 10px;
	margin-top: 16px;
}

div#content_main_right {
	width: 315px;
	float: left;
}

div#main_footer {
	height: 54px;
}


/* @end */

/* @group SEARCH box */

div#content_main_right_search {
	background: url(div_search.png) no-repeat;
}

#matr_right_search {
	height: 120px;
}

#matr_right_search form input.search_box {
	width: 235px;
	background: url(input_search.png) no-repeat;
	border: 0px none black;
	display: block;
	position: relative;
	top: 33px;
	left: 15px;
	color: #cccccc;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 4px;
	height: 20px;
}

#search_button_right {
	background: url(bt_search.png) no-repeat;
	width: 99px;
	height: 24px;
	display: block;
	border: 0px none black;
	position: relative;
	top: 45px;
	left: 161px;
	cursor: hand;
	cursor: pointer;
}



/* @end */

/* @group SEARCH main */

#search_button_main {
	background: url(bt_search.png) no-repeat;
	width: 99px;
	height: 24px;
	display: block;
	border: 0px none black;
	cursor: hand;
	cursor: pointer;
	float: right;
}

#content_main_left_obsah input.search_box {
	width: 235px;
	background: url(input_search.png) no-repeat;
	height: 20px;
	border: 0px none black;
	display: block;
	color: #cccccc;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 10px;
	margin-top: -10px;
	float: right;
	padding-top: 4px;
}

#content_main_left_obsah table tbody tr td strong {
	color: #df0202;
}

span.search_url {
	color: #b69a1a;
}

#search_table a {
	font-weight: bold;
}

#content_main_left_obsah table tbody tr td table tbody tr td div p {
	text-align: left;
}



/* @end */

/* @group LAST GALERY */

div#right_last_galery {
	background: url(div_last_gal.png) no-repeat;
	width: 315px;
	height: 309px;
	overflow: hidden;
	color: white;
	text-align: center;
	display: block;
}

div#matr_right_last_galery {
	border: 0px solid white;
	font-size: 14px;
	margin: 10px 50px 0 10px;
	padding: 0;
}

#matr_right_last_galery h2 a {
	text-decoration: none;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
}

#matr_right_last_galery {
	width: 262px;
	display: block;
	overflow: hidden;
}

div#last_gal_4 {
	display: block;
	overflow: hidden;
	margin-top: 10px;
}

div.last_gal_img_cover {
	width: 126px;
	height: 84px;
	display: block;
	overflow: hidden;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}

div.last_gal_img_cover div.img {
	width: 126px;
	height: 84px;
	display: block;
	overflow: hidden;
	z-index: 4;
}
div.last_gal_img_cover div.fr {
	z-index: 11;
	display: block;
	width: 126px;
	overflow: hidden;
	height: 84px;
	position: relative;
	top: -84px;
}

/* @end */

/* @group GALERY main */

div#fotogalerie_main {
	display: block;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
	width: 330px;
	z-index: 5;
	padding-left: 3px;
}

#fotogalerie_main div.galery_foto img {
	margin: 2px;
	border: 0px none black;
}



/* @end */

/* @group PARTNERI */

div#content_main_right_partneri {
	background: url(div_partneri_top.png) no-repeat 0 top;
	width: 315px;
	display: block;
	overflow: hidden;
}

div#matr_right_partneri {
	border: 0px solid white;
	margin-left: 10px;
	font-size: 14px;
	margin-top: 15px;
	margin-right: 49px;
	text-align: center;
}

div#content_main_right_partneri_bottom {
	background: url(div_partneri_bottom.png) no-repeat;
	width: 315px;
	height: 18px;
}




/* @end */

/* @group GUESTBOOK box */

div#right_guestbook {
	min-height: 120px;
	background: url(div_guestbook.png) no-repeat 0 top;
	width: 315px;
	clear: both;
	float: left;
}

div#matr_right_guestbook {
	margin-left: 10px;
	margin-right: 48px;
	margin-top: 12px;
}



/* @end */

/* @group GUESTBOOK main */

div.box_vzkazy {
	margin-bottom: 15px;
}

span.vzkaz_date {
	font-weight: bold;
	color: #9da414;
}

span.vzkaz_nick {
	font-weight: bold;
	color: #bcbcbc;
}

div.vzkazy_main {
	text-align: justify;
}

td.KT_th {
	vertical-align: top;
	padding-top: 7px;
}

.KT_th label {
	color: #fff;
	vertical-align: top;
	display: block;
	width: 55px;
}
#guestbook_nick, #captcha_id {
	width: 235px;
	background: #29394e url(input_search.png) no-repeat;
	border: 0px none black;
	color: #fff;
	font-weight: bold;
	margin-bottom: 0;
	height: 21px;
	display: block;
	padding: 3px 5px 0;
	overflow: hidden;
}

div.guestbook_vzkaz_cover {
	width: 245px;
	background: url(input_vzkazy_main.png) no-repeat 0 0;	
	height: 121px;
}
#guestbook_vzkaz {
	width: 235px;
	border: 0px none black;
	color: #fff;
	font-weight: bold;
	margin-bottom: 10px;
	padding: 7px 5px 5px;
	overflow: hidden;
	background: url(spacer.gif) no-repeat;
	height: 109px;
}

form#form_vzkazy #KT_Insert1 {
	background-color: #2ffefd;
	float: right;
	background: url(bt_odeslat.png) no-repeat;
	width: 99px;
	height: 24px;
	cursor: hand;
	cursor: pointer;	
}

div#KT_tngerror {
	color: #9da414;
	font-weight: bold;
	margin-left: 2px;
}

#KT_tngtrace label {
	display: none;
}


/* @end */

/* @group BOX akce */

span.box_akce {
	background: url(box_akce.png) no-repeat;
	width: 331px;
	height: 96px;
	overflow: hidden;
	margin-bottom: 6px;
	clear: both;
	display: block;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	font-variant: normal;
	text-transform: none;
	cursor: hand;
	cursor: pointer;
	font-size: .9em;
}

span.img_box_cover {
	width: 104px;
	height: 85px;
	z-index: 0;
	clear: both;
	display: block;
	float: left;
	margin-top: 2px;
	margin-right: 4px;
	_margin-right: -7px;
	margin-left: 5px;
	_margin-left: 3px;
}

span.box_akce .img {
	width: 104px;
	height: 85px;
	display: block;
	z-index: 0;
	float: left;
}

span.box_akce .fr {
	width: 104px;
	height: 85px;
	z-index: 2;
	display: block;
	float: left;
	position: relative;
	clear: both;
	top: -85px;
}

span.date {
	color: #9e9913;
	font-size: 12px;
	text-align: right;
	margin-right: 6px;
	display: block;
	margin-bottom: .2em;
}

span.date_large {
	color: #9e9913;
	font-size: 16px;
	text-align: right;
	display: block;
	font-weight: bold;
}


span.box_akce .h2 {
	color: #9e9913;
	font-weight: bold;
	letter-spacing: -1px;
	display: block;
	font-size: 1.1em;
	padding-top: .5em;
	overflow: hidden;
}

h2.box_akce {
	display: none;
	visibility: hidden;
}



/* @end */

/* @group navigace PAGE */

div.KT_textnav.clearfix {
	float: right;
	clear: both;
	margin-bottom: 10px;
}
div.KT_textnav.clearfix ul {
	overflow: hidden;
	margin-top: 5px;
}
div.KT_textnav.clearfix li {
	display: inline-block;
	list-style-type: none;
	float: left;
	margin-right: 3px;
	margin-left: 3px;
	font-weight: bold;
}



/* @end */

/* @group PAGES */

#content_main_left_obsah {
	overflow: hidden;
}

#content_main_left_obsah p {
	margin-top: 0;
}

#content_main_left_obsah img {
	float: left;
	margin-right: 7px;
	margin-bottom: 5px;
	margin-top: 4px;
}



/* @end */

/* @group TOP plakaty */

div#box_top_plakaty {
	width: 297px;
	height: 208px;
	display: block;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

#box_top_plakaty div.img {
	display: block;
	overflow: hidden;
	width: 291px;
	height: 194px;
	position: relative;
	top: 10px;
	left: 4px;
}

#box_top_plakaty div.fr {
	position: relative;
	top: -194px;
	display: block;
}



/* @end */