body {
	background-color:#ddd;
	font-family: "Arial CE", Arial, Verdana, sans-serif;
	font-size:0.75em;
	color:#000000;
	margin: 0px;
	padding: 0;
	width: auto;
}
.noCSS {
  display: none;
}
hr.noCSS {
  display: none;
}
.printOnly {
	display: none;
}
.clearer {
   clear:both;
}
div.clearer {
	clear: both;
}
div.clearer-l {
	clear: left;
}
.left {
  text-align:left;
}
.right {
  text-align:right;
}
.center {
  text-align:center;
}
.just {
  text-align:justify;
}
.red {
  color: #dd0000;
}
a:link, a:visited {
	color: #000000;
	text-decoration:none;
}
a:hover {
	color: #000000;
	text-decoration:underline;
}
a img { 
  border: none;
}
ul {
  margin-top:0.4em;
  margin-bottom:0.8em;
  margin-left:0.8em;
  padding-left:1em;
  line-height: 150%;
}
ol {
  line-height: 140%;
}
li {
  margin-bottom:0.5em;
}
p {
  margin-top: 0em;
  margin-bottom: 0.4em;
  text-align: left;
  line-height: 170%;
  text-indent: 0px;
}
.noIndent {
 text-indent: 0;
}
span {
    line-height: 170%;
}
h1 {
  font-size: 140%;
  line-height: 140%;
  text-transform: uppercase;
  font-weight: bold;
  margin-top:0px;
  margin-bottom: 5px;
  color: #188c10;
}
h2 {
  font-size: 100%;
  font-weight: bold;
  margin-top:0px;
  margin-bottom: 2px;
  height:24px;
  padding-top:10px;
  padding-left: 20px;
  color: #fff;
  background: #1d8614 url(../images/h2_bg.gif) repeat-y top right;
}
h3 {
  font-size: 110%;
  color: #188c10;
  margin-top: 10px;
  margin-bottom: 5px;
  margin-top: 7px;
}
legend {
  font-size: 130%;
  font-weight: bold;
  margin-top: 0px;
  margin-left: 3px;
  margin-bottom: 5px;
  padding-left: 2px;
  color:#000000;
}
fieldset {
  margin-top: 0px;
  margin-bottom: 10px;
  padding: 0px 0px 2px 0px;
}
fieldset div.fieldsetContent {
  margin: 0px 10px;
}
label {
  font-weight: bold;
}
.help {
	cursor: help;
	border-bottom: 1px dashed #638EB5;
}
#page {
	margin: 0px auto;
	padding: 0;
	width: 900px;
	background-color: #fff;
}
#header {
	height: 71px;
	width: 100%;
  border-bottom: 1px solid #88c100;
  background: #1d8614 url(../images/header_bg.gif) repeat-y top right;
  padding: 0px;
  margin: 0;
  overflow: hidden;
  position: relative;
}
a#home {
	position: absolute;
	display: block;
	left: 30px;
	top: 16px;
	width: 121px;
	height: 43px;
  background: url(../images/logo.gif) no-repeat left top;
}
#menu {
  height: 19px;
  background: #f19e00 url(../images/nav_bg.gif) repeat-x right top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
/* ================================================================
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any
way to fit your requirements.
=================================================================== */

.menu {
	height:19px;
  background: #1d8614 url(../images/nav_bg.gif) repeat-x left top;
	position:relative;
	z-index:100;
	font-size: 11px;
}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
padding:0;
margin:0;
list-style-type:none;
float: left;
}
.menu ul ul {
width:140px;
margin:0;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
	float:left;
	position:relative;
	height: 19px;
	line-height: 19px;
	margin:0;
	display: block;
}
/* style the links for the top level */
.menu a:link, .menu a:visited {
  text-decoration: none;
	color: #000000;
	display: block;
  font-weight: bold;
  padding: 1px 15px 0 12px;
  margin:0;
  height: 18px;
  float: left
}
.menu a:hover{
	color: #000000;
	display: block;
}
a.highLight:link, a.highLight:visited {
  color:#ab0000;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
visibility:hidden;
position:absolute;
height:0;
top:19px;
left:0;
width:140px;
}
/* another hack for IE5.5 */
* html .menu ul ul {
top:19px;
t\op:19px;
}
.menu ul ul li {
	height: auto;
	margin:0;
	display:block;
		background: #1d8614;
}


/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0;}

/* style the second level links */
.menu ul ul a:link, .menu ul ul a:visited {
	display: block;
	color:#000000;
	height:auto;
	line-height:15px;
	padding:3px 8px 1px 14px;
	width:160px;
	margin:0;
  border-bottom: 1px solid #0b5405;
	font-weight: normal;
/* yet another hack for IE5.5 */
}
* html .menu ul ul a{
width:160px;
w\idth:160px;
}


/* style the top level hover */

