body,td,th {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
body {
	background-color: #ffffff;
	TEXT-ALIGN: center; 
}
a:link {
	color: #05618a;
	text-decoration:none;
}
a:visited {
	color: #05618a;
	text-decoration:none;
}
a:hover {
	color: #058a7b;
	text-decoration:none;
}
a:active {
	color: #05618a;
	text-decoration:none;
}

.curr_page {height:28px; font-size:19px; color:#2192b8; text-align:lefr; padding-right:10px;}
.bottom1 {background:url(images/index_22.jpg); background-repeat:repeat-y; background-position:left; vertical-align:top; vertical-align:top;}
#bottom_links {background:url(images/index_20.jpg); background-repeat:repeat-x; background-position:top;background-color:#E0E0E0; padding-top:50px; vertical-align:top; height:30px;}
.banners { vertical-align:bottom; padding-bottom:20px; height:210px;}
.content {
	padding-left:5px;
	padding-right:5px;
	vertical-align:top;
	text-align:justify;
	padding-top:5px;}
.cont{
	color: #05618a; text-align:center;}
.opcia{
	font-weight:bold; color: #000000;}
.cena{
	color: #c90101; font-size:16px; font-weight:bold;}
.cena1{
	color: #c90101; font-weight:bold;}

.tab{padding-left: 20px; color: #000000;}


.copy { text-align:right; height:30px; padding-right:10px;}

ul.ddroot a {
	text-decoration: none;
}

ul.ddroot {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.ddcat, ul.ddsub {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 150px; /* Width of Menu Items */
	border-bottom: 1px solid #ccc;
	}

ul.ddroot li {
	position: relative;
	}

ul.ddcat {
	position: absolute;
	left: 0; 
	top: 15; /* Set 1px less than menu height */
	display: none;
	}

ul.ddsub {
	position: absolute;
	left: 149px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	}

/* Styles for Menu Items */
ul.ddcat li a, ul.ddsub li a {
	display: block;
	text-decoration: none;
	background: #fff; /* IE6 Bug */
	padding: 5px;
	border: 1px solid #ccc;
	border-bottom: 0;
	}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

ul.ddcat li a:hover { color: #E2144A; background: #f9f9f9; } /* Hover Styles */
		
ul.ddroot li ul li a { padding: 2px 5px; } /* Sub Menu Styles */
		
ul.ddroot li:hover > ul, ul.ddmenu li.over > ul { display: block; } /* The magic */
