body {
	font-family: Arial, Verdana, sans-serif;
	margin: 0;
	padding: 0;
	background: url("../images/bckgBody.gif") repeat;
	color: #003366;
	font-size: 12px;
	line-height: 1.5em;
}

form, p {
	margin: 0;
	padding: 0;
}

a {
	color: #000;
}
a:hover {
	color: #7394A8;
}
a.blue {
	color: #7394a8;
}
a.blue:hover {
	color: #003366;
}
a.blueDark {
	color: #003366;
}
a.blueDark:hover {
	color: #7394a8;
}
a img {
	border: none;
}

span.luceneHit {
	font-weight: bold;
}

input, select, button, textarea {
	font-size: 1em;
}

h1 {
	font-size: 1.5em;
	padding: 10px 0;
	margin: 0 0 20px 0;
}
h2 {
	font-size: 1.2em;
}
h3, h4, h5, h6 {
	margin: 0;
	font-size: 1em;
	font-weight: bold;
	padding: 0;
}
.alignLeft {
  float: left;
  width: 49%;
}
.alignCenter {
	text-align: center;
}
.alignRight {
  float: right;
  width: 49%;
}
div.error, span.form_error {
	color: red;
}
.clear {
  font-size: 0;
  height: 0;
  clear: both;
}
.bold {
	font-weight: bold;
}

.bckgDark {
	background-color: #003366;
}
.bckgMediumDark {
	background-color: #7394A8;
}
.bckgLight {
	background-color: #99B3C3;
}
div.base {
	width: 1002px;
	margin: 0 auto;
	background: #fff;
}

div#top {
	padding: 10px 10px 0 10px;
	clear: both;
}
div#top a.logo, div#top a.logo img {
	height: 60px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
div#top p.hotLinks, div#top form.search {
  text-align: right;
  padding-right: 10px;
}
div#top form.search {
	margin-top: 15px;
}
div#top p.hotLinks a {
	padding-left: 20px;
	margin-left: 10px;
	background-repeat: no-repeat;
	background-position: left center;
}
div#top p.hotLinks a.lang_sk {
	background-image: url(../icons/language_sk.gif);
}
div#top p.hotLinks a.lang_en {
	background-image: url(../icons/language_en.gif);
}
div#top form.search input.topSearchSubmit {
	color: #393939;
	background: #fff;
	border: 1px solid #313D65;
	cursor: pointer;
	margin-left: 10px;
}

div#menu {
	padding: 0 10px;
	height: 44px;
	clear: both;
}
div#menu div.menuLine {
	height: 6px;
	margin-bottom: 1px;
	font-size: 1px;
}
div#menu div.menuLink {
	height: 27px;
}
div#menu div.menuLine div {
	height: 6px;
	background: none;
	font-size: 1px;
	float: left;
}
div#menu div.menuLine div.space2 {
	width: 8px; 
	border-left: 1px solid #fff;
}
div#menu a {
	display: block;
	padding: 5px 0 4px 15px;
	font-size: 1.1em;
	font-weight: bold;
	text-decoration: none;
	border-left: 1px solid #fff;
}
div#menu a:hover {
	color: #fff;
	background-color: #003366;
}
div#menu a.active {
	color: #fff;
	background-color: #B1000E;
}
div#menu a.bckgMediumDark {
	color: #fff;
	border: 0;
}
div#menu div.bckgMediumDark {
	width: 8px;
	float: left;
	height: 27px;
	border-left: 1px solid #fff;
}
div#menu div.menuItem {
	width: 122px;
	float: left;
}
div#menu div.menuItemFirst {
	width: 124px;
}

div#banner {
	padding: 0 10px 10px 10px;
	height: 156px;
}

div#banner div.left {
  background: #7394A8;
  height: 100%;
}

div#banner div.left p {
	color: #fff;
	font-size: 1.5em;
	text-align: right;
	padding: 30px 15px 0 0;
}

div#banner div.banner {
	width: 734px;
	margin-left: 10px;
	height: 100%;
	overflow: hidden;
}

div#bottom {
	padding: 0 10px 1px 10px;
	height: 29px;
}

div#bottom div {
	height: 29px;
	margin-left: 1px;
	float: left;
	font-size: 0.9em;
}

div#bottom div.panelDark {
	background: url("../images/bckgPanelDarkBottom.gif") repeat-x;
}

div#bottom div.panelLight {
	background: url("../images/bckgPanelLightBottom.gif") repeat-x;
}

div#bottom p.footer {
	margin: 8px 10px 0 0;
	color: #646464;
	text-align: right;
}

div#bottom p.hotLinks {
	margin-left: 10px;
	color: #000;
	text-align: left;
}

