/* *********************************************************************declarations for classes, ids************* */
.hidden{
	display: none;
}
.hide{
	display: block;
	overflow: hidden;
	position: absolute;
	margin: 0;
	padding: 0;
	width: 0;
	height: 0;
	font-size: 0px;
	background-image: none;
}

.invisible{
	visibility: hidden
}

.arrow{
	font-size: 100%;
}

.small-font{
	font-size: 85% !important;
}
.small-font2{
	font-size: 86%;
}
.small-font-extra{
	font-size: 4px;
}

.font-non-proporcial{
	font-family: monospace;
}

.important{
	color: #ae9c1a !important;
	font-size: 100%;
	font-family: inherit;
}
.important-bold{
	font-weight: bold;
}

#footer p{
	font-size: 78%;
	padding: 0;
	margin: 0;
	text-align: center
}
#footer p a{
	font-size: 2px;
}

.float_left, .float-left{
	float: left;
}
.float-right{
	float: right;
}

.cleaner{
	clear: both;
	margin: 0;
	padding: 0;
	font-size: 1px;
	border: none;
	height: 1px;
}
.cleaner2{
	clear: both;
}

.text_right, .text-right, .text-right td{
	text-align: right !important;
}
.text-left{
	text-align: left !important;
}
.text-center{
	text-align: center !important;
}

/* file download features */
#middle ul.list-of-files{
	border: 1px solid #efefef;
	background-color: #fbfeff;
	margin: 10px 0;
	padding: 10px;
	list-style-position: inside;
}
#middle ul.list-of-files li.ico-zip{
	list-style-image: url('../_images/ico-zip.gif');
}
#middle ul.list-of-files li.ico-txt{
	list-style-image: url('../_images/ico-txt.gif');
}
#middle ul.list-of-files li.ico-movie{
	list-style-image: url('../_images/ico-movie.gif');
}
#middle ul.list-of-files li.ico-audio{
	list-style-image: url('../_images/ico-audio.gif');
}
#middle ul.list-of-files li.ico-word{
	list-style-image: url('../_images/ico-word.gif');
}
#middle ul.list-of-files li.ico-xls{
	list-style-image: url('../_images/ico-xls.gif');
}
#middle ul.list-of-files li.ico-ppt{
	list-style-image: url('../_images/ico-ppt.gif');
}
#middle ul.list-of-files li.ico-pdf{
	list-style-image: url('../_images/ico-pdf.gif');
}
#middle ul.list-of-files li.ico-rar{
	list-style-image: url('../_images/ico-rar.gif');
}
#middle ul.list-of-files li.ico-psd{
	list-style-image: url('../_images/ico-psd.gif');
}
#middle ul.list-of-files li.ico-html{
	list-style-image: url('../_images/ico-html.gif');
}
#middle ul.list-of-files li.ico-other{
	list-style-image: url('../_images/ico-other.gif');
}

/* list features in middle wrapper */
#middle ul li{
	line-height: 1.7em;
	margin: 0;
}
#middle ol li{
	line-height: 1.5em;
	margin: 0;
}

/* paragraph features in middle wrapper */
#middle p{
	line-height: 1.5em;
	text-align: left;
}

/* img features in middle wrapper */
#middle img{
	border: 1px solid #9f9f9f;
}
#middle a img{
	border: 1px solid #004b85;
}

/* inline list features */
ul.ul-inline{
	display: block;
	margin: 10px 0;
	border-top: 1px solid #602E09;
}
ul.ul-inline li{
	list-style-type: none;
	display: inline;
	padding: 0 10px 0 0;
}

/* list features for path of tree */
#middle ul.ul-inline-pathlinks{
	display: block;
	margin: 0;
	padding: 0;
}
#middle ul.ul-inline-pathlinks li{
	display: inline;
	margin: 0;
	padding: 0;
}
#middle ul.ul-inline-pathlinks li a{
	color: #474747;
	font-size: 86%;
}
#middle ul.ul-inline-pathlinks li a:hover{
	color: #B70000;
}

/* list features without top line */
#middle ul.non-top-line{
	border-top: 0;
}
/*#middle ul.non-top-line li{
	padding: 0;
}*/

/* features for paging */
#middle ul.paging{
	border-top: 0;
}
#middle ul.paging li{
	border-right: 1px solid #aaa;
	padding: 0 5px;
	margin: 0;
}

h2 a{
	font-weight: bold;
}

/* ----------photos----------- */
.photo-border{
	border: 1px solid #B2021A;
	padding: 0;
	margin: 0;
}
.pic-noborder{
	border: 0 !important;
}

img.float-right-img{
	margin: 6px 0 6px 6px;
	float: right;
}
img.float-left-img{
	margin: 6px 6px 6px 0;
	float: left;
}
img.center-img{
  display: block;
  margin: 0 auto;
}

