/* CSS Document */

/* ~~~~ DULEZITE ~~~~ Formatovani textu - pouzivat na vnejsi tagy textu (napr <div> <span>, popr. primo na odkazy <a class="genmed"> */


/* BUNKA MENU V LEVEM PANELU */
.menu_link {
	padding-left: 18px;
	padding-top: 3px;
	padding-right: 33px;
}

.menu_link a, .menu_link a:link, .menu_link a:visited {
	display: block;
	border: 3px solid #610A28;
	padding: 3px 5px 3px 5px;
	background-color: #3E0317;
	text-decoration: none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

.menu_link a:hover {
	border: 3px solid #3E0317;
	background-color: #610A28;	
}

.menicko_r {
	padding-left: 15px;
	padding-right: 15px;
}

.menicko_l {
	padding-left: 18px;
	padding-right: 33px;
}

a.text_r_link, a.text_r_link:link, a.text_r_link:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

a.text_r_link:hover {
	text-decoration: underline;
}
/* BILY TEXT - napr. ankety */
.ankety_text {
/*	background-image: url(images/bg_sword.gif);*/
/*	background-repeat: no-repeat;*/
	height: 10px;
}

a.ankety, a.ankety:link, a.ankety:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	letter-spacing: -1;
}

a.ankety:hover {
	text-decoration: underline;
}
