/***********************************************

	        MAPA STRÁNEK

************************************************/

.mapa-stranek-nadpis-odsazeni {
	list-style-type: none;	
	margin-left: -30px; 
}

.mapa-stranek-nadpis-text {
	list-style-type: none;	
	text-align: left;
	font-family: Georgia, Courier, Times New Roman, Tahoma;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #000000;	
}

.mapa-stranek-odkaz {
	list-style-type: none;
	margin-left: -20px; 
	text-align: left;
	font-family: Tahoma, Times New Roman, Arial;
	font-size: 10px;
	text-decoration: none;
	color: #C0C0C0;	
	margin-bottom: 10px;

}

/***********************************************

	        NAVIGACE

************************************************/

/* Pro Internet Explorer */
.navi-left-ul {
	font-family: Tahoma, Times New Roman, Arial;
	list-style-type: none;
	margin-left: 10px;   
	margin-top: 0px;
}

/* Pro FireFox */
html>body .navi-left-ul { 
	font-family: Tahoma, Times New Roman, Arial;
	margin-left: -25px; 
	list-style-type: none;
	margin-left: -25px; 
	margin-top: 0px;
}

.navi-left {
	font-family: Tahoma, Times New Roman, Arial;
	padding-left: 23px; /*20px;*/
	text-decoration: none;
	font-size: 13px;
	color: #603100; /*#808080;*/	
}

.navi-left:hover {
	font-family: Tahoma, Times New Roman, Arial;
	text-decoration: none;
	font-size: 13px;
	color: #401100; /*#A27314;*/
  padding-left: 23px; /**/
	border-bottom: 1px dotted #A27314;	
	/*border-left: 10px solid #A27314;*/ 
  background-image: url('../images/navi_left_hover.gif'); /**/
  background-repeat: no-repeat; /**/
}

.navi-left-sel {
	font-family: Tahoma, Times New Roman, Arial;
	text-decoration: none;
	font-size: 13px;
	color: #704100; /*#A27314;*/
	border-bottom: 1px dotted #A27314;	
	/*border-left: 10px solid #A27314;*/
	padding-left: 23px; /*20px;*/
	font-weight: bold;
  background-image: url('../images/navi_left_sel.gif'); /**/
  background-repeat: no-repeat; /**/
}

/***********************************************

	        NEWS - NOVINKY

************************************************/
.news {
	list-style-type: none;
	font-family: Tahoma;
	font-size: 11px;
	text-align: justify;
	margin-bottom: 15px;
	margin-right: 10px;
	margin-left: -30px;
}



/***********************************************

	        KALENDÁŘ

************************************************/

.calendar-ohraniceni {
	width: 180px;
	height: 150px;
	margin-left: 11px;
	border: 3px double #8493A6;
}

.calendar-zahlavi {
	height: 25px;
	text-align: center;
	border-bottom: 3px double #8493A6;
	background-color: #D3D7E0;
	color: #A27314;
	font-family: Georgia, Courier, Times New Roman, Tahoma;
	font-size: 13px;
	font-weight: bold;
}

.calendar-zarovnani-dnu {
	text-align: center;	
}

.calendar-dnesni-den {
	width: 27px;
	border-bottom: 1px solid #8395A3;
	border-left: 1px solid #8395A3;
	background-color: #D3D7E0;
	color: #A27314;
	font-family: Courier, Times New Roman, Tahoma;
	font-size: 13px;
	font-weight: bold;
}

.calendar-den {
	width: 27px;
	font-family: Courier, Times New Roman, Tahoma;
	font-size: 13px;
	border-bottom: 1px solid #8493A6;
	border-left: 1px solid #8493A6;		
}



/***********************************************

	        TEXTY

************************************************/
.text-obycejny-right {
	font-family: Tahoma;
	font-size: 13px;
	text-align: right;
}