div#main {
	padding: 0 10px 20px 10px;
}

div.left {
	width: 238px;
	overflow: hidden;
}

div#leftMenu {
	border-top: 5px solid #003366;
	border-bottom: 5px solid #003366;
	background: #7394A8;
	margin-right: 10px;
	float: left;
	color: #0A253F;
	font-weight: bold;
}

div#leftMenu div.top {
	border-bottom: 1px solid #fff;
}

div#leftMenu a.sub {
	margin-left: 20px;
	background: #99B3C3;
}
div#leftMenu div.menuItem {
	padding-left: 10px;
}
div#leftMenu div.menuItem a {
	color: #fff;
}

div#leftMenu a {
	border-top: 1px solid #fff;
	display: block;
	padding: 2px 10px;
	color: #0A253F;
	text-decoration: none;
}

div#leftMenu a:hover {
	background: #003366;
	color: #fff;
}

div#leftMenu a.active, div#leftMenu div.menuItem a.active {
	background: #B1000E;
	color: #fff;
}

div#main div.main {
	float: right;
	width: 734px;	
}

div#breadcrumb, div.paging {
	background: #F0F0F0;
	color: #3F6176;
	padding: 2px 10px;
}

div#breadcrumb a, div.paging a {
	color: #3F6176;
}

div#breadcrumb a:hover, div.paging a:hover {
	color: #B1000E;
}
div#printUrl {
	display: none;
}

div#printEmail {
	color: #3F6176;
	padding: 2px 10px;
	text-align: right;
}
div#printEmail a {
	padding-right: 18px;
	margin-left: 10px;
	background: no-repeat right;
}
div#printEmail a.print {
	background-image: url(../images/print.gif);
}
div#printEmail a.email {
	background-image: url(../images/email.gif);
	padding-right: 25px;
}

div#rightMenu {
	float: right;
	width: 168px;
	color: #000;
	margin-top: 5px;
	border-bottom: 5px solid #E5EAEE;
}
div#rightMenu h3 {
	background: url("../images/bckgPanelDarkBottom.gif") repeat-x;
	color: #003366;
	padding: 8px 0 0 10px;
}
div#rightMenu p {
	padding: 5px 0 10px 10px;
}

div#page {
	padding: 0 0 20px 5px;
}

div.itemLeft {
	height: 0px;
}

div.itemRight {
	height: 0px;
}

div.aw-tab {
	background: #CCD9E2;
}
div.aw-tab div.innerTab {
	padding: 1px 1px 0 0;
	height: 30px;
}
div.aw-tab-header {
	float: left;
	width: 243px;
	font-weight: bold;
}
div.reference div.aw-tab-header {
	width: 50%;
}
div.aw-tab-header div.innerHeader {
	padding: 6px 15px 5px 15px;	
	background: #EBF0F3;
	margin-left: 1px;
}
div.aw-tab-active {
	width: 242px;	
}
div.reference div.aw-tab-active {
	width: 50%;	
}
div.aw-tab-active div.innerHeader {
	background: #CCD9E2;
}
select.comboProduct {
	width: 300px;
}
.button {
	color: #003366;
	border: 1px solid #013463;
	background: #fff;
	padding: 2px 10px;
	font-weight: bold;
	cursor: pointer;
}
div.button {
	width: auto;
}

.tab-body {
	padding: 15px;
	background: #CCD9E2;
}

div.productList {
	width: 364px;
	float: left;
}
div.parny {
	float: right;
}
div.productList div.inner {
	border: 2px solid #99B3C0;
	background: #EBF0F3;
	padding-bottom: 15px;
	margin-bottom: 20px;
	margin-right: 10px;
}
div.productList div.parny {
	margin-left: 10px;
	margin-right: 0;
	float: none;	
}
div.productList h3 {
	background: #CCD9E2;
	padding: 2px 15px;
	font-weight: normal;
}
div.productList h4 {
	font-size: 1.1em;
	padding: 10px 15px;
}
div.productList a {
	font-weight: bold;
	width: auto;
	margin-right: 15px;
	color: #003366;	
}
div.productList div.desc {
	padding: 0 15px 10px 15px;
}
div.productList ul {
	margin: 0 10px 0 30px;
	padding: 0;
}

