* {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
body {
	text-align: center;
	background-image: url(../cover/body-bg.gif);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #c8d0de;
}
h1 {
	font-size: 18px;
	font-weight: bold;
	color: #88d248;
	margin-bottom: 20px;
}
h2 {
	font-size: 15px;
	font-weight: bold;
	color: #48aad2;
	margin-bottom: 10px;
	margin-top: 20px;
}
h3 {
	font-size: 13px;
	font-weight: bold;
	color: #666666;
	margin-bottom: 10px;
	margin-top: 20px;
}

p {
	font-size: 11px;
	color: #575757;
	margin-bottom: 10px;
}
p strong {
	color: #66CC00;
}

ul {
	font-size: 11px;
	margin-left: 50px;
	color: #575757;
	margin-bottom: 10px;
}
a {
	color: #009C60;
}
a:hover {
	text-decoration: none;
}


.float-left {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.float-right {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}
.zarovnanie {
	font-size: 1px;
	line-height: 1px;
	clear: both;
	height: 1px;
	margin: 0px;
	padding: 0px;
}


#main {
	position: relative;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	width: 1005px;
	background-image: url(../cover/main-bg.gif);
	background-repeat: repeat-y;
	margin-bottom: 30px;
	background-color: #FFFFFF;
}
#top {
	background-image: url(../cover/top-bg.gif);
	height: 288px;
	position: relative;
}
#top #logo {
	position: absolute;
	left: 10px;
	top: 46px;
}
#top #jazyk {
	list-style-type: none;
	position: absolute;
	right: 10px;
	top: 45px;
}
#top #jazyk li {
	/*display: block;*/
	float: left;
}
#top #jazyk a {
	height: 24px;
	width: 24px;
	font-size: 11px;
	text-decoration: none;
	color: #e9edf5;
	display: block;
	text-align: center;
	line-height: 24px;
}
#top #jazyk a:hover {
	background-image: url(../cover/jazyk-over-bg.gif);
	background-repeat: no-repeat;
}
#top #jazyk a.active {
	background-image: url(../cover/jazyk-bg.png);
	background-repeat: no-repeat;
	background-color: #CCCCCC;
}
#top #jazyk a.active:hover {
	background-image: url(../cover/jazyk-bg.png);
}
#top #banner {
	position: absolute;
	left: 10px;
	top: 79px;
}
#menu {
	list-style-type: none;
	position: absolute;
	right: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f2f2f2;
	margin: 0px;
}
#menu li {
	float: left;
}
#menu a {
	display: block;
	padding-right: 14px;
	padding-left: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	color: #9d9d9d;
	line-height: 13px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #fff;
}
#menu a:hover {
	background-color: #CCCCCC;
	background-image: url(../cover/menu-over-bg.jpg);
	background-repeat: repeat-x;
	color: #757575;
}
#menu a.active {
	background-image: url(../cover/menu-active-bg.gif);
	background-repeat: repeat-x;
	color: #FFFFFF;
	background-color: #81C845;
}
#menu a.active:hover {
	background-image: url(../cover/menu-active-bg.gif);
	color: #FFFFFF;
}
#left {
	float: left;
	margin-left: 20px;
	/margin-left: 10px;
	width: 180px;
	position: relative;
	text-align: left;
	padding-top: 20px;
}
#left hr {
	height: 1px;
	background-color: #CCCCCC;
	margin-top: 10px;
	margin-bottom: 10px;
}

#left #submenu {
	list-style-type: none;
	padding-left: 5px;
	margin: 0px;
}
#left #submenu li {
	margin: 0px;
	padding: 0;
	line-height: 0px;
}

#left #submenu a {
	font-size: 12px;
	font-weight: normal;
	color: #7f7f7f;
	text-decoration: none;
	line-height: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 10px;
	padding-top: 10px;
	margin: 0px;
	display: block;
	width: 100%;
}
#left #submenu a.active {
	color: #48aad2;
}
#left #submenu a:hover {
	color: #66CC00;
}
#main #left .advantages {
	position: relative;
	height: 190px;
	margin-top: 15px;
}
#main #left .advantages div {
	background: url(../cover/advantages.png) no-repeat left top;
	position: absolute;
	height: 190px;
	width: 188px;
	left: 0px;
	top: 0px;
}


#loga {
	position: absolute;
	height: 180px;
	background-color: #FF0000;
	bottom: 20px;
	width: 180px;
	left: 20px;
	z-index: 10;
}



#right {
	float: right;
	width: 760px;

	/width: 760px;
	margin-right: 20px;

	/margin-right: 10px;
	margin-top: 60px;
	position: relative;
	margin-bottom: 20px;
}
#right img {
	padding: 3px;
	border: 1px solid #CCCCCC;
}
#right img.no-border {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#right #oem-schema {
	margin-left: 300px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #f2f2f2;
	padding-left: 20px;
	position: relative;
}
#right #oem-schema h2, #right #oem-schema h2 a {
	color: #88d248;
}

#right #oem-schema h2.blue {
	color: #48aad2;
}

#right #oem-schema ul {
	list-style-type: none;
	margin: 0px 0px 30px 30px;
}
#oem-schema img {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position: absolute;
	left: -180px;
	/left: -200px;
}
#main #right .three-cols .col {
	float: left;
	width: 230px;
	margin-right: 20px;
}
#main #right .references {
	margin-left: 145px;
	position: relative;
	padding-bottom: 15px;
}
#main #right .references img {
	left: -145px;
	position: absolute;
}
#main #right li, #main #right .references .tick li {
	list-style: url(../cover/tick.gif) outside;
}





#peta {
	clear: both;
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
	background-image: url(../cover/peta-bg.gif);
	height: 14px;
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 12px;
	position: relative;
}