.menu ul ul a:hover{
  color: #FFFFFF;
  background: #0e6807;
}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{
visibility:visible;
}
.menu ul li:hover a, .menu ul a:hover{
  color:#000;
  background: #FFFFFF url(../images/nav_hover.gif) repeat-x top left;
}
.menu ul li:hover ul a{
	color: #000000;
	background: #1d8614;
}
.menu ul li:hover ul a:hover{
  color:#fff;
	background: #0e6807;
}
.menu #nav-right {
  height:19px;
  float:right;
  padding-right:5px;
}
.menu a.nav-right:link, .menu a.nav-right:visited, .menu a.nav-right:hover {
  margin:0px 0px 0px 5px;
  padding: 0px;
  display: block;
}

#main {
  padding:25px 25px 50px 25px;
  margin: 0px;
  position: relative;
  width: 850px;
}
.main-home {
  background: url(../images/home_bg.jpg) no-repeat left bottom;
  height: 314px;
}
.main-alfa {
  background: url(../images/page_alfa.jpg) no-repeat left bottom;
  height: 634px;
}
.main-gamma {
  background: url(../images/page_gamma.jpg) no-repeat left bottom;
  height: 634px;
}
.main-omega {
  background: url(../images/page_omega.jpg) no-repeat left bottom;
  height: 634px;
}
.main-default {
  background: url(../images/page_bg.jpg) no-repeat left bottom;
}
#home-content {
  position: absolute;
  top: 30px;
  left: 550px;
  width: 280px;
  font-size: 90%;
}
#home-content p{
  line-height: 133%;
}
#home-nabidka {
  position: absolute;
  top: 125px;
  left: 550px;
}
#home-nabidka {
  font-size: 90%;
  line-height: 133%;
}
#footer {
	background-color: #188c10;
	color: #FFFFFF;
	text-align: right;
	height: 25px;
	line-height: 25px;
	border-top: 1px solid #FFF;
	padding-right: 10px;
}
#footer a:link, #footer a:visited{
	color: #FFFFFF;
}

/*-------------------------------------------------------------------------------------------------------
	mapa stranek
---------------------------------------------------------------------------------------------------------*/
.tree {
	margin-bottom: 0px;
}

.tree ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: block;
}

.tree ul li {
	padding-left: 16px;
	text-indent: -16px;
	/*line-height: 16px;*/
	background: url(../images/tree_vertical.gif) top left repeat-y;
	margin:0;
	display: block;
	/*font-size: 8pt;*/
	padding-top: 3px;
	padding-bottom: 3px;
}
* html .tree ul li {
	height: auto;
	padding-top: 4px;
	padding-bottom: 4px;
	display: inline-block;
}
.tree ul li img {
	vertical-align: middle;
	margin-right:3px;
}

.tree ul li.last {
	background: url(../images/tree_last.gif) 0 -14px no-repeat;
}
[class].tree ul li.last {
	background: url(../images/tree_last.gif) 0 -12px no-repeat;
}

/*-------------------------------------------------------------------------------------------------------
	data
---------------------------------------------------------------------------------------------------------*/
.tech-data {
  width:248px;
  position: absolute;
  top: 50px;
  left: 630px;
}
.popis {
  width:248px;
  float: left;
  position: relative;
}
.popis-alfa {
  top: 270px;
}
.popis-gamma {
  top: 260px;
}
.popis-omega {
  top: 270px;
}
.full-text {
  width: 100%;
  min-height:400px;
  height: 400px;
}
[class].full-text {
	height: auto;
}
.tech-data .container, .popis .container, .full-text .container {
  background: #a6d9a1;
  padding: 10px;
  margin-bottom:2px;
  height: auto;
}
.photo {
  float: left;
  border: 0;
  margin: 10px 0px 50px 0px;
}
.panel {
  text-align: center;
}
.panel img {
  margin-left: auto;
  margin-right: auto;
  display: block;
}
table.vlastnosti {
  border-collapse: collapse;
  margin-top:20px;
}
table.vlastnosti td {
  text-align: left;
  background: #fff;
  border: 1px solid #000;
  padding: 2px 10px;
}
table.vlastnosti th {
  text-align: left;
  background: #a6d9a1;
  border: 1px solid #000;
  padding: 2px 10px;
}
table.prislusenstvi {
  border-collapse: collapse;
  margin-top:10px;
  margin-bottom: 10px;
}
table.prislusenstvi td, table.prislusenstvi th {
  text-align: left;
  background: #fff;
  border: 1px solid #000;
  padding: 3px 10px;
}
table.prislusenstvi td.right {
	text-align: right;
}
div.container div.left-column, div.container div.right-column {
	float: left;
	width: 380px;
}
div.container div.left-column {
	margin-right: 45px;
}
div.container div.left-column p, div.container div.right-column p{
	text-indent: 25px;
}
.full-text .container-prislusenstvi {
	background-color: #FFFFFF;
}
div#prisl1 {
	background-color: #a6d9a1;
	padding: 10px 0;
}
div#prisl2 {
	background-color: #ffd9bf;
	padding: 10px 0;
	margin-top: 10px;
}
ol {
  counter-reset: item;

}

ol#prisl2ol {
  counter-reset: item 6;
}

table.kontakt {
	float: left;
	margin-right: 50px;
	margin-top: 20px;
}
