body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	
	margin: 0px;
	
}

body.editor{
	margin: 5px;
	background: #ffc10e;
}

h1, h2, h3, h4, h5, h6{
	margin-top: 0.6em;
	margin-bottom: 0.3em;
	margin-left: 0px;
	line-height: normal;
}
h1{ font-size: 140%; }
h2{ font-size: 130%; }
h3{ font-size: 120%; }
h4{ font-size: 120%; }
h5{ font-size: 110%; }
h6{ font-size: 100%; }

h1, h3, h5{
	margin-top: 0px;
}

table{
	font-size: 100%;
	border-bottom: none;
}
/* tabulky z editoru */
table.colored,
table.standard{
	border: 1px solid black;
	border-right: none;
	border-bottom: none;
}
table.colored th,
table.colored td,
table.standard th,
table.standard td{
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}
table.colored th{
	background-color: black;
	color: white;
	font-size: 18px;
}
table.colored td
{
	padding: 5px;
	background: white;
}
table.colored tr.go td
{
	background: #ffc10e;
	font-weight: bold;
}

/*********************/

p{
	margin: 0.45em;
	margin-left: 0em;
	margin-right: 0em;
}

input, textarea
{
	border: 3px solid black;
	padding: 5px;
	font-size: 90%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: white !important;
}
input.less, textarea.less
{
	border: 2px solid black;
	
}

input.field
{
	width: 280px;
	
}
.field.less
{
	width: 260px;
}
.field.sm
{
	width: 145px !important;
}

.field.full
{
	width: 318px;
}

input.submit{
	background: black !important;
	color: white;
	font-size: 120%;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 10px;
	padding-right: 10px;
}

.fieldOk,
.fieldError
{
	margin-bottom: 2px;
	margin-top: 10px;
}
.fieldOk
{
	background: url(ok.gif) no-repeat;
	background-position: 40px 0px;
	font-weight: bold;
}
.fieldError
{
	background: url(warning.gif) no-repeat;
	background-position: 40px 0px;
	font-weight: normal;
}

input.req, textarea.req
{
	background: url(req.gif) no-repeat;
	background-position: right top;
	
}
textarea.req
{
	padding-top: 12px;
}

a{
	color: black;
}

a:hover{
	color: black;
	text-decoration: none;
}

a img, a:link img{
	border: none;
}

a.gallery-next
{
	padding-right: 22px;
	background: url(arrow-right.gif) no-repeat;
	background-position: right 3px;
}
a.gallery-previous
{
	padding-left: 22px;
	background: url(arrow-left.gif) no-repeat;
	background-position: 0px 3px;
}
a.gallery-back
{
	padding-left: 14px;
	background: url(arrow-top-short.gif) no-repeat;
	background-position: 0px 0px;
}



ul{
	margin-left: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0px;
	list-style: none;
}
ul li
{
	padding-left: 22px;
	background: url(arrow-right.gif) no-repeat;
	background-position: 0px 2px;
}
ol{
	margin-left: 1.5em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	padding: 0em;
}

a.homelink
{
	display: block;
	width: 100%;
	height: 100px;
}
a.homelink span{ visibility: hidden; }

.col-left
{
	width: 176px;
	float: left;
}
.col-left .top
{
	width: 100%;
	height: 140px;
	background: url(col-left-bg-top.gif);
}

.col-left .middle
{
	background: #ffc10e;
	position: relative;
	width: 100%:
}

.col-left .middle .bg-top
{
	position: absolute;
	top: 0px;
	z-index: 0;
	width: 176px;
	height: 26px;
	background: url(col-left-bg-menu-top.gif);
}

.col-left .middle .bg-bottom
{
	position: relative;
	bottom: 0px;
	z-index: 0;
	width: 176px;
	height: 97px;
	background: url(col-left-bg-menu-bottom.gif);
}


.menu ul
{
	margin: 0px;
	padding: 0px;
	position: relative;
	left: 60px;
	width: 125px;
	z-index: 1;
	list-style: none;
	xbackground: red;
}
.menu ul li
{
	margin-bottom: 3px;
	padding: 0px;
	background: none;
}
.menu ul li a
{
	text-decoration: none;
}
.menu ul li a:hover,
.menu ul li a.active
{
	font-weight: bold;
}
.menu ul li ul
{
	left: 20px;
	margin-bottom: 5px;
}

.col-middle
{
	float: left;
	width: 421px;
	
}
.col-middle.gallery
{
	float: left;
	width: 668px;
}
.col-middle .content
{
	position: relative;
	z-index: 0;
	padding-top: 60px;
}
.col-middle .content .bg
{
	background: url(content-bg.gif) repeat-y;

}
.col-middle.gallery .content .bg
{
	background: url(content-bg-gallery.gif) repeat-y;

}


.col-middle .content .bg-top
{
	position: absolute;
	top: 0px;
	z-index: 0;
	width: 100%;
	height: 109px;
	background: url(content-bg-top.gif) no-repeat;
}
.col-middle.gallery .content .bg-top
{
	background: url(content-bg-top-gallery.gif) no-repeat;
}
.col-middle .content .bg-bottom
{
	position: relative;
	bottom: 30px;
	z-index: 0;
	width: 100%;
	height: 200px;
	background: url(content-bg-bottom.gif) no-repeat;
	background-color: white;
}
.col-middle.gallery .content .bg-bottom
{
	background: url(content-bg-bottom-gallery.gif) no-repeat;
}
.col-middle .content .in
{
	position: relative;
	left: 70px;
	z-index: 1;
	width: 334px;
	overflow: hidden;
	
}
.col-middle.gallery .content .in
{
	position: relative;
	left: 70px;
	z-index: 1;
	width: 581px;
	overflow: hidden;
	
}


