@import 'reset.css';
@import 'useful.css';
@import 'text.css';

/*--ESSENTIAL--------------------------------------------------------------*/

html {
	width: 100%;
	height: 100%;
}

body {
    background: #ebebeb;
    padding: 46px 0 20px 0;
    behavior: url(scripts/csshover.htc);
    background: url("../images/page/body_bg.png") 0 0 repeat-x;
}

/*--LAYOUT----------------------------------------------------------------*/

#page {
	width: 961px;
	margin: 0 auto 0 auto;
	padding: 0;
	position: relative;
	text-align: left;
	background: url("../images/page/subpage_line.png") 0 0 repeat-y;
}

#pageInner {
	width: 961px;
	background: url("../images/page/subpage_bg.png") 0 0 no-repeat;
}

#content {
	min-height: 500px;
	_height: 500px;
	padding: 140px 6px 20px 15px;
	border-bottom: 2px #AACBDC solid;
}

#HPcontent {
	min-height: 232px;
	_height: 232px;
	padding: 397px 6px 15px 15px;
	background: url("../images/page/hp_bg.png") 0 103px no-repeat;
	position: relative;
}

#hpFlash {
	position: absolute;
	left: 6px;
	top: 106px;
	width: 948px;
	height: 260px;
	background: url("../images/page/hp_flash.jpg") 0 0 no-repeat;
}

#boxes {
	position: absolute;
	left: 10px;
	top: 340px;
	z-index: 20;
}

#boxes div {
	width: 147px;
	height: 256px;
	padding: 24px 10px 20px 10px;
	float: left;
	margin-left: 13px;
}

#boxes div .photo {
	width: 147px;
	height: 64px;
	display: block;
	float: none;
}

#boxes div .photo img {
	width: 147px;
	height: 64px;
}

#boxes div h2 {
	font-size: 15px;
	color: #000;
	padding: 0;
	margin: 0 0 6px 0;
	line-height: 22px;
	text-align: center;
}

#boxes div h2 a {
	color: #000;
	text-decoration: none;
}

#boxes div ul {
	margin: 0 0 0 6px;
	padding: 5px 0 0 13px;
}

#boxes div ul li {
	margin: 0;
	padding: 3px 0;
	color: #fff;
	list-style: square;
	background: none;
}

#boxes div ul li a {
	color: #4A4A4A;
	font-size: 12px;
}

#boxes div ul li a:hover {
	color: #000;
}

#boxes div.orangeBox {
	background: url("../images/page/hp_box_orange.png") 0 0 no-repeat;
}

#boxes div.greenBox {
	background: url("../images/page/hp_box_green.png") 0 0 no-repeat;
}

#boxes div.redBox {
	background: url("../images/page/hp_box_red.png") 0 0 no-repeat;
}

#rightPart {
	width: 724px;
	padding: 15px 20px;
	float: right;
}

#HPcontent .text {
	width: 365px;
	margin-right: 15px;
	float: right;
}

#HPcontent .text h1 {
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000033;
}

.news .perex {
	padding: 6px 8px 6px 28px;
	margin-bottom: 8px;
	background: #EFF5F8 url("../images/page/arrow_green.gif") 8px 7px no-repeat;
}

.news .perex h2 {
	padding: 0;
	margin: 0 0 5px 0;
}

.news .perex h2 a {
	font-size: 14px;
	color: #00253E;
}

.news .perex h2 a:hover {
	color: #000;
}

.news .perex p {
	font-size: 12px;
	color: #3B3B3B;
	margin: 0;
}

.topPhoto {
	margin-bottom: 15px;
}

/*--SUBMENU----------------------------------------------------------------*/

#submenu {
	width: 155px;
	padding: 0;
	margin: 0;
}

#submenu li {
	padding: 0;
	margin: 0;
	background: none;
}

