* {
	margin: 0;
	padding: 0;
	border: none;
}

html, body {
	height: 100%;
}

body {
	background: #fff url(img/body.jpg) repeat center 3px;
	color: #000;
	font-family: Verdana, 'Geneva CE', lucida, sans-serif;
	font-size: 80%;
}

a {
	color: #090;
	background: transparent;
	padding-right: 0;
}

a:hover  {
	color: #CB4F19;
	background: transparent;
}

a:visited {
	color: #666;
	background: transparent;
}

a.back {
	float: right;
	clear: both;
	padding: 5px;
	font-weight: bold;
	font-size: 80%;
}

a.up {
	float: right;
	clear: both;
	padding: 5px;
	font-weight: bold;
	font-size: 80%;
}

a.edit-form {
	padding: 5px 25px;
}

a.info {
	background: transparent url(rs/img/information.png) no-repeat;
	display: block;
	width: 16px;
	height: 16px;
	margin: 3px 0;
}

a.delete {
	background: transparent url(rs/img/delete.png) no-repeat;
	display: block;
	width: 16px;
	height: 16px;
	margin: 3px 0;
}

a.flag-cz, a.flag-en {
	float: right;
	position: relative;
	top: 180px;
	right: 75px;
	color: #090;
	padding-right: 20px;
	line-height: 1.3em;
}

a.flag-en {
	background: transparent url(img/gb.gif) no-repeat 20px 4px;
}

a.flag-cz {
	background: transparent url(img/cz.gif) no-repeat 20px 4px;
}

a.flag-cz:hover {
	color: #CB4F19;
	background: transparent url(img/cz.gif) no-repeat 20px 4px;
}

a.flag-en:hover {
	color: #CB4F19;
	background: transparent url(img/gb.gif) no-repeat 20px 4px;
}

h2 {
	font-size: 20px;
	padding: 10px 25px;
	color: #CB4F19;
	font-family: Georgia, 'Times New CE', 'Times CE', 'Times New Roman', Times, serif;
}

h3 {
	font-size: 14px;
	padding: 10px 25px;
	color: #CB4F19;
	font-family: Georgia, 'Times New CE', 'Times CE', 'Times New Roman', Times, serif;
}

h4 {
	font-size: 100%;
	padding: 5px 25px;
	color: #CB4F19;
	font-family: Georgia, 'Times New CE', 'Times CE', 'Times New Roman', Times, serif;
}

p {
	padding: 10px 25px;
	text-indent: 20px;
	line-height: 1.6em;
}

p.no-indent {
	text-indent: 0;
}

ol {
	padding: 5px 25px 5px 50px;
	list-style: decimal outside;
	line-height: 1.6em;
}

ul {
	padding: 5px 25px 5px 50px;
	list-style: square outside url(img/ul.gif);
	line-height: 1.6em;
}

ul ul {
	padding: 5px 25px;
}

ol.zero {
	padding: 5px 25px;
	list-style: decimal-leading-zero inside;
}

img {
	border: 3px solid #CB4F19;
	padding: 3px;
}

img:hover {
	border: 3px solid #090;
	padding: 3px;
}

img.left {
	margin: 10px 10px 7px 25px;
	float: left;
}

img.right {
	margin: 10px 25px 7px 10px;
	float: right;
}

p img.left {
	margin: 10px 10px 7px 0;
	float: left;
}

p img.right {
	margin: 10px 0 7px 10px;
	float: right;
}

img.left-no-border {
	margin: 10px 10px 7px 25px;
	float: left;
	border: 0;
}

table {
	line-height: 1.4em;
	margin: 10px 20px;
}

thead, tfoot {
	color: #666;
	font-size: 80%;
}

tfoot td {
	font-size: 115%;
	font-weight: bold;
}

td, th {
	vertical-align: top;
}

th {
	text-align: left;
}

td {
	background: #fff;
	padding: 1px 5px;
}

table p {
	text-indent: 0;
	padding: 0;
}

.hide {
	display: none;
}

hr {
	clear: both;
	height: 0;
	border-bottom: 1px solid #fff;
	margin: 10px 0;
}

hr.small {
	border-bottom: 1px solid #aaa;
	margin: 10px 25px;
}

hr.footer {
	margin-top: 5px;
	margin-bottom: 0;
	_display: none;
	visibility: hidden;
}

.center {
	text-align: center;
	padding: 10px 0;
}

#nahledy {
	margin: 0 10px 10px 10px;
}

#nahledy img {
	margin: 2px;
	padding: 2px;
	border: 2px solid #CB4F19;
}

#nahledy img.aktiv {
	border: 2px solid #090;
	float: left;
}

