/** BASIC */

body {
	font: 12px/15px arial;
}

h1 {
	margin-top: 25px;
	padding-bottom: 13px;
	font-size: 50px;
	letter-spacing: -2px;
}

h2 {
	margin-top: 15px;
	margin-bottom: 35px;
	font-size: 20px;
}

h3 {
	margin: 0 0 15px 0;
	padding-bottom: 13px;
	border-bottom: 1px solid #707070;
	font-size: 26px;
	font-weight: normal;
}

h4 {
	margin: 0 0 15px 0;
	font-size: 20px;
	font-weight: normal;
}

h5 {
	margin: 0 0 15px 0;
	font-size: 12px;
	font-weight: bold;
}

p {
	margin-top: 0;
	margin-bottom: 15px;
}

a {
	color: #000000;
}

.cleaner {
	clear: both;
	font-size: 0;
	line-height: 0;
}

.img1 {
	float: left;
	margin: 0 10px 10px 0;
	border: 7px solid #E6E6E6;
}

.img2 {
	float: right;
	margin: 0 0 10px 10px;
	border: 7px solid #E6E6E6;
}

/** LAYOUT */

#menu-top {
	display: none;
}

#menu {
	display: none;
}

#image img {
	border: none;
}

#image-right {
	clear: both;
}

#left {
	display: none;
}

.box {
	clear: both;
	padding-top: 20px;
	font-size: 11px;
	line-height: 14px;
}

.box .img1 {
	margin: 0 5px 5px 0;
	border: none;
}

#box1 {
	margin-top: 15px;
}

.fotka {
	width: 115px;
	float: left;
	margin-right: 9px;
	margin-bottom: 15px;
	font-size: 11px;
	line-height: 14px;
	text-align: center;
}

.fotka strong {
	margin-left: 3px;
	margin-bottom: 2px;
	display: block;
}

.fotka img {
	margin: 0;
	border-width: 3px;
}

#bottom {
	display: none;
}

#footer {
	display: none;
}

/** ADDED */

ol,
ul {
	margin: 0 0 15px 0;
	padding: 0 0 0 30px;
}

.editace {
	font-size: 0;
}

.editace img {
	margin-right: 5px;
}

.editace a img {
	border: 0;
}

span.editace {
	display: block;
	float: left;
	margin-top: -1px;
	margin-left: 1px;
}

p.editace {
	margin-bottom: 0;
}

#strankovani-top,
#strankovani-bottom {
	font-weight: bold;
	text-align: right;
}

.align-right {
	margin-top: -30px;
	margin-bottom: 15px;
	text-align: right;
}

#edit {
	margin-bottom: 15px;
}

.left {
	width: 239px;
	float: left;
	padding-right: 10px;
}

.right {
	width: 238px;
	float: right;
}

.table {
	margin-bottom: 15px;
	line-height: 20px;
}

.table td {
	padding: 0 10px;
	border-top: 1px solid #DEDEDE;
}

.table .head {
	color: #ffffff;
	font-weight: bold;
}

#form {
	margin-bottom: 15px;
	padding: 15px 0;
	border-top: 1px dotted #707070;
	border-bottom: 1px dotted #7f7f7f;
	line-height: 18px;
}

#form tr {
	height: 45px;
}

#form .input {
	width: 250px;
}

#form textarea {
	width: 250px;
	height: 107px;
}

.gray {
	color: #7F7F7F;
}

.border {
	margin: 20px 0;
	border-top: 1px dotted #7F7F7F;
}