/* defaultni elementy */
html {
	padding: 0px;
	margin: 0px;
	background: #a3c02a url('../img/background.png') repeat-x;
}
body {
	font-size: 80%;
	font-family: Arial, Tahoma, Geneva, sans-serif;
	color: #000;
	text-align: center;
	margin: 0px;
	/* background-attachment: fixed; */
}
img {
	border: none;
}
h1, h2, h3, #padding div {
	font-weight: normal;
	font-family: 'Trebuchet MS', sans-serif;
}
h1 {
	color: #a3c02a;
	font-size: 1.9em;
	margin: 5px 0px 0px 0px;
}
h2 {
	color: #c60;
	font-size: 1.3em;
	line-height: 0.7em;
}
h3 {
	color: #c60;
	font-size: 1.2em;
	font-style: italic;
	line-height: 0.7em;
}
ul li {
	line-height: 1.5em;
	padding-bottom: 0.5em;
}
/* struktura webu */
#page-border {
	width: 850px;
	margin: 0 auto;
	background: url('../img/back-border.png');
	height: auto;
}
#page {
	width: 820px;
	background: #fff;
	margin: 0px 15px 0px 15px;
	text-align: left;
	height: auto;
	border-bottom: 1px solid #aaa;
}
#page-left {
	width: 190px;
	float: left;
	/*margin-left: 10px;
opravit pro IE 6.0*/
}
#green-line {
	width: 160px;
	height: 12px;
	background: #a3c02a;
	margin-top: 0px;
  margin-left: 20px;
}
#logo {
	margin-top: 35px;
  margin-bottom: 35px;
  margin-left: 35px;
}
#menu {
  margin-left: 6px;
}
#contact {
	margin-top: 40px;
	margin-left: 6px;
}
#page-right {
	width: 615px;
	float: right;
}
#top {
	float: right;
	width: 588px;
	height: 135px;
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 12px;
	background: url('../img/top-back.png') no-repeat left bottom;
}
#top-image {
	width: 585px;
	height: 130px;
	margin-left: 5px;
	background: #eee url('../img/top-image.jpg') no-repeat;
}
#main {
	clear: both;
	background: url('../img/main-back.png') no-repeat top right;
}
#main-lm {
	background: url('../img/lm-back.gif') no-repeat bottom right;
}
#main-text {
	padding: 5px 20px 10px 15px;
}
#page-bottom {
	clear: both;
	background: url('../img/bottom.png') no-repeat;
	height: 15px;
}
.error {
	color: #f00;
	font-weight: bold;
	text-align: center !important;
}
/* pomocné styly */
#top-image p {
	margin: 0;
	padding-left: 15px;
	padding-top: 15px;
	font-size: 1.8em;
	line-height: 1.5em;
	color: #eee;
}
#menu ul {
	padding: 0;
	margin: 0;
}
#menu ul li {
	display: block;
	list-style: none;
	padding-bottom: 5px;
	padding-top: 5px;
	border-bottom: 1px dotted #ccc;
}
#menu ul li a {
	display: block;
	text-decoration: none;
	font-size: 1.2em;
	padding-left: 20px;
	color: #000;
}
#menu ul li a.active {
	background: url('../img/menu-orange.gif') no-repeat center left;
}
#menu ul li a:hover {
	background: url('../img/menu-orange.gif') no-repeat center left;
	color: #555;
}
#main-text p {
	line-height: 1.6em;
	text-align: justify;
}
#contact p {
	padding-left: 20px;
	font-size: 0.85em;
}
#contact span {
	padding-left: 20px;
	font-size: 1.5em;
	background: url('../img/menu-green.gif') no-repeat center left;
}
/* formulare */
.forms {
	width: 100%;
}
.forms p {
	padding: 3px;
	margin: 3px;
}
.forms legend {
	color: #3366cc;
	font-weight: bolder;
	font-size: 1.3em;
	margin-bottom: 10px;
}
.forms label {
	width: 150px;
	display: block;
	float: left;
	font-weight: bold;
}
.forms fieldset {
	border: 0px;
	padding: 0px 5px;
}
.form-input-text, .form-input-textarea, select {
	width: 400px;
	background: #fff url('../img/input-bg.gif') repeat-x;
	border: 1px solid #a3c02a;
}
.form-button {
	font-size: 1.0em;
	margin-top: 3px;
	height: 26px;
	font-weight: bolder;
	float: right;
}
#img-process {
	float: right;
	margin: 10px;
}
.img-right {
	float: right;
	margin-left: 10px;
	padding: 3px;
	border: 1px solid #fff;
}
#page-bottom p {
  padding-top:3px;
  padding-left:20px;
  color:#fff;
  text-align:left;
}

