body {
	position: relative;
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: #316D1F;
	color: white;
}
a {
	color: #fff;
	text-decoration: none;
}
a:hover {
	color: #ffed09 !important;
}
ul {
	position: relative;
	top: 0px;
	left: 0px;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 20px;
	*padding: 0px 0px 0px 30px;
}
table {
	width:635px;
	border-left:1px #ccc solid;
	border-top:1px #ccc solid;
	float:left;
	margin-bottom:20px;
}
td, th {
	border-right:1px #ccc solid;
	border-bottom:1px #ccc solid;
	line-height:18px;
	text-align:center;
	font-size:10px;
}
th {
	width:40px;
	font-size:12px;
}
.top {
	position: relative;
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	background: url(cssimg/top-bg.jpg) center top repeat-y;
	z-index: 10;
}
.middle {
	position: relative;
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	background: url(cssimg/middle-bg.gif) center top repeat-y;
}
.bottom {
	position: relative;
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	height: 75px;
	background: url(cssimg/bottom-bg.jpg) center top no-repeat;
}
.header {
	position: relative;
	top: 0px;
	left: 0px;
	margin: 0px auto 0px auto;
	padding: 0px;
	width: 900px;
	height: 298px;
	background: #2F6928 url(cssimg/header-bg.jpg) left top no-repeat;
}
.inner {
	position: relative;
	top: 0px;
	left: 0px;
	margin: 0px auto 0px auto;
	padding: 0px;
	width: 900px;
	display: table;
	background: #50AE30 url(cssimg/inner-bg.gif) left top repeat-y;
}
.footer {
	position: relative;
	top: 0px;
	left: 0px;
	margin: 0px auto 20px auto;
	padding: 0px;
	width: 900px;
	height: 58px;
	background: #2f6928 url(cssimg/footer-bg.jpg) left top no-repeat;
}
.left {
	position: relative;
	top: 0px;
	left: 25px;
	margin: 0px;
	padding: 0px;
	width: 205px;
	min-height: 400px;
	height: 100%;
	display: block;
	float: left;
}
.right {
	position: relative;
	top: 0px;
	left: 39px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	width: 655px;
	min-height: 400px;
	height: 100%;
	display: block;
	float: left;
}
.right ul ul {
	list-style:none;
	padding:15px 10px;
	float:left;
	width:200px;
}
.right ul {
	width:300px;
	float:left;
}
.right ul li {
	clear:both;
}
#clear {
	clear:both;
}
#gallery {
	background:#4ba62e;
	display:block;
	float:left;
	width:570px;
	margin-left:40px;
}
#gallery img {
	margin:18px;
	border:2px solid #009900;
	float:left;
	display:block;
	width:150px;
	height:113px;
}
.doubleright {
	position: relative;
	top: 0px;
	left: 0px;
	margin: 0px 20px 10px 20px;
	_margin: 0px 10px 10px 20px;
	padding: 0px 0px 0px 10px;
	width: 270px;
	display: block;
	float: right;
	background: #4ba62e;
}
.doubleright img {
	padding:10px 0px;
	border:none;
	
}
.vyrobky {
	display:block;
	margin-top:10px;
	float:left;
}

/* menu */ 
ul.menu {
	position: absolute;
	top: 27px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	list-style: none;
	background: ;
	z-index: 30;
	cursor: pointer;
}
ul.menu li {
	position: relative;
	top: 0px;
	left: 40px;
	margin: 0px 1px 0px 0px;
	padding: 0px;
	float: left;
	background: #F7D800;
}
ul.menu a {
	position: relative;
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	width: 121px;
	height: 32px;
	display: block;
	line-height: 32px;
	text-align: center;
	text-decoration: none;
	color: #4c4c4c ;
	font-size: 10px;
	background: url(cssimg/but-bg.gif) left top repeat-x;
	cursor: pointer;
}
.menu a:first-letter {
	font-size: 11px;
}
ul.menu a:hover {
	background-position: left -32px !important;
	background-color: #FFEA2C !important;
	color: #000 !important;
}
/* menu koniec */


ul.language {
	position: absolute;
	top: 25px;
	left: 785px;
	width: 102px;
	margin: 0px;
	padding: 0px;
	list-style: none;
	background: url(cssimg/language-bg.gif) left top no-repeat;
}
ul.language li {
	position: relative;
	top: 18px;
	left: 10px;
	margin: 0px 10px 0px 0px;
	padding: 0px;
	float: left;
	background:;
}
ul.language li a {
	position: relative;
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	width: 21px;
	height: 14px;
	line-height: 14px;
	display: block;
	text-align: center;
	text-decoration: none;
	background-color: #2cba2d;
	color: #fff;
	font-size: 10px;
	background-position: left top;
	background-repeat: no-repeat;
	cursor: pointer;
}
ul.language li a:hover {
	background: #91e592;
}
ul.language li a span {
	display: none;
}
#slovak a{
	background-image: url(cssimg/svk.gif);
}
#english a{
	background-image: url(cssimg/eng.gif);
}
#german a{
	background-image: url(cssimg/ger.gif);
}
#alkatresz {
	position: absolute;
	top: 154px;
	left: 706px;
	display: block;
	width: 173px;
	height: 144px;
	background: url(cssimg/alkatresz.gif) left top no-repeat;
}
h1 {
	margin: 10px 10px 10px 10px;
	color: #fff;
	font-weight: normal;
	font-size: 26px;
	padding-left: 15px;
	background: url(cssimg/sipka.gif) left 10px no-repeat;
}
h2 {
	margin: 10px 10px 10px 10px;
	color: #fff;
	font-size: 14px;
}
h3	{
	margin: 10px 10px 10px 10px;
	color: #006600;
	font-size: 14px;
}
p {
	margin: 10px 10px 20px 10px;
	color: #fff;
}
.adress {
	padding-top: 170px;
	margin-bottom: 20px;
	background: url(cssimg/adress-bg.jpg) center top no-repeat;
}
.left p {
	margin: 10px 20px 10px 20px;
}
.adress .meno {
	color: #f7ec2a;
	font-weight: bold;
}


.footermenu {
	position: absolute;
	top: 27px;
	left: 435px;
	margin: 0px;
	padding: 0px;
}
.footermenu li{
	position: relative;
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	display: block;
	float: left;
}
.footermenu li a{
	position: relative;
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px 12px 0px 12px;
	font-size: 10px;
	display: block;
	float: left;
	border-right: 1px solid #fff;
}
.footermenu li a:hover{
	color: #ffea2c;
}
.last {
	border: none !important;
}
.author {
	position: absolute;
	font-size: 10px;
	top: 34px;
	right : 50px;
	text-transform: uppercase;
	color: #b6dea7;
}
.author a {
	color: #b6dea7;
}

.tech a{
text-decoration:underline;
color:yellow;
}