/* www.sakurai.cz, CSS styly pro zobrazeni */

/* zakladni nastaveni */

html
{
	font-size: 100.01%;
}

body
{
	background: #39060b url('body.gif') repeat-y top center;
	margin: 0px;
	padding: 0px;
	font-family: Arial, sans-serif;
	font-size: 1em;
	color: #1a2225;
	font-weight: normal;
	font-style: normal;
	text-align: center;
}

body.editor
{
	font-size: 0.7em;
	background: #e4b1b6;
}

a img, a:link img
{
	border: none;
}

p
{
	margin: 0em;
	padding-top: 0.4em;
	padding-bottom: 0.4em;
}

h1
{
	font-size: 1.2em;
	margin: 0em;
	padding-top: 0.4em;
	padding-bottom: 0.4em;
	color: #39060b;
}

h2
{
	font-size: 1.1em;
	margin: 0em;
	padding-top: 0.4em;
	padding-bottom: 0.4em;
	color: #832a33;
}

h3
{
	font-size: 1em;
	margin: 0em;
	padding-top: 0.4em;
	padding-bottom: 0.4em;
	color: #39060b;
}

h4
{
	font-size: 1em;
	margin: 0em;
	padding-top: 0.4em;
	padding-bottom: 0.4em;
}

h5
{
	font-size: 1em;
	margin: 0em;
	padding-top: 0.4em;
	padding-bottom: 0.4em;
}

h6
{
	font-size: 1em;
	margin: 0em;
	padding-top: 0.4em;
	padding-bottom: 0.4em;
}

ul li
{
	list-style: none;
	padding-left: 10px;
	background: url('ul-li.gif') no-repeat left 0.3em;
}

a
{
	color: #39060b;
}

a:hover
{
	color: #832a33;
}

fieldset
{
	border: 1px solid #cccccc;
	padding: 0.3em;
}

legend
{
	border: none;
	padding: 0.3em;
}

input.text, input.captcha-number
{
	font-family: Arial, sans-serif;
	font-size: 1em;
	color: #000000;
	background: #ffffff;
	border: 1px solid #b3b3b3;
	padding-left: 2px;
	padding-right: 2px;
}

input.text
{
	width: 50%;
}

input.checkbox
{
	width: 12px;
	height: 12px;
}

input.radio
{
	width: 12px;
	height: 12px;
}

input.submit, input.reset, input.button
{
	font-family: Arial, sans-serif;
	font-size: 1em;
	color: #ffffff;
	background: #39060b;
	font-weight: bold;
	border: none;
	cursor: pointer;
	padding: 8px 16px 8px 16px;
}

input.file
{
	width: 200px;
	height: 21px;
}

input.image
{
	padding: 0px;
	border: none;
}

textarea
{
	font-family: Arial, sans-serif;
	font-size: 1em;
	color: #000000;
	background: #ffffff;
	border: 1px solid #b3b3b3;
  padding-left: 2px;
	padding-right: 2px;
	overflow: auto;
	width: 50%;
}

select
{
	font-family: Arial, sans-serif;
	font-size: 1em;
	color: #000000;
	background: #ffffff;
	width: 50%;
}

hr
{
	color: #cccccc;
	height: 1px;
	border: none;
	background-color: #cccccc;
}

table
{
	font-size: 1em;
}

th, td
{
	padding-left: 5px;
	padding-right: 5px;
}

table.standard, table.colored
{
	border-top: 1px solid #b45e66;
	border-left: 1px solid #b45e66;
}

table.standard th, table.colored th, table.standard td, table.colored td
{
	border-bottom: 1px solid #b45e66;
	border-right: 1px solid #b45e66;
}

table.colored th
{
	background-color: #b45e66;
	color: #39060b;
}

/* stranka */

div.homepage, div.page
{
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 941px;
	min-height: 800px;
	padding-left: 15px;
	padding-right: 24px;
	background: #ffffff url('page.jpg') no-repeat;
}

* html div.homepage, * html div.page
{
	height: 800px;
}

/* vrstva pro tisk */

div.print-header
{
	display: none;
}

/* presun na obsah */

div.shift-to-content
{
	position: absolute;
	left: -10000px;
}

/* hlavicka */

div.header
{
	position: relative;
	min-height: 18em;
	font-size: 0.7em;
	width: 100%;
}

* html div.header
{
	height: 18em;
}

/* logo */

div.logo
{
	width: 281px;
	height: 58px;
	overflow: hidden;
	position: absolute;
	left: 658px;
	top: 42px;
}

div.logo p
{
	width: 281px;
	height: 58px;
	overflow: hidden;
	position: relative;
}

