/*  nadpisy na vstupní stranì  */

.e_nadpis {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : bold;
	color: #BC1215;
}

a.e_nadpis:link, a.e_nadpis:visited, a.e_nadpis:hover {
	text-decoration: none;
}

/*  male odkazy na vstupni strane */

a.e_a:link,a.e_a:visited{
	text-decoration: underline;
	color: #BC1215;
}

a.e_a:hover{
	text-decoration: none;
	color: #BC1215;
}

/*  Tmavìšedý text na vstupní stranì */

.e_txt  {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : normal;
	color: #333333;
}

/* buòky v tabulce */


.ram {
	font-size: 3pt;
	background-color : #cecece;
}

.uvnitr {
		padding-right : 0px;
		padding-left : 0px;
		color : Black;
		background-color : #f7f7f7;
}

/* buòky news */

.hlavicka {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : bold;
	color: #333333;
}

.news_text {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	color: #686868;
}



/*  bily odkaz na IB dole na vstupni strane */

a.maly:link,a.maly:visited,a.maly:hover   {
	text-decoration: none;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : normal;
	color: #333333;
	letter-spacing : 0pt;
}


