/* coded by Marek Drnzik - Polardesign.sk */
/* general */

body {
	margin: 0;
	padding: 0;
	background: #3aa4c8 url(../images/bgrBody.jpg) repeat-x;
}

img {
	border: none;
}

/* general end */

#main {
	/*width: 900px;*/
	padding: 0 0px 0 30px;
	margin-left: auto;
	margin-right: auto;
	background: url(../images/bgrMain.jpg) no-repeat;
}


/* navigation */
#navigation {
	height: 33px;
	padding: 16px 0 0 27px;
}

#navigation ul {
	margin: 0px;
	padding: 0px;
}

#navigation li {
	display: block;
	float: left;
	height: 33px;
	line-height: 33px;
}

#navigation li a {
	display: block;
	width: 162px;
	height: 33px;
	text-align: center;
	text-decoration: none;
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #B8F6FC;
	background: url(../images/navigationItem.jpg) no-repeat;
}

#navigation li a:hover, #navigation li a.active {
	color: #FFFFFF;
	background: url(../images/navigationItemHover.jpg) no-repeat;
}

#navigation li a#twoLines {
	height: 28px;
	padding: 5px 0 0 0;
	line-height: 14px;
}

#navigation li.divider {
	width: 4px;
}
/* navigation end */

/* content */

#flashContent {
	margin: 0px;
	padding: 0px;
}

#homepageFlash {
	display: block;
	margin: 0px;
	padding: 0px;
}

/* content end */

/* bottomLinks */

#bottomLinks {
	width: 853px;
	height: 50px;
	padding: 0 0 0 27px;
	background: url(../images/bgrBottomLinks.jpg) no-repeat;
}

#bottomLinks ul {
	margin: 0px;
	padding: 0px;
}

#bottomLinks li {
	display: block;
	float: left;
	width: 156px;
	height: 46px;
	padding: 0 4px 0 4px;
	color: #2B3D58;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: url(../images/bgrBottomLinksItem.jpg) no-repeat;
}

#bottomLinks li.divider {
	width: 2px;
	padding: 0;
	background: none;
}

#bottomLinks li#linde {
	width: 130px;
	padding: 0 10px 0 20px;
}

#bottomLinks li#linde img {
	float: right;
	padding: 0 0 0 10px;
}

#bottomLinks li#anotherProducts {
	line-height: 40px;
	color: White;
	text-align: center;
	background: none;
}

/* bottomLinks end */

/* footer */

#footer {
	position: relative;
	width: 847px;
	height: 41px;
	line-height: 30px;
	padding: 0 0 0 33px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: White;
	background: url(../images/bgrFooter.jpg) no-repeat;
}

#footer ul {
	margin: 0px;
	padding: 0px;
}

#footer li {
	display: block;
	float: left;
}

#footer li.divider {
	width: 12px;
	background: url(../images/footerMenuDivider.gif) center no-repeat;
}

#footer a {
	color: White;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#footer #polar {
	/*position: absolute;
	right: 10px;
	background: url(../images/polar.jpg) no-repeat center;*/
}

#footer #pocitadlo{
	position: absolute;
	right: 10px;
	/*border: solid 1px Red;*/
}

#pocitadloi{
	padding: 4px 0 0 0;
	_padding: 9px 0 0 0;
}

#footer #polar #noUnderline:hover {
	text-decoration: none;
} 

/* footer end */