div.logo span
{
	width: 281px;
	height: 58px;
	position: absolute;
	left: 0px;
	top: 0px;
	display: block;
	background: url('page.jpg') -673px -42px;
}

div.logo a span
{
	cursor: pointer;
}

/* motto */

div.motto
{
	width: 265px;
	height: 23px;
	overflow: hidden;
	position: absolute;
	left: 234px;
	top: 51px;
}

div.motto p
{
	width: 265px;
	height: 23px;
	overflow: hidden;
	position: relative;
}

div.motto span
{
	width: 265px;
	height: 23px;
	display: block;
	overflow: hidden;
	position: absolute;
	left: 0px;
	top: 0px;
	background: url('page.jpg') -249px -51px;
}

/* servisni linka */

div.service-line
{
	background: #000000;
	position: absolute;
	left: 231px;
	bottom: 19px;
	width: 709px;
}

/* servisni menu */

div.servicemenu
{
	float: left;
	width: 500px;
	overflow: hidden;
	margin-top: 12px;
	margin-bottom: 12px;
	margin-left: 12px;
	display: inline;
}

div.servicemenu h2
{
	position: absolute;
	left: -10000px;
}

div.servicemenu ul
{
	margin: 0em 0em 0em -21px;
	padding: 0em;
}

* html div.servicemenu ul
{
	margin: 0em 0em 0em -37px;
	height: 1%;
	width: 537px;
}

*+html div.servicemenu ul
{
	margin: 0em 0em 0em -21px;
	height: 1%;
	width: 537px;
}

div.servicemenu li
{
	list-style: none;
	float: left;
	padding-left: 16px;
	margin-left: 16px;
	border-left: 1px solid #da1e5e;
	background: none;
	font-weight: bold;
}

* html div.servicemenu li
{
	margin-top: 1px;
}

div.servicemenu a
{
	color: #ffffff;
	text-decoration: none;
}

div.servicemenu a:hover
{
	color: #832a33;
}

/* infomenu */

div.infomenu
{
	position: absolute;
	top: 15px;
	right: 2px;
}

div.infomenu ul
{
	margin: 0em;
	padding: 0em;
}

div.infomenu li
{
	list-style: none;
	float: left;
	padding-right: 7px;
	margin-right: 7px;
	border-right: 1px solid #e4b1b6;
	background: none;
	padding-left: 0px;
}

div.infomenu li.last
{
	padding-right: 0px;
	margin-right: 0px;
	border-right: none;
}

div.infomenu a
{
	color: #b63c48;
	text-decoration: none;
}

/* vyhledavani */

div.searching
{
	float: right;
	width: 160px;
	margin-top: 12px;
	margin-bottom: 12px;
	margin-right: 12px;
	display: inline;
}

div.searching h2
{
	position: absolute;
	left: -10000px;
}

div.searching form
{
	margin: 0em;
}

* html div.searching form
{
	margin-top: -1px;
	margin-bottom: -1px; 
}

div.searching label
{
	position: absolute;
	left: -10000px;
}

div.searching input.text
{
	background: #ffffff;
	border: none;
	width: 122px;
	padding: 0px 2px 0px 2px;
}

div.searching input.image
{
	border: none;
	padding: 0px;
	margin-left: 6px;
	margin-bottom: -2px;
}

/* obsah */

div.content
{
	font-size: 0.75em;
	line-height: 130%;
	clear: both;
	padding-bottom: 20px;
}

/* sloupce */

div.content div.left
{
	width: 212px;
	float: left;
	overflow: hidden;
}

div.content div.center
{
	width: 523px;
	float: left;
	overflow: hidden;
	margin-left: 19px;
}

div.content div.right
{
	width: 176px;
	overflow: hidden;
	float: right;
}

div.wrapper
{
	clear: both;
}

/* levy sloupec */

/* hlavni menu */

div.mainmenu h2
{
	position: absolute;
	left: -10000px;
}

div.mainmenu ul
{
	margin: 0em;
	padding: 0em;
}

div.mainmenu li
{
	list-style: none;
	margin-bottom: 3px;
	background: none;
	padding-left: 0px;
}

div.mainmenu a
{
	font-weight: bold;
	color: #c62030;
	background: #39060b url('mainmenu-li.gif') no-repeat 5px 5px;
	display: block;
	padding: 5px 5px 5px 24px;
	width: 100%;
	text-decoration: none;
}

div.mainmenu a:hover
{
	color: #ffffff;
}

div.mainmenu li ul
{
	margin-left: 25px;
}

div.mainmenu li ul li
{
	font-size: 0.9em;
	background: none;
	padding-left: 0px;
	background: #ffffff url(ul-li.gif) no-repeat 0px 10px;
}

