table        {
	font-family: Tahoma;
	font-size: 10pt;
}

A:link {
	COLOR: Blue;
	text-decoration: underline;
}

A:active {
	COLOR: Blue;
}
A:hover {
	COLOR: Red;
	text-decoration: underline;
	background-color: #e6ecf3;
}
input        { border: 1px solid #89CCFE }
file        { border: 1px solid #89CCFE }
select       {
	border: 1px solid #89CCFE;
	background: #CBDBE2;
}
textarea     {
	border: 1px solid #89CCFE;
	font-family: Tahoma;
	font-size : 12
}


.nadpis {

	font-family: Tahoma, Sans-serif;
	font-size: 13pt;
	font-weight: 800;
}

.border {
	border: solid;
	border-color: #CBDBE2;
}

a.velkej {
	font-size: 11pt;
	color : #37668E;
	text-decoration: underline;
	font-weight: bold;
}

a.malej {
	font-size: 10pt;
	color : #37668E;
	text-decoration: underline;
	font-weight: normal;
}

.text {
	font-family: Tahoma, sans-serif;
	font-size: 10pt;
}

.menucell {
	background-color: #CBDBE2;
	font-weight: bold;
	font-family: Tahoma, sans-serif;
	font-size: 12px;
	text-align: center;
}

a.linkmenucell:hover {

   color: #000000;
}
a.linkmenucell:link {
	color: #1D3FA3;
}
a.linkmenucell:visited {
	color: #1D3FA3;
}

hr.blueline {
	color:#9DB2EE;
	
}