.col-right
{
	float: left;
	width: 247px;
	
}
.col-right a
{
	color: white;
}
.col-right .content
{
	position: relative;
	z-index: 0;
	padding-top: 80px;
}
.col-right .content .bg
{
	background: url(col-right-bg.gif) repeat-y;

}
.col-right .content .bg-top
{
	position: absolute;
	top: 0px;
	z-index: 0;
	width: 100%;
	height: 135px;
	background: url(col-right-bg-top.gif) no-repeat;
}
.col-right .content .bg-bottom
{
	position: relative;
	bottom: 20px;
	z-index: 0;
	width: 100%;
	height: 200px;
	background: url(col-right-bg-bottom.gif) no-repeat;
	background-color: white;
}

.col-right .content .in
{
	position: relative;
	left: 70px;
	z-index: 1;
	width: 165px;
	overflow: hidden;
	color: white;
}

.box
{
	width: 178px;
	position: relative;
	top: -30px;
	margin-bottom: -30px;
}
.box a
{
	
}
.box .con
{
	position: relative;
	z-index: 0;
	padding-top: 60px;
}
.box .con .box-bg
{
	background: url(box-bg.gif) repeat-y;
	background-position: -2px 0px;
}
.box .con .box-bg-top
{
	position: absolute;
	top: 0px;
	z-index: 0;
	width: 100%;
	height: 63px;
	background: url(box-bg-top.gif) no-repeat;
	background-position: -2px 0px;
}
.box .con .box-bg-bottom
{
	position: relative;
	bottom: 10px;
	z-index: 0;
	width: 100%;
	height: 97px;
	background: url(box-bg-bottom.gif) no-repeat;
	background-color: white;
}

.box .con .in
{
	position: relative;
	left: 20px;
	z-index: 1;
	width: 140px;
	
	overflow: hidden;
}

.gallery-item
{
	position: relative;
	color: white;
	margin-top: 0px;
	text-align: center;
	
}
.gallery-item .img
{
	text-align: center;
}
.gallery-item .img img
{
	border: 3px solid black;
	
}
.gallery-item h3
{
	margin: 0px;
	position: absolute;
	bottom: 0px;
	right: 5px;
	
	padding: 5px;
	padding-left: 15px;
	padding-right: 10px;
	
	background: black;
}
* html .gallery-item h3
{
	top: 0px;
}
.photo-item
{
	width: 193px;
	height: 193px;

	float: left;

	margin: 0px;
	float: left;
	
}
.photo-item .img
{
	text-align: center;

}
.photo-item img,
.photo-detail img
{
	border: 3px solid black !important;
	
}
.photo-item .label
{
	margin-top: 5px;
	margin-bottom: 0px;
	text-align: right;
}
.photo-item .description
{
	text-align: right;
	font-style: italic;
}

.page-navigation
{
	text-align: center;
}

.ul-paragraph
{
	margin-bottom: 2px;
	margin-top: 10px;
}

.pager .next
{
	padding-right: 22px;
	background: url(arrow-right.gif) no-repeat;
	background-position: right 3px;
	
}
.pager .previous
{
	padding-left: 22px;
	background: url(arrow-left.gif) no-repeat;
	background-position: 0px 3px;
	
}

.captcha
{
	padding-top: 2px;
}
.captcha img.captcha-image
{
	float: left;
	border: 1px solid #999999;
}
.captcha br
{
	clear: both;
}
.captcha input.captcha-number
{
	width: 100px;
	margin-top: 5px;
}
.captcha span.captcha-help
{
	float: left;
	margin-left: 5px;
	width: 200px;
	font-size: 90%;
}

.reg-form
{
	width: 100%;
}




table.guestbook td{
	vertical-align: top;
}

.guestbook-item
{
	margin-bottom: 10px;
}
.guestbook-item .date,
.guestbook-item .email
{
	font-size: 11px;
}
.guestbook-item .inside
{
	padding: 10px;
	border: 3px solid black;
	background: #ffe498;
}


.search
{
	margin-top: 15px;
	
}
.search .field
{
	width: 149px;
	border-color: white;
	background: #2c2c2c !important;
	color: white;
}
.search .submit
{
	background: url(ico-search.gif) no-repeat !important;
	background-position: 30px 8px !important;
	background-color: transparent;
	margin-top: 2px;
	margin-left: -30px;
	border: none;
	width: 100% !important;
}

.fulltext h2.title
{
	
}

.fulltext .item
{
	padding-left: 10px;
	border: 3px solid black;
	background: #ffe498;
	margin-bottom: 10px;
}
.fulltext .relevance
{
	font-size: 10px;
}

.fulltext h3.title
{
	font-size: 13px;
}
.fulltext .tips
{
	font-size: 11px;
}


.custom-form td
{
	vertical-align: top;
	padding-bottom: 3px;
}
.custom-form tr
{

}
.custom-form td.label
{
	font-weight: bold;
}

.custom-form input, 
.custom-form textarea
{
	border: 1px solid black;
	padding: 1px;
}

input.customFormCheckbox,
input.customFormRadio
{
	border: none !important;
	background: transparent !important;
}
.customFormTextarea
{
	width: 200px;
	height: 80px;
}

.cl{
	clear: both;
	font-size: 0px;
	line-height: 0px;
	height: 0px;
	overflow: hidden;
	position: relative;
}

.border3 img
{
	border: 3px solid black;
}