div.mainmenu li ul li a,
div.mainmenu li ul li a:hover
{
	font-weight: bold;
	color: #000000;
	background: none;
	padding-left: 8px;
}

/* stredni sloupec */

div.text
{
	background: #e4b1b6;
	padding: 10px 20px 10px 20px;
	border-left: 4px solid #c62030;
	position: relative;
	min-height: 5em;
}

div.text span.arrow
{
	width: 6px;
	height: 10px;
	position: absolute;
	left: 0px;
	top: 1.5em;
	background: url('arrows.gif');
	overflow: hidden;
	display: block;
}

* html div.text span.arrow
{
	left: -20px;
}

/* clanky */

div.homepage div.articles
{
	padding: 10px 0px 10px 0px;
	width: 527px;
	overflow: hidden;
}

div.articles div.item
{
	margin-bottom: 10px;
}

* html div.articles div.item
{
	width: 474px;
	display: table;
	margin-left: 4px;
}

*+html div.articles div.item
{
	width: 474px;
	display: table;
}

div.homepage div.articles div.item
{
	background: #dedede url('article-item.gif') no-repeat right bottom;
	border-left: 4px solid #c62030;
	padding: 10px 25px 25px 20px;
	position: relative;
}

div.homepage div.articles div.item h2, div.homepage div.articles div.item h2 a
{
	color: #c62030;
}

div.homepage div.articles div.item span.arrow
{
	width: 6px;
	height: 10px;
	position: absolute;
	left: 0px;
	top: 1.5em;
	background: url('arrows.gif') no-repeat -6px 0px;
	overflow: hidden;
	display: block;
}

div.articles div.item div.left
{
	float: left;
	width: 100px;
}

div.articles div.item div.right
{
	float: right;
	width: 75%;
}

* html div.articles div.item div.left, * html div.articles div.item div.right
{
  position: relative;
}

div.articles span.img-nest
{
	width: 100px;
	height: 100px;
	overflow: hidden;
	margin-right: 20px;
}

p.additional ins
{
	text-decoration: none;
}

p.additional span
{
	margin-left: 0.25em;
}

div.response
{
	margin-bottom: 10px;
}

p.header ins
{
	text-decoration: none;
}

p.header span.name
{
	font-weight: bold;
}

span.img-nest
{
	overflow: hidden;
	float: left;
}

* html span.img-nest
{
  position: relative;
}

span.img-nest img
{
	margin-right: 14px;
	margin-bottom: 14px;
}

/* galerie */

div.item.gallery
{
	margin-bottom: 16px;
	margin-right: 6px;
	width: 148px;
	float: left;
	position: relative;
}

div.item.galleries
{
	margin-bottom: 16px;
	margin-right: 6px;
	width: 148px;
	float: left;
	position: relative;
}

div.item.gallery div.img-nest, div.item.galleries div.img-nest
{
	width: 113px;
	height: 113px;
	background: #b0b2b2;
	padding: 4px;
	margin-top: 9px;
	margin-left: 5px;
	position: relative;
}

div.item.galleries div.img-nest img, div.item.gallery div.img-nest img {
	border: 5px solid #a9233e;
	margin-left: -9px;
	margin-top: -9px;
	position: absolute;
	z-index: 2;
}

div.photo div.img-nest
{
	width: 480px;
	overflow: hidden;
	background: #a9233e;
	padding: 5px;
	position: relative;
	text-align: center;
}

/* strankovani */

div.pager
{
	margin-top: 20px;
	clear: both;
}

div.pager a
{
	margin-right: 6px;
	padding-right: 6px;
	border-right: 1px solid #1a2225;
	color: #1a2225;
}

div.pager a.next, div.pager a.previous
{
	padding-right: 0px;
	margin-right: 0px;
	border: none;
}

div.pager a.active
{
	font-weight: bold;
	color: #707f7f;
}

div.paging
{
	clear: both;
	text-align: center;
}

div.paging.single-photo
{
	margin-top: 20px;
}

div.paging.single-photo a
{
	text-decoration: none;
}

div.paging.single-photo a.gallery-previous
{
	border-right: 1px solid #000000;
	margin-right: 5px;
	padding-right: 5px;
}

div.paging.single-photo a.gallery-next
{
	border-left: 1px solid #000000;
	margin-left: 5px;
	padding-left: 5px;
}

/* formulare */

div.form label
{
	padding-top: 3px;
	width: 10em;
	float: left;
	position: relative;
}

img.captcha-image
{
	border: 2px solid #ccccc8;
	display: block;
}

div.form input.text
{
	margin-bottom: 1px;
}

div.form input.submit
{
	margin-top: 5px;
	margin-left: 10em;
}

* html div.form input.submit
{
	margin-left: 10.3em;
}

