/* --- HLAVICKA --- */
#header td{
	height:59px;
	vertical-align:top;
	
	color: white;
	background: url(img/header_bckg.jpg) no-repeat left top #27170E;	
	font: 9px/12px /*"Helvetica CE",*/ Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	padding: 5px 0 0 710px;
	}
#header td a:link, #header td a:visited {	text-decoration: none; color: #B09F9D;	}
#header td a:hover, #header td a:active {	text-decoration: none;	color: white ;}
	
	
/* --- MAIN MENU --- */
#mainmenu{			/* definicie td */
	background: url(img/mmn_bckg.gif) repeat-x left top #1147A1;	
	width: 100%;
	height:32px;
	border-top: 1px solid #BFBFC0;	
	padding: 0 0 0 21px;
	}
#mainmenu_tab{		/* difinicie tab */
	width: 760px;
	}
#mainmenu_linka{	/* linka pod hlavnym menu */
	height:1px;
	background-color: #1147A1;	
	padding: 0 0 0 25px;
	}
#mainmenu_left {	/* lave menu polozky */
	width:671px;
	}
#mainmenu_right{	/* pravy vyhladavaci box */
	width:93px;
	background: url(img/mmn_find_bckg.gif) no-repeat left top;
	padding-left: 5px;
	}
	

/* --- MAIN SUBMENU --- */
#mainsubmenu {			/* definicie td */
	background-color: #1147A1; /*modra*/
	border-bottom:15px solid #CFDAEC;
	height:1px; /* min.vyska */
	padding: 10px 0 10px 30px;
	}
#mainsubmenu_tab {		/* difinicie tab */
	width: 750px;
	}
#mainsubmenu_left {		/* lava strana */
	width: 515px;
	padding-right: 20px;
	vertical-align:top;
	font-size: 11px;
	line-height:18px;
	color:#BACBE3;
	}
#mainsubmenu_left img{
	margin-bottom:5px;
	}
#mainsubmenu_right {	/* prave submenu polozky */
	width: 185px;
	vertical-align:top;
	padding: 5px 15px;
	background: url(img/mmn_link_down.gif) repeat-y left;
	}


/* --- CONTENT --- */
#content {
	padding: 25px 0 25px 30px;
	vertical-align:top;	
	}
#content_tab {		/* difinicie tab */
	height:100%;
	width: 750px;
	}
#content_left {		/* lava strana */
	width: 515px;
	padding-right: 20px;
	vertical-align:top;
	font-size: 11px;
	line-height:18px;
	}
#content_right {	/* prave submenu polozky */
	width: 200px;
	padding: 5px 0 5px 15px;
	vertical-align:top;
	background: url(img/mmn_link_down.gif) repeat-y left;
	}
#content_right a {
	background: url(img/sipka.gif) left top no-repeat;
	}
#content_right h4{
	border-top: 1px solid #9BB5DB;
	}
#content_right #select {
	color:#BE240C;
	background: url(img/sipka-s.gif) left top no-repeat;
	}
	
/* --- CONTENT PISMA --- */
#content_left p{
	margin-top: -5px;
	}
#content_left h1{
	color:#1147A1;
	}
#content_left h2{
	color:#1147A1;
	}
#content_left h4{
	border-top: 1px solid #9BB5DB;
	}
/*#content_left h6{
	color:#1147A1;
	}*/
#content_left a:link, #content_left a:visited {	text-decoration: underline; color: #1147A1;	}
#content_left a:hover, #content_left a:active {	text-decoration: underline;	color: #1147A1 ; background-color:#CFDAEC; }
#content_left h1 a:link, #content_left h1 a:visited {	text-decoration: none; color: #1147A1;	}
#content_left h1 a:hover, #content_left h1 a:active {	text-decoration: underline;	color: #1147A1 ; background-color:white; }



/* --- FOOTER --- */
#footer {
	width: 100%;
	height: 40px;
	background-color: #1147A1;
	border-top:15px solid #CFDAEC;
	padding:5px 0 5px 30px;
	}
#footer_tab 	{	width:750px;	}
#footer_du		{
	width: 535px;
	color:white; 
	}
#footer_001		{	
	width: 185px;
	padding: 0 15px;
	color:white; 
	background: url(img/mmn_link_down.gif) repeat-y left;	
	}
#footer a:link,  #footer a:visited {	text-decoration: none; color: #D6DFED;	}
#footer a:hover, #footer a:active {	text-decoration: none;	color: white ; background-color:#5986C7;}
	
	
	
	
	
/* POPUP MENU */

.popup {
	display: none;
	position: absolute;
	visibility: visible;
}
.popup .submenu {
	border: 1px #99b3da solid;
	border-bottom:0;
	background-color:#e8scf5;
}
.popup .submenu a {
	display:block;
	height:18px;
	padding:2px 4px 2px 8px;
	border-bottom:1px #99b3da solid;
}
/* LINKY */
.popup .submenu a:link,  .popup .submenu a:visited {text-decoration: none; color:black; background-color:#e8ecf5;}
.popup .submenu a:hover, .popup .submenu a:active  {text-decoration: noen; color:black; background-color:#bbcee8;} 
