body {
	color: #848483;
	background-color: #ffffff;
	padding: 0px;
	margin: 0px;
	font-family:Trebuchet MS,sans-serif;
	font-size: 75%;
}


/* Layout */
#root {
	width: 986px;
	text-align: center;
	margin: 0px auto;
	padding: 0px;
}
#root #page {
	text-align: left;
	padding: 0px;
	margin: 0px;
}
#root #page #header {
	height: 90px;
	overflow: hidden;
}
#root #page #header .inner {
	margin: 15px 0px 0px 15px;
	padding: 0px;
}
#root #page #header .inner .logo {
	float: left;
}
#root #page #header .inner #top-menu {
	float: right;
	width: 855px;
	padding-bottom: 4px;
	padding-right: 5px;
	border-bottom: 1px solid #afafaf;
}
#root #page #header .inner #top-menu .menu {
	float: right;
}
#root #page #header .inner #main-menu {
	float: left;
	margin: 12px 0px 0px 20px;
}
#root #page #header .inner #search {
	float: right;
	margin: 11px 12px 0px 14px;
}
#root #page #banner {
	width: 960px;
	height: 440px;
	margin-left: 5px;
}
#root #page .links {
	position: relative;
}
#root #page .links #link {
	position: absolute;
	top: -40px;
	left: 30px;
}
#link a {
	color: #848484;
	padding: 0px 2px;
}
#link a.active {
	color: #c5003d;
}
#root #page #content .inner {
	margin: 10px 15px;
	padding: 0px;
}
#root #page #content .inner #left {
	float: left;
	width: 192px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	border-left: 1px solid #e4e4e4;
	border-right: 1px solid #e4e4e4;
	border-bottom: 1px solid #e4e4e4;
}
#root #page #content #left .box .inner {
	margin: 0px;
	padding: 10px;
}
#root #page #content #left .box .inner ul {
	padding: 0px;
	margin: 0px 0px 5px 0px;
	list-style-type: none;
}
#root #page #content #left .box .inner ul li {
	padding: 0px 0px 0px 10px;
	margin: 0px 0px 3px 0px;
	background: transparent url('/img/u/li.gif') no-repeat 0% 50%;
	font-size: 90%;
}
#root #page #content #left .box .inner ul li a {
	color: #848484
}
#root #page #content #left .box .inner ul li a:hover {
	color: #848484
}

#root #page #content  #right {
	float: right;
	width: 752px;
	/*height: 230px;*/
	margin-top: -10px;
	padding: 0px;
	/*overflow: hidden;*/
	background: #ffffff url('/img/u/bg_box.gif') repeat-x top left;
}
#root #page #content #right .box {
	float: left;
	width: 250px;
	margin: 0px 1px 0px 0px;
	padding: 0px;
}
#root #page #content #right #boxH2 {
	width: 249px;
}
#root #page #content #right #boxH3 {
	width: 251px;
	margin: 0px;
}
#root #page #content #right .col5 {
	float: left;
	width: 149px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: transparent url('/img/u/box-right-line.gif') no-repeat top right;
}
#root #page #content #right .last {
	background: none;
}
#root #page #content #right .col3 {
	float: left;
	width: 250px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: transparent url('/img/u/box-right-line.gif') no-repeat top right;
}
#root #page #content #right .col3 .inner {
	/*margin: 25px 10px 0px 10px;*/
	margin: 0px 0px;
}
#root #page #content #right .col3 .inner p {
	/*margin: 25px 10px 0px 10px;*/
	/*margin: 15px 10px 5px 0px;*/
	margin: 0px 10px 0px 0px;
	padding-top: 15px;
}
#root #page #content #right .col3 a {
	font-size: 120%;
	font-weight: bold;
}
#root #page #content #right .col3 a.small {
	font-size: 100%;
	font-weight: normal;
}
#root #page #content #right .col3 img {
	margin: -5px 5px 0px 0px;
}
#right .border {
	width: 750px;
	height: 206px;
	overflow: hidden;
	border-left: 1px solid #e4e4e4;
	border-right: 1px solid #e4e4e4;
	border-bottom: 1px solid #e4e4e4;
}

#root #page #content #right .box .inner {
	margin: 0px;
	padding: 10px;
	border-left: 1px solid #e4e4e4;
	border-right: 1px solid #e4e4e4;
	border-bottom: 1px solid #e4e4e4;
}