div.custom-form td.label
{
	vertical-align: top;
	width: 10em;
	padding-top: 3px;
}

div.custom-form td, div.custom-form th
{
	padding: 0px;
}

div.captcha
{
	margin-top: 20px;
	margin-bottom: 20px;
  margin-left: 10em;
}

* html div.captcha
{
	margin-left: 10.3em;
}

div.custom-form div.captcha
{
	margin-left: 0px;
}

/* pravy sloupec */

/* kalendar */

div.right div.calendar
{
	margin-bottom: 20px;
	font-family: Tahoma, "Lucida Grande CE", lucida, sans-serif;
	font-size: 0.9em;
}

div.right div.calendar select
{
	font-family: Tahoma, "Lucida Grande CE", lucida, sans-serif;
}

div.calendar table
{
	border-top: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
	margin-bottom: 20px;
}

div.calendar td
{
	background: #e4b1b6;
	text-align: center;
	border-bottom: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
	padding: 0px;
	width: 14%;
}

div.calendar tr.days td
{
	background: #59262b;
	color: #ffffff;
	font-weight: bold;
	padding: 5px;
}

div.calendar td.months
{
	text-align: center;
	background: #242b2e;
	color: #ffffff;
	padding: 5px;
}

div.calendar td.today
{
	background: #ffffff;
	color: #330005;
}

div.calendar td.empty
{
	background: #ffd8dc;
}

div.calendar td.months a
{
	color: #ffffff;
  float: none;
}

div.calendar td a
{
	width: 24px;
	height: 24px;
	line-height: 24px;
	color: #38050a;
	text-decoration: none;
  float: left;
}

div.calendar td a.event {
	background: #49161b;
	color: #e4b1b6;
}

/* box */

div.box
{
	background: url('daub.gif') no-repeat top center;
	margin-bottom: 15px;
	min-height: 100px;
}

* html div.box
{
	height: 100px;
}

.box .label
{
	padding-left: 8px;
	background: url(ico-splash-arrow-sakurai.gif) no-repeat;
	background-position: 0px 9px;
	margin-bottom: 3px;
}

.box table
{
	font-weight: bold;
	font-size: 12px;
}

.text.sm
{
	width: 143px;
	height: 16px;
	font-size: 12px;
}
.box input.submit
{
	background: #1a2225;
	color: white;
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
	border: none;
	padding-bottom: 3px;
	padding-top: 3px;
}

.box .captcha
{
	margin: 0px;
	padding: 0px;
	padding-top:5px;
}

.box .captcha-help
{
	font-size: 11px;
	font-weight: normal;
}

.box .captcha-number
{
	margin-top: 2px;
	width: 90px;
}

.box.new
{
	background: none;
	background-color: #dedede;
	margin: 0px;
	border-left: 4px solid #1a2225;
	position: relative;
	margin-bottom: 31px;
	overflow: hidden;
}
.box.new .label
{
	background: url(box-heading-arrow-gray.gif) no-repeat;
	background-position: 0px 17px;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 4px;	
}
.box.new .label H4
{
	font-size:13px;
}

.box.new .corner
{
	position: absolute;
	bottom: 4px;
	right: 4px;
	width: 22px;
	height: 22px;
	background: url(box-corner-red.gif) no-repeat;
}

/* paticka */

div.footer
{
	font-size: 0.7em;
	background: #000000;
	clear: both;
	margin-left: 231px;
	overflow: hidden;
	margin-bottom: 20px;
}

* html div.footer
{
	display: table;
	width: 709px;
}

div.footer div.copyright
{
	float: left;
	width: 35%;
	margin-top: 12px;
	margin-bottom: 12px;
	margin-left: 12px;
}

* html div.footer div.copyright
{
	display: inline;
}

div.footer div.credits
{
	float: right;
	width: 55%;
	margin-top: 12px;
	margin-bottom: 12px;
	text-align: right;
}

div.copyright p
{
	float: left;
	color: #ffffff;
	padding-right: 11px;
	margin-right: 11px;
	border-right: 1px solid #ffffff;
	padding-top: 0em;
	padding-bottom: 0em;
}

div.credits p
{
	float: left;
	color: #c62030;
	padding-right: 11px;
	margin-right: 11px;
	border-right: 1px solid #c62030;
	padding-top: 0em;
	padding-bottom: 0em;
}

div.credits a
{
	color: #c62030;
}

div.credits a:hover
{
	color: #ffffff;
}

div.copyright p.last, div.credits p.last
{
	padding-right: 0px;
	margin-right: 0px;
	border-right: none;
}

.cl { clear: both; }
.article img
{
	float: left;
	margin: 0px 20px 0px 0px;
	
	width: 100px;
	height: 100px;
	overflow: hidden;
}