div.product {
	float: left;
	width: 546px;
}
div.product h2 {
	margin: 1px 0 0 0;
	font-weight: normal;
	padding: 3px 10px;
	font-size: 1em;
}
div.product h3 {
	margin: 1px 0 0 0;
	font-weight: bold;
	padding: 3px 10px;
	background: #EBF0F3;
	font-size: 1em;
}
div.product h1 {
	background: #CCD9E2;
	font-size: 1.5em;
	padding: 15px 10px;
	margin: 5px 0 0 0;
}
div.product h4 {
	margin: 0 0 5px 10px;
}
div.product p, div.product ul {
	margin: 0 0 10px 10px;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #CCD9E2;
}
div.product ul li {
	list-style: square;
	margin-left: 30px;
	padding-left: 0; 
}
div.product div.references {
	margin: 0 0 10px 10px;
	padding: 0 0 10px 10px;
	border-bottom: 1px solid #CCD9E2;
}
div.product div.references div.break {
	border-bottom: 1px solid #F0F0F0;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
table.contact {
	background: #EBF0F3;
	padding: 10px;
	width: 100%;
}
table.contact table {
	width: 100%;
}
table.contact h4 {
	margin: 0 0 0 0;
}
table.contact p {
	margin: 10px 0;
	padding: 0;
	border: 0;
}
table.contact p span.big, table.contact p a {
	font-size: 1.2em;
}
textarea.contact, input.contact {
	margin: 5px 0;
	width: 100%;
	background: #F1F2F6;
}
textarea.contact {
	height: 50px;
	margin-bottom: 0;
}
table.contact td.labelContact {
	text-align: left;
	font-weight: bold;
}

div.referencesResult {
	width: 70%;
	margin: 20px 0 0 0;
}
div.referencesResult h2 {
	font-size: 1em;
	font-weight: bold;
	padding: 3px 10px;
	border: 2px solid #CCD9E2;
	background: #EBF0F3;
	margin: 10px 0;	
}
div.referencesResult h3 {
	font-size: 1em;
	font-weight: bold;
	margin: 0 0 15px 0;
	padding: 0 10px;
}
div.referencesResult p img {
	float: left;
	position: relative;
	margin: 0 10px 10px 0;
}
div.referencesResult p {
	margin: 0 0 0 10px;
	clear: both;
}
div.referencesResult table {
	color: #000;
	margin: 0 0 15px 10px;
	padding: 0;
}
div.referencesResult div.break {
	margin: 5px 0;
	padding: 0;
	border-bottom: 1px solid #CCD9E2;
	font-size: 0;
}
div.referencesResult table td {
	padding: 0 5px 0 0;
	width: 300px;
}
div.referencesResult table td.filterActive {
	font-weight: bold;
}
div.referencesResult table td.otherProducts {
	text-decoration: underline;
}

div.newsView div.list {
	margin: 0 0 20px 0;
	border-bottom: 5px solid #E5E9EC;
}
div.newsView div.list h2 {
	margin: 0 0 15px 0;
	padding: 0;
}
div.newsView div.list h2 a {
	float: none;
	margin: 0;
	padding: 0;
}
div.newsView div.list div.date_time, div.news div.date {
	color: #99B3C2;
	font-weight: bold;
	font-size: 1.2em;
}
div.newsView div.list div.date_time span.time {
	display: none;
}
div.newsView div.list p {
	margin: 0;
	padding: 0;
}
div.newsView div.list div.link_detail a {
	float: right;
	margin: 10px;
	color: #7394a8;
}
div.newsView div.list div.link_detail a:hover {
	color: #003366;
}
div.news h2 {
	margin-top: 0;
}
div.newsView h2 a, div.alertNews h3 a {
	color: #003366;
}
div.newsView h2 a:hover, div.alertNews h3 a:hover {
	color: #7394a8;
}

div.news div.link_back {
	margin: 10px;
}
div.news a.nextNews {
	margin-left: 20px;
	background: url("../images/arrowRight.gif") no-repeat right;
	padding-right: 27px;
}
div.news a.previousNews {
	margin-right: 20px;
	background: url("../images/arrowLeft.gif") no-repeat left;
	padding-left: 27px;
}

#sitemap .expander {
	float: left;
	background-repeat: no-repeat;
	background-position: left center;
	width: 9px;
	cursor: pointer;
}
#sitemap .expander.expanded {
	background-image: url(../images/treeMinus.gif);
}
#sitemap .expander.collapsed {
	background-image: url(../images/treePlus.gif);
}
#sitemap .expander.disabled {
	background: none;
}
#sitemap .item a {
	margin-left: 7px;
	padding-left: 8px;
	text-decoration: underline;
	background-repeat: no-repeat;
	background-position: center left;
}
#sitemap .item {
	margin-bottom: 10px;
	vertical-align: middle;
	line-height: 16px;
}
/* level 0 */
#sitemap  .level0 {
	padding: 0;
}
#sitemap .level0 a {
	font-size: 1.1em;
	font-weight: bold;
	background-image: url(../images/bulletLevel0.gif);
}
/* level 1 */
#sitemap  .level1 {
	padding: 0 0 0 10px;
}
#sitemap .level1 a {
	font-weight: bold;
	background-image: url(../images/bulletLevel1.gif);
}
/* level 2 */
#sitemap  .level2 {
	padding: 0 0 0 20px;
}
#sitemap .level2 a {
	font-weight: normal;
	background-image: url(../images/bulletLevel2.gif);
}