/* MENU */
ul.menu {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
ul.menu li {
	padding: 0px;
	margin: 0px;
	float: left;
	text-transform: uppercase;
}

#top-menu ul li a {
	margin: 0px 10px;
	color: #848484;
	text-decoration: none;
}
#top-menu ul li a:hover {
	color: #c5003d;
}
#top-menu ul li a.selected {
	color: #c5003d;
}
#top-menu ul li a.selected:hover {
	color: #c5003d;
}
#top-menu ul li.slovensko {
	color: #c5003d;
	padding: 0px 10px;
}

#main-menu ul li a {
	margin: 0px 10px;
	color: #1f1f1f;
	text-decoration: none;
}
#main-menu ul li a:hover {
	margin: 0px 10px;
	color: #c5003d;
}
#main-menu ul li {
	border-right: 2px solid #c5003d;
}
#main-menu ul li.last {
	border-right: none;
}
#top-menu ul li {
	border-right: 1px solid #bebebe;
}
#top-menu ul li.last {
	border-right: none;
}
#bottom-menu {
	float: right;
	margin-top: 20px;
}
#bottom-menu ul li a {
	margin: 0px 10px;
	color: #848484;
	text-decoration: none;
}
#bottom-menu ul li a:hover {
	color: #c5003d;
}
#bottom-menu ul li {
	border-right: 1px solid #bebebe;
}
#bottom-menu ul li.last {
	margin-left: 10px;
	border-right: none;
}

label {
	padding: 0px;
	margin: 1px 5px 0px 0px;
	float: left;
	color: #848484;
	text-transform: uppercase;
}
input#lgsearch {
	float: left;
	width: 120px;
	border: 1px solid #afafaf;
	padding: 0px;
	margin: 0px;
}
input.submit {
	float: left;
	width: 18px;
	height: 18px;
	padding: 0px;
	margin: 0px 0px 0px 2px;
}

table {
	width: 100%;
	padding: 5px 10px;
}
table td {
	border-bottom: 1px solid #d7d6d7;
}
table tr.last td {
	border-bottom: none;
}
table td.li {
	background: transparent url('/img/u/li-novinky.gif') no-repeat 0% 50%;
	padding: 2px 10px;
	width: 70px;
}
table td.right {
	text-align: right;
	width: 80px;
}
table td a {
	color: #5d585c;
	font-size: 95%;
}
table td a:hover {
	color: #5d585c;
}
#viac {
	margin: 10px 0px 0px 20px;
}
#viac a {
	color: #5d585c;
	text-transform: uppercase;
}

.hShow {
	padding-top: 10px !important;
	margin-top: 0px !important;
}
.hHide {
	margin-top: 10px !important;
	padding-top: 0px !important;
}
.show {
	display: block;
}
.hide {
	display: none;
}

#boxH1, #boxH2, #boxH3 {
	cursor: pointer;
}

/* HEADER */
#root #page #content .box h2 {
	color: #ffffff;
	padding: 3px 10px 3px 10px;
	margin: 0px;
	font-size: 110%;
	font-weight: normal;
	text-transform: uppercase;
}
#root #page #content #left .box h2 {
	background-color: #5d585c;
}
#root #page #content #right .box {
	background-color: #c5003d;
	margin-top: 10px;
}
#root #page #content #right .box h2 {
	background-color: #c5003d;
}
#root #page #content #right h3 {
	color: #c5003d;
	padding: 10px 0px 20px 0px;
	margin: 0px;
	font-size: 90%;
	font-weight: normal;
	text-transform: uppercase;
	text-align: center;
}

#root #page #content #right p {
	line-height: 125%;
	text-align: left;
	padding: 0px;
	margin: 5px 0px;
	font-size: 90%;
}


a {
	color: #D0451E;
	background-color: transparent;
	text-decoration: underline
}
a:hover {
	color: #D0451E;
	background-color: transparent;
	text-decoration: underline
}


/* UNIVERSAL */
.fLeft {
	float: left;
}
.fRight {
	float: right;
}
.aRight {
	text-align: right;
}
br.clr {
	clear: both;
}
.cleaner {
	display: block;
	clear: both;
	height: 0px;
	font-size: 0px;
	padding: 0px;
	margin: 0px;
}
img {
	border: 0px;
}
hr {
	display: none;
}
.bold {
	font-weight: bold;
}
.mt5 { 
	margin-top: 5px!important;
}