#nahledy img:hover {
	border: 2px solid #090;
}

br.clear {
	clear: both;
}

#big {
	padding: 10px;
	text-align: center;
}

#big img:hover {
	border: 3px solid #CB4F19;
}

#mailer h3, #ankety h3 {
	padding: 5px 10px;
}

#mailer p, #ankety p {
	padding: 2px 10px;
	text-indent: 0;
	line-height: 1.4em;
}

#mailer form {
	width: 155px; 
	padding: 0 10px 10px 10px;
}

#mailer form fieldset {
	width: 133px;
	padding: 5px 10px 10px 10px;
	margin: 0;
}

#mailer form label {
	width: 120px;
}

#mailer form input {
	width: 125px;
}

#mailer form .button {
	width: 133px; 
	margin-left: 0px;
}

#horrors {
	display: block;
	padding: 13px 10px 0px;
}

form {
	width: 480px; 
	padding: 10px; 
	border: 0px solid #777;
}

form fieldset {
	width: 440px; 
	display: block; 
	border: 1px solid #ccc; 
	padding: 10px;
	margin: 0 10px;
	line-height: 1.5em;
}

form legend {
	display: none;
}

form label {
	clear: left; 
	display: block; 
	float: left; 
	width: 50px; 
	text-align: left; 
	padding-right: 10px; 
	color: #666; 
	margin-bottom: 0;
}
form label.obchod {
	width: 115px;
}

form p {
	margin-left: 80px;
	padding: 0;
	line-height: 1.3em;
	color: #666;
	font-size: 90%;
}

#form-ankety label {
	width: 70px;
}

form input {
	border: 1px solid #ccc; 
	background: #fff; 
	padding: 0.2em; 
	margin-bottom: 0.6em;
	width: 200px;
	font-family: Verdana, 'Geneva CE', lucida, sans-serif;
	font-size: 100%;
}

#form-ankety input {
	width: 340px;
}

form select {
	border: 1px solid #ccc; 
	background: #fff; 
	padding: 0.2em; 
	margin-bottom: 0.6em;
	width: 80px;
	font-family: Verdana, 'Geneva CE', lucida, sans-serif;
	font-size: 100%;
}

a.button {
	display: block;
	float: left;
	border: 1px solid #ccc; 
	background: #fff;
	color: #666;
	padding: 0.2em;
	margin: 10px;
	text-indent: 0;
	width: 120px;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
}

form input:hover, form textarea:hover {
	border: 1px solid #aaa;
}

form input:focus, form textarea:focus {
	border: 1px solid #777;
}

form #pocet_albumen, form #pocet_world {
	width: 30px;
}

form #cas {
	width: 45px;
}

form #psc, form #datum {
	width: 80px;
}

form h3 {
	padding: 5px 0;
}

form p {
	padding: 10px 0;
	text-indent: 0;
}

form img.right {
	margin: 0 0 10px 0;
}

form hr {
	border-bottom: 1px solid #ccc;
}

form textarea {
	width: 365px;
	height: 8em;
	border: 1px solid #ccc;
	padding: 0.3em;
	overflow: auto;
	background: #fff;
	margin-bottom: 6px;
	font-family: Verdana, 'Geneva CE', lucida, sans-serif;
	font-size: 100%;
}

form textarea.small {
	height: 5em;
}

form textarea.big {
	height: 20em;
}

form .button {
	color: #666; 
	cursor: pointer; 
	width: 120px !important; 
	margin-left: 60px;
	margin-bottom: 0;
}

form .button:hover, a.button:hover {
	color: #000;
	background: #fff;
	border: 1px solid #aaa;
}

#form-ankety .button {
	margin-left: 80px;
}

form .button-obchod {
	color: #666; 
	cursor: pointer; 
	width: 120px; 
	margin-left: 125px;
	margin-bottom: 0;
}

form .button-obchod:hover {
	color: #000;
}

.tlacitka {
	padding-left: 60px;
}

.tlacitka img {
	border: 1px solid #aaa;
	padding: 2px;
	background: #fff;
}
.tlacitka img:hover {
	border: 1px solid #777;
}

.chyba {
	color: red;
	background: transparent;
}

#texy {
	float: right;
	color: #666;
}

#strankovani {
	padding: 0 25px;
	font-size: 110%;
	font-weight: bold;
}

#strankovani a {
	text-decoration: none;
}

#strankovani ul {
	list-style: none;
	display: inline;
	padding: 0;
}

#strankovani ul li, #strankovani ul span {
	display: inline;
	padding: 0 2px;
}

#strankovani ul li.small {
	font-size: 80%;
}

