/** BASIC */

body {
	margin: 0;
	padding: 0;
	background: #fff;
	font: 13px/18px tahoma;
	color: #494643;
}

body#ckeditor {
	background: #E6E6E6;
}

#header h1 {
	float: left;
	margin: 0;
	font-size: 0;
	text-indent: -9999px;
}

h1 a {
	width: 288px;
	height: 48px;
	display: block;
	background: url(images/logo.gif);
}

h2 {
	display: none;
}

h3 {
	margin: 25px 0;
	color: #F42941;
	font-size: 24px;
	font-weight: normal;
}

h4 {
	margin: 19px 0;
	font-size: 18px;
	font-weight: normal;
}

h5 {
	margin: 15px 0;
	color: #F42941;
	font-size: 14px;
	font-weight: bold;
}

h6 {
	margin: 15px 0;
	font-size: 14px;
	font-weight: bold;
}

p {
	margin: 14px 0;
}

ol, ul {
	margin: 14px 0;
	padding: 0 20px;
}

form {
	margin: 0px;
	padding: 0px;
}

input, textarea {
	font: 12px/18px tahoma;
	color: #494643;
}

.input {
	width: 200px;
	margin-bottom: 2px;
	margin-right: 2px;
	padding: 3px;
	border: 1px solid #D3D3D3;
}

input[type=text] {
	width: 200px;
	margin-bottom: 2px;
	margin-right: 2px;
	padding: 3px;
	border: 1px solid #D3D3D3;
}

.file {
	margin-bottom: 2px;
	margin-right: 2px;
}

input[type=file] {
	margin-bottom: 2px;
	margin-right: 2px;
}

.submit {
	height: 22px;
	background: #F42941;
	border: none;
	color: #ffffff;
	font-weight: bold;
	cursor: pointer;
}

input[type=submit],
input[type=reset],
input[type=button] {
	height: 22px;
	background: #F42941;
	border: none;
	color: #ffffff;
	font-weight: bold;
	cursor: pointer;
}

select {
	width: 208px;
	margin-bottom: 2px;
	margin-right: 2px;
	padding: 3px;
	border: 1px solid #D3D3D3;
}

textarea {
	width: 440px;
	height: 200px;
	margin-bottom: 2px;
	padding: 3px;
	border: 1px solid #D3D3D3;
	overflow: auto;
}

a {
	color: #F42941;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

.cleaner {
	clear: both;
}

strong,
.red {
	color: #F42941;
}

.green {
	color: #39B54A;
}

/** LAYOUT */

#wrapper {
	width: 935px;
	margin: 0 auto;
	position: relative;
	background: #E6E6E6;
}

#top {
	height: 48px;
	padding: 30px 28px 17px 40px;
	border-bottom: 3px solid #fff;
}

#toptext {
	float: right;
	padding-top: 27px;
	color: #F42941;
	font-size: 21px;
}

#toptext strong {
	color: #494643;
	font-size: 16px;
	text-transform: lowercase;
}

#menu {
	width: 935px;
	height: 62px;
	position: relative;
	margin: 0 -19px -21px -24px;
	padding: 0 19px 0 24px;
	background: url(images/menu-bg.gif);
}

#menu ul {
	margin: 0 -1px 0 -1px;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	float: left;
	padding: 11px 42px 12px 42px;
	background: #F42941 url(images/menu.gif);
	border-right: 1px solid #FF647C;
	color: #fff;
	font-size: 17px;
	text-decoration: none;
}

#menu a:hover,
#menu a.selected {
	background-color: #CC081F;
	background-position: 0 -41px;
}

#menu a.first {
	padding: 11px 42px 12px 43px;
	border-left: 1px solid #FF647C;
}

#image {
	height: 257px;
	font-size: 0;
	line-height: 0;
}

#menu-top {
	background: #F42941;
}

#menu-top ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu-top li {
	display: inline;
}

#menu-top a {
	width: 186px;
	height: 39px;
	float: left;
	position: relative;
	padding-top: 172px;
	background: #F42941;
	border-right: 1px solid #FF647C;
	color: #fff;
	font-size: 18px;
	text-align: center;
	text-decoration: none;
	outline: none;
}

#menu-top a:hover {
	background-color: #E6E6E6;
	background-position: 0 -100%;
}

#menu-top a.selected,
#menu-top a.selected:hover {
	background-color: #E6E6E6;
	background-position: 0 -200%;
	color: #F42941;
}

#menu-top a.disabled:hover {
	background: none;
	cursor: auto;
}

#menu-top a#menu-top1 {
	background-image: url(images/icon1.gif);
}

#menu-top a#menu-top2 {
	background-image: url(images/icon2.gif);
}

#menu-top a#menu-top3 {
	background-image: url(images/icon3.gif);
}

#menu-top a#menu-top4 {
	background-image: url(images/icon4.gif);
}

#menu-top a#menu-top5 {
	background-image: url(images/icon5.gif);
	padding-right: 1px;
	border-right: none;
}

#content {
	clear: both;
	border-top: 5px solid #fff;
}

#left {
	width: 293px;
	min-height: 275px;
	-height: 275px;
	float: left;
	border-right: 3px solid #fff;
}

#right {
	width: 559px;
	float: right;
	margin-left: -3px;
	margin-top: 12px;
	padding: 0 40px 36px 40px;
	border-left: 3px solid #fff;
}

#homepage #left {
	width: 526px;
	padding: 16px 40px 19px 30px;
	-padding-top: 32px;
	-padding-bottom: 0;
	border: none;
}

#homepage #right {
	width: 309px;
	margin: 0;
	padding: 16px 30px 19px 0;
	-padding-top: 32px;
	-padding-bottom: 0;
	border: none;
}

