body {
	margin: 0;
	padding: 0;
	text-align: center;
/* vycentrovano pro Internet Explorer */
	font: small/1.3 "Helvetica CE", Arial, sans-serif;
}
#wrapper {
	width: 600px;
	margin-top: 2em;
	margin-bottom: 2em;
	margin-left: auto;
/* vycentrovano pro ostatni prohlizece */
	margin-right: auto;
/* vycentrovano pro ostatni prohlizece */
	padding: 1em;
	line-height: 1.6em;
}
h2, hr, h3 {
	color: #006600;
}
.hor-minimalist-c {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 10px;
	background: #fff;
	margin: 5px;
	width: 590px;
	border-collapse: collapse;
	text-align: left;
}
.hor-minimalist-c th {
	font-size: 10px;
	font-weight: normal;
	color: #006600;
	padding: 2px 1px;
	border-bottom: 2px solid #006600;
	border-top: 2px solid #006600;
	width: 40%;
	text-align: left;
}
.hor-minimalist-c td {
	color: #999999;
	padding: 2px 1px;
}
.hor-minimalist-c tbody tr:hover td {
	color: #006600;
	cursor: help;
}
#hor-minimalist-b {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	background: #fff;
	margin: 45px;
	width: 510px;
	border-collapse: collapse;
	text-align: left;
}
#hor-minimalist-b th {
	font-size: 14px;
	font-weight: normal;
	color: #006600;
	padding: 10px 8px;
	border-bottom: 2px solid #006600;
}
#hor-minimalist-b td {
	border-bottom: 1px solid #999999;
	color: #999999;
	padding: 10px 8px;
}
#hor-minimalist-b tbody tr:hover td {
	color: #006600;
	cursor: pointer;
}
.button {
	display: inline;
	background: #777;
	border: none;
	color: #fff;
	cursor: pointer;
	font-weight: bold;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.button.small {
	font-size: 75%;
	padding: 10px 15px;
	margin-top: 20px;
}
#main_form {
	background: #fff;
	width: 600px;
	margin-top: 20px;
}
.inputs label, .inputs input, .inputs textarea, .inputs select {
	display: block;
	width: 50px;
	float: left;
	margin-bottom: 20px;
}
.inputs select {
	width: 150px;
}
.inputs label {
	text-align: left;
	width: 400px;
	padding-right: 20px;
	font-size: 12px;
}
.inputs2 label, .inputs3 label, .inputs4 label, .inputs5 label, .inputs6 label {
	width: 500px;
}
.inputs br {
	clear: left;
}
/* simple css-based tooltip */
.tooltip {
	background-color: #000;
	border: 1px solid #fff;
	padding: 10px 15px;
	width: 220px;
	display: none;
	color: #fff;
	text-align: left;
	font-size: 12px;
/* outline radius for mozilla/firefox only */
	-moz-box-shadow: 0 0 10px #000;
	-webkit-box-shadow: 0 0 10px #000;
}
/* root element for tabs  */
.tabs {
	list-style: none;
	margin: 0 !important;
	padding: 0;
	height: 30px;
	border-bottom: 1px solid #666;
}
/* single tab */
.tabs li {
	float: left;
	text-indent: 0;
	padding: 0;
	margin: 0 !important;
	list-style-image: none !important;
}
/* link inside the tab. uses a background image */
.tabs a {
	background: url(../images/tabs.png) no-repeat -652px 0;
	font-size: 10px;
	display: block;
	height: 30px;
	line-height: 30px;
	width: 111px;
	text-align: center;
	text-decoration: none;
	color: #000;
	padding: 0px;
	margin: 0px;
	position: relative;
	top: 1px;
}
.tabs a:active {
	outline: none;
}
/* when mouse enters the tab move the background image */
.tabs a:hover {
	background-position: -652px -31px;
	color: #fff;
}
/* active tab uses a class name "current". it's highlight is also done by moving the background image. */
.tabs .current, .tabs .current:hover, .tabs li.current a {
	background-position: -652px -62px;
	cursor: default !important;
	color: #000 !important;
}
/* Different widths for tabs: use a class name: w1, w2, w3 or w2 */
/* width 1 */
.tabs .w1 {
	background-position: -519px 0;
	width: 134px;
}
.tabs .w1:hover {
	background-position: -519px -31px;
}
.tabs .w1.current {
	background-position: -519px -62px;
}
/* width 2 */
.tabs .w2 {
	background-position: -366px -0px;
	width: 154px;
}
.tabs .w2:hover {
	background-position: -366px -31px;
}
.tabs .w2.current {
	background-position: -366px -62px;
}
/* width 3 */
.tabs .w3 {
	background-position: -193px -0px;
	width: 174px;
}
.tabs .w3:hover {
	background-position: -193px -31px;
}
.tabs .w3.current {
	background-position: -193px -62px;
}
/* width 4 */
.tabs .w4 {
	background-position: -0px -0px;
	width: 194px;
}
.tabs .w4:hover {
	background-position: -0px -31px;
}
.tabs .w4.current {
	background-position: -0px -62px;
}
/* initially all panes are hidden */
.panes .pane {
	display: none;
}
/* tab pane styling */
.panes div {
	display: none;
	padding: 15px 10px;
	padding-bottom: 35px;
	border: 1px solid #999;
	border-top: 0;
	font-size: 14px;
	background-color: #fff;
}
.panes .inputs1 {
	height: 100px;
}
.panes .inputs2 {
	height: 400px;
}
.panes .inputs3 {
	height: 1100px;
}
.panes .inputs4 {
	height: 450px;
}
.panes .inputs5 {
	height: 1300px;
}
.panes .inputs6 {
	height: 750px;
}
/* Popup okno nyroModal */
div.contentWrap {
	height: 441px;
	overflow-y: auto;
}
div.submit {
	padding: 10px;
	margin: 0 auto;
}
.inputs input, .inputs select {
	cursor: help;
}
.zelena {
	color: #006600;
	border-bottom: dotted 1px #006600;
}
.koeficient {
	color: #006600;
	text-align: left;
	border-bottom: dotted 1px #006600;
}
.error {
	color: red;
}
.lang a {
	font-size: xx-small;
	color: #006600;
	text-decoration: none;
	border-bottom: dotted 1px #006600;
}
#accordion, #accordion2, #accordion3 {
	margin: 0;
	padding: 0;
	text-align: left;
	width: 575px;
	font-size: 12px;
}
#accordion a, #accordion2 a, #accordion3 a {
	text-decoration: none;
	color: black;
	cursor: pointer;
}
#accordion dt, #accordion2 dt, #accordion3 dt {
	border-bottom: dotted 1px black;
	margin-left: 250px;
	margin-bottom: 15px;
}
#accordion dd, #accordion2 dd, #accordion3 dd {
	margin: 0 0 5px 0;
	padding: 0;
	height: 30px;
}
#accordion dd input, #accordion2 dd input, #accordion3 dd input {
	float: right;
}