div.jmeno {
	font-weight: bold;
	padding: 10px 5px 5px 25px;
	color: #666;
	font-family: Georgia, 'Times New CE', 'Times CE', 'Times New Roman', Times, serif;
}

div.datum {
	font-size: 80%;
	color: #666;
	float: right;
	padding: 10px 25px 5px 5px;
}

div.odpovedi-rs {
	padding: 0 25px;
}

div.odpovedi {
	padding: 0 10px;
}

div.odpovedi img, div.odpovedi-rs img {
	border: none;
	padding: 0;
}

span.procenta {
	font-size: 80%;
}

#obsah {
	background: #fff url(img/pozadi.jpg) repeat-y 0 205px;
	color: #000;
	width: 840px;
	_height: 100%; /* IE */
	min-height:100%;
	margin: 0 auto;
	position: relative;
}

#banner {
	background: #fff url(img/banner.jpg) no-repeat;
	color: #000;
	width: 840px;
	height: 200px;
	text-align: right;
}

#banner h1 a {
	display: block;
	width: 580px;
	height: 160px;
	float: left;
	position: relative;
	left: 90px;
	top: 20px;
	background: transparent;
}

#banner h1 a span {
	display: none;
}

#stranka-bug {
	float: left;
	/*margin-left: -3px;*/
}

#stranka {
	background: #fff url(img/stranka.jpg) repeat-y;
	color: #000;
	width: 500px;
	margin: 0 0 0 80px;
	border: 0px solid #fff;
}

#menu-bug {
	float: left;
	/*margin-left: -3px;*/
}

#menu {
	background: #fff url(img/menu.jpg) repeat-y 0 3px;
	color: #000;
	width: 175px;
	border: 0px solid #666;
	margin: 0 0 0 10px;
	font-family: Georgia, 'Times New CE', 'Times CE', 'Times New Roman', Times, serif;
}

#menu dd {
	color: #000; 
	font-size: 1em; 
	border-bottom: 1px solid #fff;
	background: inherit;
}

#gallery a, #gallery a:visited {
	color: #CB4F19;
	text-decoration: none;
	display: block;
	padding: 5px 5px 5px 60px;
	width: 110px;
	height: 40px;
	font-weight: bold;
}

#gallery a:hover, #gallery a.zobrazeno {
	color: #090 !important;
	background-position: -180px 5px !important;
}

#gallery a#i1, #gallery a#i1:visited {
	background: transparent url(img/ikony/rollover1.gif) no-repeat 0 5px;
}

#gallery a#i2, #gallery a#i2:visited {
	background: transparent url(img/ikony/rollover2.gif) no-repeat 0 5px;
}

#gallery a#i3, #gallery a#i3:visited {
	background: transparent url(img/ikony/rollover3.gif) no-repeat 0 5px;
}

#gallery a#i4, #gallery a#i4:visited {
	background: transparent url(img/ikony/rollover4.gif) no-repeat 0 5px;
}

#gallery a#i5, #gallery a#i5:visited {
	background: transparent url(img/ikony/rollover5.gif) no-repeat 0 5px;
}

#gallery a#i6, #gallery a#i6:visited {
	background: transparent url(img/ikony/rollover6.gif) no-repeat 0 5px;
}

#gallery a#i7, #gallery a#i7:visited {
	background: transparent url(img/ikony/rollover7.gif) no-repeat 0 5px;
}

#gallery a#i8, #gallery a#i8:visited {
	background: transparent url(img/ikony/rollover8.gif) no-repeat 0 5px;
}

#gallery a#i9, #gallery a#i9:visited {
	background: transparent url(img/ikony/rollover9.gif) no-repeat 0 5px;
}

#gallery a#i10, #gallery a#i10:visited {
	background: transparent url(img/ikony/rollover10.gif) no-repeat 0 5px;
}

#gallery a#i11, #gallery a#i11:visited {
	background: transparent url(img/ikony/rollover11.gif) no-repeat 0 5px;
}

#mailer {
	background: #fff url(img/menu.jpg) repeat-y 0 -20px;
	color: #000;
	width: 175px;
	margin: 10px 0 0 10px;
}

#ankety {
	background: #fff url(img/menu.jpg) repeat-y 0 -157px;
	color: #000;
	width: 175px;
	margin: 10px 0 0 10px;
}

#paticka {
	width: 840px;
	clear: both;
	font-size: 80%;
	font-weight: bold;
	color: #666;
}

#paticka p {
	padding: 10px 80px;
	text-indent: 0;
}


.ilayerPosition {
	position: absolute;
	top: 120px;
	left: 200px;
	cursor: pointer;
}