/* logo features */
#logo-wrapper{
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	width: 368px;
	height: 63px;
	overflow: hidden;
	font-weight: bold;
	cursor: pointer;
}
#logo-wrapper strong{
	display: block;
	width: 368px;
	height: 63px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	margin: 0;
	padding: 0;
	background-image: url('../_images/logo.gif');
	cursor: pointer;
}
#logo-wrapper a{
	text-decoration: none;
	font-size: 100%;
	font-weight: bold;
}

/* search features */
.search-form{
	margin: 0;
	padding: 0;
}
.search-form fieldset{
	border: 0;
	padding: 0 !important;
	margin: 0 !important;
}
.search-form input{
	font-size: 100%;
	padding: 2px;
	width: 140px;
	margin: 0;
	border: 1px solid #d8d7d5;
	background: #fff;
}
input.search-button{
	width: 5em;
	height: 2.2em;
	font-size: 90%;
	border: 0;
	background: url('../_images/search-button.gif') center bottom no-repeat;
}
.search-results{
	float: left;
	width: 50%;
}
.search-results ul{
	margin: 0 0 0 21px;
	list-style-image: url("../_images/square.gif");
}
.search-results ul li{
	margin: 0 0 8px 0 !important;
}
#search-results-left ul{
	border-right: 1px solid #ccc;
	padding-right: 5px;
	margin: 0 0 0 17px;
}
span.search-result, a span.search-result{
	background: #feffbf;
	color: #000;
	text-decoration: none;
	border: 1px solid #e5e72b;
	border-right: 1px solid #feffaf;
	border-bottom: 1px solid #feffaf;
	padding: 2px;
	cursor: help;
}

/* features for helpful box on hp */
.help-box{
	background: #0a528a url('../_images/bg-help.jpg') no-repeat;
	height: 212px;
	width: 100%;
	overflow: auto;
}
.help-box h1{
	color: #fff;
	padding: 5px 0 0 15px;
	width: 320px;
	height: auto;
}
.help-box ul{
	width: 330px;
	height: 150px;
	margin: 0;
	padding: 0 0 0 30px;
	color: #fff;
	font-size: 80%;
	list-style-type: square;
}
.help-box div{
	float: left;
	width: 330px;
}
.help-box div a{
	color: #f3e9c5 !important;
}
div.help-box-img{
	background: #0a528a url('../_images/bg-help-img.jpg') no-repeat;
	height: 212px;
	width: 372px;
	float: right;
}

#top-options{
	position: absolute;
	width: 19em;
	top: 14px;
	left: 545px;
	font-size: 80% !important;
	color: #2f2f2f;
}

.box-news{
	width: 31.9%;
	color: #ae9c1a;
	padding: 0 5px;
}

.kids-1{
	background: url('../_images/kids-1.jpg');
}
.kids-2{
	background: url('../_images/kids-2.jpg');
}
.kids-3{
	background: url('../_images/kids-3.jpg');
}
.kids-4{
	background: url('../_images/kids-4.jpg');
}
.kids-5{
	background: url('../_images/kids-5.jpg');
}

/* box pouzivajici se treba ve vedeni kiwanisu; puli stranku na dva sloupce */
.box-middle{
	float: left;
	width: 38%;
	padding: 0 6%;
}

.center-box{
	width: 240px;
	margin: 0 auto;
}
.center-box h4, .box-middle h4{
	text-align: center !important;
}

/* dl features for club list */
dl#clubs-list{
	width: 25%;
	padding: 10px;
	border: 10px solid #79b8ed;
	margin: 15px 20px 10px 0;
	float: left;
}
dl#clubs-list dt{
	color: #000;
	font-size: 80%;
}
dl#clubs-list dd{
	line-height: 1.2em;
}
dl#clubs-list dd a{
	font-size: 80%;
}

div#club-info-box-cz, div#club-info-box-en{
	border: 10px solid #79b8ed;
	float: right;
	width: 432px;
	height: 289px;
	margin: 15px 20px 10px 0;
	background: #71aecb url('../_images/deco-clubs-help.jpg');
	padding: 0 !important;
	color: #fff;
}
div#club-info-box-en{
	background: #71aecb url('../_images/deco-clubs-help-en.jpg');
}

div#club-info-box-cz h2, div#club-info-box-en h2{
	background: none;
	margin: 0 0 35px 15px;
	font-family: "Trebuchet MS", "Geneva CE", lucida, sans-serif;
	font-size: 200%;
	color: #fff;
}
div#club-info-box-cz ul, div#club-info-box-en ul{
	margin: 0 0 0 35px;
	color: #000;
	list-style-type: square;
}
div.club-info-box2{
	background: #71aecb url('../_images/deco-clubs-help-nonfont.jpg') !important;
}