div#bottomSiteMap {
	width: 982px;
	margin: 0 auto 20px auto;
	background: #CCD9E2;
}
div#bottomSiteMap a {
	color: #fff;
	text-decoration: none;
}
div#bottomSiteMap a:hover {
	text-decoration: underline;
}
div#bottomSiteMap table {
	margin: 15px 10px;
}
div#bottomSiteMap td {
	width: 25%;
	vertical-align: top;
}
div#bottomSiteMap td div {
	padding: 0 5px;
}
div#bottomSiteMap {
}
div#bottomSiteMap {
}


table.career {
	background: #F4F4F4;
	width: 100%;
	padding: 10px;
}
table.career td {
	padding: 2px;
}
table.career td.blueBorder {
	border-top: 5px solid #CBD9E4;
	text-align: center;
}
td.alignRight {
	text-align: right;
	float: none;
	width: auto;
}
td.width25 {
	width: 25%;
}
table.career div.combobox_group {
	padding: 0 0 0 15px;
}
table.career div.combobox_group span {
	display: block;
	padding: 2px 0;
	text-align: left;
}

div.left10 {
	margin-left: 10px;
}
div.mainBox {
	float: left;
	width: 238px;
	height: 225px;
	background: url(../images/bckgMainBox.gif) bottom  no-repeat;
}
div.mainBox h2 {
	padding: 10px 0 0 15px;
	color: #fff;
	font-weight: bold;
	margin: 0;
}
div.mainBox h3 {
	padding: 10px 0 0 15px;
	margin: 0;
}
div.mainBox p {
	padding: 10px 0 0 15px;
	color: #000;
}
div.mainBottom {
	clear: both;
	padding-top: 10px;
}
div.mainBottom div.mainBox {
	background: none;
	height: auto;
}
div.mainLinks {
	float: left;
	width: 110px;
}
div.grey {
	float: left;
	margin-left: 10px;
	width: 862px;
	background: #FBFBFB;
}
div.newsBox {
	float: left;
	width: 366px;
	min-height: 100px;
}
.headRed {
	width: 238px;
	height: 35px;
	background: url(../images/headRed.gif) no-repeat;
}
.headBlue {
	width: 238px;
	height: 35px;
	background: url(../images/headBlue.gif) no-repeat;
}
.headPurple {
	width: 238px;
	height: 35px;
	background: url(../images/headPurple.gif) no-repeat;
}
.headMagenta {
	width: 238px;
	height: 35px;
	background: url(../images/headMagenta.gif) no-repeat;
}
.headRed h2 a, .headBlue h2 a, .headPurple h2 a, .headMagenta h2 a {
	color: #fff;
	text-decoration: none;
}
.headRed h2 a:hover, .headBlue h2 a:hover, .headPurple h2 a:hover, .headMagenta h2 a:hover {
	text-decoration: underline;
}

div.alertNews {
	padding: 10px;
	color: #000;
}
div.alertNews h2 {
	margin: 0;
	padding: 0;
	height: 20px;
	color: #7394A8;
}
div.alertNews div.date_time {
	margin: 5px 0 0 0;
	color: #7394A8;
}
div.alertNews h3 {
	padding: 0;
	margin: 0;
	font-weight: bold;
	font-size: 1em;
}
div.alertNews div.content {
	padding-bottom: 5px;
}
div.alertNews div.detail, div.alertNews span.time {
	display: none;
}
div.searchResult {
	margin-bottom: 10px;
}
div.saveOk {
	padding: 30px;
	background: #F0F0F0;
	color: #3F6176;
	text-align: center;
	position: absolute;
	top: 290px;
	margin: 0 auto;
	border: 5px outset #99B3C3;
	z-index:100;
}
div.paging {
	font-weight: bold;
}
span.paging_header {
	padding-right: 5px;
}
span.paging_active, a.paging_inactive {
	padding: 0 5px;
}
span.paging_active {
	color: #b1000e;
}

div#xdivmasking {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 46;
	opacity: .5;
	background: #fff;
	filter: alpha(opacity=50);
}
iframe#xmaskframe {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 45;
	border: none;
	filter: alpha(opacity=0);
}