.top-left {
	width: 526px;
	float: left;
	padding: 30px 40px 30px 30px;
	border-top: 1px solid #F5F5F5;
}

.top-right {
	width: 309px;
	float: right;
	padding: 18px 30px 30px 0;
	-padding-top: 36px;
	border-top: 1px solid #F5F5F5;
}

#left-in {
	clear: both;
	padding: 2px 20px 18px 20px;
	font-size: 12px;
}

#line {
	height: 41px;
	background: #F42941;
	border-top: 5px solid #fff;
	border-bottom: 5px solid #fff;
}

#footer {
	height: 49px;
	padding: 25px 30px;
	font-size: 12px;
}

#footer a {
	color: #494643;
	text-decoration: none;
}

#footer a:hover {
	color: #F42941;
}

#menu-bottom {
	float: left;
}

#menu-bottom ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu-bottom li {
	display: inline;
}

#menu-bottom a {
	float: left;
	padding: 0 10px;
	border-left: 1px solid #F42941;
	line-height: 14px;
}

#menu-bottom a.first,
#menu-bottom a.last {
	padding-left: 0;
	border: none;
}

#menu-bottom a.last {
	clear: both;
	margin-top: 14px;
}

#logo-bottom {
	float: right;
}

#logo-bottom span {
	float: left;
	margin-right: 10px;
	padding-top: 7px;
}

#logo-bottom a {
	width: 93px;
	height: 30px;
	float: left; display:block;
	background: url(images/logo-bottom.gif);
	font-size: 0;
	text-indent: -9999px;
}

#administrace {
	margin-top: 13px;
	float: left;
}

.more {
	padding-left: 12px;
	background: url(images/more.gif) 0 2px no-repeat;
}

/** HOMEPAGE */

.more-red {
	padding: 9px 25px;
	background: #F42941;
	color: #fff;
	text-decoration: none;
}

.more-red strong {
	padding-left: 12px;
	background: url(images/more-red.gif) 0 4px no-repeat;
	color: #fff;
}

a.more-red:hover,
a.more-red:hover strong {
	color: #494643;
}

.more-white {
	padding: 9px 25px;
	background: #F6F6F6;
	color: #494643;
	text-decoration: none;
}

.more-white strong {
	padding-left: 12px;
	background: url(images/more-white.gif) 0 4px no-repeat;
	color: #494643;
}

a.more-white:hover,
a.more-white:hover strong {
	color: #F42941;
}

a.more-red,
a.more-white {
	line-height: 32px;
}

.more-red big,
.more-white big {
	font-size: 18px;
	font-weight: bold;
	line-height: 14px;
}

#content-top .more-red {
	float: left;
	padding: 9px 10px;
}

/** SUBPAGE */

#menu-left ul {
	margin: -1px 0 0 0;
	padding: 0;
	list-style: none;
	font-size: 0;
}

#menu-left ul ul {
	margin: 5px 0 5px 0;
	-margin-top: 3px;
}

#menu-left a {
	width: 233px;
	display: block;
	padding: 0 30px;
	background: #F42941 url(images/menu-left.gif);
	border-top: 1px solid #fff;
	color: #fff;
	font-size: 17px;
	line-height: 37px;
	text-decoration: none;
}

#menu-left a:hover,
#menu-left a.selected {
	background-color: #CC081F;
	background-position: 0 -100%;
}

#menu-left a.last {
	background-color: #888888;
	background-image: url(images/menu-left-last.gif);
}

#menu-left a.first {
	border: none;
}

.img {
	float: left;
}

/** ADDED */

.editace {
	font-size: 0;
}

.editace img,
.fotka .editace img {
	margin-top: 1px;
	margin-right: 5px;
	margin-bottom: 0;
}

span.editace {
	display: block;
	float: left;
}

#toptext .editace {
	float: right;
	margin-right: -24px;
	margin-left: 3px;
}

#image .editace img {
	position: absolute;
	top: 9px;
	left: 910px;
}

#strankovani-top,
#strankovani-bottom {
	font-weight: bold;
	text-align: right;
}

#strankovani-top {
	margin-bottom: 20px;
}

#left #strankovani-bottom {
	margin: 20px 0;
	padding: 0 16px;
	text-align: left;
}

.align-right {
	text-align: right;
}

.fotka {
	width: 173px;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

.fotka img {
	margin: 0 0 5px 0;
}

.fotka p {
	margin: 0;
	text-align: center;
}

#image {
	position: relative;
	overflow: hidden;
}

#image img {
	display: none;
}

#image img.visible {
	display: block;
}

.reseni {
	display: none;
	clear: both;
	height: 0px;
	overflow: hidden;
}

#content-top h3 {
	display: none;
}

#seznam {
	margin-bottom: 15px;
}

#seznam td {
	height: 28px;
	border-bottom: 1px solid #CCCCCC;
}

.login .input {
	width: 150px;
}

.textarea {
	margin-left: -16px;
}

#admin #right {
	overflow: visible;
}

a.highslide img {
	border: none;
}

/** CKEDITOR */

.ul {
	padding-left: 5px;
	list-style: none;
}

.ul li {
	padding-left: 20px;
	background: url(images/li.gif) 0 5px no-repeat;
}

.crop {
	width: 235px;
	float: left;
	overflow: hidden;
}

.crop-last {
	width: 275px;
	overflow: hidden;
}

.crop img,
.crop-last img {
	margin-left: -15px;
}

table {
	margin: 14px 0;
	border-color: #ccc;
	border-collapse: collapse;
}

table td {
	border-color: #ccc;
}

.table td {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;

}

caption {
	margin-bottom: 14px;
	font-weight: bold;
	text-align: left;
}

hr {
	height: 1px;
	margin: 30px 0;
	-margin: 10px 0;
	border: none;
	border-top: 1px solid #ccc;
}