#submenu li a {
	font-size: 14px;
	color: #6B6B6B;
	padding: 8px 10px 8px 15px;
	display: block;
	border-bottom: 1px #fff solid;
	text-decoration: none;
}

#submenu li a:hover {
	color: #DF011B;
}

#submenu li.active a {
	color: #DF011B;
	background: #F1F7FA;
	border-left: 2px #DF011B solid;
}

#submenu li ul {
	padding: 0;
	margin: 0;
	border-bottom: 1px #fff solid;
}

#submenu li ul li {
	padding: 0;
	margin: 0;
	background: none !important;
}

#submenu li ul li a {
	font-size: 13px;
	color: #6B6B6B !important;
	padding: 6px 10px 6px 25px;
	display: block;
	border: none !important;
	text-decoration: none;
	background: none !important;
}

#submenu li ul li a:hover {
	color: #DF011B !important;
}

#submenu li ul li.active a {
	color: #DF011B !important;
	border-left: none;
}

/*--HEADER-----------------------------------------------------------------*/

#logo {
	position: absolute;
	left: 20px;
	top: 20px;
}

#breadCrumbs {
	position: absolute;
	left: 213px;
	top: 114px;
	font-size: 0.8em;
}

#menu {
	position: absolute;
	left: 294px;
	top: 2px;
	padding: 0 20px;
	margin: 0;
	z-index: 20;
}

#menu li {
	padding: 0;
	margin: 0;
	float: left;
	position: relative;
	background: none;
}

#menu li a {
	line-height: 42px;
	padding: 0 10px;
	display: block;
	_float: left;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
}

#menu li.active a, #menu li a:hover {
	color: #fff;
	background: url("../images/page/menu_line.png") 0 0 repeat-x;
}

#menu ul {
	display: none;
}

#menu li:hover ul {
	width: 161px;
	padding: 0 0 13px 0;
	display: block;
	position: absolute;
	left: 0;
	top: 42px;
	background: url("../images/page/submenu_bottom.png") 0 bottom no-repeat;
	_background: url("../images/page/submenu_bottom.gif") 0 bottom no-repeat;
}

#menu li ul li {
	width: 161px;
	padding: 0;
}

#menu ul li a {
	width: 129px;
	line-height: normal;
	padding: 7px 10px 7px 22px;
	border-bottom: 1px #3C7C9D solid;
	background: #1E688F !important;
	font-weight: normal;
}

#menu ul li a:hover {
	background: #5E94B0 !important;
}

#menu ul li ul {
	display: none;
}

#gallery {
	padding-top: 10px;
}

#gallery a {
	width: 135px;
	height: 135px;
	display: block;
	float: left;
	margin: 0 9px 8px 0;
	text-align: center;
}

#gallery a img {

}

/*--FOOTER-----------------------------------------------------------------*/

#footer {
	padding: 12px 30px 0 30px;
	height: 62px;
	background: url("../images/page/footer_bg.png") 0 0 no-repeat;
	color: #333333;
}

#footer p {
	font-size: 11px;
}

#footer .copy {
	float: left;
}

#footer .author {
	float: right;
}

#lang {
	width: 18px;
	height: 12px;
	position: absolute;
	top: 76px;
	right: 20px;
}

#lang a {
	width: 18px;
	height: 12px;
	display: block;
	float: left;
}

.cs {
	background: url("../images/page/lang_sk.gif") 0 0 no-repeat;
}

.csL {
	background: url("../images/page/lang_sk_light.gif") 0 0 no-repeat;
}

.csL:hover {
	background: url("../images/page/lang_sk.gif") 0 0 no-repeat;
}

.en {
	background: url("../images/page/lang_en.gif") 0 0 no-repeat;
}

.enL {
	background: url("../images/page/lang_en_light.gif") 0 0 no-repeat;
}

.enL:hover {
	background: url("../images/page/lang_en.gif") 0 0 no-repeat;
}

#lang span {
	display: none;
}


