
html, body {
	height: 100%;
}

#sidebar ul {
	font-size: 12px;
	font-weight: bold;
}

body {
	margin: 0px;
	padding: 0px;
	background: #E7E7E7 url(images/bg01.jpg) repeat-x left top;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #888888;
}

 h2, h3, h4 {
	margin: 0px 0px 20px 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #4F4F4F;
}

 h2, h3, h4 {
	text-transform: lowercase;
}


h3 {
	letter-spacing: -2px;
	font-size: 40px;
}

h3.style1
 {
	margin-bottom: 5px;
}

h2,
h4 {
	letter-spacing: -1px;
	font-size: 20px;
}

h2.style1,
h4 {
	font-size: 22px;
	color: #C2C2C2;
}

form {
	margin: 0px;
	padding: 0px;
}

input, textarea {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #888888;
}

.input {
	width: 200px;
	margin-bottom: 5px;
	padding: 2px;
	border: 1px solid #48869D;
}

.file {
	margin-bottom: 5px;
}

.submit {
	height: 21px;
	background: #48869D;
	border: none;
	color: #ffffff;
	font-weight: bold;
}

select {
	width: 206px;
	margin-bottom: 5px;
	padding: 1px;
	border: 1px solid #48869D;
}

textarea {
	width: 350px;
	height: 150px;
	margin-bottom: 5px;
	padding: 3px;
	border: 1px solid #48869D;
	overflow: auto;
}

p, ol, ul {
	margin-top: 0px;
	margin-bottom: 30px;
	line-height: 3;
	text-align: justify;
}

#nolineheight {
line-height: 1.5;
}


ul {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
}

strong {
	color: #5D5D5D;
}

a {
	color: #306D85;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

.border {
	padding: 4px;
	border: 1px solid #DFDFDF;
}

img.alignleft {
	float: left;
	margin: 10px 20px 0px 0px;
}

img.alignright {
	float: right;
	margin: 10px 0px 0px 20px;
}

img.aligncenter {
	margin: 0px auto;
}

hr {
	display: none;
}

/** WRAPPER */

#wrapper {
}

.container {
	width: 1000px;
	margin: 0px auto;
}

.clearfix {
	clear: both;
}

/** HEADER */

#header {
	height: 180px;
}

/** MENU */

#menu {
	float: right;
	width: 650px;
	height: 180px;
	background: url(images/bg02.jpg) no-repeat left top;
}

#menu ul {
	margin: 0px;
	padding: 109px 0px 0px 38px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
	height: 33px;
	padding: 6px 15px 0px 15px;
}

#menu a {
	outline: none;
	text-decoration: none;
	text-transform: lowercase;
	letter-spacing: -1px;
	font: 21px Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
}

#menu a:hover {
	text-decoration: underline;
}

#menu li.active, #menu li.active a {
	background: #48869D;
	text-decoration: none;
}

#submenu {
	margin-top: -113px;
	margin-bottom: 50px;
	-margin-top: -83px;
	-margin-bottom: 103px;
}

#submenu li {
	float: left;
	height: 30px;
	padding: 3px 10px 0px 10px;
	margin-right: 5px;
	background: #666666;
	line-height: 33px;
	-line-height: 30px;
}

#submenu a {
	outline: none;
	text-decoration: none;
	text-transform: lowercase;
	letter-spacing: -1px;
	font: 18px Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	white-space: nowrap;
}

#submenu a:hover {
	text-decoration: underline;
}

#submenu li.active, #submenu li.active a {
	background: #48869D;
	text-decoration: none;
}

/** PAGE */

#page {
	overflow: hidden;
	background: url(images/bg03.jpg) repeat-y left top;
}

#page-bg-bottom {
	overflow: hidden;
	background: url(images/bg06.jpg) no-repeat left bottom;
}

/** CONTENT */

#content {
	float: right;
	width: 500px;
	height: 680px;
	min-height: 680px;
	padding: 50px 100px 0px 50px;
	background: url(images/bg05.jpg) no-repeat right top;
}

html>body #content {
	height: auto;
}

.two-columns {
	overflow: hidden;
	width: 100%;
}

.two-columns .column1 {
	float: left;
	width: 225px;
}

.two-columns .column2 {
	float: right;
	width: 225px;
}


/** SIDEBAR */

#sidebar {
	float: left;
	width: 250px;
	height: 610px;
	min-height: 610px;
	padding: 120px 50px 0px 50px;
	background: url(images/bg04.jpg) no-repeat left top;
}

html>body #sidebar {
	height: auto;
}

/** FOOTER */

#footer {
	background: #48869D url(images/bg08.jpg) repeat-x left top;
}

#footer .container {
	width: 600px;
	height: 250px;
	padding: 0px 50px 0px 350px;
	background: url(images/bg07.jpg) no-repeat left top;
}

#footer p {
	margin: 0px;
	padding: 100px 0px 0px 0px;
	text-align: center;
	color: #DAE6EB;
}

#footer p.admin {
	padding-top: 0px;
}

#footer p.admin a {
	color: #64A6BF;
}

#footer .legal {
}

#footer span.links {
font-size: 9px;
text-align: center;
}

#footer span.links a {
font-size: 9px;
color: #64A6BF;
text-align: center;
}

#footer a {
	color: #DAE6EB;
}

/** ADDED */

#flash {
	height: 166px;
	margin-bottom: 30px;
}

.red {
	color: #ff0000;
}

.green {
	color: #008000;
}

.cleaner {
	clear: both;
}

.editace {
	font-size: 0;
}

.editace img,
.fotka .editace img {
	margin-right: 5px;
}

.editace a img {
	border: 0;
}

span.editace {
	display: block;
	float: left;
	margin-top: 7px;
}

ol span.editace {
	margin-top: 2px;
}

p.editace {
	margin-bottom: 0;
}

.align-right {
	margin-top: -50px;
	margin-bottom: 17px;
	text-align: right;
}

#edit {
	margin-bottom: 30px;
	line-height: 3;
}

.fotka {
	width: 153px;
	float: left;
	margin-right: 20px;
	margin-bottom: 15px;
}

.fotka img {
	margin: 0 0 5px 0;
}

.fotka p {
	margin-bottom: 0;
	text-align: center;
	line-height: 16px;
}

.login .input {
	width: 150px;
}

td.gray {
	color: #999999;
	font-style: italic;
}

#objednavka textarea {
	width: 400px;
}
